.body_home {
  min-width: 1024px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.str_sec_top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.str_cont-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-block {
  color: #3f3f3f;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 600;
}

.top-2 {
  margin-left: 40px;
}

.top-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-4 {
  margin-right: 40px;
}

.image {
  margin-right: 10px;
}

.text-block-2 {
  color: #3f3f3f;
  line-height: 16px;
  font-weight: 500;
}

.link-tel {
  display: inline-block;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.top-dop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-width: 26px;
}

.link-block {
  margin-right: 5px;
  margin-left: 5px;
}

.button-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 3px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff7a04;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-top:hover {
  background-color: #da6906;
}

.image-3 {
  max-width: 12px;
  margin-right: 5px;
}

.text-block-3 {
  font-size: 12px;
  font-weight: 700;
}

.image-4 {
  padding: 10px;
  cursor: pointer;
}

.str_sec_01 {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/Group-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/Group-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.str_cont {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.heading {
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
}

.div-row {
  /*max-width: 900px;*/
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.div-line {
  width: 30px;
  height: 4px;
  margin-bottom: 20px;
  background-color: #ff7a04;
}

.link-block-3 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-4 {
  max-width: 44px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-4 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 18px 28px;
  border-radius: 4px;
  background-color: #ff7a04;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
  border: none;
}

.button:hover {
  background-color: #da6906;
}

.text-block-5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.str_sec_2 {
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url('../images/image-12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 .uk-slider-container {
  margin-right: 50px;
}

.h-block-2 {
  margin-bottom: 60px;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.div-block-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-video {
  color: #3f3f3f;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
}

.link-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff7a04;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-video:hover {
  background-color: #da6906;
}

.image-5 {
  margin-left: 3px;
}

.div-block-6 {
  width: 60%;
}

.str_cont-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-line-2 {
  width: 60px;
  height: 4px;
  margin-bottom: 40px;
  background-color: #ff7a04;
}

.text-block_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.text-block_2-2 {
  margin-bottom: 0px;
  color: #ff7a04;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: left;
}

.str_sec_3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3f3f3f;
}

.str_sec_4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.h-block-3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.h-block-3-min {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-who {
  margin-bottom: 10px;
  margin-left: 10px;
}

.div-line-3 {
  width: 40px;
  height: 4px;
  margin-bottom: 0px;
  background-color: #ff7a04;
}

.div_col-3 {
  width: 25%;
  padding: 10px;
  float: left;
}

.div-tovar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #5e5e5e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.div-tovar:hover {
  border-color: #444;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  color: #ff7a04;
}

.div-tovar-img div ul li {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-tov {
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-6 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-span {
  color: #848484;
}

.dutton-tov {
  width: 100%;
  margin-top: 20px;
  padding: 12px 28px;
  border: 1px solid #5e5e5e;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
  text-align: center;
  text-decoration: none;
}

.div-tovar:hover .dutton-tov {
  border-color: #999;
  color: #ff7a04;
}
.dutton-tov:hover {
  border-color: #ff7a04 !important;
    color: #ffffff !important;
    background: #ff7a04 !important;
}

.text-block-33 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.div-col-4 {
  width: 25%;
  padding: 10px;
  float: left;
}

.div-plus {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-44 {
  margin-top: 20px;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.text-block-44-2 {
  margin-top: 10px;
  color: #3f3f3f;
  font-size: 25px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.image-7 {
  margin-bottom: 30px;
}

.str_sec_5 {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url('../images/Group-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.str_sec_7 {
  background-image: url('../images/карта.jpg');
  background-position: 50% 50%;
  background-size: cover;
}


.div-block-55 {
  width: 40%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-65 {
  width: 60%;
  float: left;
}

.text-block_2-5 {
  margin-bottom: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.image-8 {
  margin-bottom: 20px;
}

.div-line-5 {
  width: 30px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #fff;
}

.div-line-4 {
  width: 30px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #ff7a04;
}

.text-block-55-2 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.text-block-55 {
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.text-span-2 {
  color: #ff7a04;
}

.str_sec_6 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  margin-right: 20px;
}

.text-block-66 {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.h-block-22 {
  margin-bottom: 40px;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.h-block-6-2 {
  margin-bottom: 40px;
  color: #3f3f3f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.div-col-6 {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.div-block-67 {
  margin-left: 60px;
}

.image-10 {
  display: block;
  margin-bottom: 10px;
}

.text-block-6-3 {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.button-end {
  padding: 22px 28px;
  border-radius: 4px;
  background-color: #ff7a04;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-end:hover {
  background-color: #da6906;
}

.link-tel2 {
  display: inline-block;
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.str_sec_end {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #3f3f3f;
}

.div_map {
  height: 500px;
}

.str_cont-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.div-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-end {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
}

.text-block-28 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.end-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-tel3 {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.end-2 {
  margin-left: 60px;
}

.link-block-5 {
  padding: 0px 0px 0px 25px;
}

.str_cont-end2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #555;
}

.text-block-end2 {
  color: #848484;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.str_cont-end3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.str_sec_33 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #3f3f3f;
}

.h-block-33-min {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.str_sec_11 {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #dfdfdf;
}

.h-block-11 {
  margin-bottom: 40px;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.text-str {
  margin-bottom: 20px;
  color: #848484;
  line-height: 16px;
  font-weight: 500;
}

.div-row-11 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-col-11-1 {
  width: 60%;
  padding: 10px;
  float: left;
}

.div-col-11-2 {
  width: 40%;
  padding: 10px 10px 10px 60px;
  float: left;
}

.image-11 {
  border-radius: 2px;
}

.text-block-11-2 {
  margin-bottom: 10px;
  color: #848484;
  line-height: 16px;
  font-weight: 700;
}

.h-block-price {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

.button-price {
  padding: 22px 52px;
  border-radius: 4px;
  background-color: #ff7a04;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-price:hover {
  background-color: #da6906;
}

.text-block-11-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.text-block-11-4 {
  width: auto;
  margin-bottom: 0px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.div-tovar-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-video2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #3f3f3f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-video2:hover {
  background-color: #da6906;
}

.text-block-video2 {
  width: 180px;
  color: #3f3f3f;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
}

.div-block-334 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11-5 {
  width: 50%;
  margin-bottom: 0px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.text-block-11-5-2 {
  width: 50%;
  margin-bottom: 0px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: right;
}

.div-col-5 {
  width: 25%;
  padding: 10px;
  float: left;
}

.text-block-end3 {
  color: #848484;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.image-13 {
  padding: 10px;
}

.div_modal_top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.modal_top {
  width: 300px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}

.text-modal {
  padding: 35px 25px 15px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.text-modal-min {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.input-modal {
  margin-bottom: 20px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.div-block-336 {
  background-color: #3f3f3f;
}

.div-block-337 {
  padding: 20px 25px 35px;
}

.div-block-dop {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.div-block-dop1 {
      width: 60%;
}
.div-block-dop2 {
      width: 40%;
}
.div-block-dop1 .heading {
      text-align: right;
}

@media (max-width: 991px) {
  .body_home {
    min-width: 320px;
  }
  .top-2 {
    display: none;
  }
  .str_sec_01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .heading {
    font-size: 38px;
    line-height: 38px;
  }
  .button {
    padding: 18px 15px;
  }
  .str_sec_2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .div-block-5 {
    width: 30%;
  }
  .h-block-2 {
    font-size: 32px;
    line-height: 34px;
  }
  .div-block-6 {
    width: 70%;
  }
  .text-block_2-2 {
    font-size: 29px;
    line-height: 34px;
  }
  .str_sec_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .str_sec_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h-block-3 {
    font-size: 32px;
    line-height: 34px;
  }
  .text-block-44-2 {
    font-size: 22px;
  }
  .str_sec_5 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .div-block-55 {
    width: 30%;
  }
  .div-block-65 {
    width: 70%;
  }
  .text-block_2-5 {
    margin-bottom: 40px;
  }
  .text-block-55 {
    font-size: 22px;
  }
  .str_sec_6 {
    padding-top: 40px;
  }
  .h-block-22 {
    font-size: 32px;
    line-height: 34px;
  }
  .div-block-67 {
    margin-left: 0px;
  }
  .button-end {
    padding: 16px 15px;
  }
  .str_sec_end {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .div_map {
    height: 350px;
  }
  .end-2 {
    margin-left: 20px;
  }
  .str_cont-end3 {
    padding-top: 20px;
  }
  .str_sec_33 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .str_sec_11 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .h-block-11 {
    font-size: 32px;
    line-height: 34px;
  }
  .h-block-price {
    font-size: 32px;
    line-height: 34px;
  }
  .text-block-11-3 {
    margin-top: 20px;
  }
  .div_col-3 {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
.div-block-dop {
  display: block;
}
.div-block-dop1 {
      width: 100%;
}
.div-block-dop2 {
      width: 100%;
}
.div-block-dop1 .heading {
      text-align: center;
}
  .str_sec_top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-3 {
    display: none;
  }
  .top-4 {
    margin-right: 20px;
  }
  .top-dop {
    display: none;
  }
  .str_sec_01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading {
    font-size: 28px;
    line-height: 32px;
  }
  .text-block-4 {
    font-size: 16px;
    line-height: 20px;
  }
  .div-line {
    margin-bottom: 0px;
  }
  .str_sec_2 {
    padding-bottom: 40px;
  }
  .div-block-5 {
    width: 100%;
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;*/
  }
  .div-block-5 .uk-slider-container {
  margin-right: 0px;
}
  .h-block-2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .div-block-6 {
    width: 100%;
  }
  .str_cont-2 {
    display: block;
  }
  .div-line-2 {
    margin-bottom: 20px;
  }
  .text-block_2 {
    margin-bottom: 20px;
  }
  .text-block_2-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .h-block-3 {
    font-size: 24px;
    line-height: 28px;
  }
  .h-block-3-min {
    font-size: 20px;
  }
  .div_col-3 {
    width: 50%;
  }
  .div-col-4 {
    width: 50%;
    height: auto;
  }
  .text-block-44 {
    margin-top: 10px;
  }
  .image-7 {
    margin-bottom: 20px;
  }
  .str_sec_5 {
    padding-top: 40px;
  }
  .div-block-55 {
    width: 100%;
  }
  .div-block-65 {
    width: 100%;
  }
  .str_sec_6 {
    padding-bottom: 20px;
  }
  .div-block-66 {
    margin-bottom: 20px;
  }
  .text-block-66 {
    font-size: 16px;
    line-height: 20px;
  }
  .h-block-22 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .h-block-6-2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .div-col-6 {
    width: 50%;
  }
  .text-block-6-3 {
    font-size: 15px;
    line-height: 21px;
  }
  .end_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-adres {
    display: none;
  }
  .end-2 {
    margin-left: 0px;
  }
  .link-block-5 {
    padding-left: 15px;
  }
  .str_cont-end2 {
    padding-top: 20px;
  }
  .text-block-end2 {
    text-align: left;
  }
  .h-block-33-min {
    font-size: 22px;
  }
  .h-block-11 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  .div-col-11-1 {
    width: 100%;
  }
  .div-col-11-2 {
    width: 100%;
    padding-left: 10px;
  }
  .h-block-price {
    font-size: 24px;
    line-height: 28px;
  }
  .button-price {
    padding: 15px 30px;
  }
  .text-block-11-4 {
    font-size: 14px;
    line-height: 21px;
  }
  .text-block-11-5 {
    font-size: 14px;
    line-height: 21px;
  }
  .text-block-11-5-2 {
    font-size: 14px;
    line-height: 21px;
  }
  .div-col-5 {
    width: 50%;
    height: 260px;
  }
  .image-12 {
    max-width: 165px;
  }
  .div-block-335 {
    margin-top: 10px;
  }
  .image-13 {
    padding: 10px;
  }
  .text-modal-min {
    margin-bottom: 20px;
  }
  .input-modal {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .top-4 {
    margin-right: 5px;
  }
  .link-tel {
    font-size: 15px;
    font-weight: 700;
  }
  .str_sec_01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading {
    margin-top: 10px;
  }
  .div-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block {
    width: 100%;
  }
  .div-block-5 {
    display: block;
  }
  .h-block-2 {
    font-size: 20px;
    line-height: 26px;
  }
  .div-line-2 {
    display: none;
  }
  .text-block_2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .h-block-3 {
    font-size: 20px;
    line-height: 26px;
  }
  .h-block-3-min {
    font-size: 16px;
    line-height: 20px;
  }
  .div_col-3 {
    width: 100%;
  }
  .text-block-44 {
    font-size: 16px;
  }
  .text-block-44-2 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-block_2-5 {
    margin-bottom: 20px;
  }
  .text-block-55-2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .text-block-55 {
    font-size: 20px;
    line-height: 22px;
  }
  .image-9 {
    display: none;
  }
  .text-block-66 {
    font-size: 14px;
  }
  .h-block-22 {
    font-size: 20px;
    line-height: 26px;
  }
  .h-block-6-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .div-col-6 {
    width: 100%;
  }
  .str_cont-end {
    -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;
  }
  .str_cont-end2 {
    -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;
  }
  .text-block-end2 {
    text-align: center;
  }
  .h-block-11 {
    font-size: 20px;
    line-height: 26px;
  }
  .image-12 {
    max-width: 100px;
  }
  .div-block-335 {
    margin-bottom: 10px;
  }
  .modal_top {
    width: 300px;
  }
  .text-modal {
    font-size: 20px;
    line-height: 22px;
  }
  .text-modal-min {
    font-size: 16px;
    line-height: 22px;
  }
  .input-modal {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

/* -------------------------------------------- */

#jGrowl {
  font-size:18px;
  margin:5px !important; 
}
/*.jGrowl.top-right {
  top:40% !important;
  width:30% !important; 
  left:35% !important; 
}*/
#jGrowl .jGrowl-notification {
  position: relative;
  width: 300px;
  padding: 35px 10px 35px 10px;
  text-align:center;
  border-radius: 0px !important;
  background: none repeat 0 0 #fff !important;
  border: 0px solid rgba(255, 255, 255, 0.49) !important;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #111 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
  color:#111 !important;
}

/* -------------------------------------------- */

.disable-hover {
  pointer-events: none;
}

/* ---------------------------------------------------------------------- */

.uk-link:hover, a:hover {
  /*color: #fff;*/
  text-decoration: none;
}
.uk-link, a {
  /*color: #fff;*/
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}

.uk-close {
  color: #999;
}

.uk-totop {
    position: fixed;
    left: auto;
    top: auto;
    right: 50px;
    bottom: 50px;
    color: #fff;
    background: #919191;
    padding: 15px;
    border-radius: 4px;
    z-index: 3;
}
@media (max-width: 991px) {
  .uk-totop {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}

/* -------------------------------------------- */

#modal-top .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}
#modal-cons .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}
#modal-tovar .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}

.uk-nav-primary>li>a {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
}


