@font-face {
  font-family: 'Alef Regular';
  src: url("../fonts/Alef/Alef-Regular.eot");
  src: url("../fonts/Alef/Alef-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Alef/Alef-Regular.woff2") format("woff2"), url("../fonts/Alef/Alef-Regular.woff") format("woff"), url("../fonts/Alef/Alef-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Alef Bold';
  src: url("../fonts/Alef/Alef-Bold.eot");
  src: url("../fonts/Alef/Alef-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Alef/Alef-Bold.woff2") format("woff2"), url("../fonts/Alef/Alef-Bold.woff") format("woff"), url("../fonts/Alef/Alef-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

a,
input,
textarea,
button,
select,
legend,
fieldset {
  border: none;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  direction: rtl!important;
  background-color: transparent; }
  a:focus, a:active, a:hover,
  input:focus,
  input:active,
  input:hover,
  textarea:focus,
  textarea:active,
  textarea:hover,
  button:focus,
  button:active,
  button:hover,
  legend:focus,
  legend:active,
  legend:hover,
  fieldset:focus,
  fieldset:active,
  fieldset:hover {
    background-color: transparent;
    text-decoration: none;
    border: none;
    outline: 0; }

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

.custom-container, .home-intro_item--cont, .home-intro--dots, .main-container {
  width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media all and (max-width: 1200px) {
  .custom-container, .home-intro_item--cont, .home-intro--dots, .main-container {
    width: 970px; } }

@media all and (max-width: 991px) {
  .custom-container, .home-intro_item--cont, .home-intro--dots, .main-container {
    width: 750px; } }

@media all and (max-width: 767px) {
  .custom-container, .home-intro_item--cont, .home-intro--dots, .main-container {
    width: 100%; } }

@media all and (max-width: 578px) {
  .custom-container, .home-intro_item--cont, .home-intro--dots, .main-container {
    padding-left: 10px;
    padding-right: 10px; } }

body {
  font-family: "Alef Regular";
  font-size: 18px;
  line-height: 2; }

.wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 80; }

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 10px 0 35px;
  background-image: url(../img/header-bgi.png);
  background-repeat: no-repeat;
  background-size: cover; }
  header.home {
    position: absolute;
    background-image: none; }

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

.header_logo {
  margin-left: 70px;
  max-width: 300px;
  min-width: 300px; }

.header_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.header_info--top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .header_info--top .tel-icon {
    font-family: "Alef Bold";
    font-size: 38px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .header_info--top .tel-icon .icon {
      margin-left: 10px;
      min-width: 69px;
      width: 69px;
      height: 69px;
      border-radius: 50%;
      background-color: #FFAD38;
      border: 2px solid #FFAD38;
      color: #7E231E;
      font-size: 40px;
      position: relative; }
      .header_info--top .tel-icon .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .header_info--top .tel-icon .info {
      font-size: 28px; }
  .header_info--top .tel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    background-color: #FFAD38;
    line-height: 1;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #7E231E;
    border: 2px solid #FFAD38;
    border-radius: 15px;
    font-family: "Alef Bold";
    font-size: 34px;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.header_info--nav {
  margin-top: 25px; }
  .header_info--nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header_info--nav ul li {
      margin-left: 20px; }
      .header_info--nav ul li:last-child {
        margin-left: 0; }
      .header_info--nav ul li.current-menu-item a {
        color: #ffad38;
        font-family: "Alef Bold"; }
    .header_info--nav ul a {
      display: block;
      color: #fff;
      font-size: 25px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      position: relative;
      line-height: 1.3; }
      .header_info--nav ul a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        height: 1px;
        background-color: #fff;
        height: 1px;
        max-width: 0; }

.home-intro {
  position: relative;
  z-index: 2; }

.home-intro_item {
  height: 830px;
  position: relative; }

.home-intro_item--bgi {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3; }
  .home-intro_item--bgi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: auto; }
  .home-intro_item--bgi:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60vw;
    background-image: url(../img/header.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2; }
  .home-intro_item--bgi:before {
    /*content: '';*/
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -webkit-linear-gradient(190.74deg, rgba(248, 134, 128, 0.05) -3.9%, rgba(126, 35, 30, 0.5) 62.24%);
    background: linear-gradient(259.26deg, rgba(248, 134, 128, 0.05) -3.9%, rgba(126, 35, 30, 0.5) 62.24%); }

.home-intro_item--cont {
  z-index: 4;
  position: relative;
  padding-top: 290px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff; }
  .home-intro_item--cont .sm-title {
    line-height: 1.3;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0; }
  .home-intro_item--cont .st-title {
    font-family: "Alef Bold";
    font-size: 60px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 13px; }
  .home-intro_item--cont .st-text {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 25px; }
  .home-intro_item--cont .st-link {
    line-height: 1;
    color: #7E231E;
    background-color: #FFAD38;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 2px solid #FFAD38;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-family: "Alef Bold";
    width: 285px;
    text-align: center; }
    .home-intro_item--cont .st-link:hover {
      color: #FFAD38;
      background-color: #7E231E; }

.home-intro--dots {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 170px; }
  .home-intro--dots .slick-dots {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0; }
    .home-intro--dots .slick-dots li button {
      font-size: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff;
      margin-left: 10px;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      cursor: pointer; }
    .home-intro--dots .slick-dots li.slick-active button {
      width: 32px;
      border-radius: 10px;
      background: -webkit-linear-gradient(287.57deg, #F88680 0%, #C45650 21%, #AF4A45 42.75%, #9B302A 64.86%, #A02F29 87.07%, #7E231E 95.41%);
      background: linear-gradient(162.43deg, #F88680 0%, #C45650 21%, #AF4A45 42.75%, #9B302A 64.86%, #A02F29 87.07%, #7E231E 95.41%); }

.home-menu {
  position: relative;
  z-index: 3;
  top: -140px;
  height: 0; }

.home-menu--list {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden; }
  .home-menu--list ul {
    list-style-type: none;
    margin: 0;
    padding: 30px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .home-menu--list ul li {
    border-left: 1px solid rgba(126, 35, 30, 0.2);
    border-bottom: 1px solid rgba(126, 35, 30, 0.2);
  }
  .home-menu--list ul li:nth-child(4),
  .home-menu--list ul li:nth-child(8) {
    border-left: none;
  }
  .home-menu--list ul li:nth-child(5),
  .home-menu--list ul li:nth-child(6),
  .home-menu--list ul li:nth-child(7),
  .home-menu--list ul li:nth-child(8) {
    border-bottom: none;
  }
    .home-menu--list ul a {
      display: block;
      background-color: #fff;
      height: 90px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 28px;
      color: #000;
      font-family: "Alef Bold";
      line-height: 1;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.home-list {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76.04%, #FFF4F3), to(rgba(255, 244, 243, 0)));
  background: -webkit-linear-gradient(top, #FFF4F3 76.04%, rgba(255, 244, 243, 0) 100%);
  background: linear-gradient(180deg, #FFF4F3 76.04%, rgba(255, 244, 243, 0) 100%);
  padding-top: 180px;
  padding-bottom: 70px; }
  .home-list.st {
    background-color: #fff;
    background: none;
    padding-top: 90px;
    padding-bottom: 90px; }

.home-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .home-list_item.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .home-list_item.left .home-list_item--img {
      margin-right: 50px; }
    .home-list_item.left .home-list_item--text {
      margin-right: 0; }

.home-list_item--img {
  width: 560px;
  min-width: 560px;
  height: 400px; }
  .home-list_item--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px; }

.home-list_item--text {
  margin-right: 20px; }
  .home-list_item--text h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.15;
    font-family: "Alef Bold"; }
  .home-list_item--text p {
    font-size: 18px;
    line-height: 2;
    color: #000;
    margin-top: 0;
    margin-bottom: 0; }

.home-capt {
  background-color: #7E231E;
  position: relative;
  overflow: hidden; }
  .home-capt:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 41%;
    background-image: url(../img/capt-bg.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .home-capt:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100px;
    background-image: url(../img/capt-bag.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 170px;
    height: 170px; }

.home-capt_text {
  min-height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5; }
  .home-capt_text .st-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 45px;
    color: #fff;
    font-size: 36px;
    font-family: "Alef Bold"; }
  .home-capt_text .st-tel {
    margin-right: auto;
    background-color: #FFAD38;
    line-height: 1;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #7E231E;
    border: 2px solid #FFAD38;
    border-radius: 15px;
    font-family: "Alef Bold";
    font-size: 38px;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .home-capt_text .st-tel img {
      margin-right: 10px; }

.aft-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -180px;
  position: relative;
  z-index: 10; }

.aft-list--container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px; }

.aft-list_item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.aft-list_item--img {
  margin: 20px auto 35px;
  width: 111px;
  height: 111px;
  background: -webkit-linear-gradient(287.57deg, #F88680 0%, #C45650 21%, #AF4A45 42.75%, #9B302A 64.86%, #A02F29 87.07%, #7E231E 95.41%);
  background: linear-gradient(162.43deg, #F88680 0%, #C45650 21%, #AF4A45 42.75%, #9B302A 64.86%, #A02F29 87.07%, #7E231E 95.41%);
  border-radius: 50%;
  position: relative; }
  .aft-list_item--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.aft-list_item--info {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px; }
  .aft-list_item--info .st-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Alef Bold";
    font-size: 24px;
    line-height: 1; }
  .aft-list_item--info .st-text {
    font-size: 18px;
    margin: 0;
    line-height: 1.3; }

.feedback-block {
  position: relative;
  padding-top: 250px;
  padding-bottom: 90px; }
  .feedback-block .custom-container, .feedback-block .home-intro_item--cont, .feedback-block .home-intro--dots, .feedback-block .main-container {
    position: relative;
    z-index: 5; }
  .feedback-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/feedback-overlay.png);
    background-repeat: no-repeat;
    width: 1200px;
    z-index: 3; }
  .feedback-block:after {
    content: '';
    background-image: url(../img/feedback-bgi.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }

.feedback-block_form {
  width: 370px;
  margin-right: auto; }
  .feedback-block_form .st-title {
    display: block;
    font-weight: normal;
    color: #fff;
    font-family: "Alef Bold";
    font-size: 36px;
    line-height: 1;
    margin-bottom: 35px;
    margin-top: 0; }
  .feedback-block_form .input-container {
    margin-bottom: 14px; }
  .feedback-block_form .input-text {
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 0 25px;
    color: #000;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 1px solid transparent;
    width: 100%; }
    .feedback-block_form .input-text:focus {
      border-color: #FFAD38;
      outline: none; }
    .feedback-block_form .input-text::-webkit-input-placeholder {
      color: #ababab; }
    .feedback-block_form .input-text::-moz-placeholder {
      color: #ababab; }
    .feedback-block_form .input-text:-ms-input-placeholder {
      color: #ababab; }
    .feedback-block_form .input-text::-ms-input-placeholder {
      color: #ababab; }
    .feedback-block_form .input-text::placeholder {
      color: #ababab; }
  .feedback-block_form .btn_submit {
    line-height: 1;
    color: #7E231E;
    background-color: #FFAD38;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 2px solid #FFAD38;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-family: "Alef Bold";
    width: 100%;
    border-radius: 10px; }
    .feedback-block_form .btn_submit:hover {
      color: #FFAD38;
      background-color: #7E231E; }

footer {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #2c2c2c;
  color: #fff; }

.footer--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.footer-info {
  margin-left: auto; }
  .footer-info .st-tel {
    color: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-family: "Alef Bold";
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
    display: inline-block; }
  .footer-info .st-mail {
    color: #fff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 25px;
    line-height: 1.5;
    font-family: "Alef Bold";
    display: block;
    margin-bottom: 20px; }

.footer-nav {
  margin-left: auto; }
  .footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 55px;
    grid-row-gap: 19px; }
    .footer-nav ul a {
      font-family: "Alef Bold";
      color: #fff;
      display: inline-block;
      font-size: 22px;
      line-height: 1.3;
      position: relative; }
      .footer-nav ul a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        height: 1px;
        background-color: #fff;
        height: 1px;
        max-width: 0; }
.btn_sidebar {
  display: none;
}
.footer-logo {
  max-width: 180px; }
  .footer-logo .st-logo {
    display: block;
    margin-bottom: 20px; }
  .footer-logo .st-info {
    margin: 0;
    font-size: 18px;
    color: #a3a3a3; }

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px; }

.sidebar {
  min-width: 270px;
  max-width: 270px;
  margin-left: 20px; }
  .sidebar .list {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    display: block;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
    .sidebar .list > li {
      display: block;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .sidebar .list > li.open {
        background-color: #f4f4f4;
        border-radius: 20px; }
        .sidebar .list > li.open > a {
          color: #7E231E; }
      .sidebar .list > li > a {
        display: block;
        padding: 9px 30px 9px 20px;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
        font-size: 28px;
        color: #000;
        line-height: 1.5;
        font-family: "Alef Bold"; }
  .sidebar .sub-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 15px; }
    .sidebar .sub-list li {
      display: block;
      margin-bottom: 15px; }
      .sidebar .sub-list li:last-child {
        margin-bottom: 0; }
    .sidebar .sub-list a {
      display: block;
      font-size: 20px;
      line-height: 1.3;
      color: #000;
      padding: 0 30px 0 20px; }
    .sidebar .sub-list a.active {
      color: #7e231e !important;
    }

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

.main-content--title {
  margin-bottom: 20px; }
  .main-content--title .st-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.5;
    font-family: "Alef Bold"; }

.cities_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 25px; }
  .cities_list ul a {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-family: "Alef Bold";
    border-radius: 20px;
    border: 1px solid #7E231E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 72px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }

.main-capt_text {
  min-height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  background-color: #7E231E;
  border-radius: 20px;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 60px; }
  .main-capt_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/capt-sm-bg.png);
    width: 603px; }
  .main-capt_text .st-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 45px;
    color: #fff;
    font-size: 36px;
    font-family: "Alef Bold";
    position: relative;
    z-index: 5; }
  .main-capt_text .st-tel {
    margin-right: auto;
    background-color: #FFAD38;
    line-height: 1;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #7E231E;
    border: 2px solid #FFAD38;
    border-radius: 15px;
    font-family: "Alef Bold";
    font-size: 38px;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5; }
    .main-capt_text .st-tel img {
      margin-right: 10px; }

.videos_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px; }

.videos_list--item video {
  width: 100%;
  height: 227px;
  outline: none;
  max-width: 100%;
  border-radius: 20px; }

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.contact-us_img {
  max-width: 465px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 10px;
  min-width: 465px; }

.contact-us_form .input-container {
  margin-bottom: 14px; }

.contact-us_form .input-text {
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: 1px solid #ABABAB;
  border-radius: 10px;
  display: block;
  font-family: 'Alef Regular';
  width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  outline: none; }
  .contact-us_form .input-text:focus {
    border-color: #7E231E; }
  .contact-us_form .input-text::-webkit-input-placeholder {
    color: #ababab; }
  .contact-us_form .input-text::-moz-placeholder {
    color: #ababab; }
  .contact-us_form .input-text:-ms-input-placeholder {
    color: #ababab; }
  .contact-us_form .input-text::-ms-input-placeholder {
    color: #ababab; }
  .contact-us_form .input-text::placeholder {
    color: #ababab; }
  .contact-us_form .input-text.textarea {
    height: 135px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px; }

.contact-us_form .btn_submit {
  line-height: 1;
  color: #7E231E;
  background-color: #FFAD38;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: 2px solid #FFAD38;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-family: "Alef Bold";
  display: block;
  width: 100%; }
  .contact-us_form .btn_submit:hover {
    color: #FFAD38;
    background-color: #7E231E; }

.main-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px; }

.main-blog_item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.main-blog_item--img {
  overflow: hidden; }
  .main-blog_item--img a {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px 20px 0 0; }
    .main-blog_item--img a img {
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.main-blog_item--info {
  position: relative;
  padding: 38px 28px 27px; }
  .main-blog_item--info .st-title {
    color: #000;
    font-size: 28px;
    font-family: "Alef Bold";
    margin-top: 0;
    margin-bottom: 3px;
    display: block;
    line-height: 1.4;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .main-blog_item--info .st-info {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.35;
    color: #000; }
  .main-blog_item--info .date {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 13px;
    background-color: #7E231E;
    font-size: 14px;
    font-family: "Alef Regular";
    line-height: 1; }
    .main-blog_item--info .date .st-date {
     
      padding-left: 20px;
      position: relative; }
      .main-blog_item--info .date .st-date:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../icons/calendar.svg);
        width: 16px;
        height: 16px; }
    .main-blog_item--info .date .st-time {
      
padding-left: 30px;
      margin-left: 14px;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      position: relative; }
      .main-blog_item--info .date .st-time:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../icons/clock.svg);
        width: 12px;
        height: 12px; }

.m-paginate {
  margin-top: 30px; }
  .m-paginate ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-paginate ul li {
      margin-left: 15px;
      font-size: 14px;
      color: #000;
      width: 36px;
      height: 36px;
      line-height: 36px; }
      .m-paginate ul li:last-child {
        margin-left: 0; }
      .m-paginate ul li a.current {
        background-color: #7E231E;
        color: #fff; }
    .m-paginate ul a {
      display: block;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      width: 36px;
      height: 36px;
      color: #000;
      line-height: 36px;
      text-align: center;
      font-size: 24px;
      border-radius: 50%; }

.main-about--content h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.25; }

.main-about--content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px; }

.main-about--content img {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
  display: block; }

.main-about--adv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 60px;
  grid-column-gap: 35px;
  margin-top: 40px;
  margin-bottom: 30px; }

.main-about--adv--item {
  text-align: center; }
  .main-about--adv--item .st-icon {
    min-height: 90px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0; }
    .main-about--adv--item .st-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .main-about--adv--item .st-title {
    font-family: "Alef Bold";
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 5px; }
  .main-about--adv--item .st-text {
    font-size: 18px;
    line-height: 1.35; }
.c-content h1#class_title {
  margin-top: -30px;
}
.movers-content * {
  box-sizing: content-box;
}
.c-content h1 {
  font-family: "Alef Bold";
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;display: inline;
  line-height: 1.4; }

.c-content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Alef Bold";
  line-height: 1.4;
  display: inline;
  font-size: 40px; }

.c-content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Alef Bold";
  line-height: 1.4;
  display: inline;
  font-size: 36px; }

.c-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Alef Bold";
  line-height: 1.4;
  display: inline;
  font-size: 30px; }

.c-content h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Alef Bold";
  line-height: 1.4;
  display: inline;
  font-size: 24px; }

.c-content h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Alef Bold";
  line-height: 1.4;
  display: inline;
  font-size: 18px; }
.c-content a {
  color: #ffad38 !important;
}
.c-content b {
  font-family: "Alef Bold"; }

.c-content img {
  margin: 40px; }

.c-content p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}
.c-content h1 > p {
	text-align: right;
}
.c-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .c-content ul li {
    display: block;
    position: relative;
    font-size: 18px;
    padding-right: 26px; }
    .c-content ul li:before {
      content: '';
      display: block;
      position: absolute;
      top: 11px;
      right: 0;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      background-image: url(../icons/list-item.svg); }

.article-content {
  letter-spacing: 0.2px; }
  .article-content h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.25; }
  .article-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0px; }
  .article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    float: left; }
  .article-content a {
    color: #7E231E;
    text-decoration: underline; }

.contact-btn {
  position: fixed;
  right: 135px;
  bottom: 60px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 100; }
  .contact-btn.c-hide {
    -webkit-transform: translateY(300px);
    transform: translateY(300px); }
  .contact-btn .btn_us {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    background-color: #FFAD38;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    font-family: "Alef Bold";
    cursor: pointer;
    color: #7E231E; }
    .contact-btn .btn_us .info {
      margin-top: 6px; }

.contact-form {
  position: fixed;
  z-index: 101;
  right: 135px;
  bottom: 60px;
  -webkit-transform: translateX(700px);
  transform: translateX(700px);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #FFAD38;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 12px 35px 20px; }
  .contact-form.c-show {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .contact-form .st-title {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #7E231E;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Alef Bold";
    margin-top: 0; }
  .contact-form .input-container {
    margin-bottom: 13px; }
  .contact-form .input-text {
    background-color: #fff;
    width: 320px;
    height: 40px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 1; }
    .contact-form .input-text::-webkit-input-placeholder {
      color: #ababab; }
    .contact-form .input-text::-moz-placeholder {
      color: #ababab; }
    .contact-form .input-text:-ms-input-placeholder {
      color: #ababab; }
    .contact-form .input-text::-ms-input-placeholder {
      color: #ababab; }
    .contact-form .input-text::placeholder {
      color: #ababab; }
  .contact-form .submit-container {
    text-align: center; }
  .contact-form .btn_submit {
    line-height: 1;
    color: #FFAD38;
    background-color: #7E231E;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 2px solid #7E231E;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-family: "Alef Bold";
    color: #fff;
    text-align: center;
    width: 185px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0; }
    .contact-form .btn_submit:hover {
      color: #7E231E;
      background-color: #FFAD38; }

@media all and (max-width: 1919px) {
  .aft-list--container {
    grid-column-gap: 15px; }
  .home-capt:before {
    width: 780px; }
  .contact-btn .btn_us {
    width: 100px;
    height: 100px; } }

@media all and (max-width: 1599px) {
  .home-capt:after {
    right: 20px; }
  .feedback-block {
    overflow: hidden; }
  .contact-btn {
    right: 60px; }
  .contact-form {
    right: 60px; } }

.header_btn {
  display: none; }

@media all and (max-width: 1200px) {
  .header_logo {
    margin-left: 20px;
    max-width: 200px;
    min-width: 200px; }
  .header_info--top .tel-icon .icon {
    width: 40px;
    height: 40px;
    min-width: 40px; }
    .header_info--top .tel-icon .icon img {
      max-width: 26px; }
  .header_info--top {
    padding-bottom: 15px; }
  .header_info--nav {
    margin-top: 15px; }
  .home-intro_item--cont {
    padding-top: 220px; }
  .home-intro_item {
    height: 630px; }
  .home-menu {
    top: 0;
    position: static;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .home-intro--dots {
    bottom: 80px; }
  .home-intro_item--bgi:after {
    width: 40vw; }
  .home-list {
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-capt:after {
    content: none; }
  .home-capt_text .st-text {
    font-size: 30px; }
  .aft-list--container {
    grid-column-gap: 5px; }
  .aft-list_item--info {
    padding-left: 15px;
    padding-right: 15px; }
  .feedback-block:before {
    left: -130px; }
  .main-capt_text .st-text {
    font-size: 28px;
    margin-left: 25px; }
  .contact-us_img {
    max-width: 300px;
    min-width: 300px; }
  .c-content img {
    float: none !important;
    margin-right: 0 !important;
    max-width: 100%;
    height: auto;
    display: block; } }

@media all and (max-width: 991px) {
  .contact-btn {
    display: none; }
  .contact-form {
    display: none; }
  .header_info--top {
    display: block; }
  .header_info--nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header--container {
    position: relative;
    padding-bottom: 50px; }
  .header_info--top {
    text-align: left; }
    .header_info--top .tel {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 20px;
      padding-right: 20px; }
  .header_info--top .tel-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .header_info--nav ul a {
    white-space: nowrap; }
  .home-intro_item--cont .sm-title {
    font-size: 30px; }
  .home-intro_item--cont .st-title {
    font-size: 42px; }
  .home-intro_item--cont .st-text {
    font-size: 18px; }
  .home-intro_item--bgi img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .home-intro_item--cont {
    padding-top: 260px; }
  .home-menu--list ul a {
    font-size: 20px; }
  .home-menu--list ul a {
    height: 70px; }
  .home-list_item,
  .home-list_item.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
  .home-list_item--img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 auto 20px; }
  .home-list_item.left .home-list_item--img {
    margin-right: auto; }
  .home-capt_text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .home-capt_text .st-tel {
    margin-left: auto; }
  .home-capt_text .st-text {
    margin-left: auto;
    margin-right: auto; }
  .aft-list--container {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px; }
  .footer--container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 90px;
    position: relative; }
  footer {
    padding-top: 50px;
    padding-bottom: 40px; }
  .footer-logo .st-logo {
    text-align: center; }
    .footer-logo .st-logo img {
      margin: 0 auto; }
  .footer-logo .st-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .footer-logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #acacac;
    max-width: 100%;
    min-width: 100%; }
  .main-about--content img {
    float: none !important;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important; }
  .main-about--adv {
    grid-template-columns: 1fr 1fr; }
  .main-capt_text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main-capt_text .st-tel {
    margin-left: auto; }
  .main-blog {
    grid-template-columns: 1fr; }
  .cities_list ul {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
  .main-content--title .st-title {
    font-size: 30px; }
  .cities_list ul a {
    font-size: 22px; }
  .contact-us {
    display: block; }
  .contact-us_img {
    max-width: 100%;
    margin: 20px auto 0; }
    .contact-us_img img {
      margin: 0 auto; }
  .videos_list {
    grid-template-columns: 1fr; }
  .videos_list--item video {
    height: 245px; } }

@media all and (max-width: 767px) {

  .header_info--nav {
    position: static;
    display: none; }
  .home-list_item--img {
    max-width: 100%;
    width: auto;
    height: auto;
    min-width: 0; }
  .header_info--top .tel-icon {
    font-size: 25px; }
  .header_info--top .tel {
    font-size: 25px; }
  .header_info--top .tel-icon .info {
    font-size: 21px; }
  .header_info--top .tel-icon .icon {
    width: 20px;
    min-width: 20px;
    height: 20px; }
    .header_info--top .tel-icon .icon img {
      max-width: 12px; }
  .header--container {
    display: block; }
  .header_logo {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header_logo > a {
      max-width: 150px; }
  .header_info--top {
    padding-bottom: 0;
    border-bottom: none; }
  .header_btn {
    display: block; }
    .header_btn .btn_menu {
      width: 40px;
      height: 40px;
      background-color: #FFAD38;
      border-radius: 10px;
      position: relative;
      cursor: pointer; }
      .header_btn .btn_menu img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .header_info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header_info--top .tel-icon {
    margin-left: auto; }
  .header_info--top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header_info--top .tel {
    max-width: 240px; }
  .header_info--nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #7E231E;
    margin: 0;
    overflow-y: auto;
    width: 300px;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .header_info--nav.open {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .header_info--nav ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px; }
    .header_info--nav ul li {
      display: block;
      margin-bottom: 10px; }
      .header_info--nav ul li a {
        display: inline-block; }
  .home-list_item--text h4 {
    font-size: 26px; }
  .footer-info {
    max-width: 220px; }
  .footer-info .st-mail {
    font-size: 20px; }
  .footer-nav {
    max-width: 340px;
    margin-left: 0;
    margin-right: auto; }
  .footer-nav ul {
    grid-column-gap: 20px;
    grid-row-gap: 10px; }
    .footer-nav ul a {
      font-size: 16px; }
  .footer-info {
    margin-left: auto; }
  .footer-info .st-tel {
    font-size: 28px; }
  .header--container {
    padding-bottom: 0; }
  .main-container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block; }
  .sidebar {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px; }
  .sidebar .list {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .sidebar .list li {
      text-align: right; }
  .sidebar .sub-list {
    display: none !important; }
  .main-capt_text {
    overflow: hidden; }
  header {
    padding-bottom: 15px; }
  .main-blog {
    grid-template-columns: 1fr 1fr; }
  .videos_list {
    grid-template-columns: 1fr 1fr; }
  .videos_list--item video {
    height: 155px; }




  .sidebar .btn_sidebar {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 20px 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-size: 28px;
    position: relative;
    z-index: 2;
    font-family: 'Alef Bold';
  }
  .sidebar.open .btn_sidebar span {
    display: flex;
    align-items: center;
  }
  .sidebar .btn_sidebar .icon-close {
    display: none;
  }
  .sidebar.open .btn_sidebar {
    border-radius: 20px 20px 0 0;
  }
  .sidebar.open .btn_sidebar .icon-close {
    display: flex;
  }
  .sidebar .btn_sidebar .icon-open {
    display: flex;
    align-items: center;
  }
  .sidebar.open .btn_sidebar .icon-open {
    display: none;
  }
  .sidebar .list {
    display: none;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
  }
  .sidebar:before {
    content: '';
    background-color: rgba(44, 44, 44, 0.8);
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
  }
  .sidebar.open:before {
    opacity: 1;
    visibility: visible;
  }
  .sidebar.open .list {
    display: grid;
    z-index: 1;
    border-radius: 0 0 20px 20px;
  }
  .sidebar .sub-list {
    display: block !important;
  }
  .has-dropdown {
    display: block;
  }







  }
.home-menu--list ul a br {
  display: none;
}
@media all and (max-width: 578px) {
  .home-list {
    background: none;
  }
  .home-list_item{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 4px;*/
  }
  .home-list_item--img {
    position: relative;
    overflow: visible;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100vw;
    overflow: visible;
    margin-bottom: 0px;
    margin-top: 0px;

  }
  .home-list_item--img {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-list_item--text {
    margin-top: 15px;
    margin-right: 0;
  }
  .home-list_item.left .home-list_item--img {
    margin-right: -10px;
  }
  .home-list_item--img:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: -1px;
    right: -1px;
    background-image: url(../img/frame2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 122%;
  }
  .home-list:not(.st) .home-list_item:nth-child(2) .home-list_item--img:before {
    background-image: url(../img/frame.svg);
  }
  .home-list.st .home-list_item:nth-child(1) .home-list_item--img:before {
    background-image: url(../img/frame.svg);
  }
  .home-menu--list ul li:nth-child(even) {
    border-left: none;
  }
  .home-menu--list ul li:nth-child(5), .home-menu--list ul li:nth-child(6), .home-menu--list ul li:nth-child(7), .home-menu--list ul li:nth-child(8) {
    border-bottom: 1px solid rgba(126, 35, 30, 0.2);
  }
  .home-capt_text .st-text {
    font-size: 33px;
    text-align: right;
    line-height: 1;
    max-width: 100%;
    margin: 0 0 20px auto;
  }
  .home-capt_text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-capt {
    background: linear-gradient(162.4deg, #F88680 0%, #C45650 20.99%, #AF4A45 42.73%, #9B302A 64.83%, #A02F29 87.03%, #7E231E 95.36%);
  }
  .home-capt_text .st-text:nth-child(2) {
    order: -2;
  }
  .home-menu--list ul a br{
    display: block;
  }
  .cities_list ul a {
    font-size: 18px;
    min-height: 40px;
  }
  .footer-info .st-tel {
    font-size: 36px;
  }
  .main-capt_text {
    background-image: url(../img/bgi-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 0;
  }
  .main-capt_text .st-text:first-child {
    order: 5;
  }
  .main-capt_text .st-tel {
    order: -1;
    margin-top: 34px;
    margin-bottom: 15px;
  }
  .footer-info .st-mail {
    font-size: 25px;
  }
  .footer-info {
    max-width: 100%;
  }
  .videos_list {
    grid-template-columns: 1fr; }
  .videos_list--item video {
    height: auto; }
  .cities_list ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
  .main-blog {
    grid-template-columns: 1fr; }
  .main-blog_item--info .st-title {
    font-size: 22px; }
  .m-paginate ul li {
    margin-left: 10px; }
  .main-capt_text .st-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap; }
  .main-capt_text .st-tel {
    font-size: 24px; }
    .main-capt_text .st-tel img {
      max-width: 20px; }
  .main-capt_text:before {
    content: none; }
  .main-capt_text {
    padding-bottom: 15px; }
  .header_info--nav {
    width: 260px; }
  .header_info--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .header_info--top .tel-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
  .header_info--top .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 290px;
    height: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    max-width: 300px; }
  .home-intro_item--cont {
    text-align: center; }
  .home-intro_item--cont .st-text {
    margin-bottom: 80px; }
  .home-intro--dots {
    bottom: 40px; }
  .home-intro_item--cont .st-title {
    font-size: 30px;
    text-align: right; }
  .home-intro_item--cont .sm-title {
    font-size: 22px;
    text-align: right; }
  .home-intro_item--cont .st-text {
    font-size: 22px;
    max-width: 250px;
    text-align: right; }
  .sidebar .list > li > a {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .c-content h1#class_title {
      margin-top: 20px;
    }
  .c-content h1 {
    font-size: 26px;
  }
  .c-content h2 {
    font-size: 24px;
  }
  .c-content h3 {
    font-size: 22px;
  }
  .c-content h4 {
    font-size: 20px;
  }
  .c-content h5 {
    font-size: 18px;
  }
  .c-content h6 {
    font-size: 16px;
  }
  .main-about--adv {
    grid-row-gap: 30px;
    grid-column-gap: 20px; }
  .main-about--adv--item .st-title {
    font-size: 21px; }
  .home-menu--list ul {
    grid-template-columns: 1fr 1fr;
    padding: 0;
     }
     .home-menu--list ul li:nth-child(7), .home-menu--list ul li:nth-child(8) {
      border-bottom: none;
     }
     .contact-btn {
      display: block;
     }
     .contact-form {
      display: block;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(600px);
      transform: translateX(600px);
     }
     .contact-form .input-text {
      width: 240px;
     }
     .contact-btn .btn_us {
      width: 83px;
      height: 83px;
      font-size: 18px;
     }
     .contact-btn {
      right: 18px;
     }
     .home-intro_item--bgi:after {
      bottom: 0px;
      background-image: url(../img/intro-frame-xs.svg);
     }
     .contact-form.c-show {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .home-menu--list ul a {
      height: 84px;
      font-size: 26px;
      padding-left: 10px;
      padding-right: 10px; }
  .home-capt_text .st-tel {
    font-size: 25px; }
  .home-capt:before {
    content: none; }
  .home-capt {
    background: -webkit-linear-gradient(287.6deg, #F88680 0%, #C45650 20.99%, #AF4A45 42.73%, #9B302A 64.83%, #A02F29 87.03%, #7E231E 95.36%);
    background: linear-gradient(162.4deg, #F88680 0%, #C45650 20.99%, #AF4A45 42.73%, #9B302A 64.83%, #A02F29 87.03%, #7E231E 95.36%);
    padding-top: 10px;
    padding-bottom: 15px; }
  .aft-list--container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px; }
  .feedback-block_form {
    width: 100%; }
  .footer-logo .st-info {
    position: static;
    -webkit-transform: none;
    transform: none; }
  .footer-logo > a {
    max-width: 180px; }
  .footer-nav {
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .footer-info {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 30px; }
  .footer--container {
    padding-bottom: 0; }
  .home-intro--dots .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header--container {
    padding-bottom: 10px; }

  
  .feedback-block:before {
    background-image: url(../img/form-xs-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 320px;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .feedback-block {
    padding-top: 30px;
  }
  .aft-list {
    margin-bottom: 30px;
  }
.home-intro_item--bgi:after {
  width: 100%;
}


  header {
    padding-bottom: 0; } }

body.not-mobile .header_info--nav ul a:hover:after {
  max-width: 100%; }

body.not-mobile .home-menu--list ul a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #F88680), color-stop(66%, #7E231E), to(#7E231E));
  background: -webkit-linear-gradient(top, #F88680 33%, #7E231E 66%, #7E231E);
  background: linear-gradient(180deg, #F88680 33%, #7E231E 66%, #7E231E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

body.not-mobile .footer-nav ul a:hover:after {
  max-width: 100%; }

body.not-mobile .sidebar .list > li > a:hover {
  color: #fff;
  background-color: #7E231E; }

body.not-mobile .cities_list ul a:hover {
  color: #fff;
  background-color: #7E231E; }

body.not-mobile .main-blog_item--img a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

body.not-mobile .main-blog_item--info .st-title:hover {
  color: #7E231E; }

body.not-mobile .sidebar .sub-list a:hover {
  color: #7E231E;
}
body.not-mobile .m-paginate ul li a:hover:not(.current) {
  color: #7E231E; }
.error-content {
  text-align: center;
  margin-bottom: 90px;
}
.error-content .st-title {
  position: relative;
  line-height: 1;
  font-size: 455px;
  color: #7e231e;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
}
.error-content .st-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 53%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: 193px;
  height: 174px;
  z-index: 3;
  background-image: url(/wp-content/themes/avi-havalot/img/404-1.png);
}
.error-content .st-title:before {
  content: '';
  display: block;
  position: absolute;
  left: 43%;
  top: 34%;
  transform: translate(-50%, -50%);
  width: 167px;
  height: 168px;
  z-index: -1;
  background-image: url(/wp-content/themes/avi-havalot/img/404-2.png);
}
.error-content .sm-title {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 30px;
  color: #000;
  font-family: 'Alef Bold';
}
.error-content .st-info {
  margin: 0 auto 20px;
  max-width: 590px;
  font-size: 18px;
  line-height: 2;
}
.error-content .st-link {
  line-height: 1;
  color: #7E231E;
  background-color: #FFAD38;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: 2px solid #FFAD38;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-family: "Alef Bold";
  width: 370px;
  border-radius: 10px;
}
.error-content .st-link:hover {
  color: #FFAD38;
  background-color: #7E231E;
}
.error-content {

}
@media all and (max-width: 991px) {
  .error-content .st-title {
    font-size: 355px;
  }
}
@media all and (max-width: 767px) {
  .error-content .st-title {
    font-size: 275px;
  }
}
@media all and (max-width: 578px) {
  .error-content .st-title {
    font-size: 170px;
  }
  .error-content .st-title:after {
    content: none;
  }
  .error-content .st-title:before {
    content: none;
  }
  .error-content .st-link {
    width: 280px;
  }
}


.wpcf7 form .wpcf7-response-output {
  display: none !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
input.wpcf7-not-valid {
  color: red!important;
}
input.wpcf7-not-valid::placeholder {
  color: red!important;
}



.c-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 104;
  display: none;
}
.c-modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.c-modal-content {
  width: 450px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 30px 40px 40px;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal-content .st-img {
  margin-bottom: 18px;
}
.c-modal-content .st-img img {
  margin: 0 auto;
}
.c-modal-content .st-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
}
.c-modal-content .st-info {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.c-modal-content .st-link {
  line-height: 1;
  color: #7E231E;
  background-color: #FFAD38;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border: 2px solid #FFAD38;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-family: "Alef Bold";
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.c-modal-content .st-link:hover {
  color: #FFAD38;
  background-color: #7E231E;
}
@media all and (max-width: 578px) {
  .c-modal-content {
    width: 300px;
  }
}

.feedback-block_tel {
  margin-top: 10px;
  max-width: 370px;
  margin-right: auto;
  height: 0;
  margin-bottom: -10px;
}
.feedback-block_tel .st-link {
    font-family: "Alef Bold";
    font-size: 38px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.feedback-block_tel .st-link .icon {
    margin-left: 10px;
    min-width: 69px;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background-color: #FFAD38;
    border: 2px solid #FFAD38;
    color: #7E231E;
    font-size: 40px;
    position: relative;
}
.feedback-block_tel .st-link .icon img {
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media all and (max-width: 578px) {
  .feedback-block_tel .st-link {
    font-size: 24px;
  }
  .feedback-block_tel {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .feedback-block_tel .st-link .icon img {
    max-width: 22px;
  }
  .feedback-block_tel .st-link .icon  {
    min-width: 36px;
    max-width: 36px;
    height: 36px
  }
}