.top-left {
  display: block;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  padding: 25px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #82cc0a;
}

.str_sec_01 {
  position: relative;
  z-index: 3;
  height: 90vh;
  background-image: url('../images/image-12.12.png');
  background-position: 0px 0px;
  background-size: 35px;
}

.str_cont {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.body_home {
  min-width: 320px;
  font-family: Montserrat, sans-serif;
}

.str_sec_top {
  position: relative;
  z-index: 5;
  background-color: rgba(34, 34, 34, .25);
}

.str_cont-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.str_cont-logo {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-top: 20vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.str_cont-adres {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -60px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, .7))), url('../images/image-12.12.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/image-12.12.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 35px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.str_cont-adres:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
}

.div_adres {
  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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-01-adres {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.text-01-adres-2 {
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
}

.div-block-2 {
  width: 2px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #82cc0a;
}

.text-01-adres-3 {
  margin-right: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
}

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

.text-span {
  color: #82cc0a;
}

.text-span-2 {
  color: #82cc0a;
}

.text-span-3 {
  color: #82cc0a;
}

.text-01-adres-4 {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
}

.text-span-4 {
  color: #bababa;
}

.str_sec_02 {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url('../images/Group-25.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-02 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #1a1a1a;
  font-size: 36px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
}

.form-top {
  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;
}

.input {
  width: 260px;
  margin: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4c4c4c;
  line-height: 12px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  cursor: text;
}

.input:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #bababa;
  background-color: #fff;
}

.bottun-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 10px;
  padding: 17px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 2px;
  background-color: #303030;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.bottun-top:hover {
  background-color: #121212;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
}

.heading-4 {
  color: #fff;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.str_sec_03 {
  position: relative;
  z-index: 2;
  margin-top: 0%;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url('../images/Group-28.jpg');
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.heading-03 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-span-5 {
  color: #82cc0a;
}

.image-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-02 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.colum3 {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 80px auto;
}

.col3 {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.block_img_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #121212;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}

.block_img_3:hover {
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
  filter: brightness(150%);
}

.block_img_3.img1 {
  /*background-image: url('../images/тренажерный-зал.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
}
/*
.block_img_3.img2 {
  background-image: url('../images/зал-групповых-занятий.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_3.img3 {
  background-image: url('../images/image-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_3.img4 {
  background-image: url('../images/Mask-Group.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_3.img5 {
  background-image: url('../images/фитнес-бар-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_3.img6 {
  background-image: url('../images/детская.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
*/

.block_img_3.img20 {
  height: 180px;
  background-image: url('../images/Mask-Group-42.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_3.img22 {
  height: 180px;
  background-image: url('../images/MaskGroup-41.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_3.img24 {
  height: 180px;
  background-image: url('../images/Mask-Group-40.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-03 {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.image-3 {
  position: absolute;
  left: auto;
  top: -145px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 26vw;
  max-width: 450px;
}

.str_sec_04 {
  position: relative;
  z-index: 1;
  margin-top: -5%;
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url('../images/Group-30.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-04 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #82cc0a;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-span-6 {
  color: #1a1a1a;
}

.text-04 {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.colum4 {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 80px auto;
}

.col4 {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.col4.dop4 {
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}

.block_img_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #121212;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}

.block_img_4:hover {
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.block_img_4.img10 {
  /*background-image: url('../images/Group-36.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
}
/*
.block_img_4.img11 {
  background-image: url('../images/Group-37.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_4.img12 {
  background-image: url('../images/Group-38.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_4.img13 {
  background-image: url('../images/Group-39.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_4.img14 {
  background-image: url('../images/Group-40.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_4.img15 {
  background-image: url('../images/Group-41.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block_img_4.img16 {
  background-image: url('../images/Group-42.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
*/
.text-span-7 {
  color: #82cc0a;
}

.text-span-8 {
  color: #838383;
}

.str_sec_05 {
  position: relative;
  z-index: 2;
  margin-top: -5%;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url('../images/Group-29.jpg');
  background-position: 50% 0%;
  background-size: cover;
  text-align: center;
}

.heading-05 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #82cc0a;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-span-9 {
  color: #fff;
}

.colum5 {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 80px auto;
}

.col5 {
  width: 25%;
  height: 455px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.col5:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-05 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #82cc0a;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  text-transform: none;
}

.text-05_2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  position: absolute;
  left: auto;
  top: -175px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 26vw;
  max-width: 450px;
}

.image-6 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-6:hover {
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.str_sec_06 {
  position: relative;
  z-index: 1;
  margin-top: -5%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/Group-32.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-06 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #82cc0a;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.price1 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/фон-для-прайса-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.colum6 {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
}

.text-06 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #82cc0a;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.text-06-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-06-3 {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #adadad;
  font-size: 24px;
  line-height: 38px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-span-10 {
  color: #82cc0a;
}

.row0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
}

.col7_1 {
  width: 50%;
  text-align: left;
}

.col7_2 {
  width: 16.66%;
}

.col7_3 {
  width: 16.66%;
}

.col7_4 {
  width: 16.66%;
}

.text-06_c1 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.row00 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.row00:hover {
  background-color: hsla(0, 0%, 50%, .1);
}

.row00.dop5 {
  border-bottom-width: 0px;
}

.text-06_c10 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  color: #82cc0a;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-06_c11 {
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-span-11 {
  color: #858585;
  font-size: 20px;
}

.price2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/фон-для-прайса-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.price3 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/45f75df5-1aeb-4de1-aec5-b8bbeaaeb746.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.price4 {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/Group-35.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-06-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #adadad;
  font-size: 24px;
  line-height: 38px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.str_sec_07 {
  position: relative;
  z-index: 3;
  margin-top: -5%;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url('../images/Group-31.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.heading-07 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #82cc0a;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.text-span-12 {
  color: #fff;
}

.image-6-2 {
  position: absolute;
  left: 0%;
  top: -200px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 15vw;
  max-width: 450px;
}

.str_sec_08 {
  position: relative;
  z-index: 2;
  margin-top: 0%;
  padding-top: 100px;
  padding-bottom: 280px;
  background-image: url('../images/Group-34.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-08 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #82cc0a;
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.colum8 {
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 60px auto 80px;
  background-color: #fff;
}

.div_map {
  height: 450px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div_map:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
}

.div-block-6 {
  position: absolute;
  width: 98%;
  padding-right: 10px;
  padding-left: 10px;
}

.str_sec_09 {
  position: relative;
  z-index: 1;
  margin-top: 0%;
  padding-top: 280px;
  padding-bottom: 0px;
  background-image: url('../images/Group-33.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.str_sec_09 .str_cont {
  padding-bottom: 80px;
}

.str_cont-end {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 1000px;
  margin-right: auto;
  /*margin-bottom: 80px;*/
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
  background-size: auto;
}

.text-01-end {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.text-01-end-2 {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.text-01-end-3 {
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.text-01-end-4 {
  color: #82cc0a;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.text-span-14 {
  color: #d4d4d4;
  font-size: 16px;
  line-height: 28px;
}

.colum9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.col-end-l {
  width: 50%;
}

.col-end-r {
  width: 50%;
}

.text-09 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.text-span-15 {
  color: #82cc0a;
}

.form-end {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.bottun-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 10px;
  padding: 17px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 2px;
  background-color: hsla(82.88659793814432, 90.65%, 41.96%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.bottun-end:hover {
  background-color: hsla(82.5563909774436, 64.25%, 59.41%, 1.00);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
}

.input-end {
  width: 50%;
  margin: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a9a9a9;
  line-height: 12px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  cursor: text;
}

.input-end:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #bababa;
  background-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

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

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

.area-end {
  width: 100%;
  margin: 10px;
  padding: 20px 20px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a9a9a9;
  line-height: 12px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  cursor: text;
}

.area-end:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #bababa;
  background-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.div-block-9 {
  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;
}

.heading-44 {
  color: #1a1a1a;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.str_sec_10 {
  position: relative;
  z-index: 2;
  margin-top: -3%;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #323232;
}

.end1 {
  display: block;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-end {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.end2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-01-end-7 {
  padding: 10px;
  color: #82cc0a;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.text-01-end-8 {
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.text-span-18 {
  color: #82cc0a;
  font-size: 13px;
  line-height: 28px;
}

.text-end {
  color: #b0b0b0;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

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

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

.div_modal_01 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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-color: rgba(0, 0, 0, .5);
}

.modal_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  padding: 70px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303030;
  background-image: url('../images/formfon.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-modal {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.input-modal {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a9a9a9;
  line-height: 12px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  cursor: text;
}

.input-modal:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #bababa;
  background-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.form-modal {
  display: block;
  -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;
}

.div-block-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottun_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 10px;
  padding: 15px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 2px;
  background-color: hsla(82.88659793814432, 90.65%, 41.96%, 1.00);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.bottun_modal:hover {
  background-color: hsla(82.5563909774436, 64.25%, 59.41%, 1.00);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
}

.heading-mb {
  color: #1a1a1a;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.div_modal_02 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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-color: rgba(0, 0, 0, .5);
}

.modal_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  padding: 40px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: #303030;
  background-image: url('../images/blockfon.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col_modal1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 5% 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.col_modal2 {
  width: 50%;
  padding: 10px;
}

.form-modal_2 {
  display: block;
  -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;
}

.div-block-9_2 {
  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;
}

.bottun_video,
.cookie-notification__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin: 10px;
  padding: 18px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 2px;
  background-color: #545454;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.bottun_video:hover,
.cookie-notification__button:hover {
  background-color: #6e6e6e;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
}

.heading-mv {
  color: #fff;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-10_2 {
  max-width: 300px;
  padding: 20px 10px;
}

.text-modal-4 {
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.text-modal-1 {
  margin-bottom: 20px;
  color: #82cc0a;
  font-size: 38px;
  line-height: 48px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-modal-2 {
  margin-bottom: 20px;
  color: #858585;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-modal-3 {
  max-width: 600px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.div_block_green {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 300px;
  padding: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #82cc0a;
}

.text-modal-5 {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.text-span-19 {
  color: #1a1a1a;
}

.div-block-m_img {
  position: relative;
  left: auto;
  top: -50%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image_7 {
  position: static;
  max-height: 60vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
}

.block-img {
  min-width: 50%;
  margin-left: 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-11 {
  margin-bottom: 10%;
  margin-left: 5vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div_modal_03 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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-color: rgba(0, 0, 0, .5);
}

.modal_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  padding: 40px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: #303030;
  background-image: url('../images/blockfon.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-11_2 {
  margin-bottom: 0%;
  margin-left: 0vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-m_img-2 {
  position: relative;
  left: auto;
  top: -100%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image_8 {
  max-width: 100%;
}

.div_m_sec {
  max-width: 600px;
  margin-bottom: 20px;
}

.text-modal-sec {
  width: 25%;
  padding: 10px;
  float: left;
  color: #82cc0a;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-span-20 {
  color: #fff;
}

.text-modal-6 {
  margin-bottom: 20px;
  padding-left: 10px;
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.str_sec_00 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 90vh;
  background-color: #878787;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.div_modal_04 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  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-color: rgba(0, 0, 0, .5);
}

.modal_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  padding: 40px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: #303030;
  background-image: url('../images/blockfon.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image_9 {
  position: static;
  max-height: 60vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .4);
}

.text-span-21 {
  color: #fff;
}

.text-modal-22 {
  margin-bottom: 60px;
  color: #858585;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  padding: 5px 14px 5px 5px;
}

.str_cont-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.m_menu {
  display: none;
  padding: 10px;
}

.link-end {
  padding: 25px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.link-end:hover {
  color: #82cc0a;
}

.div_adres-end {
  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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.str_sec_img {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 0px;
}

.field {
  display:none
  
}

/* Стиль счетчик */

.cookie-notification {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px;
    z-index: 99;
}

.cookie-notification_hidden_yes {
    display: none;
}

.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
}

.cookie-notification__body {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
  .str_sec_01 {
    height: 600px;
  }
  .str_cont-logo {
    margin-top: 100px;
  }
  .div-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .str_sec_02 {
    padding-bottom: 60px;
  }
  .str_sec_03 {
    margin-top: 0%;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .colum3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .image-3 {
    display: none;
  }
  .str_sec_04 {
    margin-top: 0%;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .colum4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .str_sec_05 {
    margin-top: 0%;
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .colum5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .col5 {
    height: 420px;
  }
  .image-5 {
    display: none;
  }
  .str_sec_06 {
    margin-top: 0%;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .str_sec_07 {
    margin-top: 0%;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .image-6-2 {
    display: none;
  }
  .str_sec_08 {
    padding-top: 80px;
  }
  .str_sec_09 .str_cont {
    padding-bottom: 60px;
  }
  .str_cont-end {
    /*margin-bottom: 60px;*/
  }
  .str_sec_10 {
    margin-top: 0%;
    padding-top: 20px;
  }
  .modal_02 {
    padding: 20px;
  }
  .text-modal-1 {
    font-size: 34px;
    line-height: 44px;
  }
  .div-block-11 {
    margin-left: 0vw;
  }
  .modal_03 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-11_2 {
    position: relative;
    top: -75%;
    height: 0%;
  }
  .str_sec_00 {
    height: 600px;
  }
  .modal_04 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .link {
    display: none;
  }
  .str_sec_01 {
    height: 450px;
    background-image: url('../images/image-12.12.png'), url('../images/image11.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: 35px, cover;
  }
  .str_cont-top {
    height: 80px;
  }
  .str_cont-logo {
    margin-top: 40px;
  }
  .str_cont-adres {
    position: absolute;
    bottom: 0px;
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div_adres {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
  }
  .div_adres.dop0 {
    display: none;
  }
  .div_adres.dop00 {
    width: 100%;
  }
  .div_adres.dop000 {
    width: 100%;
    margin-top: 10px;
  }
  .div-block-2 {
    display: none;
  }
  .str_sec_02 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .heading-02 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .str_sec_03 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .heading-03 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-02 {
    font-size: 14px;
  }
  .colum3 {
    margin-top: 40px;
  }
  .col3 {
    width: 50%;
  }
  .str_sec_04 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .heading-04 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-04 {
    font-size: 14px;
  }
  .colum4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .col4 {
    width: 50%;
  }
  .str_sec_05 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .heading-05 {
    font-size: 24px;
    line-height: 30px;
  }
  .colum5 {
    max-width: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .col5 {
    width: 50%;
    height: 445px;
  }
  .str_sec_06 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .heading-06 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-06-2 {
    font-size: 22px;
    line-height: 30px;
  }
  .text-06-3 {
    font-size: 20px;
    line-height: 30px;
  }
  .col7_1 {
    width: 40%;
  }
  .col7_2 {
    width: 20%;
  }
  .col7_3 {
    width: 20%;
  }
  .col7_4 {
    width: 20%;
  }
  .text-06_c1 {
    font-size: 12px;
    font-weight: 600;
  }
  .text-06_c10 {
    font-size: 18px;
    line-height: 20px;
  }
  .text-06_c11 {
    font-size: 16px;
    line-height: 18px;
  }
  .text-span-11 {
    font-size: 14px;
  }
  .text-06-4 {
    font-size: 20px;
    line-height: 30px;
  }
  .str_sec_07 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .heading-07 {
    font-size: 24px;
    line-height: 30px;
  }
  .str_sec_08 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .heading-08 {
    font-size: 24px;
    line-height: 30px;
  }
  .colum8 {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .div_map {
    height: 300px;
  }
  .div-block-6 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .str_sec_09 {
    padding-top: 20px;
  }
  .str_sec_09 .str_cont {
    padding-bottom: 30px;
  }
  .str_cont-end {
    height: auto;
    /*margin-bottom: 20px;*/
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .colum9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-end-r {
    width: 100%;
  }
  .str_sec_10 {
    padding-bottom: 40px;
  }
  .text-end {
    margin-top: 20px;
  }
  .modal_02 {
    display: block;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col_modal1 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col_modal2 {
    width: 100%;
  }
  .text-modal-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .div_block_green {
    display: none;
  }
  .div-block-m_img {
    position: static;
    top: 0%;
    height: auto;
    -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;
  }
  .block-img {
    height: auto;
    min-width: 100%;
    margin-left: 0%;
  }
  .div-block-11 {
    margin-bottom: 0%;
    margin-left: 0vw;
  }
  .modal_03 {
    display: block;
    overflow: auto;
    padding: 20px;
  }
  .div-block-11_2 {
    position: static;
    height: auto;
  }
  .div-block-m_img-2 {
    position: static;
    top: 0%;
  }
  .image_8 {
    max-width: 320px;
  }
  .str_sec_00 {
    display: none;
  }
  .modal_04 {
    display: block;
    overflow: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-modal-22 {
    margin-bottom: 40px;
  }
  .str_cont-10 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m_menu {
    display: block;
  }
  .link-end {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div_adres-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    float: left;
  }
  .div_adres-end.dop0 {
    display: none;
  }
  .div_adres-end.dop00 {
    width: 100%;
  }
  .div_adres-end.dop000 {
    width: 100%;
    margin-top: 10px;
  }
  .image-8 {
    display: none;
  }
}

@media (max-width: 479px) {
  .str_sec_top {
    background-color: rgba(34, 34, 34, .5);
  }
  .heading-03 {
    font-size: 24px;
  }
  .text-02 {
    font-size: 12px;
  }
  .col3 {
    width: 100%;
  }
  .text-04 {
    font-size: 12px;
  }
  .col4 {
    width: 100%;
  }
  .str_sec_05 {
    padding-bottom: 20px;
  }
  .colum5 {
    display: block;
    max-width: 350px;
    -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;
  }
  .col5 {
    width: 50%;
    height: 375px;
    max-width: 320px;
  }
  .div-block-5 {
    display: block;
    -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;
  }
  .price1 {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-06-2 {
    font-size: 20px;
  }
  .text-06-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .row0 {
    display: block;
  }
  .col7_1 {
    width: 100%;
  }
  .col7_2 {
    width: 33.33%;
    float: left;
  }
  .col7_3 {
    width: 33.33%;
    float: left;
  }
  .col7_4 {
    width: 33.33%;
    float: left;
  }
  .text-06_c1 {
    float: left;
  }
  .row00 {
    display: block;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-06_c10 {
    float: left;
  }
  .price2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .price3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .price4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-06-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .colum9 {
    margin-top: 20px;
  }
  .text-09 {
    font-size: 22px;
  }
  .input-end {
    width: 100%;
  }
  .div-block-7 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal_02 {
    padding: 15px 5px;
  }
  .div-block-9_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-modal-4 {
    font-size: 12px;
    line-height: 22px;
  }
  .text-modal-1 {
    font-size: 24px;
  }
  .text-modal-2 {
    font-size: 13px;
    line-height: 20px;
  }
  .text-modal-3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .modal_03 {
    padding: 15px 5px;
  }
  .text-modal-sec {
    font-size: 16px;
    line-height: 24px;
  }
  .modal_04 {
    padding: 15px 5px;
  }
  .text-modal-22 {
    margin-bottom: 20px;
  }
  .link-end {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

.ymaps-2-1-73-ground-pane {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bottun_modal {
	-webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}
.bottun_video {
	-webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
}
.str_sec_02 {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.str_sec_03 {
-webkit-clip-path: polygon(0 0%, 100% 0, 100% 94%, 0 100%);
clip-path: polygon(0 0%, 100% 0, 100% 94%, 0 100%);
}
.str_sec_05 {
-webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
 clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
}
.str_sec_07 {
 -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
 clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
.str_sec_10 {
-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991px) {
		.str_sec_02 {
    -webkit-clip-path: none;
    clip-path: none;
    }
    .str_sec_03 {
    -webkit-clip-path: none;
    clip-path: none;
    }
    .str_sec_05 {
    -webkit-clip-path: none;
    clip-path: none;
    }
    .str_sec_07 {
    -webkit-clip-path: none;
    clip-path: none;
    }
    .str_sec_10 {
    -webkit-clip-path: none;
    clip-path: none;
    }
}
.image_7 {
-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.image_9 {
-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.div_block_green {
-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

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

#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;
}

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

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

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  
}

.uk-close {
  color: #999;
}
.uk-modal-close-full {
    padding: 15px;
    background: #4d4d4d;
}
.uk-dropdown {
  padding: 0px;
}

.uk-totop {
    position: absolute;
    left: auto;
    top: auto;
    right: 50px;
    bottom: 50px;
    z-index: 3;
}
@media (max-width: 991px) {
  .uk-totop {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 3;
  }
}
/* -------------------------------------------- */

#modal-form .uk-modal-dialog {
  width: auto;
}

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


