.inner-banner {
  margin-top: 24px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .inner-banner {
    margin-bottom: 76px;
    margin-top: 40px;
  }
}
.inner-banner .banner-row {
  background-color: #292929;
  color: #fff;
  min-height: 120px;
}
@media all and (min-width: 768px) {
  .inner-banner .banner-row {
    min-height: 160px;
  }
}
@media all and (min-width: 1450px) {
  .inner-banner .banner-row {
    min-height: 200px;
  }
}
.inner-banner .banner-row h1 {
  font-size: 40px;
  margin: 0;
}
@media all and (min-width: 768px) {
  .inner-banner .banner-row h1 {
    font-size: 60px;
  }
}

.side_widget {
  position: relative;
}
.side_widget:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.side_widget__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.side_widget ul {
  list-style: none;
}
.side_widget ul li {
  font-size: 16px;
}
.side_widget ul li:not(:last-child) {
  margin-bottom: 14px;
  font-weight: 500;
}
.side_widget ul li.is-active a, .side_widget ul li.current_page_item > a, .side_widget ul li a:hover {
  color: #292929;
  font-weight: bold;
}

.content-left {
  padding: 0 9.0909090909% 0 6.0606060606%;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .content-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content-left {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .content-left {
    font-size: 16px;
  }
}
.content-left p {
  margin-bottom: 30px;
}
.content-left p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-left p {
    margin-bottom: 20px;
  }
}
.content-left p.note {
  margin-bottom: 1em;
  font-size: 0.85em;
}
.content-left .woocommerce-notices-wrapper ul.woocommerce-error {
  list-style: none;
  padding: 0;
  margin: 1.5em 0;
}
.content-left .woocommerce-notices-wrapper ul.woocommerce-error li {
  margin: 5px 0;
  list-style: none;
  font-size: 0.85em;
  color: #ff0000;
  font-weight: bold;
  line-height: 1.2;
}
.content-left .content-heading {
  margin-bottom: 9.375%;
}
@media all and (min-width: 768px) {
  .content-left .content-heading {
    margin-bottom: 6.0606060606%;
  }
}
.content-left .content-heading h2 {
  font-size: 30px;
}
@media all and (min-width: 768px) {
  .content-left .content-heading h2 {
    font-size: 38px;
  }
}
.woocommerce-edit-account .content-left .content-heading h2 {
  font-size: 32px;
}
@media all and (min-width: 768px) {
  .woocommerce-edit-account .content-left .content-heading h2 {
    font-size: 38px;
  }
}
.content-left .item-content {
  padding-bottom: 70px;
}
.content-left .item-content.border-bottom {
  border-width: 2px !important;
}
.content-left .item-content h2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .content-left .item-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  .content-left .item-content h2 {
    font-size: 32px;
  }
}
.content-left .item-content h3:not(:last-child) {
  margin-bottom: 32px;
}
.content-left .item-content .item-point {
  padding-right: 21px;
}
.content-left .item-content .item-point li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-left .item-content {
    padding-bottom: 40px;
  }
}
.content-left .last-link {
  margin-top: 50px;
}
.content-left .last-link a {
  text-decoration: underline;
}

@media all and (min-width: 1024px) {
  .page_sidebar {
    width: 206px;
  }
}

.back_btn img {
  margin-left: 10px;
}

body.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
}
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
  padding: 15px;
}
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message a {
  text-decoration: underline;
}

.cmn-accordion .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-width: 2px !important;
}
.cmn-accordion .card .card-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cmn-accordion .card .card-header h5 .btn {
  color: #292929;
  text-decoration: none;
  padding-top: 3.5714285714%;
  padding-bottom: 3.5714285714%;
  font-size: 24px;
  font-weight: 500;
}
.cmn-accordion .card .card-header h5 .btn img {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .cmn-accordion .card .card-header h5 .btn img {
    font-size: 10px;
  }
}
.cmn-accordion .card .card-header h5 .btn.collapsed img {
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .cmn-accordion .card .card-header h5 .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cmn-accordion .card .collapse .card-body {
    padding: 0 !important;
  }
}

.branch-block .branch-address h3, .branch-block .branch-address p {
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .branch-block .branch-address h3 {
    font-size: 18px;
  }
}
.branch-block .branch-call {
  padding-top: 12.2222222222%;
  padding-bottom: 12.2222222222%;
  margin-bottom: 7.7777777778%;
}
@media (max-width: 575px) {
  .branch-block .branch-call {
    padding-top: 9.375%;
    padding-bottom: 9.375%;
    margin-bottom: 6.25%;
  }
}
.branch-block .branch-call .telegram-call {
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  .branch-block .branch-call .telegram-call {
    margin: 0;
  }
}
.branch-block .branch-call img {
  max-width: 26px;
  margin-left: 15px;
}
@media all and (min-width: 768px) {
  .branch-block .branch-call img {
    max-width: 30px;
  }
}
.branch-block .branch-call strong {
  white-space: nowrap;
  text-decoration: underline;
}
.branch-block .branch-call p {
  font-size: 14px;
  white-space: nowrap;
}
.branch-block .branch-call .btn {
  padding: 10px 15px 7px;
}
@media all and (min-width: 768px) {
  .branch-block .branch-call .btn {
    padding: 10px 20px 7px;
  }
}

.content-left .write-question {
  font-size: 16px;
}
@media all and (min-width: 576px) {
  .content-left .write-question {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .content-left .write-question {
    font-size: 20px;
  }
}
.content-left .write-question h3 {
  font-size: 32px;
}
@media all and (min-width: 576px) {
  .content-left .write-question h3 {
    font-size: 34px;
  }
}
@media all and (min-width: 768px) {
  .content-left .write-question h3 {
    font-size: 36px;
  }
}
@media all and (min-width: 1024px) {
  .content-left .write-question h3 {
    font-size: 38px;
  }
}
@media all and (max-width: 768px) {
  .content-left .write-question .btn {
    padding: 10px 15px 7px;
  }
}

.contact_page__subtitle {
  font-size: 18px;
  margin-bottom: 1.6em;
}
@media all and (min-width: 576px) {
  .contact_page__subtitle {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) {
  .contact_page__subtitle {
    font-size: 22px;
  }
}

.wpcf7 form .row {
  margin: 0 -5px;
}
.wpcf7 form .form-group {
  margin-bottom: 7px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .wpcf7 form .form-group {
    margin-bottom: 11px;
  }
}
.wpcf7 form .form-group input[type=text], .wpcf7 form .form-group input[type=email], .wpcf7 form .form-group input[type=tel], .wpcf7 form .form-group textarea {
  border: 1px solid #eee;
  padding: 11px 20px;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  color: #292929;
  background-color: #fff;
  direction: rtl;
}
.wpcf7 form .form-group input[type=text]::placeholder, .wpcf7 form .form-group input[type=email]::placeholder, .wpcf7 form .form-group input[type=tel]::placeholder, .wpcf7 form .form-group textarea::placeholder {
  color: #a0a0a0;
}
.wpcf7 form .form-group textarea {
  height: 136px;
}
.wpcf7 form .form-group .btn {
  margin-top: 6.25%;
}
@media (min-width: 768px) {
  .wpcf7 form .form-group .btn {
    margin-top: 0;
  }
}
.wpcf7 form .form-group .btn:hover {
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 33px 0 0;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #8cbf44;
}

.branches_accordion__button {
  background: transparent;
  border: 0;
  border-top: 2px solid #e7e7e7;
  padding: 23px 0;
}
@media all and (min-width: 576px) {
  .branches_accordion__button {
    padding: 25px 0;
  }
}
@media all and (min-width: 768px) {
  .branches_accordion__button {
    padding: 30px 0;
  }
}
@media all and (min-width: 1024px) {
  .branches_accordion__button {
    padding: 35px 0;
  }
}
.branches_accordion__button svg {
  width: 11px;
}
@media all and (min-width: 768px) {
  .branches_accordion__button svg {
    width: 15px;
  }
}
.branches_accordion__title {
  font-size: 18px;
  font-weight: normal;
}
@media all and (min-width: 768px) {
  .branches_accordion__title {
    font-size: 24px;
  }
}
.branches_accordion__block {
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .branches_accordion__block {
    max-width: 480px;
    padding-right: 25px;
  }
}
#page_content.page__contact .content-left .branches_accordion__block h3 {
  font-size: 18px;
  margin: 0 0 5px;
}
@media all and (min-width: 768px) {
  #page_content.page__contact .content-left .branches_accordion__block h3 {
    font-size: 24px;
  }
}
.content-left .branches_accordion__block p {
  margin: 0;
}
.branches_accordion__address {
  margin-bottom: 35px;
}
@media all and (min-width: 768px) {
  .branches_accordion__address {
    margin-bottom: 45px;
  }
}
.branches_accordion__actions {
  font-size: 16px;
  margin-bottom: 45px;
}
@media all and (min-width: 768px) {
  .branches_accordion__actions {
    font-size: 18px;
    margin-bottom: 52px;
  }
}
.branches_accordion__actions a {
  margin: 0 0 25px;
}
@media all and (min-width: 768px) {
  .branches_accordion__actions a {
    margin: 0;
  }
}
.branches_accordion__actions a p {
  font-size: 14px;
}
.branches_accordion__actions a .the_link {
  font-weight: bold;
  text-decoration: underline;
}
.branches_accordion__actions a svg {
  margin-left: 15px;
  width: 28px;
}
@media all and (min-width: 768px) {
  .branches_accordion__actions a svg {
    width: 31px;
  }
}
.branches_accordion__map {
  margin-bottom: 70px;
}
@media all and (min-width: 576px) {
  .branches_accordion__map {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 768px) {
  .branches_accordion__map {
    margin-bottom: 90px;
  }
}
@media all and (min-width: 1024px) {
  .branches_accordion__map {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1200px) {
  .branches_accordion__map {
    margin-bottom: 110px;
  }
}
.branches_accordion__map .embed-responsive::before {
  padding: 0 0 71.5%;
}

#page_content.page-template {
  margin-bottom: 55px;
}
@media all and (min-width: 576px) {
  #page_content.page-template {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 768px) {
  #page_content.page-template {
    margin-bottom: 80px;
  }
}
#page_content.page-template .page_sidebar {
  width: 238px;
  flex: 0 0 238px;
}
#page_content.page-template .content-left h2, #page_content.page-template .content-left h3, #page_content.page-template .content-left h4, #page_content.page-template .content-left h5, #page_content.page-template .content-left h6 {
  margin-bottom: 0.75em;
}
#page_content.page-template .content-left h2.almoni, #page_content.page-template .content-left h3.almoni, #page_content.page-template .content-left h4.almoni, #page_content.page-template .content-left h5.almoni, #page_content.page-template .content-left h6.almoni {
  margin-bottom: 0;
}
#page_content.page-template .content-left h2.almoni.content-left__title, #page_content.page-template .content-left h3.almoni.content-left__title, #page_content.page-template .content-left h4.almoni.content-left__title, #page_content.page-template .content-left h5.almoni.content-left__title, #page_content.page-template .content-left h6.almoni.content-left__title {
  margin-bottom: 0.5em;
}
#page_content.page-template__no_banner {
  padding-top: 30px;
}
@media all and (min-width: 576px) {
  #page_content.page-template__no_banner {
    padding-top: 45px;
  }
}
@media all and (min-width: 768px) {
  #page_content.page-template__no_banner {
    padding-top: 55px;
  }
}
@media all and (min-width: 1024px) {
  #page_content.page-template__no_banner {
    padding-top: 70px;
  }
}
#page_content.page-template__no_banner h1.almoni {
  font-size: 32px;
}
@media all and (min-width: 576px) {
  #page_content.page-template__no_banner h1.almoni {
    font-size: 34px;
  }
}
@media all and (min-width: 768px) {
  #page_content.page-template__no_banner h1.almoni {
    font-size: 36px;
  }
}
@media all and (min-width: 1024px) {
  #page_content.page-template__no_banner h1.almoni {
    font-size: 38px;
  }
}
#page_content.page__contact {
  margin-bottom: 55px;
}
@media all and (min-width: 576px) {
  #page_content.page__contact {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 768px) {
  #page_content.page__contact {
    margin-bottom: 80px;
  }
}

aside {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  display: none;
}
aside::-webkit-scrollbar {
  background-color: #fff;
  width: 7px;
}
aside::-webkit-scrollbar-track {
  background-color: #fff;
}
aside::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
@media all and (min-width: 1024px) {
  aside {
    display: block;
  }
}

.branch-block .branch-call {
  padding-top: 7.1428571429%;
  padding-bottom: 7.1428571429%;
  border-bottom: 2px solid #eee;
}
@media (max-width: 575px) {
  .branch-block .branch-call {
    padding-top: 9.375%;
  }
}

.entry {
  line-height: 1.5;
}
.entry ul, .entry ol {
  padding: 1em 1em 1em 0;
}
.entry ul li, .entry ol li {
  margin-bottom: 1em;
}
.entry a {
  text-decoration: underline;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-bottom: 0.35em;
}
.entry ol {
  counter-reset: item;
}
.entry ol li {
  display: block;
  position: relative;
}
.entry ol li:before {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  content: counters(item, ".") ". ";
  counter-increment: item;
}

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