/*! 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 {
    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 */
    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 */
  }
  button:focus {
      outline: none !important;
  }
  
  /**
   * 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 {
    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"] {
    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;
  }
  

a,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}
ul {
    padding: 0
}
#uid5 {
    background-color: #ffc000;
    border-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #cc9a00;
    padding: 8px 16px;
    font-size: 18px;
    color: #000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid5:hover {
    background-color: #e6ad00;
    border-color: #a37b00;
    color: #fff
}
#uid5:active {
    background-color: #e6ad00;
    border-color: #b88a00;
    border-top-width: 3px;
    border-bottom-width: 1px;
    color: #fff;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid5:active:before {
    background-color: #e6ad00;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
.wpcf7-response-output {
    display: none!important
}
.wpcf7 .ajax-loader {
	position: absolute;
}
#uid29 {
    background-color: #ffc400;
    border-radius: 25px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #ffc400;
    padding: 8px 16px;
    font-size: 18px;
    color: #000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid29:hover {
    background-color: #ffc400;
    border-color: #ffc400;
    color: #000
}
#uid29:active {
    background-color: #ffc400;
    border-color: #cc9d00;
    border-top-width: 3px;
    border-bottom-width: 1px;
    color: #000;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid29:active:before {
    background-color: #ffc400;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid26 {
    background-color: #ffc300;
    border-radius: 4px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #ffc300;
    padding: 8px 16px;
    font-size: 18px;
    color: #000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid26:hover {
    background-color: #e6af00;
    border-color: #cc9c00;
    color: #000
}
#uid26:active {
    background-color: #ffc300;
    border-color: #b88c00;
    border-top-width: 3px;
    border-bottom-width: 1px;
    color: #000;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid26:active:before {
    background-color: #ffc300;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
#uid145 {
    background-color: #ffc300;
    border-radius: 40px;
    padding: 14px 28px;
    font-size: 15px;
    color: #000
}
#uid145:hover {
    background-color: #ffc300;
    color: #000
}
#uid145:active {
    background-color: #ffc300;
    color: #000
}
#uid145:active:before {
    background-color: #ffc300
}
.features-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 55px
}
.features-wrap>div:not(:first-child) {
    padding: 0
}
.features-wrap > div:last-child {
    padding-right: 10px;
}
.feature {
    width: 30%;
    width: 28%;
    font-size: 16px;
    position: relative
}
.feature:after {
    content: "";
    display: block;
    border-bottom: 8px solid #d5e9f0;
    margin-left: 150px;
    margin-right: 150px;
    padding-top: 10px
}
.feature-icon, .fetures-text {
    text-align: center
}
.feature-icon {
    padding: 18px 10px;
    position: absolute;
    top: -15px;
    left: -60px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    -webkit-filter: drop-shadow(8.485px 8.485px 9px rgba(0, 0, 0, 0.17));
    filter: drop-shadow(8.485px 8.485px 9px rgba(0, 0, 0, 0.17));
    text-align: center
}
.fetures-text {
    padding: 9px 20px 20px 65px;
    background: #46b6ea;
    border-radius: 5px;
    line-height: 1.2;
    color: #fff;
    font-size: 14px;
    text-align: left
}
h2 {
    font-size: 32px;
    display: inline-block!important
}
.features-wrap div:nth-child(2) div:first-child {
    padding: 23px 13px
}
.features-wrap div:nth-child(2) img {
    padding-left: 5px
}
.features-wrap div:nth-child(3) div:first-child {
    padding: 21px 9px 21px 5px
}
.feature::after {
    display: none
}
.area .feature-icon img {
    max-width: 80%
}
.node-experiences__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px;
}
.experience {
    width: 25%;
    margin-right: 20px;
    background: #46b6ea;
    -webkit-box-shadow: 8px 6px 16px -3px #bababa;
            box-shadow: 8px 6px 16px -3px #bababa;
}
.experience-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.experience-descript {
    padding: 20px 20px 20px;
    color: #fff;
    text-align: center;
}
/**/

#nav-wrap-mobile ul, #nav-wrap-mobile li, #nav-wrap-mobile a {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}
#mobile-wrapper {
    display: none
}
#nav-wrap-mobile {
    position: relative;
    margin-top: 25px;
    margin-right: 20px;
    z-index: 99999
}
#nav-wrap {
    margin-right: 0
}
#nav-wrap-mobile>a.mobile-btn {
    display: none;
    border-radius: 3px
}
ul#nav-mobile {
    min-height: 48px;
    width: auto;
    margin: 0 auto;
    max-width: 503px;
    background-color: #ffda63;
    color: #000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    text-align: left
}
ul#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: left;
    margin-bottom: 0
}
ul#nav-mobile li {
    position: relative;
    list-style: none;
    height: 48px;
    display: inline-block;
    padding: 10px 5px 5px
}
ul#nav li a, ul#nav-mobile li a {
    width: 100%;
    display: inline-block;
    padding: 3px 5px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    color: #110c07;
    text-transform: uppercase
}
ul#nav li a {
    font-size: 100%
}
ul#nav>li:not(:last-child)>a {
    padding-right: 30px;
    border-right: 1px solid #ddbd56;
    padding-right: 15px;
    padding-left: 0
}
ul#nav li a:active, ul#nav-mobile li a:active {
    background-color: transparent!important
}
ul#nav li:hover>a, ul#nav li.current-menu-item a, ul#nav-mobile li:hover>a, ul#nav-mobile li.current-menu-item a {
    color: #fff
}
li.menu-parent>a:after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #8a8383;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -5px
}
ul#nav ul, ul#nav-mobile ul {
    position: absolute;
    top: 100%;
    left: -8px;
    background: #ffda63;
    min-width: 100%;
    padding-top: 10px;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s
}
ul#nav ul li, ul#nav-mobile ul li {
    padding: 0;
    display: block;
    text-align: left;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    transition: height .25s ease .1s
}
ul#nav li:hover>ul, ul#nav-mobile li:hover>ul {
    opacity: 1;
    filter: alpha(opacity=100)
}
ul#nav li:hover>ul li, ul#nav-mobile li:hover>ul li {
    height: 42px;
    overflow: visible
}
ul#nav li:hover>ul li:last-child, ul#nav-mobile li:hover>ul li:last-child {
    border: none
}
ul#nav ul li a, ul#nav-mobile ul li a {
    padding: 6px 15px;
    margin: 0;
    white-space: nowrap;
    font-size: 13px
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(font/fa-brands-400.eot);
    src: url(font/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(font/fa-brands-400.woff2) format("woff2"), url(font/fa-brands-400.woff) format("woff"), url(font/fa-brands-400.ttf) format("truetype"), url(font/fa-brands-400.svg#fontawesome) format("svg");
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(font/fa-solid-900.eot);
    src: url(font/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(font/fa-solid-900.woff2) format("woff2"), url(font/fa-solid-900.woff) format("woff"), url(font/fa-solid-900.ttf) format("truetype"), url(font/fa-solid-900.svg#fontawesome) format("svg");
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(font/MullerRegular.otf);
    src: url(font/MullerRegular.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url(font/MullerBold.otf);
    src: url(font/MullerBold.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url(font/MullerExtraBold.otf);
    src: url(font/MullerExtraBold.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(font/MullerLight.otf);
    src: url(font/MullerLight.otf) format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(font/MullerMedium.otf);
    src: url(font/MullerMedium.otf) format("opentype");
    font-display: swap;
}
header {
    z-index: 3;
    position: relative;
    background: -o-linear-gradient(bottom right, #f1f1f1, #dcdcdc);
    background: -webkit-gradient(linear, right bottom, left top, from(#f1f1f1), to(#dcdcdc));
    background: linear-gradient(to top left, #f1f1f1, #dcdcdc);
    -webkit-box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 16px 2px rgba(0, 0, 0, 0.25);
    font-family: "Muller"
}
.nav-header__wrapper {
    padding-top: 60px
}
.container {
    width: 1336px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative
}
.nav-header__content {
    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
}
.nav-header__content>div {
    width: 30%
}
.nav-header__content .site-name {
    font-weight: 700;
    text-align: left
}
.nav-header__logo {
    background: no-repeat top center;
    background-size: contain;
    width: 30%;
    height: 85px
}
.nav-header__order {
    text-align: right;
    padding-right: 16px
}
.nav-header__order-wrap {
    text-align: center;
    display: inline-block
}
.nav-header__order .callibri {
    display: block;
    font-size: 21px;
    font-weight: 800;
    background: transparent
}
.nav-header__order a.btn {
    display: block;
    background-color: #ffda63;
    border-radius: 8px;
    padding: 5px 10px
}
.nav-header__order a span {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em;
    color: #000
}
.social-block__wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.social-block__vk {
    background: url('https://xn--b1adcaacl5cahen8e3d.xn--p1ai/wp-content/uploads/2020/04/vk-icon.png')
}
.social-block__inst {
    background: url('https://xn--b1adcaacl5cahen8e3d.xn--p1ai/wp-content/uploads/2020/04/insta-icon.png')
}
.social-block__yt {
    background: url('https://xn--b1adcaacl5cahen8e3d.xn--p1ai/wp-content/uploads/2020/04/YT-icon.png');
    width: 36px;
    margin-right: 15px
}
.social-block__vk, .social-block__inst, .social-block__yt {
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat!important
}
.social-block__yt {
    width: 36px;
    margin-right: 15px;
}
.social-block__wraper a, .social-block__wraper a:active, .social-block__wraper a:focus {
    outline: 0
}
nav.nav-header {
    margin-top: 25px;
    min-height: 48px;
    width: auto;
    background-color: #ffda63;
    color: #000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25)
}
.nav-header__desktop-menu ul li {
    position: relative;
    list-style: none;
    height: 48px;
    display: inline-block;
    padding-right: 6px;
    padding-top: 5px;
    padding-top: 10px
}
.nav-header__desktop-menu ul li:first-child {
    padding-left: 0
}
.nav-header__desktop-menu li a {
    width: 100%;
    display: inline-block;
    padding: 3px 11px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    color: #110c07;
    text-transform: uppercase;
    line-height: 1.42857143
}
ul#nav li a:hover, ul#nav li.current-menu-item {
    color: #fff
}
.fa-chevron-left {
    position: absolute;
    top: 8px;
    left: 27%;
    color: #fff;
    left: 33%
}
.fa-chevron-right {
    top: 8px;
    position: absolute;
    right: 27%;
    color: #fff;
    right: 33%
}
.fa-chevron-left, .fa-chevron-right {
    top: 11px
}
#uid78 {
    background-color: #ffc000;
    border-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    color: #000
}
#uid78:hover {
    background-color: #e6ad00;
    border-color: #ccc;
    color: #000
}
#uid78:active {
    background-color: #cf9c00;
    border-color: #a3a3a3;
    color: #000
}
#uid78:active:before {
    background-color: #cf9c00
}
.node766>.wrapper1 {
    color: #333
}
.node766>.wrapper1>.wrapper2 {
    padding: 5px
}
.node767>.wrapper1 {
    color: #333
}
.node767>.wrapper1>.wrapper2 {
    padding: 5px
}
.calc_form {
    background: #FFF;
    text-align: left;
    max-width: 1045px;
    position: relative;
    margin: 0 auto;
    color: #333;
    font-family: "Muller", "Helvetica Neue", Helvetica, Arial, sans-serif
}
::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}
:-ms-input-placeholder {
    color: #333;
    opacity: 1
}
.calc_form:-ms-input-placeholder {
    color: #333
}
.calc_form::-ms-input-placeholder {
    color: #333
}
.form_request_title {
    text-align: center;
    font-size: 18px;
    font-weight: 700
}
.contacts_form_request_title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 24px 17px 29px
}
.contacts_form_request_block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto
}
.success-form {
    width: 800px;
    z-index: 777
}
.modal .modal-dialog {
    max-width: 95%;
    margin: 50px auto 0
}
.modal .modal-dialog .modal-header h4 {
    margin-right: 20px;
    text-align: left
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    width: 100%!important
}
.macros-button {
    margin-top: 10px;
    line-height: 0
}
.macros-button .btn-out.center {
    text-align: center
}
.macros-button .btn-out.full .btn-inner {
    width: 100%
}
.macros-button .btn-inner {
    position: relative;
    display: inline-block;
    max-width: 100%;
    text-decoration: none
}
.macros-button .btn-inner:hover {
    text-decoration: none
}
.macros-button .btn {
    width: 100%;
    display: block;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-width: 0;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    -webkit-transition-property: color, background-color, border-color, -webkit-box-shadow, -webkit-transform!important;
    transition-property: color, background-color, border-color, -webkit-box-shadow, -webkit-transform!important;
    -o-transition-property: box-shadow, transform, color, background-color, border-color!important;
    transition-property: box-shadow, transform, color, background-color, border-color!important;
    transition-property: box-shadow, transform, color, background-color, border-color, -webkit-box-shadow, -webkit-transform!important;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.macros-button .btn:before {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transition-property: all!important;
    -o-transition-property: all!important;
    transition-property: all!important;
    opacity: 0
}
.macros-button .btn:hover:before {
    opacity: 1
}
.macros-button .btn input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}
body.area {
    overflow: auto
}
.area {
    overflow: hidden;
    font-size: 16px
}
.area .nofonts {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.area.font-text-opensans {
    font-family: "Muller"
}
.area p {
    color: inherit;
    line-height: 1.4;
    word-wrap: break-word;
    margin: 0
}
.area p+p {
    margin-top: 10px
}
.area a {
    color: inherit
}
.area .nocolors {
    color: #333
}
.area .textable h2, .area h4.textable {
    word-wrap: break-word;
    margin: 0;
    font-size: inherit
}
.area img {
    max-width: 100%
}
.area .container {
    width: 1136px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: .4s all cubic-bezier(.25, .46, .45, .94);
    -o-transition: .4s all cubic-bezier(.25, .46, .45, .94);
    transition: .4s all cubic-bezier(.25, .46, .45, .94);
    z-index: 7
}
.area .node>.wrapper1 {
    z-index: 1;
    position: relative
}
.area .node>.wrapper1>.wrapper2 {
    z-index: 1;
    position: relative
}
.area .sweet-overlay {
    z-index: 1100
}
.area input {
    outline: 0
}
.area .cont, .area .node {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0!important;
    position: relative
}
.area .cont {
    min-height: 2px
}
.area .node.section {
    min-height: 20px
}
.section-helper {
    height: 0!important;
    min-height: 0!important
}
.section-helper:after {
    display: none!important
}
.widget-slider [plp-slider-next] {
    cursor: pointer;
    position: relative;
    z-index: 250
}
.widget-slider [plp-slider-previous] {
    cursor: pointer;
    position: relative;
    z-index: 250
}
.widget-slider .slider1-page {
    cursor: pointer;
    position: relative;
    z-index: 250;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 100%;
    padding: 3.6px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    vertical-align: middle;
    margin-right: 10px;
}
.content-wrap {
    width: 100%;
    padding-top: 65px;
    text-align: center
}
.title-dec h2 {
    border: 5px solid #000;
    padding: 15px;
    font-size: 32px;
    font-weight: 800
}
.slider1-pagination {
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
}
.slider1-page.is-active {
    background-color: rgb(51, 51, 51);
}
.wrapper-pr {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.wrapper-pr div {
    margin-bottom: 15px
}
.wrap-pr {
    width: 33%;
    padding: 0 15px;
    text-align: left;
    padding-left: 10px;
}
.img-block img {
    width: 100%;
    height: 225px;
    border: 7px solid #fff;
    object-fit: cover;
}
/**/

.page-template-main_page h2 {
    border: 5px solid #000;
    padding: 15px;
    font-size: 32px;
    font-weight: 800
}
body {
    font-family: "Muller"!important
}
.package-service .bgimage, .background, .reviews {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 13px 50px 2px #2a2a2a;
    box-shadow: 0px 13px 50px 2px #2a2a2a
}
.main .wrapper {
    padding-top: 32px;
    
}
.main .background {
    min-height: 640px
}
.otziv-page .main .background {
    min-height: 50px;
}
h1.title-h1 {
    margin: 0;
    padding: 9px 5px 5px;
    text-align: center;
    font-size: 35px;
    font-weight: 700
}
.title-dec {
    text-align: center;
    max-width: 80%;
    margin: 0 auto
}
.title-dec span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 0 30px
}
.main-descript h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center
}
.main .macros-button {
    padding-top: 33px
}
.main a.btn-inner:after, .main a.btn-inner:before, .options a.btn-inner:after, .options a.btn-inner:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 18%;
    top: 73%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: -30px 15px 10px 1px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(0deg);
    border-radius: 50%;
    height: 3px
}
.main a.btn-inner:after, .options a.btn-inner:after {
    left: auto;
    right: 12px;
    -webkit-box-shadow: 30px 15px 10px 1px #777;
    box-shadow: 30px 15px 10px 1px #777
}
#btn-1, #btn-2 {
    background-color: #ffda63;
    border-radius: 40px;
    padding: 27px 42px;
    font-weight: 600;
    font-size: 18px;
    color: #000
}
#btn-1:after, #btn-2:after {
    content: "";
    width: 95%;
    position: absolute;
    height: 3px;
    background: #000;
    bottom: -16px;
    right: 0;
    border-radius: 30%;
    -webkit-box-shadow: 0px 8px 6px 19px #1e1c1c;
    box-shadow: 0px 8px 6px 19px #1e1c1c
}
.character {
    position: relative;
    z-index: 1
}
.character .background {
    min-height: 900px
}
.character .wrapper {
    padding-top: 100px
}
.character-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 60px 40px 100px;
    background: #fff
}
.character-content .bgimage {
    width: 50%;
    margin-right: 30px
}
.character-content .bgimage img {
    width: 510px;
    height: 342px
}
.character-excerpt {
    width: 50%
}
.character-avto {
    padding-bottom: 40px;
    font-size: 33px;
    font-weight: 900
}
.character-option span {
    display: block;
    padding-bottom: 20px;
    font-size: 20px
}
.character-option div:last-child span {
    padding-bottom: 0
}
.character-option div {
    line-height: 22px;
    font-weight: 500
}
.character-option div:not(:first-child) {
    padding-top: 40px
}

.package-service {
    padding: 35px 0;
    position: relative;

}
.package-service:before,
.package-service:after {
    height: 8%;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 20px 10px #777;
    box-shadow: 0 20px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.package-service:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.package-service__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background: #fff;
    padding: 40px
}
.package-service__wrap .back-img {
    width: 36%;
    padding: 0 10px
}
.package-content {
    width: 64%;
    padding: 0 10px
}
.package-service__wrap .bgimage {
    width: 320px;
    height: 320px!important
}
.package-service__title {
    margin: 0;
    padding-bottom: 21px;
    font-size: 22px;
    font-weight: 800;
    color: #000
}
.package-content p {
    opacity: 0.6;
    font-weight: 700;
    padding-bottom: 37px
}
.package-advantage {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.package-advantage .service-icon {
    padding-right: 15px
}
.package-advantage span {
    font-weight: 700
}
.options {
    min-height: 867px
}
.wrapper {
    padding-top: 60px;
    padding-bottom: 80px
}
.options-content {
    padding-top: 45px
}
.options-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px
}
.options-content__wrap>div:last-child {
    padding-top: 64px
}
.option {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32%;
    margin: 5px;
    padding: 22px 10px;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    font-family: "Muller"
}
.option:before,
.option:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.option:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; 
}
.option-subtitle {
    padding-top: 10px
}
.option-btn {
    padding-top: 20px
}
.option-btn a {
    display: inline-block;
    background-color: #ffda63;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}
.option-btn a:hover {
    color: #000;
    text-decoration: none
}
.option-btn a span {
    font-size: 15px;
    font-weight: 700
}
.options-bottom {
    padding-top: 60px;
    margin: 0 auto;
    max-width: 72%
}
.options-bottom p {
    font-size: 22px;
    text-align: center;
    font-weight: 700
}
.consult .title-dec {
    padding-bottom: 20px
}
.consult-wrap, .consult-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
.consult-form {
    width: 33.8147%;
    padding: 0 15px
}
.consult-form__head {
    text-align: center;
    padding: 20px 22px;
    background: #ffc300;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}
.consult-form__head strong {
    letter-spacing: 0.1em
}
.consult-form__body {
    padding: 20px;
    padding-top: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #46b6ea
}
.consult-form__body div.field, .questions-form__body div.field {
    margin-bottom: 20px
}
.consult-form_footer, .questions-form__body .agreement-checkbox {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    color: #fff
}
.questions-form__body .agreement-checkbox span {
    color: #000;
    font-weight: 400;
    padding-left: 5px
}
.consult-form_footer a.agreement-link, .questions-form__body a.agreement-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: inherit;
    cursor: pointer
}
.consult-content {
    width: 53.1594%;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.consult-dct {
    padding-bottom: 20px
}
.consult-dct p {
    font-weight: 700;
    color: #000
}
.consult-feature {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px
}
.consult-feature .bgimage {
    width: 33%;
    height: 70%;
    background: no-repeat center center;
    background-size: contain;
    position: relative;
    display: block;
    font-size: 0
}
.consult-feature__title {
    width: 65%;
    margin: auto 0;
    font-weight: 800
}
.consult-feature__title p {
    line-height: 1.1
}
.consult-feature__text {
    padding-top: 30px
}
.how {
    min-height: 755px
}
.how-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 750px;
    background-color: #e7e7e7;
    margin: 0px auto 0;
    margin-top: 50px
}
.how-content:after, .how-content:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.how-content:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
.how-content__wrap {
    height: auto;
    width: 680px;
    margin: 0 auto
}

/* Lazyload iframe YOUtube */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.youtube img {width: 100%; top: -16.82%; left: 0; opacity: 0.7;}

.youtube .play-button,
.video-item .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.play-button:hover {
    background-color: rgb(255, 218, 99);
}
.youtube .play-button:before,
.video-item .play-button::before  {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button, .video-item .play-button  {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button::before,
.video-item .play-button, .video-item .play-button:before {position: absolute;}

.youtube .play-button, .youtube .play-button:before, .video-item .play-button, .video-item .play-button::before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}

.numbers-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.numbers {
    background-color: #d3e7ee
}
.numbers .title-dec {
    width: 70%;
    margin: 0 auto
}
.numbers .title-dec p {
    padding: 25px 5px 50px;
    font-size: 26px;
    line-height: 30px
}
.number-cart {
    width: 24%;
    margin-right: 15px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.number-cart:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}
.number-cart:before, .number-cart:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.number-cart:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
.number-background {
    background: #fff;
    min-height: 100%;
}
.number-wrap {
    padding: 20px 10px 25px;
}
.number-num, .number-descript {
    padding: 5px;
}
.number-num span {
    font-size: 86px;
    font-weight: 500
}
.number-descript p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em
}
.reviews-content {
    padding-top: 50px
}
.reviews-wrap {
    position: relative;
    padding-top: 30px;
    width: 750px;
    background-color: #fafafa;
    margin: 0px auto 0
}
.reviews-wrap:before, .reviews-wrap:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.reviews-wrap:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
.reviews-wrap .slider1-root {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.reviews .slider1-previous, .reviews .slider1-next {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    background: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid rgba(51, 51, 51, 0.2);
    color: #333;
    opacity: 0.8
}
.reviews .slider1-container {
    margin: 0 20px
}
.reviews .slider1-previous {
    left: -70px
}
.reviews .slider1-next {
    right: -70px
}
.slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    min-height: 525px
}
.reviews-left-img, .reviews-right-block {
    width: 100%
}
.reviews-left-img {
    -webkit-filter: drop-shadow(30.418px 15.257px 13px rgba(91, 88, 88, 0.29));
    filter: drop-shadow(30.418px 15.257px 13px rgba(91, 88, 88, 0.29))
}
.reviews-right-block {
    background: no-repeat right bottom
}
.reviews-right-block .slide-content__text p span:first-child {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 54px;
    padding-top: 44px;
    font-weight: 800
}
.slider1-root .fa-chevron-left, .slider1-root .fa-chevron-right {
    position: absolute;
    top: 8px;
    left: 33%;
    color: #fff
}
.slider1-root .fa-chevron-right {
    left: auto;
    right: 33%
}
.examples .title span {
    font-weight: 600;
}

.examples .content-wrap {
    padding-top: 0
}
.examples .content {
    font-weight: 500;
    font-size: 15px;
}
.examples .wrapper-pr {
    padding-top: 50px
}
.questions .background {
    min-height: 774px
}
.questions-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
.questions-form {
    max-width: 330px;
    width: 50%;
    padding-top: 50px
}
.questions-form__head {
    text-align: center;
    padding: 20px 22px;
    background: #ffc300;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}
.questions-form__head span {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1
}
.questions-form__body {
    padding: 20px 20px 10px;
    background-color: #f1f4f5;
    border-color: #d4dee2;
    color: #27353a;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}
.questions-img {
    height: 391px;
    background: no-repeat center center;
    background-size: contain
}
.questions-img-block {
    width: 50%;
    text-align: center;
    margin-top: -3px
}
.questions-text {
    display: inline-block;
    background: #ffc000;
    border-radius: 10px;
    padding: 10px 57px;
    position: relative;
    font-weight: 700
}
.questions-text p {
    font-size: 160%
}
.questions-text:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #ffc000;
    border-radius: 10px/11px;
    z-index: -1;
    left: -20px;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg)
}
.sub-title {
    margin-top: 30px
}

.node103-1 {
    -webkit-box-shadow: 0px 0px 34px 25px #2a2a2ab8;
    box-shadow: 0px 0px 34px 25px #2a2a2ab8;
    z-index: 2
}
.node103>.wrapper1, .node103-1>.wrapper1 {
    min-height: 556px;
    background: no-repeat 50% 0%;
    background-size: cover;
    color: #333
}
.video-slider .xs-force-center video {
    background: #000
}
.video-slider .slider1-root .fa-chevron-left, .video-slider .slider1-root .fa-chevron-right {
    top: 11px
}
.node103>.wrapper1 {
    min-height: 612px
}
.content-wrap h1 {
    font-size: 25px;
    margin: 0;
    font-weight: 800
}
.content-wrap .descript {
    padding-top: 55px
}
.node104-1>.wrapper1, .node105-1>.wrapper1 {
    min-height: 600px;
    background: no-repeat center center;
    background-size: cover
}
.otziv-page {
    font-family: Muller!important
}
.otziv-page span {
    position: relative
}

.video-slider, .otziv-block {
    position: relative;
    padding-top: 30px;
    width: 750px;
    background-color: #e7e7e7;
    margin: 50px auto 0
}
.otziv-block {
    background-color: #fefafa
}
.otziv-page .swiper-slide, .swiper-wrapper {
    background-color: #fefafa
}
.video-slider:after, .video-slider:before, .otziv-block:after, .otziv-block:before, .page-template-main_page .node554 .s-elements-grid .node571:before, .page-template-main_page .node554 .s-elements-grid .node571:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.video-slider:after, .otziv-block:after, .page-template-main_page .s-elements-grid .node571:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
.video-slider {
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 40px
}
.video-slider .swiper-slide, .swiper-wrapper {
    background-color: inherit
}
.video-slider .slider1-root {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.video-slider .slider1-previous, .video-slider .slider1-next, .otziv-block .slider1-previous, .otziv-block .slider1-next {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    background: #000;
    text-align: center;
    border-radius: 100%
}
.video-slider [plp-slider-previous], .otziv-block [plp-slider-previous] {
    left: -70px!important
}
.video-slider [plp-slider-next], .otziv-block [plp-slider-next] {
    right: -70px!important
}
.otziv-block [plp-slider-previous], .otziv-block [plp-slider-next] {
    position: absolute
}
.video-slider .xs-force-center {
    height: 315px;
    width: 680px;
    margin: 0 auto
}
.soc-slider .xs-force-center {
    height: auto;
    background: #000
}
.video-slider .slider1-page {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: inset 8px 1px 18px #4d4d4d;
    box-shadow: inset 8px 1px 18px #4d4d4d;
    padding: 3.6px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    vertical-align: middle;
    border-radius: 0;
}
.video-slider .slider1-page.is-active:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #ffc100
}
.otziv-block .xs-force-center {
    min-height: 525px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.otziv-right-block .xs-force-center>p span:first-child {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 54px;
    padding-top: 44px;
    font-weight: 800
}
.otziv-right-block .xs-force-center>p span:nth-child(2) {
    line-height: 25px
}
.node105-1>.wrapper1 {
    background-position: top
}
.node105-1>.wrapper1 h2 {
    max-width: 957px;
    font-size: 29px
}
.otziv-left-img, .otziv-right-block {
    width: 100%;
    margin: 0 auto
}
.otziv-right-block {
    background: no-repeat right bottom
}
.otziv-right-block p {
    font-size: 16px;
    line-height: 1.4
}
.node106-1 {
    position: relative
}
.node106-1 .content-wrap {
    padding-bottom: 65px
}
.soc-slider {
    margin-top: 60px;
    background-color: #ffc100
}
.soc-slider .slider1-page.is-active::after {
    background: #fff
}
.soc-slider img {
    width: 50%;
    height: 100%
}
.vk-img, .inst-img, .wt-img, .tg-img {
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat
}
.vk-img {
    width: 200px;
    height: 200px;
    top: -9%;
    left: -29%;
    background-image: url('https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/03/vk-image.png')
}
.inst-img {
    width: 155px;
    height: 170px;
    right: -24%;
    top: -9%;
    background-image: url('https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/03/instagramm-image.png')
}
.wt-img {
    width: 150px;
    height: 150px;
    bottom: -53px;
    left: -20%;
    background-image: url('https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/03/watsapp-image.png')
}
.tg-img {
    width: 125px;
    height: 125px;
    bottom: -8%;
    right: -19%;
    background-image: url('https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/03/Telegram-image.png')
}
.node588 {
    height: 100%
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.wrap-pr br {
    display: none
}
.node107-1>.wrapper1 h2 {
    margin-bottom: 50px
}
.node107-1 .content-wrap {
    padding-left: 45px;
    padding-right: 45px
}
.node107-1 .wrapper-pr .title {
    font-weight: 600
}
.node107-1 .wrapper-pr .content {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    padding-right: 26px
}
.write .write-content {
    text-align: center
}
.otziv-form {
    background-color: #fff
}
.otziv-form .xs-force-center {
    height: auto
}
.otziv-form .xs-force-center p {
    padding: 0 20px
}
.otziv-form ul {
    list-style: none;
    padding: 0
}
.comment-form-visible #reply-title {
    font-size: 27px;
    font-weight: 600
}
.comment-form-visible #comment {
    width: 750px;
    height: 180px;
    border: 2px solid #ffc100;
    background: #e9dfdf;
    border-radius: 20px;
    resize: none;
    padding: 20px;
    font-family: Muller;
    font-weight: 600;
    outline: 0
}
.comment-form-visible #submit {
    background-color: #ffc100;
    border: 0;
    border-radius: 45px;
    padding: 15px 50px;
    -webkit-filter: drop-shadow(0.837px 11.971px 17.5px rgba(255, 216, 0, 0.7));
    filter: drop-shadow(0.837px 11.971px 17.5px rgba(255, 216, 0, 0.7));
    font: 600 20px Muller;
    outline: 0
}
#view_comment .modal-content {
    width: 100%
}
#view_comment .modal-body {
    text-align: center
}
#view_comment .modal-body br, #view_comment .modal-content img {
    display: none
}
.otziv-form ul img {
    border-radius: 50%;
    border: 3px solid #d7d7d7;
    width: 200px
}
.otziv-form ul li:nth-child(2) {
    padding-bottom: 30px
}
.otziv-btn {
    background-color: #ffc100;
    border: 0;
    border-radius: 45px;
    padding: 15px 50px;
    -webkit-filter: drop-shadow(0.837px 11.971px 17.5px rgba(255, 216, 0, 0.7));
    filter: drop-shadow(0.837px 11.971px 17.5px rgba(255, 216, 0, 0.7))
}
.otziv-btn span {
    padding-left: 30px;
    font-weight: bold;
    font-size: 20px
}
.otziv-btn span:before {
    content: "";
    display: inline-block;
    background: url('https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/03/star-icon.png') center;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    padding-top: 20px;
    left: 0;
    top: 2px;
    border-bottom-left-radius:
}
.otziv-page .node728 .grid>.gridwrap>.call-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.otziv-page .call-form>.cont {
    margin: auto
}
.call-form .macros-form>.outer>.inner>.vertical>.body .agreement-checkbox label span {
    padding: 0
}
.col-contact {
    text-align: center
}
.col-contact div.contact {
    display: inline-block;
    background: #ffc000;
    border-radius: 10px;
    padding: 10px 57px;
    position: relative;
    font-weight: bold
}
.col-contact div.contact:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #ffc000;
    border-radius: 10px/11px;
    z-index: -1;
    left: -20px;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg)
}
.otziv-page .macros-form>.outer>.inner>.vertical>.head {
    background-color: #ffc000;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1px 5px;
    color: #000
}
.otziv-page .head span {
    font-size: 16px
}
.otziv-main .wrapper {
    min-height: 556px
}
.otziv-main .title-h1 {
    font-size: 25px;
    margin: 0;
    font-weight: 800
}
.otziv-main .main-descript {
    padding-top: 55px;
    text-align: center
}
.package .sub-title {
    margin-top: 0
}
/*Контакты*/
.page-template-contacts h3 {
    text-align: center;
    font-size: 35px;
    margin: 35px 0;
}
#map .wrapper {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
#map .wrapper h6 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#map .wrapper > div {
    margin-bottom: 20px;
}
#map .wrapper  span {
    position: relative;
}
#map .wrapper > div:nth-child(3) {
    margin-bottom: 0;
}
#map p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}
#map p.last {
    padding: 0;
}
#map .adress::before {

    content: "\f277";
    font-family: "Font Awesome 5 Free";

}
#map .phone::before {

    content: "\f095";
    font-family: "Font Awesome 5 Free";
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

}
#map .callibri {
    font-size: 20px;
    font-weight: 600;
}
#map .email::before {

    content: "\f2b6";
    font-family: "Font Awesome 5 Free";

}
#map .adress::before,
#map .phone::before,
#map .email::before {
    position: absolute;
    left: -20px;
}
#map .icons  {
        text-align: center;
        width: 100%;
        padding-right: 10px;
    }
    #map .widget-social .soc-icon a, .widget-socials .soc-icon a {
        display: inline-block;
        background-image: none;
        font-family: "Font Awesome 5 Free" !important;
        text-decoration: none;
        text-align: center;
        color: 
        #fff;
    }   
    .widget-socials .soc-icon a.wa {
        font-family: "Font Awesome 5 Brands" !important;
    }
    #map .soc-icon a .bg {
        position: relative;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 10px;
        overflow: hidden;
    }
    #map .widget-social .soc-icon .wa .bg, 
    #map .widget-socials .soc-icon .wa .bg,
    #map .widget-socials .soc-icon .vb .bg {
        border-color: #01b35b;
        background: #12a6e5;
    }
    #map .widget-social .soc-icon .tg .bg, #map .widget-socials .soc-icon .tg .bg {
        border-color: #069;
        background: #12a6e5;
    }
    #map .widget-social .soc-icon .wa:hover .bg, #map .widget-socials .soc-icon .wa:hover .bg {
        border-color: #004e28;
        background: #12a6e5;
    }
    #map .widget-social .soc-icon .tg:hover .bg, #map .widget-socials .soc-icon .tg:hover .bg {
        border-color: #023;
        background: #12a6e5;
    }
    #map .widget-social .soc-icon .wa .bg::after, #map .widget-socials .soc-icon .wa .bg::after {
        content: "\f232";
        font-size: 31px;
        position: absolute;
        top: 9px;
        left: 7px

    }
    #map .widget-social .soc-icon .tg .bg::after, #map .widget-socials .soc-icon .tg .bg::after {
    content: "\f1d8";
    font-size: 21px;
    position: absolute;
    top: 7px;
    left: 8px;
    }
    .soc-icon a {
        margin-right: 10px;
    } 
    #map .soc-icon svg {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        left: 6px;
        right: 0;
        bottom: 0;
    } 
    #map .svg-inline--fa {
        display: block;
    }
    #map .soc-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 20px;
    }
    #map .soc-links a {
        width: 25px;
        height: 25px;
        margin-right: 20px;
        background-repeat: no-repeat!important;
    }
    #map .soc-links .soc-yt {
        width: 37px;
    }
/*Контакты end*/
/*Межгород*/
.sub-title {
    margin-top: 30px;
}
.city-content {
    margin-top: 60px;
}
.city-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;


}

.city-wrap {
    width: 20%;
    position: relative;
    margin-bottom: 50px;
}
.city-list {
    padding-left: 65px;
    list-style: none;
    min-height: 50px;
    margin: 0;
}
.city-list:before {
    content: attr(data-attr);
position: absolute;
top: 15px;
left: 0;
color: #b3b0b0;
font-family: 'OpenSans', sans-serif;
font-size: 60px;
font-weight: 400;
line-height: 27px;
}
.city-item a.city-link {
    text-decoration: none;
}
.city-list:hover::before,
.city-item a.city-link:hover {
    color: #ffc400;
}
/*End межгород*/
     /*spoiler*/
    .node5545 {
        padding-bottom: 40px;
        padding-top: 80px;
        
    }
   .accordion {
    
    margin:0 auto;
    
    border-radius:10px;
    width:100%;
    padding:10px;
    
}
.accordion ul {
    list-style:none;
    text-align: justify;
    margin:0;
    padding:0;    
}
.accordion .content ul {
    list-style: circle;
}

.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:16px;
   
    text-align: left; 
    color:#2a2627;
    text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    cursor:pointer;

}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}
.accordion .content {
    padding:0 10px;
    overflow:hidden;
    border:1px solid #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    color:#333;
    margin:0 0 10px;
}
.accordion h2 {
    margin:0;
    padding-right: 15px;
    display: inline-block;

    }

.accordion h4 {
    color:#542437;
    padding:0;
    margin:10px 0;
}
.accordion label:after {
    position: absolute;
    top: 37%;
    font-family: "Font Awesome 5 Free";
    content: '\f067'; 
    margin-right: 5px;
    right: 30px;
    font-size: 20px;
    
}
.accordion :checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    }

.vertical > ul > li {
    overflow:hidden;
    margin:0 0 1px;
    border: 2px solid #80808021;
    border-left: 0;
    border-right: 0;
    padding: 9px 0;

}

.vertical ul li label {
    position: relative;
    padding:10px 20px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
    
}
.vertical ul li .content {
    height:0px;
    border-top:0;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
    height: auto;
    min-height: 250px;
}

/*End spoiler*/
/*Посты*/
.wrapper-posts {
    padding-top: 40px;
}
.wrap-pr.wrapp-posts { 
    width: 32.6%;
    background: #f6f2f2;
    border-radius: 5px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.wrap-pr.wrapp-posts:hover {
    box-shadow: 0 0 10px #ffda637d;
}

.wrapp-posts .img-block {
    display: block;
    position: relative;
}
.wrapp-posts .overlay {
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    border-radius: 3px 3px 0 0;
    background-color: #ffda637d;
}
.wrapp-posts:hover .overlay {
    opacity: 1;
}
.wrapp-posts .link-icon {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18.5px;
    margin-top: -20px;
}
.wrapp-posts .link-icon i {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.wrapp-posts .link-icon i.fa-link::before {
    content: "\f0c1";
}
.wrapp-posts:hover .link-icon {
    opacity: 1;
}
.posts-more {
    text-align: center;
    padding-top: 15px;
}
.posts-more .more-link,
.posts .post-view_all a {
    background-color: #ffc000;
    border-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    color: #000;
}
.posts .post-view_all {
    text-align: center;
    padding-top: 30px;
}
.posts .post-view_all a {
    padding: 10px;
    font-size: 16px;
}
/*end посты*/
/*Страница поста*/
.type-post .title-block {
    position: relative;
}
.type-post .title-block .img-post {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.5s;
}
.type-post .title-block .img-post:hover {
    transform: scale(1.2);
}
.type-post .title-block .overlay {
    background: rgba(0, 0, 0, 0.91);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
.type-post .post-title {
    padding-top: 180px;
    padding-bottom: 100px;
    color: #fff;
}
.type-post .post-title h1 {
    font-size: 45px;
}
.type-post .content {
    padding-top: 40px;
}
/**/
/*404*/
body.error404 .site-main {
    position: relative;
    height: 30em;
}

.error-404 {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}
.error-404 span {
    font-size: 90px;
    font-weight: bold;
    line-height: 50px;
    color: #FFDA63;
    text-transform: uppercase;
    animation: neon-3 5s steps(1, start) infinite reverse;
}
@keyframes neon-3 {
    0%{
        color: #0b3960;
        text-shadow: 0 0 7px #FFDA63, 0 0 8px #FFDA63;
    }
    80%{
        color: #fff;
        text-shadow: 0 0 6px #fff,0 0 10px #fff,0 0 50px #FFDA63;
    }
    81%{
        color: #E1F5FE;
        text-shadow: 0 0 6px #fff,0 0 10px #fff,0 0 50px #FFDA63;
    }
    82%{color: #0b3960;
        text-shadow: 0 0 7px #FFDA63, 0 0 8px #FFDA63;
    }
    83%{
        color: #FFDA63;
        text-shadow: 0 0 6px #fff,0 0 10px #fff,0 0 50px #FFDA63;
    }
    84%{
        color: #FFDA63;
        text-shadow: 0 0 7px #FFDA63, 0 0 8px #FFDA63;
    }
    85%{
        color: #E1F5FE;
        text-shadow: 0 0 6px #fff,0 0 10px #fff,0 0 50px #FFDA63;
    }
    100%{
        color: #FFDA63;
        text-shadow: 0 0 7px #FFDA63,0 0 8px #FFDA63;
    }
}
.des-404 {
    padding: 35px;
    font-size: 20px;
}
.error-404 a {
    background-color: #ffda63;
    border-radius: 40px;
    padding: 27px 42px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border: none;
}
/*404 end*/ 

/*Видеоотзывы главная*/
.video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.video-item {
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 31%;
            flex: 1 1 31%;
    margin-bottom: 20px;
}
.video-item:nth-child(1n),
.video-item:nth-child(2n) {
    margin-right: 20px;
}
.popup-with-video {
    position: relative;
}
.popup-with-video img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.video-item__description {
    flex: 1;
    background: #ebf1f4;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.experience {
    border-radius: 10px;
}
.experience-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/**/


@media only screen and (max-width : 1366px) {
    
      .area .container {
        max-width: 100%;
    }
    .feature {
        font-size: 17px;
    }
    .img-block img {
        height: 200px;
    }
    /*new-Desing*/
    /*blok 1*/
     .feature-icon {
        left: -47px;
        padding: 13px 5px;
    }
     .features-wrap div:nth-child(2) div:first-child {
        padding: 18px 8px;
    }
     .features-wrap div:nth-child(3) div:first-child {
        padding-left: 1px;
        padding-right: 5px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
     .fetures-text {
        padding-left: 55px;
    }
    /*end blok 1*/
    /*End newDesing*/
}
@media only screen and (max-width : 1257px) {

    .area .container {
        width: 1100px;
        padding-left: 20px;
        padding-right: 20px;
    }
     .container {
        padding: 0 20px;
     }
    ul#nav {
        text-align: center;
    }
    ul#nav li a {
        font-size: 16px;
    }
     .feature {
        width: 29%;
    }
    .main-descript h3,
    .numbers .title-dec p {
        font-size: 22px;
    }
    .node-experiences__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .character-content .bgimage img {
        width: 438px;
        height: 300px;
    }
    .experience {
        width: 24%;
        margin-right: 0;
    }
    .package-service__wrap .back-img {
        width: 40%;
    }
    .package-service__wrap .bgimage {
        width: 305px;
        height: 305px !important;
    }
    .consult-form {
        width: 35.815%;
        padding: 0;
    }
    .consult-feature__title {
        padding-left: 10px;
    }
    .options-bottom p {
        font-size: 20px;
    }
     .vk-img {
        width: 160px;
        height: 160px;
        top: -14%;
        left: -25%;

    }
    .inst-img {
        width: 130px;
        height: 150px;
        right: -22%;
        top: -11%;

    }
    .wt-img {
        width: 120px;
        height: 120px;
        bottom: -53px;
        left: -18%;

    }
    .tg-img {
        width: 100px;
        height: 100px;
        bottom: -12%;
        right: -16%;

    }
}
@media only screen and (max-width : 992px) {
     .success-form {
        width: 100%;
    }
    
    ul#nav li a, ul#nav-mobile li a {
        font-size: 15px;
    }
    .feature {
        width: 38%;
    }
    /*new-Desing*/
     .area .container {
        max-width: 970px;
    }
    h2 {
        font-size: 25px;
    }
    /*End new-Desing*/
}
@media only screen and (max-width : 991px) {
    .area .container {
        width: 782px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-header__desktop-menu ul li {
        padding-right: 0;
    }
    ul#nav > li:not(:last-child) > a {
        padding-right: 7px;
    }
    ul#nav li a {
        font-size: 12px;
    }
.wrap-pr {
    width: 33%;
    padding: 0 10px;
}
.img-block img {
    height: 150px;
}
/*Межгород 900*/
.city-container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .city-wrap {
        width: 22%;
    }
/*Межгород end*/
.area .feature-icon img {
    max-width: 70%;
}
.wrapper {
    padding-bottom: 40px;
}
.feature {
    width: 28%;
}
.feature-icon {
    left: -47px;
    padding: 10px 1px;
}
.features-wrap div:nth-child(2) div:first-child {
    padding: 15px 3px;
}
.features-wrap div:nth-child(3) div:first-child {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 13px;
    padding-bottom: 17px;
}
.fetures-text {
    padding-right: 5px;
    padding-left: 48px;
    font-size: 13px;

}
.otziv-page h2, 
 h2 {
    font-size: 27px;
}
.main-descript h3, 
.numbers .title-dec p {
    font-size: 19px;

}
.main-descript h3 {
    line-height: 35px;
}
.features-wrap {
    padding-left: 0;
}
.experience {
    padding: 20px 0px 60px;
}
.package .title-dec span,
.options-bottom p {
    font-size: 17px;
}
.package-service__wrap {
    padding: 30px;
}
.package-service__wrap .bgimage {
    width: 260px;
    height: 260px !important;
}
.package-service__wrap .back-img {
    width: 45%;
}
.option {
    padding-left: 5px;
    padding-right: 5px;
}
.option .option-text {
    font-size: 15px;
}
.option-btn a {
    padding-left: 14px;
    padding-right: 14px;
}
.consult-form {
    width: 43.815%;
}

.consult-feature__text {
    padding-top: 0;
    font-size: 15px;
}
.how {
    min-height: auto;
}
.number-num span {
    font-size: 60px;
}
.number-descript p {
    font-size: 12px;
}
    .vk-img {

    width: 130px;
    height: 130px;
    top: -10%;
    left: -25%;

}
.inst-img {

    width: 110px;
    height: 120px;
    right: -22%;
    top: -9%;

}
.wt-img {

    width: 100px;
    height: 100px;
    bottom: -47px;
    left: -18%;

}
.tg-img {

    width: 90px;
    height: 90px;
    bottom: -10%;
    right: -17%;

}
}
.ajax-loader {
    position: absolute;
}

@media only screen and (max-width : 890px) {
     .success-form {
        width: 100%;
    }
    .slider1-previous, 
    .slider1-next {
        display: none;
    }
    .vk-img {

    width: 110px;
    height: 110px;
    top: -10%;
    left: -23%;

}
.inst-img {

    width: 93px;
    height: 110px;
    right: -23%;
    top: -7%;

}
.wt-img {

    width: 80px;
    height: 80px;
    bottom: -38px;
    left: -16%;

}
.tg-img {

    width: 80px;
    height: 80px;
    bottom: -10%;
    right: -18%;

}
}
@media only screen and (max-width : 800px) {
      #view_gaz,
    #view_five,
    #view_call,
    #view_fur,
    #view_zamer,
    #view_call_main-btn {
        max-width: 340px !important;
        margin: 0 auto;
    }
 
    .feature::after {
        display: none;
    }
     /* mobile navigation
   -------------------------------------------------------------------- */
   #desctop-menu-wrap {
        display: none;
   }
   #mobile-wrapper {
    display: block;
    
   }
   #nav-wrap-mobile {
      width: auto;
      margin: 0;
      position: absolute;
      left: 20px;
      bottom: 27px;
   }
   #nav-wrap-mobile > a {
       width: 48px;
        height: 48px;
        text-align: left;
        background-color: #ffda63;
        position: relative;
      border: none;
      float: right;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      position: relative;
     
   }
   
   /* toggle buttons */
    #nav-wrap-mobile:not( :target ) > a:first-of-type,
    #nav-wrap-mobile:target > a:last-of-type  {
       display: block;
    }
   /* hide menu panel */
   #nav-wrap-mobile ul#nav-mobile {
      height: auto;
      max-width: 350px;
        display: none;
      clear: both;
      width: auto;
      position: absolute;
      top: 48px;
      
   }
   /* GENERAL STYLES */
.mobile-btn .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: white;
    display: block;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}
.bar1 {
    top: 12px;
    left: 6px;
}
.bar2 {
    top: 46%;
    left: 11px;
}
.bar3 {
    left: 6px;
    bottom: 11px;    
}
   /* display menu panels */
    #nav-wrap-mobile:target > ul#nav-mobile   {
       display: block;
      padding: 3px 5px 0px 5px;
      background: #fbbc00;
      margin: 0 20px;
      clear: both;
      border-radius: 3px;
   }
   ul#nav-mobile li {
      width: auto;
      display: block;
      height: auto;
      margin: 0 auto;
      text-align: left;
   }
   ul#nav-mobile  li {
      border-bottom: 1px solid #2D2E340F;
      
   }
   ul#nav-mobile li a {
      background-image: none;
      margin: 0;
      padding: 12px 0;
      font-size: 14px;
      margin: 0;
      line-height: 14px; /* reset line-height from 48px */
      border: none;
   }
   li.menu-parent a:after {
      left: 5px;
   }
    .current_page_item {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
   /* Sub Menu */
   ul#nav-mobile ul {
      width: 315px; 
      position: static;
      background: none;
      padding-left: 15px !important;
      /* for transition */
      opacity: 0;
   }
   ul#nav-mobile ul li {
      width: 100%;
      padding: 0;
      display: list-item;
      border: none;
      /* for transition */
      height: 0px;
       overflow: hidden;
   }
   ul#nav-mobile ul li:last-childs {
        
   }
   /*On Hover  */
   #nav-mobile li:hover > ul li { height: 30px; }
   #nav-mobile li:hover > ul li:last-child { margin-bottom: 9px; }
   /* Sub Menu Anchor links */
   ul#nav-mobile ul li a {
      white-space: normal;
      padding-left: 0px !important;
      color: #5B4F4F;;
      font-weight: bold;
      font-size: 13px;
      font: 13px/27px;
      line-height: 20px; /* should be the same with li's height */
   }
   .nav-header__content > div {
    width: 70%;
   }
   .nav-header__wrapper {
    padding-bottom: 30px;
   }
   .nav-header__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
   }
   .nav-header__content .site-name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-bottom: 20px;
   }
   .nav-header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
   }
    .nav-header__order {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 20px;
        text-align: center;
    }
    .social-block__wraper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    /*block2*/
    .node-experiences__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .node-experiences__wrap > div:nth-child(2n+1) {
         margin-right: 15px;
    }
    .experience-descript {
        font-size: 15px;
    }
    .experience {
        width: 45%;
        margin-bottom: 40px;
       
        padding: 10px 10px 60px 10px;
    }
    .experience-img {
        text-align: center;
    }
    .experience-img img {
        width: 288px;
        height: 130px;
    }
    .bgimage {
        margin: 0 auto;
    }
    .features-wrap {
        display: block;
    }
    
    .feature {
        width: 100%;
    }
    .area .container {
        padding-left: 20px;
        padding-right: 20px;
    }
     .feature {
        width: 100%;
        margin-bottom: 25px;
    }
     .features-wrap {
        padding-left: 0;
    }
/*Автопарк new 800*/
h1.title-h1,
.otziv-page h2,
.title-dec h2 {
    font-size: 25px;
}
.main-descript h3 {
    font-size: 17px;
    line-height: 28px;
}
.questions-form {
    margin: 0 auto;
}
/*Автопарк new_end*/
.feature {
    max-width: 66%;
    margin: 30px auto;
}
.features-wrap {
    padding-top: 15px;  
}
.features-wrap > div:last-child {
    padding-right: 0;
}
.fetures-text {
    min-height: 90px;
    padding-top: 18px;
    padding-right: 25px;
}
.node-experiences__wrap,
.numbers-content__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.experience,
.number-cart {
    width: 45%;
}
.experience-img img {
    height: 195px;
}
.package-service__wrap .back-img {
    margin: auto;
}
.package-content {
    font-size: 15px;
}
.package-service__title {
    font-size: 18px;
}
.how-content {
    width: 100%;
}
.how-content__wrap,
.reviews-wrap {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.options-content__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.options-content__wrap div:not(:last-child) {
    margin-bottom: 30px;
}
.option {
    width: 48%;
    padding: 22px 15px;
}
.consult-form,
.consult-content {
    width: 50%;
}

.consult-features div:first-child {
    padding-bottom: 20px;
}
.consult-feature {
    width: 100%;
}
.consult-feature .bgimage {
    height: 60px;
}
.consult-feature__title,
.consult-feature__text {
    font-size: 14px;
}
.numbers-content__wrap > div:nth-child(2n+1) {
    padding-right: 0; 
}
.number-cart {
     
    padding-bottom: 25px;  
}
.number-cart::before, 
.number-cart::after {
    bottom: 39px;
}
.number-cart::after {
    right: 25px;
}
.soc-otxiv .otziv-block {
    width: 100%;
    height: 100%;   
    min-height: 665px;    
}
.video-slider {
    width: 100%;
    height: 100%; 
}
.video-otziv .video-slider .xs-force-center {

   
    width: 100%;
    padding: 0 30px;
    max-height: 500px;

}
.video-slider .xs-force-center {
    width: 100%;
    padding: 0 30px;
}
}
@media only screen and (max-width : 799px) {
    .area .container {
        width: 100%;
        max-width: 799px;
    }

    div.area .xs-force-center {
        text-align: center !important;
    }
.questions-img {
    width: 97%;
    margin: 0 auto;
}
.questions-text {
    margin-top: -10px;
    padding: 10px 45px;
}
.soc-slider {
    padding: 30px 30px;
}
.wrap-pr.wrapp-posts {
    width: 48.6%;
}
}
@media only screen and (max-width : 700px) {
    .package-service {
        background-position: 65% 50%;
    }
    .main .background {
    min-height: 875px;
}
    .contacts_form_request_block {
    padding: 35px 20px;
}
     .success-form {
        width: 100%;
    }
.wrapper {
    padding-top: 40px;
}
.wrapper-pr {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.wrap-pr {
    width: 45%;
}
.img-block img {
    height: 160px;
}   
/*Межгород 700*/
.city-wrap {
     width: 26%;
}
/*Межгород end*/
.package-service {
    padding-bottom: 0;
    padding: 20px 20px;
}

.package-service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;

}

.package .sub-title {
    margin-top: 0;

}
.package-service__title {
    font-size: 19px;
}
.package-service__wrap .back-img,
.package-content {
    width: 100%;
    text-align: center;
}
.package-advantages__wraget {
    text-align: left; 
}
.package-advantages__wrap {
    text-align: left;
}
.package-service__wrap .back-img .bgimage {
    width: 320px;
    height: 320px !important;
    margin: 0 auto;
}
.package-service__wrap .back-img {
    padding-bottom: 20px;
}
.package .service2 .back-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.package .service2 .package-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.package-service::before, 
.package-service::after {
    top: 85%;
    
}
.package-service::before {
    left: 39px;
}

.package-service::after {
    right: 45px;
}
.options-content__wrap {
    display: block;
}
.options-content__wrap .option {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.options-bottom {
    padding-top: 0;
}
.consult .consult-wrap {
    display: block;
}
.consult .consult-form {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    max-width: 365px;   
}
.consult .consult-content {
    width: 100%;
    padding-left: 0;
}

.consult-feature__title, .consult-feature__text {
    font-size: 15px;
}
.consult .consult-feature {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.consult .consult-feature__text {
    padding-top: 15px;
    text-align: center;
}
.consult-features div:first-child {
    padding-bottom: 0;
}
.consult .consult-feature .bgimage {
    width: 25%;
    height: 75px;
    margin: 0;
}
.main-descript h3, 
.numbers .title-dec p {
    font-size: 18px;
    line-height: 25px;
}
.questions-img-block {
    padding-top: 30px;
}
.questions-text {
    margin-top: -28px;
    padding: 10px 56px;
}
.questions-img {
    width: 93%;
}

.slide-content {
    display: block;
}
.slide-content__text p {
    text-align: center!important;
    padding-top: 10px;
}
.reviews-left-img {
    -webkit-filter: none;
            filter: none;
}
.reviews-left-img,
.consult-dct {
    text-align: center;
}
.reviews-right-block {
    background: none !important;
}
.questions-content {
    display: block;
}
.questions-form,
.questions-img-block {
    width: 100%;
}
.questions-img-block {
    padding: 0 20px;
    padding-top: 25px;
}
.questions-text {
    margin-top: -23px;
}
 .vk-img {

    width: 90px;
    height: 90px;
    top: -9%;
    left: -4%;

}
.inst-img {

    width: 73px;
    height: 80px;
    right: -10%;
    top: -9%;

}
.wt-img {

    width: 60px;
    height: 60px;
    bottom: -66px;
    left: -4%;

}
.tg-img {

    width: 60px;
    height: 60px;
    bottom: -11%;
    right: -4%;

}
.character-content {
    flex-direction: column;
    text-align: center;
}
.character-content .bgimage img,
.character-excerpt {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.character-content .bgimage {
    width: 100%;
}
.character-avto {
    font-size: 24px;
}
}
@media only screen and (max-width : 550px) {
    .video-item__description {
        font-size: 14px;
    }
    .area .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .background {
        background-position: 65% 50%;
    }
    .area p {
        font-size: 14px;
    }
     #nav-wrap {
        top: 140px;
        right: -15px;
     }
     .title-dec {
        max-width: 92%;
    }
     #nav-wrap-mobile ul#nav-mobile {
        top: 77px;
     }
    #view_gaz,
    #view_five,
    #view_call,
    #view_fur,
    #view_zamer {
        width: auto !important;
        max-width: 345px !important;
        margin: 0 auto;
    }
    .success-form {
        width: 100%;
    }
    
       #nav-wrap-mobile > a {
        width: 40px;
        height: 40px;
    }
    
    .mobile-btn .bar {
        width: 24px;
    }
     .bar1 {
        top: 8px;
        left: 6px;
    }
    .bar2 {
        top: 43%;
        left: 10px;
    }
    .bar3 {
        left: 6px;
        bottom: 9px;
    }
    #uid145 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap-pr {
        width: 50%;
    }
    .slider1-pagination {
        padding-bottom: 10px;
    }
/*Автопарк new 800*/
.page-template-main_page .main .background,
.page-template-avto_page .main .background,
.page-template-city_varios .main .background {
    background-image: url('https://xn--b1adcaacl5cahen8e3d.xn--p1ai/wp-content/uploads/2020/04/фон-main_mobile.png') !important;
}
.main .feature-icon img {
    max-width: 51%;
}
.wrapper {
    padding-bottom: 33px;
}

#btn-1, #btn-2 {
    font-size: 15px;
}
.title-dec h2 {
    font-size: 20px;
}

.package-advantage {
    font-size: 13px;
    padding-bottom: 5px;
}
.package-service {
    padding: 20px 0;
}
.package-service__wrap .back-img .bgimage {
    max-width: 200px !important;
    height: 200px !important;
}
.package-advantage .service-icon {
    padding-right: 5px;
}
.package-advantage .service-icon image {
    width: 20px !important;
    height: 20px !important;
}
.title-dec h2 {
    border-width: 3px;
}
.title-dec span {
    padding-bottom: 0;
}
.how .title-dec span {
    padding-bottom: 0;
}
.how-content {
    width: auto;
}

.how-content__wrap,
.reviews-wrap {
    width: 87%;
    padding: 0;
}
.numbers .title-dec {
    width: 100%;
}
.numbers .title-dec p {
    font-size: 16px;
    line-height: 22px;
}
.numbers-content__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.numbers-content__wrap .number-cart {
    width: 45%;
    margin-bottom: 20px;
    padding-right: 0;
}
.number-background {
    min-height: 325px;
}
.number-num span {
    display: inline-block;
    font-size: 49px;
}
.number-descript p {
    font-size: 12px;
}
.reviews-wrap {
    width: 100%;
}
.reviews-right-block .slide-content__text p span:first-child {
    font-size: 16px;
}

 .features-wrap {
    text-align: center;
}
 .feature {
    width: 68%;
    display: inline-block;
    margin-bottom: 25px;
}
 .feature-icon {
    padding: 19px 0px;
    left: -39px;
    top: -25px;
}
 .features-wrap div:nth-child(2) div:first-child {
    padding: 23px 3px;
}
 .features-wrap div:nth-child(3) div:first-child {
    max-width: 82px;    
    padding-left: 4px;
padding-right: 4px;
padding-top: 24px;
padding-bottom: 24px;
}
 .fetures-text {
    min-height: 74px;
    padding-top: 9px;
    padding-left: 50px;
}
.questions-text p {
    font-size: 25px;
}
/*Автопарк new_end*/
/*Межгород 900*/
 .city-wrap {
        width: 49%;
    margin-right: 0;   
     }
/*Межгород end*/
.video-otziv .video-slider .xs-force-center {
    max-height: 250px;
}
.node5545 {
    padding-top: 20px;
}
.character-avto {
    padding-bottom: 40px;
}
.character-option div:not(:first-child) {

    padding-top: 20px;

}
.character-content {
    padding: 60px 20px 50px;
}
#btn-2::after {
    display: none;
}
}
@media only screen and (max-width : 520px) {
     h2 {
    font-size: 22px !important;
}
    .main-descript h3, .numbers .title-dec p {
        font-size: 17px;    
    }
    .main a.btn-inner::after, 
    .main a.btn-inner::before, 
    .options a.btn-inner::after, 
    .options a.btn-inner::before {
        top: 65%;
    }
 .fetures-text {
    font-size: 13px;
}
.nav-header__order {
    padding-right: 0;
}
.content-wrap {
    padding-top: 45px;
}
#view_call_main-btn {
    width: auto!important;
}

#btn-1, #btn-2 {
    padding: 22px 20px;
    font-size: 15px;
}
.package .title-dec span, 
.options-bottom p {
    font-size: 15px;
}
.package-service__title {
    font-size: 16px;
}
.options-content__wrap .option {
    width: 100%;
    max-width: 385px;
}
.contacts_form_request_block {
    width: 100%;
}
.consult-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.consult .consult-feature .bgimage {
    width: 19%;
}
.reviews-content {
    padding: 50px 25px 0;
}
.reviews-left-img {
    padding-top: 30px;
}
.fetures-text {
    min-height: 112px;
}
.experience-img img {
    height: 135px;
}
.options-bottom {
    width: 100%;
    max-width:  80%;
}
.questions-img {
    width: 100%;
    height: 300px;
    background-position: top;
}
.questions-text {
    padding: 10px 26px;
    font-size: 15px;
    margin-top: -2px;
}
.questions-text p,
.page-template-intercity .font-header {
    font-size: 22px;
}
    
}
@media only screen and (max-width : 475px) {
    .feature {
        width: 100%;
        max-width: 300px;
    }
    .node-experiences__wrap {
        padding-top: 40px;
    }
.img-block img {
    height: 145px;
 }
 .how-content__wrap {
    height: auto;
 }
 .video-item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
 }
}
@media only screen and (max-width : 420px) {
    .area .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    h2 {
        font-size: 21px !important;
    }
    .main-descript h3, .numbers .title-dec p {
        font-size: 16px;
        line-height: 22px;
    }
    #btn-1, #btn-2 {
        font-size: 14px; 
        padding: 22px 18px;   
    }
    .feature {
        max-width: 280px;
    }
    .options-bottom {
        max-width: 100%;
    }
    .package .title-dec span, .options-bottom p {
        font-size: 14px;
    }
}

@media only screen and (max-width : 376px) {
    .title-dec {
        max-width: 100%;
    }
    .otziv-main .title-h1 {
        font-size: 19px;
    }
    h2 {
        font-size: 19px !important;
    }
    .content-wrap {
        padding-bottom: 45px;
        padding-top: 25px;
    }
.slider1-pagination {
    padding-top: 10px;
}
.widget-slider .slider1-page {
    width: 13px;
    height: 13px;
}
.wrap-pr {
    padding: 0 5px;
}
.img-block img {
    height: 100px;
    border: 3px solid white;
}
.experience-img img {
    height: 100px;
}
.nav-header__content > div {
    width: 80%;
}
/*Автопарк new 370*/
.how {
    min-height: auto;
}
.consult-form {
    width: 100%;
}
.how-content__wrap {
    height: auto;
}
.examples .content-wrap {
    padding-bottom: 0;
}
/*Автопарк new_end*/
.number-cart .number-img img {
    max-width: 70px;
}
.reviews-content {
    padding: 0;
}
.vk-img {

    width: 50px;
    height: 50px;
    top: -6%;
    left: -4%;

}   
.inst-img {

    width: 45px;
    height: 60px;
    right: -4%;
    top: -6%;

}
.wt-img {

    width: 40px;
    height: 40px;
    bottom: -47px;
    left: -5%;
}
.tg-img {

    width: 40px;
    height: 40px;
    bottom: -8%;
    right: -4%;

}
.city-list {
    padding-left: 50px;
}
.character-avto {
    font-size: 20px;
    padding-bottom: 20px;
}
.wrap-pr.wrapp-posts {
    width: 100%;
    padding: 20px;
}
}

@media only screen and (max-width : 320px) {
    h1.title-h1 {
        font-size: 22px;
    }
    #btn-1, 
    #btn-2,
    .experience-descript {
        font-size: 12px;
    }
    .mobile-btn .bar {
        width: 23px;
    }
    .bar1 {
        top: 7px;
        left: 5px;
    }
    .bar2 {
        top: 43%;
        left: 8px;
    }
    .bar3 {
        left: 5px;
        bottom: 8px;
    }
       #nav-wrap-mobile > a {
        width: 35px;
        height: 35px;
    }
    .area .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
   
    #nav-wrap-mobile > a {
        width: 35px;
        height: 35px;
    }
    
    .features-wrap {
        padding-top: 40px;
        padding-left: 20px;
    }
   
    .feature {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .feature::after {
        display: none;  
    }
    .fetures-text {
        font-size: 12px;
        text-align: left;
        padding-left: 62px;
    }

    .features-wrap div:nth-child(2) div:first-child {
        padding: 21px 0px;
    }
    .features-wrap div:nth-child(3) div:first-child {
        max-width: 82px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 22px;
        padding-bottom: 22px;

}
    .main .feature-icon img {
        max-width: 46%;
}
 .feature-icon {
    max-width: 29%;
    left: -24px;
    top: -16px;
 }
    .experience-img img {
        width: 120px;
    }
    .form-control {
        font-size: 11px !important;
    }
        .city-wrap {

    width: 54%;
    }
    .city-list {
        padding-left: 50px;
    }
    .page-template-intercity .container {
        padding-left: 15px;
    }
    .questions-img {
        width: 90%;
    }
    .questions-text {
        padding: 10px 20px;
        margin-top: -35px;
    }
}
.area .success-image img{
   max-width: 300px;
margin: 0 auto;
display: block;
}

.callibri {
    cursor: pointer;
}

.consult-form_footer, .questions-form__body .agreement-checkbox {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    color: #fff
}
.consult-form_footer a.agreement-link, .questions-form__body a.agreement-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: inherit;
    cursor: pointer
}
.page-template-contacts .footer_top h3 {
    font-size: 18px;
}
.footer_area {
    background: #fbfbfd;
}


.footer_top {
    padding: 40px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.footer_top .company_widget .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.footer_top .f_social_icon a:hover {
    background: #fbbc00;
    color:white;
}
.footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}
.footer-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/06/footer_background.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.footer_top .footer_bg .footer_bg_one {
    background: url("https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/06/footer-fugon1.gif") no-repeat center center;
    width: 330px;
    height: 127px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: city 22s linear infinite;
    animation: city 22s linear infinite;
}

.footer_top .footer_bg .footer_bg_two {
    background: url("https://xn--d1abaakha0cadfhgpa8m.xn--p1ai/wp-content/uploads/2020/06/velik.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: city 30s linear infinite;
    animation: city 30s linear infinite;
}
.footer_top .footer-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer_top .footer-wrap ul li {
    list-style: none;
}
@-moz-keyframes city {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes city {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes city {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@media only screen and (max-width : 600px) { 
  .footer_bg {
      display: none;
  }
  .footer_top {
      padding-bottom: 10px;
  }
}

@media only screen and (max-width : 1257px) {
     .footer_top .footer_bg .footer_bg_one {
        height: 127px;
    }
    @keyframes city {
      0% {
        left: -80%;
      }
      100% {
        left: 100%;
    }
}
}
@media only screen and (min-width : 993px) {
    .footer-row {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (min-width : 768px) and (max-width: 992px) { 
    .footer-row {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer__contacts__link {
	display: block;
	margin-bottom: 11px;
	font-size: 16px;
}

.footer__contacts__link .fa-phone:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

.footer__contacts__link .fa-location-dot:before {
	content: "\f277";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

.footer__contacts__link .fa-envelope:before {
	content: "\f2b6";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}

.footer__contacts__link i {
	font-style: normal;
	font-size: 16px;
	color: #263b5e;
}

.footer__contacts__link + p + p {
	text-align: center;
}

@media only screen and (min-width: 993px) {
	.footer-row {
		-ms-flex: 0 0 25%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	.footer-row:last-child {
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
	}
}
.f_size_18 {
    font-size: 18px;
}
.contacts-widget {
	font-size: 14px;
	color: #6a7695;
}