div,
a,
button,
img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: 'Inter', sans-serif;
}

.c_wid_wrapper {
  height: 100%;
}

.c_wid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  opacity: 0 !important;
}

.c_widget {
  width: 375px;
  height: 700px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.17);
          box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: #fafafa url("../img/main.png") no-repeat center top/100% 222px;
  margin: auto;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  overflow: auto;
  padding: 0 15px;
}

.c_widget:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: calc(100% - 223px);
  width: 100%;
  height: 223px;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.c_widget.active {
  opacity: 1;
}

.c_widget.active:before {
  height: 0;
}

.c_widget_animate {
  position: relative;
  top: 100px !important;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.c_widget_animate.active {
  top: 0 !important;
  opacity: 1;
}

.c_widget_header {
  padding: 85px 15px 28px;
}

.c_widget_title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}

.c_widget_subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

.c_widget_content {
  padding: 0;
  position: relative;
  z-index: 2;
}

.c_widget_slogan {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(35, 35, 35, 0.15);
          box-shadow: 0px 1px 4px 0px rgba(35, 35, 35, 0.15);
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #323232;
  text-align: center;
  background: #ffffff;
  margin-bottom: 20px;
}

.c_widget_item {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(35, 35, 35, 0.15);
          box-shadow: 0px 1px 6px 0px rgba(35, 35, 35, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
}

.c_widget_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #ffffff;
}

.c_widget_hr {
  height: 12px;
  background: url("../img/hr.png") repeat-x left center/100% auto;
  opacity: 0.1;
}

.c_widget_item_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 0 15px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_link {
  min-width: calc(33.33% - 7px);
  max-width: calc(33.33% - 7px);
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn_link:hover {
  -webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.24);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn_link.wa {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#60fd7c), to(#07b825));
  background-image: linear-gradient(180deg, #60fd7c, #07b825);
}

.btn_link.wa img {
  width: 20px;
}

.btn_link.wi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0090ff), to(#b240de));
  background-image: linear-gradient(180deg, #0090ff, #b240de);
}

.btn_link.wi img {
  width: 20px;
}

.btn_link.tg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aefa), to(#0983c5));
  background-image: linear-gradient(180deg, #00aefa, #0983c5);
}

.btn_link.tg img {
  width: 20px;
}

.c_widget_ic {
  min-width: 62px;
  max-width: 62px;
  margin-right: 20px;
}

.c_widget_item_title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0px;
  color: #252525;
}

.c_widget_item {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.c_widget_item_subtitle {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #ec0211;
}

.c_widget_item_phone {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  color: #131313;
  text-decoration: none !important;
}

.c_widget_opener {
  margin-bottom: 20px;
}

.c_widget_opener .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  width: 100%;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  transition: .3s;
  height: 46px;
  font-size: 16px;
}

.c_widget_opener .btn span {
  padding-right: 20px;
  background: url("../img/menu.svg") no-repeat right center/10px auto;
}

.c_widget_opener .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c_widget_go {
  padding-bottom: 20px;
}

.c_widget_go .btn {
  border-radius: 10px;
  height: 58px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #ed0011;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none !important;
}

.c_widget_go .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c_widget_go .btn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.c_wid_wrapperd {
  position: relative;
  width: 375px;
  height: 700px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.c_widget_mod {
  position: absolute;
  bottom: -700px;
  left: 0;
  width: auto;
  height: 100%;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
}

.c_widget_mod.active {
  bottom: 0;
}

.c_widget_mod_links {
  min-width: 100%;
  max-width: 100%;
}

.c_widget_mod_links .btn_close {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

.c_widget_mod_list {
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.c_widget_mod_list li {
  text-align: center;
  list-style: none;
}

.c_widget_mod_list li a {
  color: #000000;
  text-decoration: none !important;
  padding: 15px;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.c_widget_mod_list li:last-child a {
  border-bottom: none;
}

@media screen and (max-width: 390px) {
  .c_widget {
    width: 100%;
  }
  .c_wid_wrapperd {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .c_widget_title {
    font-size: 24px;
  }
  .c_widget_header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mCS_img_loaded {
  max-height: 62px;
}