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

.section-top {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

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

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

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

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

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

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

.m_menu {
  display: none;
  padding: 10px;
  -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 {
  margin-right: 10px;
  color: #0065e5;
}

.text-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

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

.link-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #29324c;
  text-decoration: none;
}

.link-2:hover {
  color: #0065e5;
}

.image-2 {
  margin-right: 10px;
}

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

.link-3 {
  color: #29324c;
  font-weight: 700;
  text-decoration: none;
}

.text-block-2 {
  line-height: 20px;
  font-weight: 600;
}

.section-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #26304c;
}

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

.link-4 {
  padding: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-4:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.section-1 {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}
.div_cont01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
}

.cont01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  /*flex: 1 1 0%;*/
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
}

.text-block-3 {
  margin-bottom: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.button-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 15px 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: #0065e5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 15px 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: #0065e5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #2d87fa;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d1ebff;
}

.section-9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d1ebff;
}

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

.div-block {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px 0px;
  border-radius: 12px;
  /*background-color: #65aae0;
    background: url(/images/softdb.jpg);
    color: #fff;*/
  background-size: cover;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  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;
}

.text-block-4 {
  width: 60%;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.text-span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.cont03 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

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

.text-block-5 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.text-block-6 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.row03 {
  margin-top: 20px;
  padding: 10px 0px;
  border-radius: 12px;
}

.col03 {
  width: 33.33%;
  padding: 15px;
  float: left;
}

.col09 {
  width: 50%;
  padding: 10px;
  float: left;
}
.col092 {
  width: 50%;
  padding: 0px 20px 0px 0px;
  float: left;
}

.col03.uk-active .tovar03 {
    border-color: #f1f6fa;
    background-color: #f1f6fa;
}

.tovar03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #29324c;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.tovar03:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  background-color: #fff;
}

.text-block-7 {
  height: 70px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 1;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d1ebff;
}

.cont04 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.text-block-8 {
  height: 220px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

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

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
    background-color: #65aae0;
    background: url(/images/фон-компании.jpg);
    color: #fff;
    background-size: cover;
}

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

.div-block-4 {
  width: 100%;
}

.text-block-42 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-52 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 15px 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: #0065e5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-2:hover {
  background-color: #2d87fa;
}

.image-5 {
  margin-right: 10px;
}

.row05 {
  margin-top: 20px;
}

.col05 {
  width: 25%;
  padding: 10px;
  float: left;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d1ebff;
}

.html-embed {
  margin-top: 20px;
  padding: 10px;
  border-radius: 8px 8px 8px 8px;
  background-color: #fff;
}

.div-block-6 {
    /* max-width: 1200px; */
    /* margin-top: 40px; */
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    border-radius: 2px 2px 12px 12px;
    background-color: #fff;
    background-image: url(../images/pattern-skidki.jpg);
    background-position: 50% 50%;
    background-size: auto;
}

.text-block-62 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-63 {
  margin-bottom: 20px;
  color: #d1ebff;
  font-size: 16px;
  line-height: 24px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 15px 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: #0065e5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.button-6:hover {
  background-color: #2d87fa;
}

.button-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding: 30px 20px;
  font-size: 22px;
  -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: #0065e5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
    position: fixed;
    left: -100px;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 20;
}

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

.row07 {
  margin-top: 20px;
}

.col07 {
  width: 33.33%;
  padding: 15px;
  float: left;
}

.text-block-64 {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.text-span-2 {
  color: #0065e5;
  font-size: 32px;
  font-weight: 700;
}

.div-block-7 {
  margin-top: 20px;
}

.col077 {
  width: 25%;
  padding: 15px;
  float: left;
}

.div-block-8 {
  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-6 {
  margin-right: 20px;
}

.button-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 15px;
  -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-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0065e5;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}

.button-7:hover {
  background-color: #2d87fa;
  color: #fff;
}

.bold-text {
  font-size: 32px;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d1ebff;
}

.div-block-9 {
  margin-top: 20px;
}

.html-embed-2 {
  overflow: hidden;
  width: 60%;
  height: 400px;
  float: left;
  border-radius: 12px;
}

.col-map {
  width: 40%;
  padding: 0px 20px 0px 60px;
  float: left;
}

.text-block-82 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

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

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

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

.section-end {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d6d6;
  background-color: hsla(0, 0%, 100%, 0.05);
}

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

.text-block-13 {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 16px;
}

.link-5 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #525252;
}

.link-5:hover {
  color: #0065e5;
}

.link-block-2 {
  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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.link-block-2:hover {
  color: #ffce9b;
}

.text-block-14 {
  margin-right: 10px;
  color: #535353;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.image-7 {
  margin-right: 10px;
}

.text-block-83 {
  color: #0065e5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.top_logo-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-833 {
  color: #0065e5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.text-block-02 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

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

.text-block-5-copy {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

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

.modal {
  max-width: 380px;
  padding: 50px;
  /*border-radius: 20px;*/
  background-color: #29324c;
}

.modal00 {
  background: #fff;
}
.modal00 .text-block-834 {
  color: #0f131e;
}

.modal00 .text-block-834.code {
  display: inline-block;
    background: #f0506e;
    padding: 16px;
    border-radius: 4px;
    color: #fff;
}

.text-block-834 {
  margin-bottom: 20px;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.form-m {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input {
  width: 280px;
  margin-bottom: 20px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  cursor: text;
}

.input:hover {
  background-color: #fff;
}

.uk-first-column {
  width: 33.33%;
}

table tr td p {
  padding: 5px 10px;
  margin-bottom: 0px;
  font-weight: 600;
}
table tr td {
  border: 1px solid #93d0ff;
}

.row09 {
    width: 100%;
    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;
  }
  
  .uk-accordion>:nth-child(n+2) {
    margin-top: 10px;
}
.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    background-image: url(../images/chevron_right.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.uk-open>.uk-accordion-title::before {
    background-image: url(../images/expand_more.svg);
}

.select05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -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: 1px solid #e8e8e8;*/
  background-color: #26304c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #212121;
  font-size: 16px;
  cursor: pointer;
}

.select05-text {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -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: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #212121;
  font-size: 16px;
  cursor: pointer;
}

.select05-off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  -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: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #212121;
  font-size: 16px;
  cursor: pointer;
}

.text-h_table-copy {
  width: 70%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}

.text-h_table-copy.select {
  width: 100%;
  font-size: 16px;
}

.text-h_table_black {
  width: 100%;
  padding: 20px;
  background-color: #f8f9fa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.text-h_table_black:hover {
  background-color: #007bff;
  color: #fff;
}

.uk-open .text-h_table_black {
    background-color: #26304c;
    color: #fff;
}

.select05-text {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 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;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #212121;
  font-size: 16px;
  cursor: pointer;
}

.section-fon {
  width: 100%;
  height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 26, 51, 0.55)), to(rgba(17, 26, 51, 0.55))), url(../images/D7KK0KDWsAAlI-Z.jpg);
    background-image: linear-gradient(180deg, rgba(17, 26, 51, 0.55), rgba(17, 26, 51, 0.55)), url(../images/D7KK0KDWsAAlI-Z.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    /*display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;*/
  }
  
  
.a-cookies {
  display: none;
  z-index: 999;
  position: fixed;
  background: #f3f3f3;
  max-width: 700px;
   left: 10px;
   right: 10px;
   bottom: 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.a-cookies__text {
  color: #1b1f12;
}
.a-cookies__btn {
  flex-shrink: 0;
  border: none;
  background: rgb(94 99 99);
  width: 80px;
  height: 54px;
  color: #ffffff;
  border-radius: 5px;
}
.a-cookies.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input_radio_ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.radio_ok_text {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.input_radio_check {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #eee;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0px 0px #fafafa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  /* background-image: url(../images/done-g.svg); */
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.input_radio_check label {
  cursor: pointer;
}
.input_radio_check:hover {
  border-color: #0065e5;
  background-color: #ffffff;
  box-shadow: inset 0 0 0px 0px #fafafa;
  
}
.input_radio_check:checked {
  border-color: #0065e5;
  background-color: #0065e5;
  box-shadow: inset 0 0 0px 0px #fafafa;
}
  

@media screen and (max-width: 991px) {
  .top2 {
    display: none;
  }
  .m_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-menu {
    /*display: none;*/
  }
  .div-block-2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cont03 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col03 {
    padding: 10px;
  }
  .text-block-7 {
    height: 80px;
    font-size: 15px;
  }
  .cont04 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-8 {
    height: 240px;
    font-size: 15px;
    line-height: 18px;
  }
  .col07 {
    padding: 10px;
  }
  .text-block-64 {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-6 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .html-embed-2 {
    width: 55%;
  }
  .col-map {
    width: 45%;
    padding-left: 40px;
  }
  .text-block-83 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .button-0 {
    width: 260px;
    padding: 20px 20px;
    font-size: 18px;
  }
  .section-menu .link-4 {
    padding: 10px;
    font-size: 2.5vw;
    text-decoration: none;
  }
  .button-top {
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }
  .top3 {
    display: none;
  }
  .cont01 {
    padding-right: 10px;
    padding-left: 10px;
    height: 380px;
  }
  .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }
  .col03 {
    width: 50%;
  }
  .col09 {
    width: 100%;
  }
  .col092 {
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
  .row09 {
    width: 100%;
    display: inline-block;
  }
  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div-block-4 {
    width: 100%;
  }
  .col05 {
    width: 50%;
  }
  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .html-embed {
    overflow: auto;
  }
  .text-block-63 {
    font-size: 14px;
    line-height: 22px;
  }
  .section-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .col07 {
    width: 100%;
  }
  .col077 {
    width: 100%;
  }
  .div-block-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-6 {
    margin-right: 10px;
  }
  .section-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .html-embed-2 {
    width: 100%;
    height: 300px;
  }
  .col-map {
    width: 100%;
  }
  .text-block-13 {
    font-size: 11px;
  }
  .text-block-14 {
    font-size: 11px;
  }
  .text-block-83 {
    display: none;
  }
  .bold-text-2 {
    font-size: 18px;
    line-height: 20px;
  }
  .modal {
    padding: 35px;
  }
  .text-block-834 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .section-top {
    padding: 0px;
  }
  .top1 {
    margin-left: 0px;
  }
  .text-block {
    font-size: 15px;
    line-height: 20px;
  }
  .link-2 {
    font-size: 13px;
  }
  .heading {
    font-size: 22px;
    line-height: 30px;
  }
  .text-block-3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .div-block {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-5 {
    font-size: 20px;
    line-height: 22px;
  }
  .row03 {
    margin-top: 10px;
  }
  .col03 {
    width: 100%;
  }
  .text-block-7 {
    height: auto;
  }
  .text-block-8 {
    height: auto;
  }
  .text-block-42 {
    font-size: 15px;
    line-height: 22px;
  }
  .div-block-6 {
    padding: 20px;
  }
  .col-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px 10px;
    -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;
  }
  .sec_cont-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-13 {
    margin-bottom: 10px;
    text-align: center;
  }
  .text-block-83 {
    display: none;
  }
  .top_logo-end {
    margin-bottom: 20px;
  }
  .bold-text-3 {
    font-size: 20px;
  }
  .image-8 {
    margin-top: 20px;
  }
  .bold-text-4 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-block-02 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-block-5-copy {
    font-size: 20px;
    line-height: 22px;
  }
  .modal {
    padding: 20px;
  }
  .text-block-834 {
    font-size: 13px;
    line-height: 20px;
  }
  .input {
    width: 250px;
  }
}

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

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

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

a:active, a:focus { outline: none; }
button:active, button:focus { outline: none; }
input:active, textarea:active {outline:none;}
:focus {outline:none;}

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

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

  .uk-close {
      color: #999;
  }
  .uk-close-large {
      color: #999;
  }
  
/* -------------------------------------------- */

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

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


