body {
  margin-bottom: 0px;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  position: static;
  left: 0px;
  top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: #1c4f8a;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  list-style-type: none;
  text-shadow: none;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #226cbf;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  margin-top: 10px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: #454545;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}
.button {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  float: none;
  border-radius: 10px;
  background-color: #226cbf;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 1px 1px 10px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #2a88f5;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.button.form {
  margin-top: 5px;
  border-radius: 0px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
}
.button.header {
  display: block;
  width: 159px;
  height: 45px;
  margin-bottom: 0px;
  padding: 13px;
  float: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, opacity 300ms ease;
  font-family:'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.button.header:hover {
  box-shadow: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.button.header:active {
  color: #82bcff;
}
.button.header.w--current {
  box-shadow: none;
}
.button.pro {
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: white;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.button.pro:hover {
  border-left-color: #74b1f7;
  background-color: transparent;
  box-shadow: none;
  color: white;
}
.button.pro:active {
  background-color: transparent;
  box-shadow: none;
  color: #74b1f7;
}
.section {
  padding-top: 50px;
  padding-bottom: 15px;
}
.section.hero {
  margin-top: 0px;
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #226cbf;
  background-image: url('../images/net.png'), url('../images/back.png');
  background-position: 50% 50%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}
.section.grey {
  background-color: #f5f6f7;
}
.section.grey.footer {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.section.purple {
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 65px;
  background-color: #226cbf;
  background-image: url('../images/net.png'), url('../images/back_1.png');
  background-size: 8px, cover;
  background-attachment: scroll, fixed;
}
.section.purple._4 {
  padding-top: 65px;
}
.section.contsect {
  padding-top: 0px;
  background-color: #f2f2f2;
}
.section.control {
  padding-bottom: 50px;
  background-color: #226cbf;
  background-image: url('../images/net.png'), url('../images/back_rainbow.png');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}
.main-image {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  max-height: 300px;
  max-width: 300px;
  margin: 0px auto;
  padding-top: 0px;
  float: none;
  clear: none;
  border-radius: 20px;
}
.nav-link {
  position: static;
  display: inline-block;
  width: auto;
  padding-right: 5px;
  padding-left: 5px;
  float: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease, color 300ms ease;
  transition: border 300ms ease, color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid white;
  background-color: transparent;
  color: white;
}
.main-header {
  position: static;
  left: 0px;
  top: 15px;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: rgba(0, 0, 0, 0.34) 2px 2px 0px;
}
.main-subtitle {
  margin-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 0px;
}
.icon-title {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 20px 0px;
  padding-right: 5px;
  padding-left: 0px;
  font-family:'Open Sans', sans-serif;
  color: #226cbf;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.social-button {
  width: 36px;
  height: 36px;
  margin-left: 10px;
  padding-top: 7px;
  padding-left: 0px;
  border-radius: 60px;
  background-color: #226cbf;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #2a88f5;
}
.footer-text {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
  text-shadow: none;
}
.call-to-action {
  position: relative;
}
.center {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.70);
}
.text-link {
  -webkit-transition: color 300ms ease, font-size 300ms ease;
  transition: color 300ms ease, font-size 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #306596;
  font-size: 10px;
  text-align: center;
  text-shadow: none;
}
.create_by{
	display: none;
}
.button-block {
  margin-top: 0px;
}
.telephonediscr {
  position: static;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 0px;
  margin-bottom: 30px;
  float: none;
  color: white;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}
.telephonediscr._4 {
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 43px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
}
.telephonenumbr {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: color 300ms ease, font-size 300ms ease;
  transition: color 300ms ease, font-size 300ms ease;
  color: #f5e3ff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.telephonenumbr:hover {
  color: white;
  font-size: 50px;
}
.logolink {
  display: inline-block;
  min-height: 1px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
}
.logolink.w--current {
  display: inline-block;
  color: white;
  font-size: 14px;
  letter-spacing: 0px;
}
.toptopgridbut {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  color: black;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.toptopgridbut:hover {
  color: #226cbf;
}
.ccon {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #226cbf;
  background-image: url('../images/net.png');
}
.ccon._1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/net.png'), url('../images/back_rainbow.png');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.cconimg {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.cconimg._1 {
  max-height: 100px;
  max-width: 100px;
  margin-bottom: 10px;
}
.cconcont1 {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 50px 100px 10px;
}
.cconbut {
  display: inline-block;
  width: 200px;
  margin-top: 20px;
  padding: 18px;
  float: none;
  background-color: #226cbf;
  box-shadow: none;
  text-shadow: none;
}
.cconbut.control {
  width: 400px;
  box-shadow: none;
}
.cconbut.val {
  width: 240px;
  margin-top: 10px;
  box-shadow: none;
  text-shadow: none;
}
.cconja {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.cconja1 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 0px;
}
.cconlinkja {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #1c4f8a;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cconlinkja:hover {
  font-size: 14px;
}
.cconheading {
  margin-top: 30px;
  color: white;
  font-weight: 700;
  text-align: left;
  text-shadow: black 1px 1px 1px;
}
.cconsection {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cconsection._1 {
  padding: 20px;
  background-color: #f2f2f2;
}
.cconsectlogo {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
}
.cconimgsuc {
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  box-shadow: black 0px 0px 50px -10px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.cconimgsuc:hover {
  max-width: 160px;
  margin-bottom: -14px;
}
.cconlinksuc {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.cconcol {
  padding-right: 20px;
  padding-left: 20px;
}
.cconcolplus {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cconheadplus {
  display: block;
  margin-bottom: 10px;
  color: #454545;
  font-size: 26px;
  letter-spacing: 2px;
  text-shadow: none;
}
.cconheadinfo {
  color: #1c4f8a;
  text-align: left;
}
.cconparagr {
  margin-bottom: 30px;
  color: #f2f2f2;
  text-shadow: black 1px 1px 0px;
}
.cconimgpr {
  display: block;
  max-height: 100px;
  max-width: 100px;
  margin: 10px auto;
  opacity: 0.6;
}
.cc {
  margin-bottom: -5px;
  color: #1c4f8a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cconrow {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contpar {
  color: #454545;
  letter-spacing: 0px;
  text-shadow: none;
}
.conthead {
  display: inline-block;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-family:'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: none;
}
.contpar2 {
  color: #454545;
  font-weight: 400;
  text-shadow: none;
}
.contpar3 {
  color: #454545;
  letter-spacing: 0px;
  text-shadow: none;
}
.contpar4 {
  color: #454545;
  font-weight: 400;
  text-shadow: none;
}
.contpar5 {
  color: #454545;
  letter-spacing: 0px;
  text-shadow: none;
}
.contpar6 {
  color: #454545;
  font-weight: 400;
  text-shadow: none;
}
.contcont {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sectioncont._1 {
  text-align: left;
}
.sectioncont._2 {
  background-color: white;
}
.contparpl {
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-shadow: black 2px 2px 3px;
}
._1 {
  color: white;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: black 2px 2px 3px;
}
.contcontmap {
  margin-top: 50px;
}
.contform {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.contformlable {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.formerror {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff5454;
}
.error {
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
.contformsuccess {
  width: 600px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.camerhead {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}
.cam {
  margin-top: 10px;
  text-align: center;
  text-shadow: none;
}
.contcolcam {
  position: static;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}
.contsect {
  background-color: #f2f2f2;
}
.pricevid {
  display: block;
  color: #1c4f8a;
  font-size: 55px;
  font-weight: 800;
  text-shadow: none;
}
.pricevid.vat {
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-shadow: none;
}
.pricevidrub {
  display: block;
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: none;
  text-shadow: none;
}
.contprice {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contpricepar {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c4f8a;
  text-align: center;
  text-shadow: none;
}
.pricehead {
  margin-bottom: 20px;
}
.nach {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}
.ya_phone {
  display: inline-block;
  color: white;
  text-shadow: none;
}
.block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.block._4 {
  padding-bottom: 30px;
}
.col1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.col2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px 0px;
  text-align: center;
}
.divheader {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.divheader._4 {
  float: right;
}
.pheader {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
  text-shadow: none;
}
.contheader {
  text-align: right;
  text-decoration: none;
}
.txtop {
  margin-top: 10px;
  color: #454545;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}
.txtop.dop {
  display: block;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-bottom: 0px;
  color: #1c4f8a;
  font-style: italic;
  text-transform: none;
  text-shadow: none;
}
.rrr {
  padding-top: 10px;
  padding-bottom: 10px;
}
.h {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: none;
}
.vat {
  padding-top: 10px;
  padding-bottom: 30px;
}
.va {
  padding-top: 50px;
  border-bottom: 1px solid #1c4f8a;
  text-shadow: none;
}
.van {
  margin-top: 20px;
}
.blo {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.im {
  margin-top: 10px;
  margin-bottom: 0px;
}
.bl {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.bodypromo {
  background-color: #0d3f66;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.promocont {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 10px solid white;
  background-color: transparent;
  background-image: url('../images/Untitled-1.png');
  background-size: 110px;
  text-align: center;
}
.colcentr {
  text-align: center;
}
.cnopright {
  margin-top: 55px;
}
.cnopleft {
  margin-top: 65px;
}
.promosect {
  margin-top: 30px;
}
.cnop1 {
  margin-top: 80px;
}
.promcent {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: none;
}
.aw {
  margin-top: 30px;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
    text-shadow: none;
  }
  .button.header {
    display: block;
    width: 100px;
    height: 45px;
    box-shadow: none;
    font-size: 14px;
  }
  .button.header.w--current {
    box-shadow: none;
  }
  .section {
    padding-top: 30px;
  }
  .section.hero {
    padding-top: 120px;
    padding-bottom: 35px;
  }
  .main-image {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 0px;
    text-shadow: black 0px 0px 0px;
  }
  .main-header {
    font-size: 38px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .main-subtitle {
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .footer-text {
    text-shadow: none;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cconcont1 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .cconbut.control {
    box-shadow: none;
  }
  .cconbut.val {
    display: block;
    box-shadow: none;
    text-shadow: none;
  }
  .cconheadplus {
    text-shadow: none;
  }
  .contpar {
    text-shadow: none;
  }
  .conthead {
    text-shadow: none;
  }
  ._1 {
    font-size: 15px;
    text-align: center;
  }
  .cam {
    text-shadow: none;
  }
  .contpricepar {
    border-bottom-color: #707070;
    text-shadow: none;
  }
  .nach {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pheader {
    text-shadow: none;
  }
  .txtop {
    text-shadow: none;
  }
  .vat {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .va {
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  body {
    margin-bottom: 0px;
  }
  h2 {
    margin-top: 0px;
  }
  p {
    text-shadow: none;
  }
  .button {
    display: inline-block;
    float: none;
  }
  .button.header {
    box-shadow: none;
  }
  .button.header.w--current {
    box-shadow: none;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }
  .section.hero {
    padding-top: 82px;
    padding-bottom: 35px;
    text-align: center;
  }
  .main-image {
    margin-bottom: 0px;
    text-shadow: black 0px 0px 0px;
  }
  .main-header {
    margin-top: 30px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .footer-text {
    padding-right: 10px;
    text-shadow: none;
  }
  .center {
    margin-top: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .telephonediscr._4 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 33px;
    text-shadow: none;
  }
  .logolink {
    text-align: center;
  }
  .cconcont1 {
    padding: 0px 50px;
  }
  .cconbut.control {
    box-shadow: none;
  }
  .cconsectlogo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cconimgpr {
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    max-height: 80px;
    max-width: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .conthead {
    display: inline;
    text-align: left;
    text-shadow: none;
  }
  .contpar3 {
    margin-top: 10px;
    text-shadow: none;
  }
  .contcont {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .contform {
    width: 500px;
  }
  .contformlable {
    text-align: left;
  }
  .formerror {
    width: 500px;
  }
  .contformsuccess {
    width: 500px;
  }
  .cam {
    font-size: 12px;
    text-shadow: none;
  }
  .txtop {
    text-shadow: none;
  }
  .va {
    text-shadow: none;
  }
}
@media (max-width: 479px) {
  h1 {
    direction: ltr;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    text-shadow: none;
  }
  .button.form {
    box-shadow: none;
  }
  .button.header {
    box-shadow: none;
    font-size: 12px;
  }
  .button.header.w--current {
    box-shadow: none;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }
  .section.hero {
    padding-top: 80px;
  }
  .main-image {
    text-shadow: black 0px 0px 0px;
  }
  .main-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .footer-text {
    text-shadow: none;
  }
  .navbar {
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .telephonediscr {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
  }
  .telephonediscr._4 {
    font-size: 22px;
    line-height: 25px;
    text-shadow: none;
  }
  .telephonenumbr {
    font-size: 30px;
    text-shadow: none;
  }
  .telephonenumbr:hover {
    font-size: 35px;
    text-shadow: none;
  }
  .cconcont1 {
    padding: 0px 20px;
  }
  .cconbut.control {
    width: 200px;
    box-shadow: none;
    font-size: 16px;
  }
  .cconsectlogo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cconimgsuc {
    margin-top: 20px;
  }
  .cconheadinfo {
    text-align: center;
  }
  .cconimgpr {
    margin-bottom: 10px;
  }
  .cc {
    text-align: center;
  }
  .contpar {
    margin-top: 10px;
    text-shadow: none;
  }
  .conthead {
    display: inline;
    text-shadow: none;
  }
  .contpar3 {
    text-shadow: none;
  }
  .contform {
    width: 300px;
  }
  .formerror {
    width: 300px;
  }
  .contformsuccess {
    width: 300px;
  }
  .cam {
    font-size: 12px;
    text-shadow: none;
  }
  .contcolcam {
    margin-bottom: 10px;
  }
}