/*!
Theme Name: Cial
Theme URI: http://codvinn.com/
Author: CODvinn
Author URI: http://codvinn.com/
Description: Theme was create by CODvinn.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cial
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Test is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;900&display=swap");
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #282828;
  font-feature-settings: "pnum" on, "lnum" on;
}
body.no-scroll {
  overflow: hidden;
}
body.error404 {
  height: 100%;
}
body.error404 #page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body.error404 #page main {
  flex-grow: 1;
}
body.error404 #page main .error-section {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.error404 #page main .error-section p {
  margin-top: 20px;
}
body.error404 #page main .error-section p a {
  text-decoration: underline;
  color: #5B95ED;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
body.error404 #page main .error-section p a:hover {
  color: #2978EE;
}
@media (max-width: 767px) {
  body.error404 #page main .error-section {
    margin-top: 20px;
  }
}
body.error404 #page main .error-section span {
  font-size: 11vw;
}
@media (max-width: 767px) {
  body.error404 #page main .error-section span {
    font-size: 11rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  padding: 0 40px;
  margin: 0 55px;
}
@media (max-width: 1550px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .container {
    margin: 0 auto;
    padding: 0 40px;
  }
}

.hidden {
  display: none;
}

main {
  padding-left: 300px;
  padding-top: 85px;
  transition: 0.3s;
}

body.active-search main {
  padding-top: 135px;
}
body.active-search .site-header__searchform {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs {
  color: #808080;
  font-size: 1.7rem;
  line-height: 3.006rem;
  margin-top: 33px;
  margin-bottom: 60px;
}
.breadcrumbs span.search {
  margin: 0 17px;
}
.breadcrumbs span > a, .breadcrumbs span > span {
  margin: 0 17px;
}
.breadcrumbs span:nth-child(1) a {
  margin-left: 0;
}

.wpcf7-response-output {
  display: none !important;
}

.page-title {
  font-size: 6rem;
  line-height: 7.044rem;
  color: black;
  font-weight: 700;
}

.entry-content, .category-information, .category-section__wrapper-content, .catalog-content, .sizes-information__wrapper, .sizes-section__wrapper-content {
  margin-top: 60px;
  line-height: 3.34rem;
}
.entry-content a, .category-information a, .category-section__wrapper-content a, .catalog-content a, .sizes-information__wrapper a, .sizes-section__wrapper-content a {
  color: #5B95ED;
  text-decoration: underline;
  transition: 0.2s;
}
.entry-content a:hover, .category-information a:hover, .category-section__wrapper-content a:hover, .catalog-content a:hover, .sizes-information__wrapper a:hover, .sizes-section__wrapper-content a:hover {
  color: #2978EE;
}
.entry-content p, .category-information p, .category-section__wrapper-content p, .catalog-content p, .sizes-information__wrapper p, .sizes-section__wrapper-content p {
  margin-bottom: 20px;
}
.entry-content ul, .category-information ul, .category-section__wrapper-content ul, .catalog-content ul, .sizes-information__wrapper ul, .sizes-section__wrapper-content ul {
  margin-bottom: 30px;
}
.entry-content ul li, .category-information ul li, .category-section__wrapper-content ul li, .catalog-content ul li, .sizes-information__wrapper ul li, .sizes-section__wrapper-content ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}
.entry-content ul li::before, .category-information ul li::before, .category-section__wrapper-content ul li::before, .catalog-content ul li::before, .sizes-information__wrapper ul li::before, .sizes-section__wrapper-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #FFCC00;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.entry-content ol, .category-information ol, .category-section__wrapper-content ol, .catalog-content ol, .sizes-information__wrapper ol, .sizes-section__wrapper-content ol {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 30px;
}
.entry-content ol li, .category-information ol li, .category-section__wrapper-content ol li, .catalog-content ol li, .sizes-information__wrapper ol li, .sizes-section__wrapper-content ol li {
  position: relative;
  counter-increment: section;
  padding-left: 27px;
  margin-bottom: 19px;
}
.entry-content ol li::before, .category-information ol li::before, .category-section__wrapper-content ol li::before, .catalog-content ol li::before, .sizes-information__wrapper ol li::before, .sizes-section__wrapper-content ol li::before {
  content: counter(section) ".";
  position: absolute;
  left: -1px;
  top: -1px;
  color: #FFCC00;
}

.page-form {
  margin-top: 125px;
}
.page-form form {
  max-width: 746px;
}
.page-form .form-header {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.7rem;
  color: #282828;
  margin-bottom: 50px;
}
.page-form .form-line {
  display: flex;
  align-items: center;
}
.page-form .form-line div {
  width: 50%;
}
.page-form .form-line div:nth-child(1) {
  margin-right: 36px;
}
.page-form .form-line div span {
  width: 100%;
}
.page-form .form-line div span input {
  width: 100%;
}
.page-form textarea {
  margin-top: 25px;
  height: 121px;
  resize: none;
  width: 100%;
}
.page-form input {
  height: 61px;
  padding: 18px 29px 19px;
  border: 1px solid #E6E6E6;
  font-family: "Raleway", sans-serif;
  width: 100%;
  border-radius: 39px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.page-form input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  font-family: "Raleway", sans-serif;
}
.page-form input:focus {
  border-color: #424242;
}
.page-form input:focus::placeholder {
  color: #282828;
}
.page-form textarea {
  padding: 18px 29px;
  border: 1px solid #E6E6E6;
  font-family: "Raleway", sans-serif;
  width: 100%;
  border-radius: 39px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.page-form textarea::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  font-family: "Raleway", sans-serif;
}
.page-form textarea:focus {
  border-color: #424242;
}
.page-form textarea:focus::placeholder {
  color: #282828;
}
.page-form .form-line-last {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.page-form .form-line-last div:nth-child(2) {
  max-width: 354px;
  width: 100%;
}
.page-form .ajax-loader {
  display: none !important;
}
.page-form .personal-data {
  margin-left: 14px;
  color: #808080;
  text-align: center;
  margin-right: 41px !important;
}
.page-form .personal-data a {
  color: black;
  text-decoration: underline;
}
.page-form input[type=submit] {
  max-width: 354px;
  width: 100%;
  background: #282828;
  border-radius: 46px;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 136.9%;
  text-align: center;
  color: white;
  height: auto;
  padding: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.page-form input[type=submit]:hover {
  background: #676767;
}
.page-form .wpcf7-not-valid-tip {
  text-align: center;
  position: absolute;
  bottom: -39px;
  font-size: 1.2rem;
}
.page-form .wpcf7-form-control-wrap.cf7sr-recaptcha {
  width: 304px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media (max-width: 767px) {
  .page-form .wpcf7-form-control-wrap.cf7sr-recaptcha {
    order: 4;
  }
}
.page-form .wpcf7-form-control-wrap.cf7sr-recaptcha .wpcf7-not-valid-tip {
  position: relative;
  bottom: -9px;
}
.page-form .cf7sr-g-recaptcha {
  align-items: flex-end;
  margin-top: 22px;
}
.page-form .cf7sr-g-recaptcha > div {
  margin-left: auto;
  margin-right: 0;
}
.page-form .wpcf7 form.invalid .wpcf7-response-output, .page-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  margin: 0;
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

.page-template-product-single-template-page #page {
  overflow-x: hidden;
}

.section-timer {
  margin-top: 86px;
  background-color: #424242;
  padding: 100px 0 120px;
  margin-bottom: 86px;
}
.section-timer > .container {
  position: relative;
}
.section-timer .timer-block {
  display: grid;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 83px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .section-timer .timer-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 475px) {
  .section-timer .timer-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-timer .timer-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  background: #515151;
  height: 1px;
  width: 100vw;
  max-width: 1540px;
}
.section-timer .timer-block__wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.section-timer .timer-block__wrapper-top {
  color: #FFCC00;
  font-weight: 600;
  font-size: 6rem;
  line-height: 7rem;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
}
.section-timer .timer-block__wrapper-text {
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  max-width: 248px;
  text-align: center;
  margin: 0 auto;
}
.section-timer__contact {
  margin: 97px auto 0;
  max-width: 61.979vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1160px) {
  .section-timer__contact {
    max-width: 84.179vw;
  }
}
@media (max-width: 787px) {
  .section-timer__contact {
    max-width: 100%;
  }
}
.section-timer__left {
  max-width: 643px;
  width: 100%;
}
.section-timer__left-header {
  font-weight: bold;
  font-size: 5.1rem;
  line-height: 6rem;
  color: white;
  margin-bottom: 42px;
}
.section-timer__left-subheader {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #808080;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section-timer__right-button {
  margin-top: 47px;
}
.section-timer__right-button .button {
  display: block;
  padding: 26.5px 46.5px;
  background: white;
  border-radius: 37px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #424242;
  transition: 0.2s;
}
.section-timer__right-button .button:hover {
  color: white;
  background: #FFCC00;
}

@media (max-width: 1605px) {
  .section-timer__right {
    margin-right: 0;
  }
}
@media (max-width: 1410px) {
  .section-timer .timer-block__wrapper.centred {
    text-align: center;
  }
  .section-timer .timer-block__wrapper.centred .timer-block__wrapper-top {
    justify-content: center;
  }
  .section-timer .timer-block__wrapper.centred .timer-block__wrapper-text {
    margin: 0 auto;
  }
}
@media (max-width: 1160px) {
  .section-timer {
    padding: 37px 0 55px;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .section-timer .timer-block {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
  }
  .section-timer .timer-block::after {
    right: 0;
    width: 100%;
  }
  .section-timer .timer-block__wrapper-top {
    justify-content: center;
    font-size: 4rem;
    line-height: 4.7rem;
  }
  .section-timer .timer-block__wrapper-text {
    max-width: 100%;
  }
  .section-timer__contact {
    margin-top: 60px;
    padding-left: 13px;
  }
  .section-timer__left {
    max-width: 65%;
  }
  .section-timer__left-header {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
  .section-timer__left-subheader {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .section-timer__right {
    margin-right: 0;
  }
  .section-timer__right-button {
    text-align: center;
  }
  .section-timer__right-button .button {
    font-size: 1.6rem;
    line-height: 1.9rem;
    display: inline-block;
    padding: 20px 22.5px;
  }
}
@media (max-width: 787px) {
  .section-timer__contact {
    flex-direction: column;
  }
  .section-timer__left {
    max-width: 100%;
  }
}
@media (max-width: 390px) {
  .section-timer .timer-block__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1160px) {
  main {
    padding: 50px 0 0;
  }

  .container {
    padding: 0 15px;
    margin: 0 auto;
  }

  .page-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .breadcrumbs {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .page-form {
    margin-top: 55px;
  }
  .page-form form {
    display: flex;
    flex-direction: column;
  }
  .page-form .form-header {
    margin-bottom: 0;
    order: 1;
  }
  .page-form .cf7sr-g-recaptcha {
    order: 4;
  }
  .page-form .cf7sr-g-recaptcha > div {
    display: block;
    width: 100%;
  }
  .page-form .cf7sr-g-recaptcha > div div {
    margin-right: 0;
    margin-left: auto;
  }
  .page-form .form-line {
    flex-direction: column;
    order: 2;
  }
  .page-form .form-line + div {
    order: 3;
  }
  .page-form .form-line.form-line-last {
    order: 5;
  }
  .page-form .form-line div {
    width: 100%;
    margin: 0 !important;
  }
  .page-form .form-line div input {
    margin-top: 25px;
  }
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.site-header__searchform {
  border-bottom: 1px solid #E5E5E5;
  height: 50px;
  background: white;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.site-header__searchform-mobile {
  display: none;
}
.site-header__searchform .container {
  height: auto;
}
.site-header__searchform form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.site-header__searchform input {
  border: none;
  outline: none;
  background: transparent;
}
.site-header__searchform label {
  padding: 13px 21px;
  width: 100%;
}
.site-header__searchform .search-field {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #282828;
  width: 100%;
}
.site-header__searchform .search-field::placeholder {
  color: #808080;
}
.site-header__searchform input[type=submit] {
  background: #282828;
  transition: 0.4s;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  padding: 13px 14px 14px;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
}
.site-header__searchform input[type=submit]:hover {
  background: #FFCC00;
}
.site-header__search {
  border-radius: 50%;
  border: 1px solid #282828;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 24px;
  margin-left: 20px;
}
.site-header__search svg path {
  transition: 0.4s;
}
.site-header__search:hover {
  border-color: #FFCC00;
}
.site-header__search:hover svg path {
  fill: #FFCC00;
}
.site-header .fixed-menu {
  background: #282828;
  height: 100vh;
  color: white;
  width: 300px;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  padding-top: 85px;
  filter: drop-shadow(9px 0px 29px rgba(51, 51, 51, 0.26));
}
.site-header .fixed-menu .site-catalog {
  margin-top: 24px;
}
.site-header .fixed-menu__text {
  font-weight: 400;
  color: gray;
  font-size: 1.8rem;
  padding-left: 23px;
  position: absolute;
}
.site-header .fixed-menu__bottom {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 29px 0 25px;
}
.site-header .fixed-menu__bottom .button-call {
  color: #FFCC00;
  border: 1px solid #FFCC00;
  border-radius: 37px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  transition: 0.2s;
}
.site-header .fixed-menu__bottom .button-call:hover {
  background: #FFCC00;
  color: white;
}
.site-header .fixed-menu__bottom .button-call:active, .site-header .fixed-menu__bottom .button-call.active {
  background: #FDB700;
  color: white;
}
.site-header .site-catalog ul li {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
}
.site-header .site-catalog ul li .children li.has_children > .link-block > a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.148rem;
}
.site-header .site-catalog ul li a {
  transition: 0.2s;
}
.site-header .site-catalog ul li a.current-cat-link {
  cursor: default;
}
.site-header .site-catalog ul li a:hover {
  color: #FFCC00;
}
.site-header .site-catalog > ul {
  padding-top: 31px;
  padding-left: 23px;
}
.site-header .site-catalog > ul > li {
  margin-bottom: 2px;
}
.site-header .site-catalog > ul > li > .link-block > .new-children {
  overflow-y: auto;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children {
  display: block;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children > ul.children {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-top: 0;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children > ul.children > li {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.148rem;
  display: block;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children > ul.children > li > .link-block {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children > ul.children > li > .link-block > a {
  margin-bottom: 20px;
  display: block;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children > ul.children > li li {
  font-size: 1.8rem;
  line-height: 2.833rem;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 400;
  margin-bottom: 6px;
}
.site-header .site-catalog > ul > li:hover > .link-block > .new-children > ul.children > li li .children {
  margin-bottom: 20px;
}
.site-header .site-catalog > ul > li > .link-block > a {
  position: relative;
  padding: 30px 19px 30px 0;
  display: block;
}
.site-header .site-catalog > ul > li > .link-block > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("img/arrowr.svg") no-repeat;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .site-catalog > ul > li > .link-block > .new-children {
  display: none;
  position: absolute;
  width: 1027px;
  height: 100vh;
  background: white;
  left: 300px;
  color: black;
  top: 0;
  padding: 76px 66px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.site-header__wrapper {
  border-bottom: 1px solid #DFDFDF;
  background: white;
  position: absolute;
  top: 0;
  height: 85px;
  width: 100%;
  padding: 10px 0 9px 300px;
}
.site-header__wrapper .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.site-header__wrapper-catalog {
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  border: 1px solid #282828;
  border-radius: 60px;
  padding: 21.5px 32px 21.5px 80.1px;
  margin-right: 1.354vw;
  position: relative;
  display: block;
}
.site-header__wrapper-catalog::before {
  content: "";
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/lines.svg") no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
  transition: 0.2s;
}
.site-header__wrapper-catalog:hover {
  background: #3A3A3A;
  color: white;
}
.site-header__wrapper-catalog:hover::before {
  background: url("img/lines-white.svg") no-repeat;
}
.site-header__wrapper-catalog.active, .site-header__wrapper-catalog:active {
  background: #060606;
  color: white;
}
.site-header__wrapper-catalog.active::before, .site-header__wrapper-catalog:active::before {
  background: url("img/lines-white.svg") no-repeat;
}
.site-header__wrapper-city {
  padding-left: 28px;
  position: relative;
  white-space: nowrap;
}
.site-header__wrapper-city::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("img/pin.svg") no-repeat;
  width: 16px;
  height: 18.65px;
  background-size: contain;
  transition: 0.2s;
}
.site-header__wrapper-city:hover {
  color: #FFCC00;
}
.site-header__wrapper-city:hover::before {
  background: url("img/pin-yellow.svg") no-repeat;
  background-size: contain;
}
.site-header__wrapper-contacts {
  margin-left: 2.656vw;
  font-weight: 600;
  line-height: 2.1rem;
  white-space: nowrap;
}
.site-header__wrapper-contacts a {
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.2s;
}
.site-header__wrapper-contacts a:nth-last-child(1) {
  margin-left: 2.24vw;
}
.site-header__wrapper-contacts a:hover {
  color: #FFCC00;
}
.site-header__logo {
  width: 300px;
  background-color: #282828;
  padding-left: 18px;
  z-index: 2;
  height: 85px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-header__logo .custom-logo-link {
  max-width: 144px;
}
.site-header__logo .mobile-right-menu {
  display: none;
}
.site-header__mobile {
  display: none;
}
.site-header .main-navigation {
  padding: 0 30px;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-around;
  border-right: 1px solid #DFDFDF;
}
.site-header .main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .main-navigation ul li {
  line-height: 2.1rem;
  white-space: nowrap;
  transition: 0.2s;
  margin-right: 45px;
}
.site-header .main-navigation ul li:nth-child(1) {
  margin-right: 58px;
}
.site-header .main-navigation ul li:nth-last-child(1) {
  margin-right: 28px;
}
.site-header .main-navigation ul li.current-menu-item {
  cursor: default;
}
.site-header .main-navigation ul li:hover {
  color: #FFCC00;
}
.site-header .menu-back {
  display: none;
}

.admin-bar .fixed-menu__bottom {
  margin-bottom: 72px;
}
.admin-bar .site-header .site-catalog > ul > li > .link-block > ul.children {
  height: calc(100vh - 32px);
}

@media (max-width: 1750px) {
  .site-header .main-navigation {
    padding: 0 10px;
  }
  .site-header .main-navigation ul li {
    margin-right: 25px;
  }
  .site-header .main-navigation ul li:nth-child(1) {
    margin-right: 28px;
  }
}
@media (max-width: 1650px) {
  .site-header__wrapper-contacts {
    margin-left: 1vw;
  }
  .site-header__wrapper-catalog {
    margin-right: 0.754vw;
    padding: 21.5px 22px 21.5px 70.1px;
  }
  .site-header__wrapper-catalog::before {
    background-size: contain;
    width: 24px;
    height: 16px;
  }
  .site-header .main-navigation ul li:nth-last-child(1) {
    margin-right: 0;
  }
  .site-header__search {
    width: 46px;
    height: 46px;
    margin-right: 14px;
    margin-left: 10px;
  }
}
@media (min-width: 1410px) and (max-width: 1490px) {
  .site-header__wrapper-contacts {
    font-size: 1.6rem;
  }
  .site-header__wrapper-contacts a:nth-last-child(1) {
    margin-left: 1vw;
  }
}
@media (max-width: 1200px) {
  .site-header .main-navigation ul li {
    margin-right: 18px;
  }
  .site-header .main-navigation ul li:nth-child(1) {
    margin-right: 18px;
  }
  .site-header .main-navigation ul li:nth-last-child(1) {
    margin-right: 0;
  }
}
@media (min-width: 1161px) and (max-width: 1410px) {
  .site-header__wrapper-contacts {
    display: flex;
    align-items: center;
  }
  .site-header__wrapper-phone-link {
    display: block;
    font-size: 0;
    background: url("img/phone.svg") no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .site-header__wrapper-email-link {
    display: block;
    font-size: 0;
    background: url("img/mail.svg") no-repeat;
    width: 22px;
    height: 18px;
    background-size: contain;
  }
}
@media (max-width: 1160px) {
  body.active-search main {
    padding: 50px 0 0;
  }
  body.active-search .site-header__searchform-mobile {
    width: 100%;
    height: 47px;
  }

  .site-header {
    position: fixed;
  }
  .site-header__searchform-mobile {
    display: block;
    height: 0;
    margin-top: 0;
  }
  .site-header__searchform-mobile label {
    padding: 13px 15px 15px;
  }
  .site-header__searchform-mobile input.search-field {
    font-size: 1.4rem;
    line-height: 135.2%;
  }
  .site-header__searchform-mobile input[type=submit] {
    max-width: 100px;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 15px;
    height: 47px;
  }
  .site-header__logo {
    width: auto;
    height: 50px;
    padding-left: 12px;
    justify-content: space-between;
  }
  .site-header__logo .custom-logo-link {
    max-width: 80px;
  }
  .site-header__logo .mobile-right-menu {
    display: flex;
    align-items: center;
  }
  .site-header__logo .mobile-right-menu__search {
    margin-right: 18px;
    width: 19px;
    height: 19px;
  }
  .site-header__logo .mobile-right-menu .button-city {
    width: 14px;
    height: 17px;
    background: url("img/pin-white.svg") no-repeat;
    background-size: contain;
    display: block;
  }
  .site-header__logo .mobile-right-menu .button-call {
    width: 16px;
    height: 16px;
    background: url("img/phone-white.svg") no-repeat;
    background-size: contain;
    display: block;
    margin-left: 23px;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    background: #FFCC00;
    position: relative;
    cursor: pointer;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger.active span {
    transition: 0.3s;
    background: 0 0;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger.active span::before {
    transform: rotate(45deg);
    top: 0;
    transition: 0.3s;
    width: 20px;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger.active span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.3s;
    width: 20px;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger span {
    position: absolute;
    display: block;
    width: 23px;
    height: 1.5px;
    background: #282828;
    transition: 0.3s;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger span::before, .site-header__logo .mobile-right-menu .mobile-hamburger span::after {
    content: "";
    position: absolute;
    height: 1.5px;
    background: #282828;
    width: 23px;
    left: 0;
    transition: 0.3s;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger span::before {
    bottom: 6px;
  }
  .site-header__logo .mobile-right-menu .mobile-hamburger span::after {
    top: 6px;
    width: 14.53px;
  }
  .site-header .fixed-menu {
    display: none;
  }
  .site-header__wrapper {
    display: none;
  }
  .site-header__mobile {
    width: 100%;
    height: 100vh;
    background: white;
    position: absolute;
    left: -100%;
    top: 50px;
    transition: 0.4s;
    display: block;
  }
  .site-header__mobile.active {
    left: 0;
  }
  .site-header__mobile-catalog {
    margin-top: 23px;
    padding: 0 14px 37px 15px;
    position: relative;
  }
  .site-header__mobile-catalog::after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    background: #DFDFDF;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .site-header__mobile-catalog li {
    margin-bottom: 41px;
    position: relative;
    display: none;
  }
  .site-header__mobile-catalog li.mobile_active {
    display: list-item;
  }
  .site-header__mobile-catalog li.active {
    display: list-item;
  }
  .site-header__mobile-catalog li.active .new-children {
    display: none;
  }
  .site-header__mobile-catalog li.active > .link-block > .new-children {
    display: list-item !important;
  }
  .site-header__mobile-catalog li.active > .link-block > .new-children > ul li {
    display: list-item;
  }
  .site-header__mobile-catalog li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .site-header__mobile-catalog li.has_children::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url("img/mobile-arrow.svg") no-repeat;
    width: 12px;
    height: 12px;
  }
  .site-header__mobile-catalog li a {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.285rem;
    font-feature-settings: "pnum" on, "lnum" on;
    max-width: 80%;
    display: block;
  }
  .site-header__mobile-catalog li.active::before {
    content: none;
  }
  .site-header__mobile-catalog li.active > .link-block > a {
    display: none;
  }
  .site-header__mobile-catalog li.active > .link-block > .menu-back {
    display: block;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.285rem;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #8E8E8E;
    position: relative;
    padding-left: 28px;
    margin-bottom: 41px;
  }
  .site-header__mobile-catalog li.active > .link-block > .menu-back::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("img/back-menu.svg") no-repeat;
    width: 12px;
    height: 12px;
  }
  .site-header__mobile-catalog > .new-children > ul > li > .link-block > .new-children {
    display: none;
  }
  .site-header__mobile-menu {
    margin-top: 37px;
  }
  .site-header__mobile-menu ul {
    padding: 0 14px 0 15px;
  }
  .site-header__mobile-menu ul li {
    font-size: 17px;
    line-height: 20px;
    color: #808080;
    margin-bottom: 41px;
  }
  .site-header__mobile-menu ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .site-header__mobile-contact {
    margin-top: 49px;
    display: flex;
    flex-direction: column;
    padding: 0 14px 47px 15px;
  }
  .site-header__mobile-contact a {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2rem;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #282828;
  }
  .site-header__mobile-contact a:nth-last-child(1) {
    margin-bottom: 0;
  }
  .site-header__mobile-wrapper {
    overflow: scroll;
    height: 85vh;
  }
}
.site-footer {
  margin-top: 90px;
  background: #424242;
  color: white;
  padding: 64px 0 38px 300px;
}
.site-footer .company-link {
  position: relative;
  top: 45px;
  margin-bottom: 20px !important;
}
.site-footer .company-link a {
  display: block;
  max-width: 130px;
  color: #9E9E9E;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 40px;
}
.site-footer .company-link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("img/company.png") no-repeat;
  width: 110px;
  height: 35px;
  background-size: contain;
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
}
.site-footer .site-info__first-logo {
  margin-left: -13px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .site-footer .site-info__first-logo {
    margin-left: 0;
  }
}
.site-footer .site-info__first-contacts {
  margin-bottom: 35px;
}
.site-footer .site-info__first-contacts li {
  margin-bottom: 30px;
  padding-left: 34px;
  position: relative;
}
.site-footer .site-info__first-contacts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18.67px;
}
.site-footer .site-info__first-contacts li:nth-child(1)::before {
  background: url("img/phone.svg") no-repeat;
  background-size: contain;
  height: 18.67px;
}
.site-footer .site-info__first-contacts li:nth-child(2)::before {
  background: url("img/mail.svg") no-repeat;
  background-size: contain;
  height: 16px;
}
.site-footer .site-info__first-contacts li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-footer .site-info__first-contacts li a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.2s;
}
.site-footer .site-info__first-contacts li a:hover {
  color: #FFCC00;
}
.site-footer .site-info__first-days {
  margin-bottom: 30px;
}
.site-footer .site-info__first-days li {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 10px;
}
.site-footer .site-info__first-days li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-footer .site-info__first-days li span {
  color: #FFCC00;
}
.site-footer .site-info__first-location li {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-feature-settings: "pnum" on, "lnum" on;
  position: relative;
  padding-left: 35px;
  max-width: 300px;
}
.site-footer .site-info__first-location li a {
  transition: 0.2s;
}
.site-footer .site-info__first-location li a:hover {
  color: #FFCC00;
}
.site-footer .site-info__first-location li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/location.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}
.site-footer .site-info__menu {
  min-width: 240px;
  margin-right: 60px;
}
.site-footer .site-info__menu:nth-last-child(1) {
  margin-right: 0;
}
.site-footer .site-info__menu .menu-header {
  font-feature-settings: "pnum" on, "lnum" on;
  line-height: 2.698rem;
  font-size: 2rem;
  font-weight: 600;
  cursor: default;
}
.site-footer .site-info__menu ul {
  margin-top: 32px;
}
.site-footer .site-info__menu ul li {
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.428rem;
  margin-bottom: 25px;
}
.site-footer .site-info__menu ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-footer .site-info__menu ul li span {
  cursor: default;
}
.site-footer .site-info__menu ul li a, .site-footer .site-info__menu ul li span {
  transition: 0.2s;
}
.site-footer .site-info__menu ul li a:hover, .site-footer .site-info__menu ul li span:hover {
  color: #FFCC00;
}
.site-footer .site-copyright {
  margin-top: 73px;
  color: #9E9E9E;
  font-size: 1.4rem;
  line-height: 2.026rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.site-footer .site-copyright__company {
  color: white;
  align-items: center;
  margin-left: auto;
  max-width: 110px;
}
.site-footer .site-copyright__company p {
  text-align: center;
  margin-bottom: 10px;
}

#city {
  max-width: 667px;
  padding: 53px 34px 58px 52px;
  width: 100%;
}
@media (max-width: 475px) {
  #city {
    padding: 33px 20px 33px 20px;
  }
}
#city .city-header {
  color: black;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.78rem;
  margin-bottom: 26px;
}
#city .city-show-more {
  color: #5B95ED;
  font-size: 1.8rem;
  line-height: 2.43rem;
  font-weight: 400;
  text-decoration-line: underline;
  margin: 48px 0 40px;
  cursor: pointer;
  transition: 0.5s;
  display: block;
}
#city .city-show-more:hover {
  color: #2978EE;
  transition: 0.5s;
}
#city .city-show-more:active {
  color: #004DC1;
  transition: 0.5s;
}
#city form {
  margin-bottom: 36px;
}
#city form input {
  max-width: 471px;
  height: 50px;
  padding: 13px 21px;
  border: 1px solid #E5E5E5;
  font-family: "Raleway", sans-serif;
  width: 100%;
}
#city form input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  font-family: "Raleway", sans-serif;
}
#city form input:focus {
  border-color: #424242;
}
#city form input:focus::placeholder {
  color: #282828;
}
#city .cities-letters-item, #city .cities-selected-item ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.site-catalog .all-catalog {
	    padding: 20px 19px 30px 0;
}
.site-catalog .all-catalog a{
    color: #ffffff;
    border: 1px solid #FFCC00;
	background: #FFCC00;
    border-radius: 37px;
    padding: 13px 24px;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    transition: 0.2s;
}
.site-catalog .all-catalog a:hover {
    background: #FDB700;
    color: #ffffff !important;
}
.site-catalog .all-catalog a svg {
	    margin-left: 20px;
    display: inline-block;
}
@media (max-width: 700px) {
  #city .cities-letters-item, #city .cities-selected-item ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 475px) {
  #city .cities-letters-item, #city .cities-selected-item ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#city .cities-selected-item ul li {
  font-size: 1.8rem;
  line-height: 2.43rem;
  text-decoration-line: underline;
  color: black;
  margin-bottom: 15px;
  transition: 0.2s;
}
#city .cities-selected-item ul li a:hover {
  color: #FFCC00;
}
#city .cities-letters-item {
  display: none;
}
#city .cities-letters-item.search-active {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#city .cities-letters-item .cl-item-list {
  margin-bottom: 6px;
}
#city .cities-letters-item .cl-item-list .cl-item-letter {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.43rem;
  margin-bottom: 15px;
  color: black;
}
#city .cities-letters-item .cl-item-list ul li {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.43rem;
  margin-bottom: 15px;
  color: black;
}

#callme {
  max-width: 534px;
  width: 100%;
  padding: 58px 20px;
}
#callme .form-header {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.833rem;
  text-align: center;
  margin-bottom: 12px;
}
#callme .form-subheader {
  max-width: 288px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  margin: 0 auto 38px;
  font-weight: 400;
}
#callme div {
  text-align: center;
}
#callme .cf7sr-g-recaptcha > div {
  margin: 15px auto;
}
#callme input[type=tel] {
  border-radius: 39px;
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  border: 1px solid #242424;
  max-width: 355px;
  padding: 18px 29px;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
}
#callme input[type=tel]::placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  font-feature-settings: "pnum" on, "lnum" on;
}
#callme input[type=tel]:focus {
  color: #282828;
  border-color: #424242;
}
#callme input[type=tel]:focus::placeholder {
  color: #282828;
}
#callme input[type=submit] {
  background: #282828;
  border-radius: 46px;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.875rem;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  border: none;
  padding: 17px 15px 15px;
  width: 100%;
  max-width: 354px;
  margin: 25px 0 33px;
  cursor: pointer;
  transition: 0.2s;
}
#callme input[type=submit]:hover {
  background: #FFCC00;
}
#callme .ajax-loader {
  display: none;
}
#callme .personal-data {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  color: #808080;
  max-width: 337px;
  margin: 0 auto;
}
#callme .personal-data a {
  color: #242424;
  text-decoration: underline;
}
#callme .wpcf7-response-output {
  display: none !important;
}
#callme .wpcf7-not-valid-tip {
  margin-top: 3px;
}

#success-send {
  padding: 100px 102px;
  max-width: 534px;
  min-height: 304px;
}
#success-send .form-header {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.833rem;
  text-align: center;
  margin-bottom: 12px;
}
#success-send .form-subheader {
  max-width: 288px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: default;
}

.fancybox__container {
  z-index: 99999;
}

.fancybox__content > .carousel__button.is-close {
  top: 0;
  color: #424242;
  opacity: 0.7;
}

.grecaptcha-badge {
  visibility: hidden;
}
.site-header .main-navigation .menu-item-106 a {

	background: #FFCC00;
    border: 1px solid #FFCC00;
    border-radius: 37px;
    padding: 13px 24px;
    font-weight: 600;
    line-height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    transition: 0.2s;
    color: #ffffff;
}
.site-header .main-navigation .menu-item-106 a:hover {
		background: #FDB700;
		 color: #ffffff;
}
@media (max-width: 1600px) {
  .site-footer .site-info__menu {
    min-width: auto;
  }
}
@media (max-width: 1160px) {
  .site-footer {
    padding: 24px 0 49px 0;
    margin-top: 70px;
  }
  .site-footer .site-info__first-contacts li a {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .site-footer .site-info__first-days li {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .site-footer .site-info__first-location li {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .site-footer .site-info__menu {
    margin-top: 40px;
    margin-right: 0;
  }
  .site-footer .site-info__menu .menu-header {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .site-footer .site-info__menu ul {
    margin-top: 22px;
  }
  .site-footer .site-info__menu ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 23px;
  }
  .site-footer .site-copyright {
    margin-top: 49px;
  }
}
@media (max-width: 900px) {
  .site-footer .site-info {
    flex-wrap: wrap;
  }
  .site-footer .site-info__first, .site-footer .site-info__second, .site-footer .site-info__third, .site-footer .site-info__fourth {
    max-width: 50%;
    width: 100%;
  }
  .site-footer .site-copyright {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .site-footer .site-info {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .site-footer .site-info__first, .site-footer .site-info__second, .site-footer .site-info__third, .site-footer .site-info__fourth {
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
