@charset "UTF-8";

body {
  font-family: "Myriad-Pro";
  overflow-x: hidden;
}
.slider-footer  {
  position: relative;
}
.my-slider-footer-img_1 {
  position: relative;
}
#cont h1  {
  text-align: center;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu_topp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu_top_1 {
  color: #9b9b9b;
}

.header-menu_top_1:hover {
  color: #cb1953;
  cursor: pointer;
}

.header-menu_top-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu_top-phone-text {
  color: #0d1417;
}

.header-menu_top-phone-text:hover {
  color: #0d1417;
  text-decoration: none;
}

.header-menu_top-phone-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #cb1953;
  border: 0px;
  color: #ffffff;
}

.header-menu_top-phone-button_1 {
  border: 1px dashed #ffffff;
}

.header-menu_top-phone-button:active,
.header-menu_top-phone-button:focus {
  outline: none;
}

.header-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu-bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu-bottom_text {
  list-style: none;
  color: #397d9d;
}

.header-menu-bottom_text:hover {
  border-bottom: 6px solid #cb1953;
}

.pod {
  border-top-left-radius: 0px;
}

.header-menu-top-logo-img {
  width: 186px;
  height: 70px;
  background: url("/assets/templates/dist/image/logo.png") no-repeat;
  background-size: 186px 70px;
}

.companii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-slider {
  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;
  width: 100%;
  height: 412px;
  z-index: -1;
}

.my-slider_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
}

.my-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.my-slider .slick-dots li button {
  border: 0;
  background: transparent;
  border-radius: 50%;
}

.my-slider .slick-dots li button::before {
  content: '';
  width: 13px;
  height: 13px;
  background: #000000;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.my-slider .slick-dots .slick-active button::before {
  background: #cb1953;
}

.footer-my-slider-text {
  font-weight: bold;
  text-align: center;
}

.my-slider-footer {
  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;
}

.my-slider-footer-content {
  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;
}

.my-slider-footer-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.my-slider-footer .slick-prev,
.my-slider-footer .slick-next {
  z-index: 1;
  width: 33px;
  height: 58px;
}

.my-slider-footer .slick-next {
  right: 40px;
}

.my-slider-footer .slick-next::before {
  content: url("/assets/templates/dist/image/slider/footer/icon/right.png");
}

.my-slider-footer .slick-prev {
  left: 40px;
}

.my-slider-footer .slick-prev::before {
  content: url("/assets/templates/dist/image/slider/footer/icon/left.png");
}

.bolbord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("/assets/templates/dist/image/main/background.png") no-repeat;
  background-size: 100% 100%;
}

.bolbord-sub {
  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;
}

.bolbord-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bolbord-pr-list-border {
  border: 2px solid #dcdcdc;
}

.bolbord-pr-list > li {
  list-style: none;
}

.bolbord-pr-list > li:before {
  content: "\2014";
  margin-right: 5px;
}

.bolbord-pr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bolbord-pr-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bolbord_pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bolbord_pr-border {
  border: 2px solid #267093;
}

.bolbord_pr_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bolbord_pr-sub-text {
  font-weight: bold;
}

.bolbord_pr-sub_text {
  font-family: "Myriad-Pro-Light";
}

.button-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.button-pr_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 2px solid #cb1953;
  border-radius: 9px;
  color: #cb1953;
}

.button-pr_1:active,
.button-pr_1:focus {
  outline: none;
}

.button-pr_1 > .text {
  border-bottom: 1px dashed #cb1953;
}

.button-pr_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 9px;
  color: #ffffff;
}

.button-pr_2:active,
.button-pr_2:focus {
  outline: none;
}

.button-pr_2 > .text {
  border-bottom: 1px dashed #ffffff;
}

.rupor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("/assets/templates/dist/image/main/background-blue.png") no-repeat;
  background-size: 100% 100%;
}

.rupor-sub {
  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;
}

.rupor-pr {
  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;
}

.rupor-pr-list-border {
  border: 2px solid #ffffff;
}

.rupor-pr-list > li {
  list-style: none;
  color: #ffffff;
}

.rupor-pr-list > li:before {
  content: "\2014";
  margin-right: 5px;
}

.rupor-pr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.rupor-pr-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rupor_pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rupor_pr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rupor_pr-border {
  border: 2px solid #ffffff;
}

.rupor_pr_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rupor_pr-sub-text {
  font-weight: bold;
  color: #ffffff;
}

.rupor_pr-sub_text {
  font-family: "Myriad-Pro-Light";
  color: #ffffff;
}

.img_6 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.actbutton {
  position: relative;
}

.form_333 {
  padding: 12px 12px 12px 12px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 5px #A8A8A8;
          box-shadow: 0 0 20px 5px #A8A8A8;
}

.form_1 {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  display: none;
}

.form_2 {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  display: none;
}

.form_3 {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  display: none;
}

.form_4 {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  display: none;
}

.form_5 {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  display: none;
}

.form_6 {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  display: none;
}

.close_2 {
  float: right;
}

.form_333 > p {
  margin-bottom: 7px;
}

.form_333 > p > input {
  width: 100%;
  border: 1px solid #A8A8A8;
}

.send {
  color: #494949;
  font-size: 20px;
}

.advertising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advertising-text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advertising_text {
  text-align: center;
  font-family: "Myriad-Pro-light";
}

.garant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.garant-text {
  font-weight: bold;
}

.garant_text {
  font-family: "Myriad-Pro-light";
  text-align: center;
}

.my-slider-footer {
  margin-top: 50px;
}

.my-slider-footer-conten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-slider-footer-conten-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-slider-footer_conten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
}

.my-slider-footer_conten-text_1 {
  font-weight: bold;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.footer_bottom-text-2 {
  color: #e81d5f;
}

.text-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.text-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.scrollto:hover {
  text-decoration: none;
}

.header-menu-bottom_text > ul {
  display: none;
  position: absolute;
  top: 110%;
  left: 0px;
  z-index: 1;
}

.header-menu_bottom > ul > ul {
  z-index: 1;
}

.header-menu-bottom_text > ul > li {
  background-color: white;
  padding: 7px;
  list-style: none;
  text-align: center;
}

.header-menu-bottom_text > ul > li:hover {
  background-color: white;
}

.header-menu-bottom_text > ul > li > a {
  color: #397d9d;
  text-decoration: none;
}

.header-menu-bottom_text > ul > li > a:hover {
  color: #397d9d;
  text-decoration: none;
}

.header-menu_bottom > ul li:hover > ul {
  display: block;
}

.header-menu-bottom_text {
  position: relative;
}

.header-menu-bottom-text {
  position: relative;
}

.scrollto {
  color: #397d9d;
  cursor: pointer;
}

.scrollto:hover {
  color: #397d9d;
}

.material-menu-wrapper {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  z-index: 999999;
  overflow: auto;
  height: 100%;
  width: 250px;
  display: none;
}

.material-menu-overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background-color: black;
  opacity: 0.4;
}

.view-mobile {
  display: block;
}

.menu-mobile {
  border-bottom: 1px solid #000000;
}

.menu-mobile > li {
  padding: 5px;
  text-align: center;
  color: #1c4c63;
  border-bottom: 1px solid #D0E4EF;
}

.menu > li {
  padding: 7px;
  text-align: center;
}

.menu > li > a {
  color: #1c4c63;
}

.menu-mobile > li > a {
  color: #1c4c63;
}

.dmenu ul.menu li {
  border-bottom: 1px solid #D0E4EF;
}

.material-menu-button {
  display: block;
  width: 60px;
  height: 50px;
  padding: 10px 10px 0px 10px;
  background-color: #226b8e;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.material-menu-button span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background-color: #fff;
}

@media only screen and (min-width: 320px) {
  .header-menu {
    margin-top: 15px;
    width: 100%;
    height: 230px;
  }

  .header-menu-top {
    width: 100%;
    height: 60px;
  }

  .header-menu-top-logo-img {
    width: 150px;
    height: 70px;
    background-size: 150px 70px;
  }

  .header-menu_top {
    width: 300px;
    height: 60px;
  }

  .header-menu_top_1 {
    font-size: 14px;
  }

  .header-menu_top-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 70px;
  }

  .header-menu_top-phone-text {
    font-size: 15px;
  }

  .header-menu_top-phone-button {
    width: 170px;
    height: 40px;
    font-size: 14px;
  }

  .header-menu_top-phone-button_1 {
    width: 110px;
  }

  .header-menu_top-phone-img {
    width: 19px;
    height: 19px;
  }

  .header-menu-bottom {
    width: 100%;
    height: 60px;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
    display: none;
  }

  .header-menu-bottom-text {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-menu-bottom_text {
    font-size: 14px;
    padding: 0px;
    height: 30px;
  }

  .header-menu_bottom {
    display: none;
  }

  .header-menu_bottom_img {
    width: 100%;
    height: 1px;
  }

  .my-slider {
    width: 100%;
    height: 250px;
  }

  .my-slider-text {
    width: 320px;
    height: 100px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }

  .my-slider_text {
    height: 220px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .my-slider_img {
    height: 250px;
    width: 100%;
  }

  .my-slider .slick-dots {
    bottom: 5px;
  }

  .bolbord-sub {
    height: 100%;
  }

  .bolbord-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .bolbord-pr-list-border {
    display: none;
  }

  .bolbord-pr-list > li {
    font-size: 14px;
  }

  .bolbord-pr-img {
    padding: 60px 0px 60px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }

  .bolbord-pr_list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }

  .bolbord_pr {
    height: 150px;
    margin-left: 0px;
    width: 320px;
  }

 

  .bolbord_pr-border {
    width: 20px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 120px;
    display: none;
  }

  .bolbord_pr-sub-text {
    font-size: 22px;
    text-align: center;
  }

  .bolbord_pr-sub_text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
  }

  .rupor-sub {
    height: 100%;
  }

  .rupor-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .rupor-pr-img {
    padding: 60px 0px 60px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .rupor-pr-list-border {
    display: none;
  }

  .rupor-pr-list > li {
    font-size: 14px;
  }

  .rupor-pr_list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }

  .rupor_pr {
    height: 150px;
    margin-right: 0px;
    width: 320px;
  }

  .rupor_pr-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    width: 320px;
  }

  .rupor_pr-border {
    width: 20px;
    height: 2px;
  }

  .rupor_pr_border {
    display: none;
    height: 130px;
  }

  .rupor_pr-sub-text {
    font-size: 22px;
    text-align: center;
  }

  .rupor_pr-sub_text {
    font-size: 14px;
    width: 295px;
    text-align: center;
  }

  .number_1 {
    height: 140px;
  }

  .number_2 {
    width: 320px;
  }

  .number_3 {
    width: 320px;
  }

  .button-pr {
    width: 320px;
    margin: auto;
  }

  .button-pr_1 {
    width: 150px;
    height: 40px;
  }

  .button-pr_1 > .text {
    font-size: 12px;
  }

  .button-pr_2 {
    width: 150px;
    height: 40px;
  }

  .button-pr_2 > .text {
    font-size: 12px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }

  .advertising-text-sub {
    width: 320px;
  }

  .advertising_text {
    font-size: 12px;
    width: 80%;
  }

  .advertising-img {
    width: 70px;
    height: 42px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant {
    margin-bottom: 40px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-img_3 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 20px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 300px;
    font-size: 14px;
  }

  .garant_text_1 {
    font-family: "Myriad-Pro-light";
    text-align: center;
    width: 255px;
    font-size: 14px;
    margin-top: 5px;
  }

  .city_1 {
    width: 190px;
    height: 192px;
  }

  .city_2 {
    width: 220px;
    height: 230px;
  }

  .city_3 {
    width: 220px;
    height: 170px;
  }

  .city_4 {
    width: 200px;
    height: 200px;
  }

  .city_5 {
    width: 230px;
    height: 210px;
  }

  .city_6 {
    width: 220px;
    height: 200px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 30px;
    margin-top: 80px;
  }

  .my-slider-footer {
    width: 100%;
    height: 320px;
  }

  .my-slider-footer_conten {
    top: 0px;
    left: 0px;
  }

  .my-slider-footer-conten-text {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 10px;
  }

  .my-slider-footer-conten-text_1 {
    font-size: 28px;
  }

  .my-slider-footer-conten-text_2 {
    font-size: 14px;
    width: 300px;
  }

  .my-slider-footer-conten-img {
    width: 0px;
    height: 0px;
  }
  .my-slider-footer-conten-img_1 {
    width: 100%;
    height: 300px;
  }

  .my-slider-footer .slick-prev::before {
    display: none;
    left: 10px;
  }

  .my-slider-footer .slick-next::before {
    display: none;
    right: 10px;
  }

  .footer_bottom {
    height: 200px;
    width: 100%;
  }

  .footer_bottom-text-1 {
    font-size: 11px;
  }

  .text-phone {
    width: 160px;
  }

  .text_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .text-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 39px;
  }

  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .garant {
    margin-bottom: 10px;
  }

  .text-phone-img {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 375px) {
  .header-menu {
    margin-top: 15px;
    width: 375px;
    height: 230px;
  }
  #cont p {
    display: flex;

    flex-direction: column;
    align-items: center;
  }
  
  .header-menu-top {
    width: 100%;
    height: 60px;
  }

  .header-menu-top-logo-img {
    width: 150px;
    height: 70px;
  }

  .header-menu_top {
    width: 300px;
    height: 60px;
  }

  .header-menu_top_1 {
    font-size: 14px;
  }

  .header-menu_top-phone {
    width: 100%;
    height: 75px;
  }

  .header-menu_top-phone-text {
    font-size: 18px;
  }

  .header-menu_top-phone-button {
    width: 170px;
    height: 40px;
    font-size: 14px;
  }

  .header-menu_top-phone-button_1 {
    width: 110px;
  }

  .header-menu_top-phone-img {
    width: 19px;
    height: 19px;
  }

  .header-menu-bottom {
    width: 375px;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
    display: none;
  }

  .header-menu-bottom-text {
    width: 375px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-menu-bottom_text {
    font-size: 14px;
    padding: 0px;
    height: 30px;
  }

  .header-menu_bottom_img {
    width: 375px;
    height: 1px;
  }

  .my-slider {
    width: 375px;
    height: 320px;
  }

  .my-slider-text {
    width: 375px;
    height: 100px;
    font-size: 24px;
    line-height: 35px;
  }

  .my-slider_text {
    height: 250px;
    top: 10px;
    margin-left: 0px;
  }

  .my-slider_img {
    height: 320px;
    width: 100%;
  }

  .my-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .my-slider .slick-dots {
    bottom: 20px;
  }

  .bolbord-sub {
    height: 100%;
  }

  .bolbord-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 375px;
  }

  .bolbord-pr-list-border {
    display: none;
  }

  .bolbord-pr-list > li {
    font-size: 14px;
  }

  .bolbord-pr-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }

  .bolbord-pr_list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 375px;
  }

  .bolbord_pr {
    height: 150px;
    margin-left: 0px;
    width: 375px;
  }

  .bolbord_pr-text {
    width: 100%;
  }

  .bolbord_pr-border {
    width: 20px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 120px;
    display: none;
  }

  .bolbord_pr-sub-text {
    font-size: 24px;
  }

  .bolbord_pr-sub_text {
    font-size: 14px;
  }

  .rupor-sub {
    height: 100%;
  }

  .rupor-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 375px;
  }

  .rupor-pr-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 375px;
  }

  .rupor-pr-list-border {
    display: none;
  }

  .rupor-pr-list > li {
    font-size: 14px;
  }

  .rupor-pr_list {
    width: 375px;
  }

  .rupor_pr {
    height: 150px;
    margin-right: 0px;
    width: 375px;
  }

  .rupor_pr-text {
    height: 100px;
    width: 375px;
  }

  .rupor_pr-border {
    width: 20px;
    height: 2px;
  }

  .rupor_pr_border {
    display: none;
    height: 130px;
  }

  .rupor_pr-sub-text {
    font-size: 24px;
    text-align: center;
  }

  .rupor_pr-sub_text {
    font-size: 14px;
    width: 295px;
    text-align: center;
  }

  .number_1 {
    height: 150px;
  }

  .number_2 {
    width: 375px;
  }

  .number_3 {
    width: 375px;
  }

  .button-pr {
    width: 360px;
  }

  .button-pr_1 {
    width: 170px;
    height: 50px;
  }

  .button-pr_1 > .text {
    font-size: 14px;
  }

  .button-pr_2 {
    width: 170px;
    height: 50px;
  }

  .button-pr_2 > .text {
    font-size: 14px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 35px;
  }

  .advertising-text-sub {
    width: 375px;
  }

  .advertising_text {
    font-size: 14px;
    width: 80%;
  }

  .advertising-img {
    width: 70px;
    height: 42px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-img_3 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 20px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 300px;
    font-size: 14px;
  }

  .city_1 {
    width: 200px;
    height: 202px;
  }

  .city_2 {
    width: 240px;
    height: 250px;
  }

  .city_3 {
    width: 240px;
    height: 190px;
  }

  .city_4 {
    width: 200px;
    height: 200px;
  }

  .city_5 {
    width: 230px;
    height: 210px;
  }

  .city_6 {
    width: 220px;
    height: 200px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 30px;
    margin-top: 80px;
  }

  .my-slider-footer {
    width: 100%;
    height: 320px;
  }

  .my-slider-footer_conten {

  }

  .my-slider-footer-conten-text_1 {
    font-size: 28px;
  }

  .my-slider-footer-conten-text_2 {
    font-size: 14px;
    width: 300px;
  }

  .my-slider-footer-conten-img {
    width: 0px;
    height: 0px;
  }

  .my-slider-footer .slick-prev {
    left: 10px;
  }

  .my-slider-footer .slick-next {
    right: 10px;
  }

  .footer_bottom {
    height: 200px;
    width: 375px;
  }

  .footer_bottom-text-1 {
    font-size: 11px;
  }

  .text-phone {
    width: 180px;
  }

  .text_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .text-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 39px;
  }

  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 425px) {
  .header-menu {
    margin-top: 15px;
    width: 100%;
    height: 230px;
  }

  .header-menu-top {
    width: 100%;
    height: 60px;
  }

  .header-menu-top-logo-img {
    width: 150px;
    height: 70px;
  }

  .header-menu_top {
    width: 300px;
    height: 60px;
  }

  .header-menu_top_1 {
    font-size: 14px;
  }

  .header-menu_top-phone {
    width: 100%;
    height: 80px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .header-menu_top-phone-text {
    font-size: 20px;
  }

  .header-menu_top-phone-button {
    width: 170px;
    height: 40px;
    font-size: 14px;
  }

  .header-menu_top-phone-button_1 {
    width: 110px;
  }

  .header-menu_top-phone-img {
    width: 19px;
    height: 19px;
  }

  .header-menu-bottom {
    width: 100%;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
    display: none;
  }

  .header-menu-bottom-text {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-menu-bottom_text {
    font-size: 14px;
    padding: 0px;
    height: 30px;
  }

  .header-menu_bottom_img {
    width: 100%;
    height: 1px;
  }

  .my-slider {
    width: 100%;
    height: 320px;
  }

  .my-slider-text {
    width: 425px;
    height: 100px;
    font-size: 28px;
    line-height: 35px;
  }

  .my-slider_text {
    height: 250px;
    top: 10px;
    margin-left: 0px;
  }

  .my-slider_img {
    height: 320px;
    width: 100%;
  }

  .my-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .my-slider .slick-dots {
    bottom: 20px;
  }

  .bolbord-sub {
    height: 100%;
  }

  .bolbord-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .bolbord-pr-list-border {
    display: none;
  }

  .bolbord-pr-list > li {
    font-size: 14px;
  }

  .bolbord-pr-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }

  .bolbord-pr_list {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }

  .bolbord_pr {
    height: 130px;
    margin-left: 0px;
    width: 375px;
  }

  .bolbord_pr-text {

    width: 375px;
  }

  .bolbord_pr-border {
    width: 20px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 120px;
    display: none;
  }

  .bolbord_pr-sub-text {
    font-size: 26px;
  }

  .bolbord_pr-sub_text {
    font-size: 14px;
  }

  .rupor-sub {
    height: 100%;
  }

  .rupor-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .rupor-pr-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .rupor-pr-list-border {
    display: none;
  }

  .rupor-pr-list > li {
    font-size: 14px;
  }

  .rupor-pr_list {
    width: 100%;
  }

  .rupor_pr {
    height: 150px;
    margin-right: 0px;
    width: 375px;
  }

  .rupor_pr-text {
    height: 90px;
    width: 375px;
  }

  .rupor_pr-border {
    width: 20px;
    height: 2px;
  }

  .rupor_pr_border {
    display: none;
    height: 130px;
  }

  .rupor_pr-sub-text {
    font-size: 26px;
  }

  .rupor_pr-sub_text {
    font-size: 14px;
    width: 295px;
    text-align: right;
  }

  .number_1 {
    height: 130px;
  }

  .number_2 {
    width: 360px;
  }

  .number_3 {
    width: 325px;
  }

  .button-pr {
    width: 360px;
  }

  .button-pr_1 {
    width: 170px;
    height: 50px;
  }

  .button-pr_1 > .text {
    font-size: 14px;
  }

  .button-pr_2 {
    width: 170px;
    height: 50px;
  }

  .button-pr_2 > .text {
    font-size: 14px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 35px;
    text-align: center;
  }

  .advertising-text-sub {
    width: 425px;
  }

  .advertising-text-sub-2 {
    text-align: center;
    width: 560px;
  }

  .advertising_text {
    font-size: 14px;
    width: 400px;
  }

  .advertising-img {
    width: 70px;
    height: 42px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-img_3 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 20px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 300px;
    font-size: 14px;
  }

  .city_1 {
    width: 200px;
    height: 202px;
  }

  .city_2 {
    width: 240px;
    height: 250px;
  }

  .city_3 {
    width: 240px;
    height: 190px;
  }

  .city_4 {
    width: 200px;
    height: 200px;
  }

  .city_5 {
    width: 230px;
    height: 210px;
  }

  .city_6 {
    width: 220px;
    height: 200px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 30px;
    margin-top: 80px;
  }

  .my-slider-footer {
    width: 100%;
    height: 320px;
  }


  .my-slider-footer-conten-text_1 {
    font-size: 28px;
  }

  .my-slider-footer-conten-text_2 {
    font-size: 14px;
    width: 300px;
  }

  .my-slider-footer-conten-img {
    width: 0px;
    height: 0px;
  }

  .my-slider-footer .slick-prev {
    left: 10px;
  }

  .my-slider-footer .slick-next {
    right: 10px;
  }

  .footer_bottom {
    height: 200px;
    width: 100%;
  }

  .footer_bottom-text-1 {
    font-size: 11px;
  }

  .text-phone {
    width: 180px;
  }

  .text_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .text-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 39px;
  }

  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .header-menu {
    margin-top: 15px;
    width: 100%;
    height: 60px;
  }
  #cont p {
    display: block;
    flex-direction: column;
    align-items: center;
  }
  .header-menu-top {
    width: 100%;
    height: 60px;
  }

  .header-menu-top-logo-img {
    width: 120px;
    height: 50px;
    background-size: 120px 50px;
  }

  .header-menu_top {
    width: 300px;
    height: 60px;
  }

  .header-menu_top_1 {
    font-size: 14px;
  }

  .header-menu_top-phone {
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header-menu_top-phone-text {
    font-size: 16px;
  }

  .header-menu_top-phone-button {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .header-menu_top-phone-button_1 {
    width: 110px;
  }

  .header-menu_top-phone-img {
    width: 19px;
    height: 19px;
  }

  .header-menu-bottom {
    width: 100%;
    margin-top: 0px;
    height: 65px;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
    display: block;
  }

  .header-menu-bottom-text {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header-menu-bottom_text {
    font-size: 12px;
    padding: 10px;
    height: 40px;
  }

  .header-menu_bottom {
    display: inline-block;
  }

  .header-menu_bottom_img {
    width: 750px;
    height: 1px;
  }

  .material-menu-button {
    display: none;
  }

  .my-slider {
    width: 100%;
    height: 320px;
  }

  .my-slider-text {
    width: 630px;
    height: 100px;
    font-size: 24px;
    text-align: left;
    line-height: 35px;
  }

  .my-slider_text {
    height: 170px;
    top: 40px;
    margin-left: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .my-slider_img {
    height: 320px;
    width: 100%;
  }

  .my-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .my-slider .slick-dots {
    bottom: 20px;
  }

  .bolbord-sub {
    height: 300px;
  }

  .bolbord-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .bolbord-pr-list-border {
    display: inline-block;
    height: 220px;
  }

  .bolbord-pr-list > li {
    font-size: 14px;
  }

  .bolbord-pr-img {
    padding-bottom: 10px;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 192px;
    height: 100%;
  }

  .bolbord-pr_list {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 180px;
  }

  .bolbord_pr {
    height: 130px;
    margin-left: 0px;
    width: 375px;
  }

  .bolbord_pr-text {

    width: 375px;
  }

  .bolbord_pr-border {
    width: 20px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 120px;
    display: none;
  }

  .bolbord_pr-sub-text {
    font-size: 28px;
    text-align: left;
  }

  .bolbord_pr-sub_text {
    font-size: 14px;
    text-align: left;
  }

  .rupor-sub {
    height: 300px;
  }

  .rupor-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
  }

  .rupor-pr-img {
    margin-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 186px;
  }

  .rupor-pr-list-border {
    display: inline-block;
    height: 220px;
  }

  .rupor-pr-list > li {
    font-size: 14px;
  }

  .rupor-pr_list {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 180px;
  }

  .rupor_pr {
    height: 150px;
    margin-right: 0px;
    width: 375px;
  }

  .rupor_pr-text {
    height: 90px;
    width: 375px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .rupor_pr-border {
    width: 20px;
    height: 2px;
  }

  .rupor_pr_border {
    display: none;
    height: 130px;
  }

  .rupor_pr-sub-text {
    font-size: 30px;
    text-align: right;
  }

  .rupor_pr-sub_text {
    font-size: 14px;
    width: 295px;
    text-align: right;
  }

  .number_1 {
    height: 130px;
  }

  .number_2 {
    width: 360px;
  }

  .number_3 {
    width: 325px;
  }

  .button-pr {
    width: 360px;
    margin: inherit;
  }

  .button-pr_1 {
    width: 170px;
    height: 50px;
  }

  .button-pr_1 > .text {
    font-size: 14px;
  }

  .button-pr_2 {
    width: 170px;
    height: 50px;
  }

  .button-pr_2 > .text {
    font-size: 14px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 35px;
    margin-bottom: 0px;
  }

  .advertising-text-sub {
    width: 440px;
  }

  .advertising_text {
    font-size: 14px;
    width: 100%;
  }

  .advertising-img {
    width: 70px;
    height: 42px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-img_3 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 20px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 240px;
    font-size: 14px;
  }

  .garant_text_1 {
    font-family: "Myriad-Pro-light";
    text-align: center;
    width: 255px;
    font-size: 14px;
    margin-top: 5px;
  }

  .city_1 {
    width: 180px;
    height: 180px;
  }

  .city_2 {
    width: 180px;
    height: 190px;
  }

  .city_3 {
    width: 170px;
    height: 150px;
  }

  .city_4 {
    width: 180px;
    height: 180px;
  }

  .city_5 {
    width: 180px;
    height: 160px;
  }

  .city_6 {
    width: 180px;
    height: 160px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 30px;
    margin-top: 80px;
  }

  .my-slider-footer {
    width: 100%;
    height: 370px;
  }

  .my-slider-footer_conten {
    width: 600px;
    height: 320px;
    top: 0;
    left: inherit;
  }
  .my-slider-footer-conten-text {
    background: 0;
    border-radius: 0;
    padding: 0;
  }

  .my-slider-footer-conten-text_1 {
    font-size: 28px;
    color: #000000
  }

  .my-slider-footer-conten-text_2 {
    font-size: 14px;
    width: 300px;
    color: #000000
  }

  .my-slider-footer-conten-img {
    width: 300px;
    height: 320px;
  }
  .my-slider-footer-conten-img_1  {
    width: 0px;
    height: 0px;
  }

  .my-slider-footer .slick-prev {
    left: 10px;
  }

  .my-slider-footer .slick-next {
    right: 10px;
  }

  .my-slider-footer .slick-prev::before {
    display: inline-block;
  }

  .my-slider-footer .slick-next::before {
    display: inline-block;
  }

  .footer_bottom {
    height: 100px;
    width: 100%;
  }

  .footer_bottom-text-1 {
    font-size: 9px;
  }

  .text-phone {
    width: 150px;
  }

  .text_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .text-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 24px;
  }

  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu_1 > li {
    width: 119.25px;
  }

  .menu_2 > li {
    width: 133.45px;
  }

  .menu_3 > li {
    width: 143.31px;
  }

  .menu_4 > li {
    width: 134.45px;
  }

  .menu_5 > li {
    width: 100.3px;
  }

  .garant {
    margin-bottom: 40px;
  }

  .premi-m {
    margin-top: 50px;
  }

  .companii-text {
    width: 960px;
  }

  .companii-text > p {
    font-size: 14px;
  }

  .trigger > p {
    font-size: 14px;
  }

  .companii-text > h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
    margin-top: 45px;
    width: 100%;
  }

  .header-menu-top {
    width: 960px;
    height: 60px;
  }

  .header-menu-top-logo-img {
    width: 150px;
    height: 60px;
    background-size: 150px 60px;
  }

  .header-menu_top {
    width: 300px;
    height: 60px;
  }

  .header-menu_top_1 {
    font-size: 14px;
  }

  .header-menu_top-phone {
    width: 400px;
    height: 60px;
  }

  .header-menu_top-phone-text {
    font-size: 20px;
  }

  .header-menu_top-phone-button {
    width: 170px;
    height: 40px;
    font-size: 14px;
  }

  .header-menu_top-phone-button_1 {
    width: 110px;
  }

  .header-menu_top-phone-img {
    width: 19px;
    height: 19px;
  }

  .header-menu-bottom {
    width: 100%;
    height: 80px;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
  }

  .header-menu-bottom-text {
    width: 960px;
  }

  .header-menu-bottom_text {
    font-size: 14px;
    padding: 20px 20px 20px 20px;
    height: 60px;
  }

  .header-menu_bottom_img {
    width: 960px;
    height: 1px;
  }

  .my-slider {
    width: 100%;
    height: 350px;
  }

  .my-slider-text {
    width: 740px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .my-slider_text {
    height: 170px;
    top: 80px;
    margin-left: 125px;
  }

  .my-slider_img {
    height: 340px;
    width: 100%;
  }

  .my-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .bolbord-sub {
    height: 480px;
  }

  .bolbord-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 350px;
    width: 500px;
  }

  .bolbord-pr-list-border {
    height: 357px;
  }

  .bolbord-pr-list > li {
    font-size: 14px;
  }

  .bolbord-pr-img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 256px;
    height: 357px;
  }

  .bolbord-pr_list {
    width: 256px;
  }

  .bolbord_pr {
    height: 150px;
    margin-left: 10px;
  }

  .bolbord_pr-border {
    width: 20px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 120px;
  }

  .bolbord_pr-sub-text {
    font-size: 30px;
  }

  .bolbord_pr-sub_text {
    font-size: 14px;
  }

  .rupor-sub {
    height: 509px;
  }

  .rupor-pr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 350px;
    width: 500px;
  }

  .rupor-pr-img {
    height: 290px;
    width: 240px;
  }

  .rupor-pr-list-border {
    height: 357px;
  }

  .rupor-pr-list > li {
    font-size: 14px;
  }

  .rupor-pr_list {
    width: 270px;
  }

  .rupor_pr {
    height: 170px;
    margin-right: 20px;
  }

  .rupor_pr-text {
    height: 90px;
  }

  .rupor_pr-border {
    width: 20px;
    height: 2px;
  }

  .rupor_pr_border {
    height: 130px;
  }

  .rupor_pr-sub-text {
    font-size: 30px;
  }

  .rupor_pr-sub_text {
    font-size: 14px;
    width: 295px;
    text-align: right;
  }

  .number_1 {
    height: 150px;
  }

  .number_2 {
    width: 390px;
  }

  .number_3 {
    width: 325px;
  }

  .button-pr {
    width: 360px;
  }

  .button-pr_1 {
    width: 170px;
    height: 50px;
  }

  .button-pr_1 > .text {
    font-size: 14px;
  }

  .button-pr_2 {
    width: 170px;
    height: 50px;
  }

  .button-pr_2 > .text {
    font-size: 14px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 35px;
  }

  .advertising-text-sub {
    width: 440px;
  }

  .advertising_text {
    font-size: 14px;
    width: 780px;
  }

  .advertising-img {
    width: 70px;
    height: 42px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant {
    margin-bottom: 40px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-img_3 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 20px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 300px;
    font-size: 14px;
  }

  .garant_text_1 {
    font-family: "Myriad-Pro-light";
    text-align: center;
    width: 255px;
    font-size: 14px;
    margin-top: 5px;
  }

  .city_1 {
    width: 200px;
    height: 202px;
  }

  .city_2 {
    width: 240px;
    height: 250px;
  }

  .city_3 {
    width: 240px;
    height: 190px;
  }

  .city_4 {
    width: 200px;
    height: 200px;
  }

  .city_5 {
    width: 230px;
    height: 210px;
  }

  .city_6 {
    width: 220px;
    height: 200px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 30px;
    margin-top: 80px;
  }

  .my-slider-footer {
    width: 100%;
    height: 320px;
  }

  .my-slider-footer_conten {
    width: 860px;
    top: 0;
  }

  .my-slider-footer-conten-text {
    height: 90px;
  }

  .my-slider-footer-conten-text_1 {
    font-size: 32px;
  }

  .my-slider-footer-conten-text_2 {
    font-size: 14px;
    width: 350px;
  }

  .my-slider-footer-conten-img {
    width: 450px;
    height: 320px;
  }

  .my-slider-footer .slick-prev {
    left: 20px;
  }

  .my-slider-footer .slick-next {
    right: 20px;
  }

  .footer_bottom {
    height: 160px;
    width: 960px;
  }

  .footer_bottom-text-1 {
    font-size: 11px;
  }

  .text-phone {
    width: 190px;
  }

  .text-footer {
    height: 39px;
  }

  .menu_1 > li {
    width: 155.78px;
  }

  .menu_2 > li {
    width: 172.36px;
  }

  .menu_3 > li {
    width: 183.88px;
  }

  .menu_4 > li {
    width: 173.53px;
  }

  .menu_5 > li {
    width: 133.69px;
  }

  .premi-m {
    margin-top: 50px;
  }

  .companii-text {
    width: 960px;
  }

  .companii-text > p {
    font-size: 14px;
  }

  .trigger > p {
    font-size: 14px;
  }

  .companii-text > h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 1280px) {
  .header-menu {
    margin-top: 45px;
    width: 100%;
    height: 80px;
  }

  .header-menu-top {
    width: 1200px;
  }

  .header-menu-top-logo-img {
    width: 185px;
    height: 83px;
    background-size: 185px 83px;
  }

  .header-menu_top {
    width: 370px;
    height: 83px;
  }

  .header-menu_top_1 {
    font-size: 16px;
  }

  .header-menu_top-phone {
    width: 500px;
    height: 83px;
  }

  .header-menu_top-phone-text {
    font-size: 26px;
  }

  .header-menu_top-phone-button {
    width: 185px;
    height: 46px;
    font-size: 16px;
  }

  .header-menu_top-phone-button_1 {
    width: 130px;
  }

  .header-menu_top-phone-img {
    width: 23px;
    height: 23px;
  }

  .header-menu-bottom {
    width: 100%;
    height: 100px;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
  }

  .header-menu-bottom-text {
    width: 1200px;
  }

  .header-menu-bottom_text {
    font-size: 19px;
    padding: 20px 20px 20px 20px;
    height: 75px;
  }

  .header-menu_bottom_img {
    width: 100%;
    height: 1px;
  }

  .my-slider {
    width: 100%;
    height: 350px;
  }

  .my-slider-text {
    width: 932px;
    height: 100px;
    font-size: 35px;
    line-height: 35px;
  }

  .my-slider_text {
    height: 200px;
    top: 80px;
    margin-left: 125px;
  }

  .my-slider_img {
    height: 340px;
    width: 100%;
  }

  .my-slider .slick-dotted .slick-slider {
    margin-bottom: 0px;
  }

  .bolbord-sub {
    height: 509px;
  }

  .bolbord-pr {
    height: 350px;
    width: 600px;
  }

  .bolbord-pr-list-border {
    height: 357px;
  }

  .bolbord-pr-list > li {
    font-size: 18px;
  }

  .bolbord-pr-img {
    width: 300px;
    height: 357px;
  }

  .bolbord-pr_list {
    width: 300px;
  }

  .bolbord_pr {
    height: 240px;
    margin-left: 20px;
    width: 600px;
  }

  .bolbord_pr-text {
    width: 500px;
  }

  .bolbord_pr-border {
    width: 40px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 150px;
    display: inline;
  }

  .bolbord_pr-sub-text {
    font-size: 39px;
  }

  .bolbord_pr-sub_text {
    font-size: 18px;
  }

  .rupor-sub {
    height: 509px;
  }

  .rupor-pr {
    height: 350px;
    width: 600px;
  }

  .rupor-pr-img {
    height: 290px;
    width: 300px;
  }

  .rupor-pr-list-border {
    height: 357px;
  }

  .rupor-pr-list > li {
    font-size: 18px;
  }

  .rupor-pr_list {
    width: 370px;
  }

  .rupor_pr {
    height: 202px;
    margin-right: 20px;
    width: 600px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .rupor_pr-text {
    height: 90px;
    width: 500px;
  }

  .rupor_pr-border {
    width: 40px;
    height: 2px;
  }

  .rupor_pr_border {
    height: 150px;
    display: inline;
  }

  .rupor_pr-sub-text {
    font-size: 39px;
  }

  .rupor_pr-sub_text {
    font-size: 18px;
    width: 295px;
    text-align: right;
  }

  .number_1 {
    height: 240px;
  }

  .number_2 {
    width: 500px;
  }

  .number_3 {
    width: 325px;
  }

  .button-pr {
    width: 380px;
  }

  .button-pr_1 {
    width: 180px;
    height: 60px;
  }

  .button-pr_1 > .text {
    font-size: 16px;
  }

  .button-pr_2 {
    width: 180px;
    height: 60px;
  }

  .button-pr_2 > .text {
    font-size: 16px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 45px;
  }

  .advertising-text-sub {
    width: 440px;
  }

  .advertising_text {
    font-size: 16px;
    width: 815px;
  }

  .advertising-img {
    width: 82px;
    height: 48px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant {
    margin-bottom: 0px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 24px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 330px;
    font-size: 16px;
  }

  .garant_text_1 {
    font-family: "Myriad-Pro-light";
    text-align: center;
    width: 290px;
    font-size: 16px;
    margin-top: 5px;
  }

  .city_1 {
    width: 246px;
    height: 249px;
  }

  .city_2 {
    width: 281px;
    height: 264px;
  }

  .city_3 {
    width: 280px;
    height: 210px;
  }

  .city_4 {
    width: 215px;
    height: 215px;
  }

  .city_5 {
    width: 284px;
    height: 249px;
  }

  .city_6 {
    width: 242px;
    height: 215px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 35px;
    margin-top: 100px;
  }

  .my-slider-footer {
    width: 100%;
    height: 410px;
  }

  .my-slider-footer_conten {
    width: 1050px;
    top: 0;
  }

  .my-slider-footer-conten-text {
    height: 90px;
  }

  .my-slider-footer-conten-text_1 {
    font-size: 38px;
  }

  .my-slider-footer-conten-text_2 {
    font-size: 14px;
    width: 435px;
  }

  .my-slider-footer-conten-img {
    width: 500px;
    height: 380px;
  }

  .footer_bottom {
    height: 185px;
    width: 1140px;
  }

  .footer_bottom-text-1 {
    font-size: 14px;
  }

  .text-phone {
    width: 240px;
  }

  .text-footer {
    height: 39px;
  }

  .menu_1 > li {
    width: 197.14px;
  }

  .menu_2 > li {
    width: 219.63px;
  }

  .menu_3 > li {
    width: 235.25px;
  }

  .menu_4 > li {
    width: 221.2px;
  }

  .menu_5 > li {
    width: 167.14px;
  }

  .premi-m {
    margin-top: 50px;
  }

  .companii-text {
    width: 1200px;
  }

  .companii-text > p {
    font-size: 16px;
  }

  .trigger > p {
    font-size: 16px;
  }

  .companii-text > h1 {
    font-size: 40px;
  }
  .promo_row1, .promo_row2, .promo_row3, .promo_row4, .promo_row16, .promo_row17, .promo_row18, .promo_row19 {
    width: 800px;
  }
}

@media only screen and (min-width: 1440px) {
  .header-menu {
    margin-top: 45px;
    width: 100%;
  }
  .promo_row1, .promo_row2, .promo_row3, .promo_row4, .promo_row16, .promo_row17, .promo_row18, .promo_row19 {
    width: 800px;
  }

  .header-menu-top {
    width: 1200px;
  }

  .header-menu-top-logo-img {
    width: 185px;
    height: 83px;
    background-size: 185px 83px;
  }

  .header-menu_top {
    width: 370px;
    height: 83px;
  }

  .header-menu_top_1 {
    font-size: 16px;
  }

  .header-menu_top-phone {
    width: 500px;
    height: 83px;
  }

  .header-menu_top-phone-text {
    font-size: 26px;
  }

  .header-menu_top-phone-button {
    width: 185px;
    height: 46px;
    font-size: 16px;
  }

  .header-menu_top-phone-button_1 {
    width: 130px;
  }

  .header-menu-bottom {
    width: 100%;
    height: 100px;
  }

  .header-menu-bottom-img {
    height: 14px;
    width: 2px;
  }

  .header-menu-bottom-text {
    width: 1200px;
  }

  .header-menu-bottom_text {
    font-size: 19px;
    padding: 20px 20px 20px 20px;
    height: 75px;
  }

  .header-menu_bottom_img {
    width: 100%;
    height: 1px;
  }

  .my-slider {
    width: 100%;
    height: 412px;
  }

  .my-slider-text {
    width: 932px;
    height: 100px;
    font-size: 35px;
    line-height: 35px;
  }

  .my-slider_text {
    height: 200px;
    top: 80px;
    margin-left: 125px;
  }

  .my-slider_img {
    height: 380px;
  }

  .bolbord-sub {
    height: 509px;
  }

  .bolbord-pr {
    height: 350px;
    width: 600px;
  }

  .bolbord-pr-list-border {
    height: 357px;
  }

  .bolbord-pr-list > li {
    font-size: 18px;
  }

  .bolbord-pr-img {
    width: 300px;
    height: 357px;
  }

  .bolbord-pr_list {
    width: 300px;
  }

  .bolbord_pr {
    height: 202px;
    margin-left: 20px;
  }

  .bolbord_pr-text {
    width: 525px;
  }

  .bolbord_pr-border {
    width: 40px;
    height: 2px;
  }

  .bolbord_pr_border {
    height: 150px;
  }

  .bolbord_pr-sub-text {
    font-size: 45px;
  }

  .bolbord_pr-sub_text {
    font-size: 18px;
  }

  .rupor-sub {
    height: 509px;
  }

  .rupor-pr {
    height: 350px;
    width: 600px;
  }

  .rupor-pr-img {
    height: 290px;
    width: 300px;
  }

  .rupor-pr-list-border {
    height: 357px;
  }

  .rupor-pr-list > li {
    font-size: 18px;
  }

  .rupor-pr_list {
    width: 360px;
  }

  .rupor_pr {
    height: 202px;
    margin-right: 20px;
  }

  .rupor_pr-text {
    height: 90px;
  }

  .rupor_pr-border {
    width: 40px;
    height: 2px;
  }

  .rupor_pr_border {
    height: 150px;
  }

  .rupor_pr-sub-text {
    font-size: 45px;
  }

  .rupor_pr-sub_text {
    font-size: 18px;
    width: 295px;
    text-align: right;
  }

  .number_1 {
    height: 240px;
  }

  .number_2 {
    width: 525px;
  }

  .number_3 {
    width: 325px;
  }

  .button-pr {
    width: 442px;
  }

  .button-pr_1 {
    width: 205px;
    height: 70px;
  }

  .button-pr_1 > .text {
    font-size: 18px;
  }

  .button-pr_2 {
    width: 205px;
    height: 70px;
  }

  .button-pr_2 > .text {
    font-size: 18px;
  }

  .advertising {
    margin-top: 65px;
  }

  .advertising-text {
    margin-top: 24px;
    font-size: 45px;
  }

  .advertising-text-sub {
    width: 440px;
  }

  .advertising_text {
    font-size: 16px;
    width: 815px;
  }

  .advertising-img {
    width: 82px;
    height: 48px;
  }

  .advertising_img {
    width: 23px;
    height: 23px;
  }

  .garant-img_1 {
    width: 89px;
    height: 110px;
  }

  .garant-img_2 {
    width: 111px;
    height: 110px;
  }

  .garant-text {
    font-size: 24px;
    margin-top: 10px;
  }

  .garant_text {
    margin-top: 5px;
    width: 330px;
    font-size: 16px;
  }

  .garant_text_1 {
    text-align: center;
    width: 290px;
    font-size: 16px;
    margin-top: 5px;
  }

  .city_1 {
    width: 246px;
    height: 249px;
  }

  .city_2 {
    width: 281px;
    height: 264px;
  }

  .city_3 {
    width: 280px;
    height: 210px;
  }

  .city_4 {
    width: 215px;
    height: 215px;
  }

  .city_5 {
    width: 284px;
    height: 249px;
  }

  .city_6 {
    width: 242px;
    height: 215px;
  }

  .about-us {
    margin-top: 50px;
  }

  .footer-my-slider-text {
    font-size: 35px;
    margin-top: 100px;
  }

  .my-slider-footer {
    width: 100%;
    height: 410px;
  }

  .my-slider-footer_conten {
    width: 1200px;
    top: 0;
  }

  .my-slider-footer-conten-text {
    height: 90px;
  }

  .my-slider-footer-conten-text_1 {
    font-size: 45px;
  }

  .my-slider-footer-conten-text_2 {
    font-size: 16px;
    width: 500px;
  }

  .my-slider-footer-conten-img {
    width: 600px;
    height: 500px;
  }

  .footer_bottom {
    height: 185px;
    width: 1200px;
  }

  .footer_bottom-text-1 {
    font-size: 14px;
  }

  .text-phone {
    width: 240px;
  }

  .text-footer {
    height: 39px;
  }

  .menu_1 > li {
    width: 197.14px;
  }

  .menu_2 > li {
    width: 219.63px;
  }

  .menu_3 > li {
    width: 235.25px;
  }

  .menu_4 > li {
    width: 221.2px;
  }

  .menu_5 > li {
    width: 167.14px;
  }

  .premi-m {
    margin-top: 50px;
  }

  .companii-text {
    width: 1200px;
  }

  .companii-text > p {
    font-size: 16px;
  }

  .trigger > p {
    font-size: 16px;
  }

  .companii-text > h1 {
    font-size: 40px;
  }
}

.g-title {
  font-size: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.g-name-tec {
  color: #000;
  font-size: 17px;
}
.g-subtitle {
  font-size: 22px;
    color: #000;
}
.my-slider_text {
    height: 150px;
}
.g-slide-1 {
    height: 340px;
    background-size: cover;
    background-image: url(/assets/templates/dist/image/slider/slider_1.png);
    background-position: center center;
}
.top_form-lists-2 {
    background-image: url(/assets/templates/site/img/top_form-lists-2.jpg)!important;
}
.top_form-lists-3 {
    background-image: url(/assets/templates/site/img/top_form-lists-3.jpg)!important;
}

#cont .item_box_text .g-conversion i, #cont .item_box_text .g-conversion:after {
    background-image: url(/assets/templates/site/img/g-conversion.png);
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -37px;
}
#cont .item_box_text .g-rubl i, #cont .item_box_text .g-rubl:after {
    background-image: url(/assets/templates/site/img/g-rubl.png);
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -37px;
}
#cont .item_box_text .g-calendar i, #cont .item_box_text .g-calendar:after {
    background-image: url(/assets/templates/site/img/g-calendar.png);
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -37px;
}
#cont .item_box_text .g-voskl i, #cont .item_box_text .g-voskl:after {
    background-image: url(/assets/templates/site/img/g-voskl.png);
    width: 75px;
    height: 75px;
    margin: -38px 0 0 -37px;
}


.box_skitter .image img.image_main {
    min-width: 100%;
    min-height: 100%;
}
#cont .item_box_text .item_icon {
    height: 74px;
    width: 73px;
}


@media only screen and (max-width: 790px) {
  .my-slider_text {
    padding: 40px 0;
  }
  .g-title {
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
  }
  .g-name-tec {
    font-size: 13px;
  }
  .g-subtitle {
    font-size: 18px;
  }
}