.body_home {
  min-width: 320px;
  font-family: Roboto, sans-serif;
  
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.str_sec_01 {
  height: 850px;
  background-image: url('../images/Обои-на-рабочий-стол-1920x1080.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -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;
}

.image {
  max-width: 250px;
  opacity: 0.95;
}

.nav-link {
  padding: 10px 5px;
  border-bottom: 0px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.nav-link:hover {
  border-bottom: 0px solid rgba(0, 0, 0, .5);
  box-shadow: none;
  color: #ee741d;
}

.navbar {
  background-color: transparent;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 70px;
  line-height: 70px;
}

.text-span {
  display: block;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 70px;
}

.heading-3 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 42px;
  font-weight: 700;
}

.div-block-3 {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.div-tel {
  float: right;
}

.link {
  margin: 10px;
  padding: 25px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .25);
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #111;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.link:hover {
  border-color: #000;
  box-shadow: none;
}

.button {
  margin: 10px 10px 10px 0px;
  padding: 25px 40px;
  border: 2px solid #111;
  background-color: #111;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.button:hover {
  border-color: #ee741d;
  background-color: #ee741d;
  box-shadow: none;
  color: #fff;
}

.str_sec_02 {
  padding-top: 100px;
  padding-bottom: 125px;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
}

.div-block-4 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.heading-02 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.div-block-5 {
  padding: 35px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  box-shadow: none;
}

.heading-min {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #111;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

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

.str_sec_03 {
  padding-top: 100px;
  padding-bottom: 125px;
  background-color: #eee;
  background-image: none;
}

.div-block-6 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-53 {
  min-height: 430px;
  padding: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-53:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .55)), to(hsla(0, 0%, 100%, .55)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .55));
}

.heading-min-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #111;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.str_sec_04 {
  display: none;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 116, 29, .9)), to(rgba(238, 116, 29, .9))), url('../images/gostinaya-v4.orig.jpg');
  background-image: linear-gradient(180deg, rgba(238, 116, 29, .9), rgba(238, 116, 29, .9)), url('../images/gostinaya-v4.orig.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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-align: center;
}

.heading-24 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 70px;
}

.text {
  display: block;
  color: #ee741d;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-55 {
  width: 80px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, .5);
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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-2 {
  margin: 10px 10px 10px 0px;
  padding: 25px 40px;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ee741d;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: hsla(0, 0%, 100%, .5);
  background-color: rgba(238, 116, 29, .85);
  color: #fff;
}

.heading-02-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 200;
  text-align: left;
}

.image-2 {
  max-width: 50px;
  margin-right: 15px;
  float: left;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0.9;
}

.str_sec_end {
  padding-top: 50px;
  padding-bottom: 26px;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url('../images/Обои-на-рабочий-стол-1920x1080.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/Обои-на-рабочий-стол-1920x1080.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.html-embed {
  height: 400px;
  background-color: #ededed;
}

.div-block-59 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -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-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-3.off {
  opacity: 0;
}

.heading-end {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

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

.div_modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -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, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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: #fff;
}

.button-modal {
  margin: 10px 0px;
  padding: 25px 40px;
  border: 2px solid #111;
  background-color: #111;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.button-modal:hover {
  border-color: #ee741d;
  background-color: #ee741d;
  color: #fff;
}

.input {
  width: 260px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 2px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #555;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.input:hover {
  border-color: #ee741d;
  color: #222;
}

.image-4 {
  display: none;
}

.str_sec_05 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}

.div-block-05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
}

.div-block-05:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  box-shadow: none;
  color: #ee741d;
}

.heading-min-05 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #111;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.heading-05 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.div-block-04 {
  display: block;
  max-width: 1200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.heading-05-big {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 35px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 85px;
  line-height: 85px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.div-block-05:hover .heading-05-big {
  color: #ee741d;
}

.str_sec_06 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .7)), to(hsla(0, 0%, 100%, .7))), url('../images/2840e8a2f4336c2b8afc.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .7)), url('../images/2840e8a2f4336c2b8afc.jpg');
  background-position: 0px 0px, 50% 0px;
}

.button-m {
  margin: 10px 10px 10px 0px;
  padding: 25px 40px;
  float: right;
  border: 2px solid #111;
  background-color: #111;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

.button-m:hover {
  border-color: #ee741d;
  background-color: #ee741d;
  box-shadow: none;
  color: #fff;
}

.block-top-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-decoration: none;
}

.heading-min-top {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #111;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.block-top-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-decoration: none;
}

.image-33 {
  max-width: 40px;
  padding-right: 10px;
  padding-left: 0px;
}

.image-33.off {
  opacity: 0;
}

.heading-top {
  width: 160px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.str_sec_07 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eee;
}

.div-block-61 {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-62 {
  width: 20%;
  padding: 10px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-62:hover {
  background-color: #ddd;
}

.div-block-555 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 35px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-555:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  box-shadow: none;
}

.text-span-2 {
  font-size: 16px;
}

.block-end-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-decoration: none;
}

.block-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  text-decoration: none;
}

.text-span-3 {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .str_sec_01 {
    height: 700px;
  }
  .nav-link {
    background-color: #ee741d;
  }
  .div-block-2 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .heading {
    font-size: 50px;
    line-height: 54px;
  }
  .text-span {
    font-size: 32px;
  }
  .link {
    border-color: hsla(0, 0%, 100%, .75);
    background-color: hsla(0, 0%, 100%, .75);
    font-size: 22px;
  }
  .str_sec_02 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .heading-min {
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
  }
  .str_sec_03 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .div-block-53 {
    min-height: auto;
  }
  .str_sec_04 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .str_sec_end {
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .75))), url('../images/Обои-на-рабочий-стол-1920x1080.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/Обои-на-рабочий-стол-1920x1080.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .div-block-60 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    color: #fff;
    font-size: 50px;
  }
  .menu-button.w--open {
    background-color: #ee741d;
  }
  .nav-menu {
    background-color: transparent;
  }
  .icon {
    color: #111;
  }
  .str_sec_05 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .heading-min-05 {
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
  }
  .str_sec_06 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .heading-min-top {
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
  }
  .block-top-adres {
    display: none;
  }
  .str_sec_07 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .heading {
    line-height: 54px;
  }
  .heading-3 {
    font-size: 32px;
  }
  .heading-02 {
    font-size: 32px;
  }
  .div-block-5 {
    min-height: auto;
  }
  .heading-min {
    font-size: 16px;
    text-align: justify;
  }
  .div-block-53 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text {
    font-size: 32px;
  }
  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-57 {
    -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;
  }
  .str_sec_end {
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .html-embed {
    height: 300px;
  }
  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-end {
    margin-bottom: 10px;
  }
  .div-block-05 {
    min-height: auto;
  }
  .heading-min-05 {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
  }
  .heading-05 {
    padding-left: 15px;
    font-size: 32px;
    line-height: 40px;
  }
  .heading-05-big {
    padding-right: 20px;
    font-size: 60px;
  }
  .str_sec_06 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/2840e8a2f4336c2b8afc.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/2840e8a2f4336c2b8afc.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .button-m {
    float: right;
  }
  .block-top-tel {
    display: none;
    margin-bottom: 10px;
  }
  .column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .heading-min-top {
    font-size: 16px;
    text-align: justify;
  }
  .block-top-adres {
    margin-bottom: 10px;
  }
  .heading-top {
    margin-bottom: 10px;
  }
  .div-block-62 {
    width: 25%;
  }
  .div-block-555 {
    min-height: auto;
  }
  .block-end-tel {
    margin-bottom: 10px;
  }
  .block-end {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .str_sec_01 {
    height: 650px;
  }
  .div-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image {
    max-width: 200px;
  }
  .div-block-2 {
    height: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading {
    font-size: 36px;
    line-height: 42px;
  }
  .text-span {
    font-size: 28px;
    line-height: 40px;
  }
  .heading-3 {
    font-size: 26px;
    line-height: 38px;
  }
  .button {
    font-size: 18px;
  }
  .str_sec_02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading-02 {
    padding-left: 15px;
    font-size: 28px;
  }
  .div-block-5 {
    padding: 15px;
  }
  .heading-min {
    font-size: 13px;
    line-height: 20px;
  }
  .str_sec_03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-53 {
    padding: 15px;
  }
  .heading-min-2 {
    font-size: 24px;
  }
  .str_sec_04 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .text {
    font-size: 26px;
    line-height: 38px;
  }
  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-59 {
    padding-bottom: 10px;
  }
  .div-block-60 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-end {
    font-size: 17px;
  }
  .str_sec_05 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-05 {
    padding: 15px;
  }
  .heading-min-05 {
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
  }
  .heading-05 {
    font-size: 28px;
  }
  .heading-05-big {
    padding-right: 15px;
    font-size: 40px;
  }
  .str_sec_06 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .button-m {
    font-size: 18px;
  }
  .heading-min-top {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
  .heading-top {
    font-size: 17px;
  }
  .str_sec_07 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .div-block-62 {
    width: 33.33%;
    padding: 5px;
  }
  .div-block-555 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
  }
  .text-span-2 {
    font-size: 13px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

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

#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;
}
.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: Roboto, sans-serif;
}

.uk-close {
  color: #222;
}

.uk-dropdown {
  padding: 0px;
}
.uk-modal-dialog {
      width: 400px;
}

form {
    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;
    -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;
      width: 100%;
}

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



