.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 48, 66, 0.5)), to(rgba(4, 48, 66, 0.5))), url('../images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(4, 48, 66, 0.5), rgba(4, 48, 66, 0.5)), url('../images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

p {
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Gilroy, sans-serif;
  color: #043042;
  font-size: 30px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.redletter {
  color: #df1c1c;
}

.divleftmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20%;
  padding: 20px 2.5% 40px 2.4%;
  border-right: 1px solid #fff;
  font-family: Gilroy, sans-serif;
  color: #fff;
}

.divrightglobalblock {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logocont {
  margin-bottom: 50px;
}

.logocont.w--current {
  height: 20%;
  margin-bottom: 40px;
}

.navbar {
  z-index: 400;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.divmain {
  position: relative;
  padding-right: 3%;
  padding-bottom: 70px;
  padding-left: 3%;
  border-bottom: 1px solid #fff;
  background-image: url('../images/main-ex-1.png'), linear-gradient(135deg, hsla(0, 0%, 100%, 0), rgba(6, 47, 63, 0.8));
  background-position: 100% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  /* white-space: pre-wrap; */
}

.doptext {
  max-width: 850px;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #df1c1c;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #df1c1c;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  padding: 10px 0px 10px 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px 15px 10px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}

.text14px {
  margin-right: 25px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-first {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px 15px 0px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}

.nav-link-first.w--current {
  color: #043042;
}

.divcall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.linkphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.linkcall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.smallhead {
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 10px;
  padding-right: 3%;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  font-weight: 600;
}

.image {
  margin-right: 15px;
}

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

.lightboxvideo {
  position: absolute;
  left: 70%;
  top: 38%;
  right: auto;
  bottom: 0%;
  width: 70px;
  height: 70px;
  margin-top: 140px;
  border-radius: 100px;
  background-color: #df1c1c;
  background-image: url('../images/Rectangle-515-1.png');
  background-position: 52% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 15px 0 #df1c1c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-decoration: none;
}

.lightboxvideo:hover {
  box-shadow: 0 0 30px 5px #df1c1c;
}

.text-block-2 {
  margin-top: 80px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.divadvantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
}

.advblock {
  width: 20%;
  padding: 50px 10px;
  line-height: 130%;
}

.advinner {
  font-family: Gilroy, sans-serif;
  color: #fff;
  line-height: 130%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.imgadv {
  margin-bottom: 20px;
}

.text-block-3 {
  font-size: 13px;
  font-weight: 500;
}

.divnapravl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.div-block-3 {
  width: 50%;
  cursor: pointer;
}

.redline {
  width: 30px;
  height: 3px;
  margin-bottom: 35px;
  background-color: #df1c1c;
}

.divstryka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 10px;
  padding: 40px 24% 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Group-74-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Group-74-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.divstryka:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 48, 66, 0.7)), to(rgba(4, 48, 66, 0.7))), url('../images/Group-74-1.jpg');
  background-image: linear-gradient(180deg, rgba(4, 48, 66, 0.7), rgba(4, 48, 66, 0.7)), url('../images/Group-74-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.button-2 {
  padding: 10px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #df1c1c;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #df1c1c;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.divgor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 10px;
  padding: 40px 24% 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Group-73-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Group-73-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divgor:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 48, 66, 0.7)), to(rgba(4, 48, 66, 0.7))), url('../images/Group-73-1.jpg');
  background-image: linear-gradient(180deg, rgba(4, 48, 66, 0.7), rgba(4, 48, 66, 0.7)), url('../images/Group-73-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divpartner {
  padding: 40px 3%;
  border-bottom: 1px solid #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.div-block-7 {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.image-3 {
  width: 144px;
  height: 55px;
  margin-bottom: 25px;
}

.divotziv {
  padding: 40px 15% 40px 3%;
  border-bottom: 1px solid #fff;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 120px;
  -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;
}

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

.text-block-4 {
  font-family: Gilroy, sans-serif;
  color: #dadada;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.divcontact {
  position: relative;
  padding-top: 40px;
  padding-right: 3%;
  padding-left: 3%;
}

.divmap {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-right: -3%;
  margin-left: -3%;
}

.div-block-11 {
  width: 25%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 25px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-13 {
  position: relative;
  padding-left: 35px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-block-5 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 110%;
}

.text-block-6 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 15px;
}

.text-block-7 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2 {
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2:hover {
  color: #df1c1c;
  font-weight: 800;
}

.link-2.w--current {
  color: #df1c1c;
  font-weight: 700;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  color: #fff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.div-block-4-copy {
  width: 16px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #df1c1c;
}

.text-block-8 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.linkdm {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divabout {
  padding-right: 3%;
  padding-bottom: 40px;
  padding-left: 3%;
  border-bottom: 1px solid #fff;
}

.div-block-16 {
  margin-bottom: 30px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.link-3 {
  margin-right: 25px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.textotziv {
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.div-block-17 {
  width: 46%;
}

.div-block-18 {
  width: 50%;
  padding-left: 20px;
  text-align: right;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-6 {
  position: relative;
}

.div-block-20 {
  position: relative;
  width: 460px;
  margin-top: -200px;
  margin-left: 20px;
  padding: 40px 35px 20px 30px;
  background-color: #000;
  color: #fff;
  text-align: left;
}

.text-block-9 {
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.html-embed {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 400px;
}

.div-block-21 {
  width: 14.28%;
  padding: 10px;
  float: left;
}

.div-block-22 {
  padding: 40px 3%;
}

.divwork {
  padding-right: 3%;
  padding-bottom: 40px;
  padding-left: 3%;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.dvicart {
  width: 33.33%;
  padding: 10px;
}

.innercart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(4, 48, 66, 0.5);
  color: #fff;
}

.text-block-10 {
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-block-11 {
  font-family: Gilroy, sans-serif;
  color: #95a8af;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

.button-2-stroke {
  margin-top: 20px;
  padding: 10px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #466875;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button-2-stroke:hover {
  background-color: #6d8690;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.dviuslugi {
  width: 85%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.inneruslugi {
  position: relative;
  width: 100%;
  padding: 30px 15% 10px 40px;
  background-color: rgba(4, 48, 66, 0.7);
  background-image: url('../images/arroow.png');
  background-position: 93% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #fff;
  white-space: pre-wrap;
}

.dropdown-list {
  padding-right: 3px;
  padding-left: 3px;
}

.dropdown-list.w--open {
  position: relative;
  padding: 30px 15% 30px 40px;
  background-color: rgba(4, 48, 66, 0.7);
  color: #fff;
}

.text-span {
  color: #df1c1c;
  font-weight: 700;
}

.divprodact {
  width: 25%;
  padding: 10px;
  color: #043042;
  text-decoration: none;
}

.innerprodact {
  position: relative;
  height: 100%;
  padding: 10px 20px 20px;
  background-color: #fff;
}

.text-block-12 {
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.button-2-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 10px 20px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #df1c1c;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #043042;
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button-2-copy:hover {
  background-color: #df1c1c;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.image-8 {
  height: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.modalcall {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: auto;
  height: 100vh;
  padding-top: 90px;
  padding-right: 20px;
  padding-left: 20px;
}

.form-block {
  position: relative;
  z-index: 800;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 20px;
  background-color: #fff;
}

.button2 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 18px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #df1c1c;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #043042;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.button2:hover {
  background-color: #df1c1c;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 700;
  background-color: rgba(4, 48, 66, 0.7);
}

.input {
  padding: 25px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2ccd6;
  border-radius: 4px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.divcloseform {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.modalquestions {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: auto;
  height: 100vh;
  padding-top: 90px;
  padding-right: 20px;
  padding-left: 20px;
}

.formhead {
  margin-bottom: 20px;
  font-weight: 400;
}

.checkbox-label {
  font-size: 10px;
  font-weight: 700;
}

.checkbox-field {
  font-size: 16px;
  line-height: 120%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-2 {
  z-index: 900;
  height: 100%;
  background-color: transparent;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-14 {
  font-size: 0.9em;
}

.image-9 {
  max-width: 10%;
  margin-right: 10px;
}

.paragraph-4 {
  font-size: 16px;
}

.h1 {
  display: none;
}

.mainsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  background-color: rgba(4, 48, 66, 0.2);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 24px;
    line-height: 120%;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 14px;
    line-height: 140%;
  }

  p {
    font-size: 16px;
    line-height: 140%;
  }

  .divleftmenu {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    border-right-width: 0px;
  }

  .divrightglobalblock {
    position: relative;
    width: 100%;
  }

  .logocont {
    max-width: 20%;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logocont.w--current {
    margin-bottom: 0px;
  }

  .divmain {
    padding-bottom: 40px;
    background-size: contain, auto;
  }

  .doptext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .button {
    padding: 16px 30px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .linkphone {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .linkcall {
    padding: 15px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .smallhead {
    font-size: 15px;
  }

  .div-block {
    width: 100%;
    padding-top: 5px;
    padding-right: 0%;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block {
    font-size: 16px;
  }

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

  .lightboxvideo {
    left: 50%;
    top: 43%;
    width: 60px;
    height: 60px;
  }

  .text-block-2 {
    margin-top: 70px;
    font-size: 10px;
  }

  .divadvantages {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advblock {
    width: 33.33%;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .imgadv {
    max-width: 15%;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 130%;
  }

  .divnapravl {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .redline {
    width: 30px;
    margin-bottom: 20px;
  }

  .divstryka {
    margin-right: 0px;
    padding-right: 40px;
  }

  .divgor {
    margin-left: 0px;
    padding-right: 40px;
  }

  .divpartner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-7 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .divotziv {
    padding-top: 20px;
    padding-right: 3%;
    padding-bottom: 20px;
  }

  .div-block-10 {
    padding-bottom: 30px;
    padding-left: 90px;
  }

  .image-4 {
    max-width: 10%;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .divcontact {
    padding-top: 20px;
  }

  .div-block-11 {
    width: 33.33%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .div-block-12 {
    margin-bottom: 30px;
  }

  .text-block-5 {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .image-5 {
    max-width: 10%;
  }

  .link-2 {
    margin-bottom: 10px;
  }

  .div-block-14 {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textotziv {
    font-size: 20px;
  }

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

  .div-block-19 {
    margin-right: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-20 {
    width: 630px;
    margin-top: -80px;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .dvicart {
    padding: 5px;
  }

  .innercart {
    padding: 30px 20px;
  }

  .text-block-10 {
    font-size: 10px;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .dviuslugi {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .inneruslugi {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .dropdown-list.w--open {
    padding-top: 20px;
  }

  .divprodact {
    width: 33.33%;
    padding: 5px;
  }

  .innerprodact {
    padding: 15px 20px 30px;
  }

  .text-block-13 {
    display: none;
    font-size: 12px;
  }

  .container-2 {
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .nav-menu-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 960;
    margin-top: 70px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #043042;
  }

  .navbar-2 {
    width: 100%;
  }

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

  .link-block {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button.w--open {
    background-color: #df1c1c;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .mainsection {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 25px;
    font-size: 36px;
  }

  h4 {
    margin-bottom: 25px;
  }

  .nav-menu {
    padding-top: 15px;
    padding-right: 3%;
    padding-bottom: 20px;
  }

  .smallhead {
    margin-bottom: 26px;
    font-size: 16px;
  }

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

  .lightboxvideo {
    left: 80%;
  }

  .button-2 {
    padding: 8px 20px;
    font-size: 12px;
  }

  .divabout {
    padding-bottom: 20px;
  }

  .div-block-18 {
    padding-left: 0px;
  }

  .div-block-20 {
    width: 410px;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .div-block-21 {
    width: 20%;
    padding: 5px;
  }

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

  .dvicart {
    width: 50%;
  }

  .innercart {
    padding-bottom: 25px;
  }

  .inneruslugi {
    padding-left: 20px;
    background-size: 15px;
  }

  .inneruslugi.w--open {
    padding-left: 20px;
    background-size: 15px;
  }

  .dropdown-list.w--open {
    padding-right: 5%;
    padding-left: 20px;
  }

  .divprodact {
    width: 50%;
  }

  .link-block {
    padding: 0px 6px 0px 5px;
  }

  .text-block-14 {
    line-height: 140%;
  }

  .image-9 {
    margin-right: 9px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    min-width: 320px;
  }

  h1 {
    display: none;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 12px;
  }

  h5 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  p {
    font-size: 14px;
  }

  .logocont {
    max-width: 40%;
  }

  .divmain {
    padding-bottom: 30px;
    text-align: center;
  }

  .doptext {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button {
    margin-top: 20px;
  }

  .nav-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text14px {
    font-size: 1em;
    line-height: 23px;
  }

  .divcall {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .linkphone {
    padding: 10px 5px;
  }

  .linkcall {
    padding: 10px 20px;
  }

  .smallhead {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .div-block {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    font-size: 12px;
    line-height: 120%;
  }

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

  .lightboxvideo {
    position: relative;
    left: 10%;
    top: 77%;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    text-align: center;
  }

  .text-block-2 {
    margin-top: 60px;
    font-size: 10px;
    text-align: center;
  }

  .advblock {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: left;
  }

  .advinner {
    text-align: center;
  }

  .imgadv {
    max-width: 20%;
    margin-bottom: 15px;
  }

  .divnapravl {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    padding: 5px 0px;
  }

  .redline {
    width: 20px;
  }

  .divstryka {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
  }

  .button-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .divgor {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
  }

  .divpartner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-6 {
    margin-top: 30px;
  }

  .div-block-7 {
    width: 100%;
    padding: 5px;
  }

  .div-block-8 {
    padding: 10px;
  }

  .image-3 {
    margin-bottom: 15px;
  }

  .divotziv {
    padding-top: 20px;
    padding-right: 3%;
    padding-bottom: 20px;
  }

  .div-block-10 {
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-4 {
    position: relative;
    max-width: 12%;
    margin-bottom: 10px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .div-block-11 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .image-5 {
    max-width: 7%;
  }

  .link-3 {
    font-size: 8px;
  }

  .textotziv {
    font-size: 15px;
    line-height: 136%;
  }

  .div-block-18 {
    width: 70%;
  }

  .div-block-20 {
    width: 270px;
    margin-top: -40px;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .text-block-9 {
    font-size: 13px;
  }

  .div-block-21 {
    width: 25%;
  }

  .dvicart {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .inneruslugi {
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 20px;
    background-position: 95% 50%;
    background-size: 15px;
  }

  .divprodact {
    width: 50%;
  }

  .innerprodact {
    padding: 10px 5px 0px 10px;
  }

  .text-block-12 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .button-2-copy {
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .modalcall {
    padding-right: 5px;
    padding-left: 5px;
  }

  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form {
    text-align: center;
  }

  .modalquestions {
    padding-right: 5px;
    padding-left: 5px;
  }

  .formhead {
    font-size: 23px;
    line-height: 120%;
  }

  .checkbox-label {
    line-height: 120%;
    text-align: left;
  }

  .link-block {
    padding: 10px 5px;
    font-size: 10px;
    font-weight: 600;
  }

  .image-9 {
    max-width: 6%;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .h1 {
    display: block;
    font-size: 41px;
  }

  .paragraph-5 {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/*  */
.tabts-btn.active {
  background-color: #df1c1c;
}

.buttons-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.buttons-click__button {
  color: #fff;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tabs-content {
  display: block;
  /* display: none; */
}

.tabs-content.active {
  /* display: block; */
}

.qeq-block8 {
  padding-right: 10px;
  padding-left: 10px;
}

.qeq-sv {
  width: 90%;
}

@media (max-width: 1320px) {
  .qeq-block19 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .qeq-block19 .div-block-17 {
    width: 100%;
  }

  .qeq-block19 .div-block-18 {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .qeq-title {
    font-size: 60px;
  }

  .qeq-block6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 0;
  }
}

@media (max-width: 800px) {
  .qeq-title {
    font-size: 42px;
  }
}

@media (max-width: 660px) {

  .qeq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qeq-list .div-block-11 {
    width: 100%;
  }

}

@media (max-width: 600px) {
  .qeq-title {
    font-size: 32px;
  }
}

@media (max-width: 479px) {

  .qeq-batya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .qeq-video {
    margin: 0 0 60px 0 !important;
    top: 0 !important;
    left: 0 !important;

  }

  .qeq-video .text-block-2 {
    width: 100%;
  }
}

.qeq-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  background-color: rgba(4, 48, 66, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.qeq-popup.active {
  opacity: 1;
  visibility: visible;
}

.qeq-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qeq-popup__body {
  width: 940px;
  height: 520px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 15px 15px 15px;
  position: relative;
  z-index: 2;
}

.qeq-popup__body iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qeq-popup__exit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url(../images/close.png);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
}


@media (max-width: 1100px) {
  .qeq-popup__body {
    width: 520px;
    height: 400px;
  }
}

@media (max-width: 710px) {
  .qeq-popup__body {
    width: 420px;
    height: 320px;
    padding: 50px 10px 10px 10px;
  }
}

@media (max-width: 480px) {
  .qeq-popup__body {
    width: 95%;
    padding: 40px 5px 5px 5px;
  }
}