.body-home {
  min-width: 320px;
  background-color: #e4e5e6;
  font-family: 'Open Sans', sans-serif;
}

.section {
  height: 640px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 36, 56, 0.9)), to(rgba(22, 36, 56, 0.6))), url('../images/shutterstock_566479030.jpg');
  background-image: linear-gradient(180deg, rgba(22, 36, 56, 0.9), rgba(22, 36, 56, 0.6)), url('../images/shutterstock_566479030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.link-logo {
  margin-right: 20px;
}

.link-logo.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

.image {
  max-width: 60px;
  margin-right: 15px;
}

.link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  border-color: hsla(0, 0%, 100%, 0);
  background-color: hsla(0, 0%, 100%, 0.25);
}

.div-tel {
  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-2 {
  max-width: 38px;
  margin-right: 10px;
}

.link-tel {
  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;
  text-decoration: none;
}

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

.text-span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link-wapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-3 {
  max-width: 38px;
  margin-right: 10px;
}

.text-block-2 {
  color: #fff;
}

.cont-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 100px;
  padding-left: 10px;
  -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;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}

.heading-min {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-shadow: none;
}

.text-span-2 {
  font-weight: 400;
}

.div-form {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: -100px auto 60px;
  padding: 40px;
  border-radius: 6px;
  background-color: #0e243f;
}

.text-block-3 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

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

.text-block-3-m {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

.text-block-4 {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  cursor: text;
      width: 100%;
}

.text-block-4:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  color: #fff;
}

.buttom {
  width: 353.28125px;
  height: 52px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
}

.buttom:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-top: 30px;
  -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: 4px;
  background-color: #1378f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
      width: 100%;
}

.button:hover {
  background-color: #3ba4eb;
}

.section-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-3 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #89beff;
}

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

.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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-22 {
  width: 40%;
  padding: 10px;
  float: left;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -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;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 36, 56, 0.8)), to(rgba(22, 36, 56, 0.8))), url('../images/1558461533_remont-televizorov-smart-rus.jpg');
  background-image: linear-gradient(180deg, rgba(22, 36, 56, 0.8), rgba(22, 36, 56, 0.8)), url('../images/1558461533_remont-televizorov-smart-rus.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-24 {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 4px;
  background-color: #3ba4eb;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.div-block-25 {
  padding: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #40c351;
  border-radius: 4px;
  background-image: none;
  color: #111;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.div-block-26 {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-5 {
  color: #fff;
  font-size: 16px;
}

.cont-3 {
  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;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #0e243f;
}

.col31 {
  width: 40%;
  padding: 10px;
  float: left;
}

.col32 {
  width: 60%;
  padding: 10px;
  float: left;
}

.paragraph {
  margin-bottom: 0px;
  color: #061324;
  font-size: 15px;
  font-weight: 600;
}

.image-5 {
  border-radius: 6px;
}

.cont-4 {
  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;
}

.col52 {
  width: 40%;
  padding: 10px;
  float: left;
}

.col51 {
  width: 60%;
  padding: 10px;
  float: left;
  text-align: center;
}

.div-form-min {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #0e243f;
}

.col-form-2 {
  width: 100%;
  padding: 10px;
  float: left;
}

.paragraph-22 {
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
  padding: 30px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 1px -2px rgba(0, 0, 0, 0.2);
  color: #061324;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.image-6 {
  height: 320px;
  border-radius: 8px;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 36, 63, 0.8)), to(rgba(14, 36, 63, 0.8))), url('../images/in-home-tv-repair-banner.jpg');
  background-image: linear-gradient(180deg, rgba(14, 36, 63, 0.8), rgba(14, 36, 63, 0.8)), url('../images/in-home-tv-repair-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cont6 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  font-weight: 800;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
}

.div-block-27 {
  float: left;
}

.text-block-6m {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
}

.text-block-33 {
  padding-top: 20px;
  clear: both;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.section-7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a1c33;
}

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

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

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

.link-tel-end {
  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;
  text-decoration: none;
}

.link-wapp-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bold-text {
  font-size: 18px;
  font-weight: 400;
}

.text-block-34 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-35 {
  width: 65%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.text-block-36 {
  width: 35%;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  color: #fff;
  font-size: 16px;
  text-align: right;
}

.div-block-28 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-343 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

@media (max-width: 991px) {
  .div-menu {
    display: none;
  }
  .div-form {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-23 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-25 {
    font-size: 20px;
  }
  .col52 {
    width: 50%;
  }
  .col51 {
    width: 50%;
  }
  .paragraph-22 {
    margin-bottom: -25px;
  }
  .image-6 {
    height: auto;
  }
  .text-block-34 {
    font-size: 18px;
  }
  .text-block-35 {
    width: 65%;
    font-size: 14px;
  }
  .text-block-36 {
    font-size: 14px;
  }
  .text-block-343 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section {
    height: 500px;
  }
  .div-cont-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-logo.w--current {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .cont-1 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading {
    font-size: 36px;
  }
  .heading-min {
    font-size: 20px;
    line-height: 30px;
  }
  .div-form {
    margin-top: -10px;
  }
  .col-form {
    width: 100%;
  }
  .section-5 {
    padding-top: 20px;
  }
  .cont-2 {
    display: block;
  }
  .div-block-2 {
    width: 100%;
  }
  .div-block-22 {
    width: 100%;
  }
  .cont-3 {
    display: block;
  }
  .col31 {
    width: 100%;
  }
  .col32 {
    width: 100%;
  }
  .cont-4 {
    display: block;
  }
  .col52 {
    width: 100%;
  }
  .col51 {
    width: 100%;
  }
  .image-6 {
    max-width: 70%;
  }
  .text-block-6 {
    font-size: 38px;
  }
  .text-block-6m {
    font-size: 28px;
  }
  .div-cont-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .endleft {
    margin-bottom: 20px;
  }
  .bold-text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section {
    height: 420px;
  }
  .link-logo.w--current {
    margin-bottom: 10px;
  }
  .image-2 {
    max-width: 24px;
  }
  .text-block {
    font-size: 14px;
  }
  .text-span {
    font-size: 16px;
  }
  .image-3 {
    max-width: 24px;
  }
  .cont-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading {
    font-size: 24px;
    line-height: 28px;
  }
  .heading-min {
    font-size: 16px;
    line-height: 26px;
  }
  .div-form {
    margin-bottom: 0px;
    padding: 25px;
  }
  .text-block-3 {
    margin-bottom: 10px;
  }
  .col-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-3 {
    padding-bottom: 20px;
  }
  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-5 {
    padding-bottom: 30px;
  }
  .cont-2 {
    padding-top: 30px;
  }
  .div-block-23 {
    padding: 25px 15px;
  }
  .div-block-24 {
    padding: 20px;
  }
  .div-block-25 {
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .div-block-26 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .heading-2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph {
    font-size: 15px;
  }
  .div-form-min {
    padding: 25px;
  }
  .col-form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-22 {
    padding: 20px;
  }
  .image-6 {
    max-width: 90%;
  }
  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block-6 {
    font-size: 34px;
  }
  .text-block-6m {
    font-size: 18px;
    line-height: 24px;
  }
  .text-block-33 {
    font-size: 14px;
  }
  .bold-text {
    font-size: 14px;
  }
  .text-block-343 {
    font-size: 15px;
  }
}

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

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

.uk-close {
  color: #222;
}

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

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