body {
  background: white;
}

html.open,body.open {
 overflow:hidden;
}

.consent-checkbox-in-form{
     font-family: SF-UI-Text-Regular;
    font-size: 12px;
    display:flex;
    text-align: left;
}

#consent-checkbox{
    width: auto !important;
    height: 100% ! IMPORTANT;
}

.consent-checkbox-in-form  a{
    color:#099de5;
    text-decoration: underline;
}

#mobileMenuCont {
  position: fixed;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

#mobileMenu {
  width: 0;
  max-width: 350px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: white;
  -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

#mobileMenu.open {
  width: 80%;
}

#mobileMenu ul {
  padding-left: 50px;
  height: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

#mobileMenu ul li {
  line-height: 46px;
}

#mobileMenu ul li a{
  font-family: SF-UI-Text-Regular;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  color: #212121;
  text-decoration: none;
}

#mobileMenu ul li a.active {
  color: #039be5;
  border-bottom: 1px solid #039be5;
}

.box {
  width: 1100px;
  margin: 0 auto;
}

section {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.nav-up {
  top: -80px;
}

section header {
  border: none;
}

#header-container {
  padding-bottom: 30px;
  transition: all 0.5s ease;
}

header {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 3;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

header.fixed {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

header.fixed #header-container {
  padding-bottom: 15px;
}

header.fixed #logo {
  margin-top: 15px;
}

header.fixed #logo img{
  height: 45px;
}

header.fixed nav {
  margin-top: 17px;
}

header.fixed nav #tel {
  transform: translateY(-100%);
  opacity: 0;
  margin-top: -50px;
}

header #logo {
  float: left;
  margin-top: 34px;
  transition: all 0.5s ease;
}

header #logo img {
  transition: all 0.5s ease;
  height: 63px;
}

header nav {
  float: right;
  margin-top: 26px;
}

header nav #tel{
  font-family: SF-UI-Display-Medium;
  font-size: 20px;
  color: #039be5;
  text-decoration: none;
  float: right;
  padding: 5px 0px;
  padding-left: 32px;
  background: url(../images/tel.png) no-repeat left center;
  margin-top: 0;
  opacity: 1;
  transition: all 0.5s ease;
}

header nav ul{
  clear: right;
  float: right;
  margin-top: 20px;
}

header nav ul li {
  float: left;
  margin-left: 28px;
}

header nav ul li a{
  font-family: SF-UI-Text-Regular;
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}

header nav ul li a.active,header nav ul li a:hover {
  border-bottom: 1px solid #039be5;
  padding-bottom: 5px;
}

header nav ul li:last-child a {
  color: #099de5;
  text-transform: uppercase;
  border: 1px solid #039be5;
  border-radius: 2px;
  padding: 6px 18px;
}

#header-container:after {
  content: "";
  display: block;
  clear: both;
}

section #banner {
  position: absolute;
  height: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

section #banner span {
  font-family: SF-UI-Display-Regular;
  font-size: 16px;
  color: white;
  opacity: 0.6;
}

section #banner h1 {
  font-family: SF-UI-Text-Semibold;
  font-size: 50px;
  color: white;
  padding-top: 28px;
}

section #banner p {
  font-family: SF-UI-Text-Medium;
  font-size: 20px;
  color: white;
  padding-top: 18px;
}

section #banner a {
  color: white;
  background: #039be5;
  font-family: SF-UI-Text-Regular;
  font-size: 16px;
  text-decoration: none;
  width: 212px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  margin-top: 36px;
}

section #scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
  margin: auto;
}

h2 {
  font-family: SF-UI-Text-Semibold;
  font-size: 32px;
  color: #212121;
  text-transform: uppercase;
}

#bl2 {
  padding-top: 84px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

#container #bl2 {
  padding: 0;
  border: none;
}

#container #bl2 #services-cnt {
  border: none;
}

#bl2 .services {
  width: 30%;
  padding-right: 3.2%;
  float: left;
  padding-top: 67px;
  margin-bottom: 47px;
}

#bl2 .services#item1 {
  background: url(../images/item1.png) no-repeat left top;
}

#bl2 .services#item2 {
  background: url(../images/item2.png) no-repeat left top;
}

#bl2 .services#item3 {
  background: url(../images/item3.png) no-repeat left top;
}

#bl2 .services#item4 {
  background: url(../images/item4.png) no-repeat left top;
}

#bl2 .services#item5 {
  background: url(../images/item5.png) no-repeat left top;
}

#bl2 .services#item6 {
  background: url(../images/item6.png) no-repeat left top;
}

#bl2 .services#item7 {
  background: url(../images/item7.png) no-repeat left top;
}

#bl2 .services#item8 {
  background: url(../images/item9.png) no-repeat left top;
}

#bl2 .services#item9 {
  background: url(../images/item8.png) no-repeat left top;
}

#bl2 .services h3 {
  font-family: SF-UI-Text-Semibold;
  font-size: 18px;
  color: #212121;
  line-height: 24px;
}

#bl2 .services p {
  color: #424242;
  font-family: SF-UI-Text-Regular;
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 14px;
}

#bl2 .services a {
  color: #bdbdbd;
  font-family: SF-UI-Text-Medium;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

#bl2 .services a:hover {
  color: #039be5;
  border-bottom: 1px solid #039be5;
}

#bl2 #services-cnt {
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-top: 38px;
  padding-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}

#bl2 #services-cnt:after {
  content: "";
  display: block;
  clear: both;
}

#bl2 #bl2-txt {
  font-family: SF-UI-Text-Medium;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  padding-bottom: 23px;
  padding-top: 44px;
}

#bl2 #linktoserv {
  font-family: SF-UI-Text-Medium;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #039be5;
  color: #039be5;
}

#bl3 {
  padding: 85px 0;
}

#bl3:after {
  content: "";
  display: block;
  clear: both;
}

#bl3 #left {
  float: left;
  width: 665px;
  padding-top: 30px;
}

#bl3 #left p {
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: #424242;
  line-height: 28px;
  padding-top: 22px;
}

#bl3 #left a {
  display: block;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 300px;
  height: 45px;
  background: #039be5;
  font-family: SF-UI-Display-Regular;
  font-size: 16px;
  color: white;
  border-radius: 2px;
  box-shadow: 0 4px 10px 0px rgba(0,0,0,0.2);
  margin-top: 30px;
  display: none;
}

#bl3 form{
  width: 338px;
  border: 6px solid #e5e5e5;
  float: right;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 23px;
}

#bl3 form h6 {
  font-family: 'Museo Sans Cyrl 700';
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
}

#bl3 form p {
  font-family: SF-UI-Text-Regular;
  font-size: 14px;
  color: #212121;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 20px;
}

#bl3 form div {
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#bl3 form div input {
  width: 296px;
  height: 44px;
  outline: none;
  border: 1px solid #c7c7c7;
  text-indent: 50px;
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: rgba(0,0,0,0.87);
  border-radius: 3px;
}

#bl3 form button {
  width: 300px;
  height: 45px;
  border: none;
  background: #039be5;
  outline: none;
  font-family: SF-UI-Display-Regular;
  font-size: 16px;
  color: white;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 4px 10px 0px rgba(0,0,0,0.2);
}

#bl4 {
  width: 100%;
  background: rgba(1,4,0,0.07);
  padding: 85px 0;
}

#bl4 #bl4-cnt p{
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  line-height: 28px;
  padding-top: 18px;
  color: #424242;
}

#bl4 #bl4-cnt ul {
  margin-top: 30px;
}

#bl4 #bl4-cnt ul li {
  font-family: SF-UI-Text-Medium;
  font-size: 16px;
  color: #212121;
  line-height: 36px;
  padding-left: 15px;
  background: url(../images/list.png) no-repeat left 15px;
}

#bl5 {
  padding: 85px 0;
}

#bl5 #bl5-txt {
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  line-height: 28px;
  padding-top: 18px;
  color: #424242;
}

#bl5 #thanks-cnt {
  width: 100%;
  padding-top: 40px;
}

#bl5 #thanks-cnt img {
  width: 100%;
  min-width: 150px;
  margin-right: 15px;
  position: relative;
}

#bl5 #thanks-cnt .thanksSlide {
  position: relative;
  margin: 0 5px;
}

#bl5 #thanks-cnt .thanksSlide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.15);
}

#bl5 #thanks-cnt img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
}

#bl5 #sertif {
  border-top: 1px solid rgba(1,4,0,0.15);
  width: 100%;
  padding-top: 85px;
}

#bl5 #sertCont {
  padding-top: 30px;
}

#bl5 #sertCont span {
  display: none;
}

#bl5 #logos {
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding: 20px 0;
}

#bl5 #logos .slide {
  margin: 0 15px;
}

#bl5 #logos img {
  width: 100%;
  display: inline-block;
  /*float: left;*/
  /*margin-right: 15px;*/
  filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#bl5 #logos img:hover {
  filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

#bl5 #logos .slick-track {
  display: flex;
  align-items:center;
  justify-content: space-between;
  min-width: 1112px;
}

#bl5 #logos .farmland {
  max-width: 120px!important;
}

#bl5 #logos .mup {
  max-width: 120px!important;
}

#bl5 #logos .saturn {
  max-width: 120px!important;
}

#bl5 #logos .tehno {
  max-width: 200px!important;
}

#bl5 #logos .airport {
  max-width: 150px!important;
}

#bl5 #logos .bat {
  max-width: 150px!important;
}

#bl5 #logos .pr {
  max-width: 150px!important;
}

#bl5 #logos .galereya {
  max-width: 150px!important;
}

#bl5 #logos .arka {
  max-width: 150px!important;
}

#bl5 #logos .moto1 {
  max-width: 150px!important;
}

#bl5 #logos .technodisel {
  max-width: 150px!important;
}

#bl5 #logos .khalis {
  max-width: 150px!important;
}

#bl5 #sertCont a {
  position: relative;
  display: inline-block;
  width: 150px;
   margin-right: 15px;
  filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

#bl5 #sertCont a:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.15);
}

#bl5 #sertCont img {
  width: 100%;
}

#bl5 h3 {
  font-family: 'Museo Sans Cyrl 700';
  font-size: 16px;
  color: #212121;
  opacity: 0.4;
  text-transform: uppercase;
  padding-top: 50px;
}

#container {
  padding-top: 130px;
}

#container p.txt {
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: #424242;
  line-height: 26px;
  width: 100%;
  max-width: 820px;
  padding-bottom: 90px;
  padding-top:30px;
}

#container p.ttl {
  font-family: SF-UI-Text-Medium;
  font-size: 20px;
  color: #424242;
  width: 100%;
  max-width: 810px;
  line-height: 28px;
  padding-top: 13px;
}

#container h1  {
  color: #212121;
  font-family: SF-UI-Text-Semibold;
  font-size: 50px;
  padding-top: 80px;
  padding-top: 73px;
}

#container #pricesCont {
  padding: 50px 0;
  display: none;
}

#container #pricesCont p{
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: #424242;
  padding-bottom: 20px;
}


#container #pricesCont a{
  font-family: SF-UI-Text-Medium;
  font-size: 18px;
  color: #212121;
}

#container table {
  width: 100%;
  margin: 50px 0;
}

#container table tr td {
  border: 2px solid #bdbdbd;
  font-family: SF-UI-Text-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  padding-left: 10px;
}

#container table tr:first-child td,#container table tr:nth-child(2) td {
  font-family: SF-UI-Text-Medium;
  text-align: center;
  font-size: 18px;
  padding: 0;
}

#container table tr td[colspan="6"] {
  font-family: SF-UI-Text-Medium;
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
}

#container table tr td.first {
  width: 30px;
}

#container table tr td.unit {
  width: 100px;
}

#container table tr td.min {
  width: 95px;
}

#container table tr td.max {
  width: 95px;
}

#container table tr td.time {
  width: 150px;
}

/*#container table tr td:first-child {
  min-width: 50px;
}

#container table tr td:nth-child(2) {
  width: 50%;
}

#container table tr td:nth-child(3) {
  min-width: 10%;
}

#container table tr td:nth-child(4) {
  min-width: 10%;
}

#container table tr td:nth-child(5) {
  min-width: 10%;
}

#container table tr td:nth-child(6) {
  min-width: 10%;
}*/

#contacts-cnt {
  border: 6px solid #e5e5e5;
  width: 100%;
  -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
  padding-bottom: 35px;
  margin-top: 47px;
  margin-bottom: 62px;
}

#contacts-cnt:after {
  content: "";
  display: block;
  clear: both;
}

#contacts-cnt #left {
  float: left;
  width: 445px;
  padding-left: 40px;
  padding-top: 37px;
}

#contacts-cnt #left h3  {
  font-family: SF-UI-Display-Medium;
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  padding-bottom: 11px;
}

#contacts-cnt #left .cont{
  padding-left: 50px;
  margin-top: 27px;
}

#contacts-cnt #left .cont:nth-child(2) {
  background: url(../images/marker.png) no-repeat 4px 9px;
}

#contacts-cnt #left .cont:nth-child(3) {
  background: url(../images/cont2.png) no-repeat 5px 9px;
}

#contacts-cnt #left .cont:nth-child(4) {
  background: url(../images/cont3.png) no-repeat left 9px;
}

#contacts-cnt #left .cont:last-child {
  background: url(../images/cont4.png) no-repeat left 9px;
}

#contacts-cnt #left .cont p {
  font-family: SF-UI-Display-Regular;
  font-size: 16px;
  color: #757575;
  text-transform: uppercase;
  line-height: 30px;
}

#contacts-cnt #left .cont span,#contacts-cnt #left .cont a {
  font-family: SF-UI-Display-Regular;
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
}

#contacts-cnt iframe {
  width: 475px;
  height: 480px;
  float: right;
  margin-right: 35px;
  margin-top: 40px;
}

#prefooter {
  width: 100%;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-bottom: 90px;
  padding-top: 70px;
}

#prefooter p {
  font-family: SF-UI-Text-Medium;
  font-size: 24px;
  color: white;
  line-height: 34px;
  padding-bottom: 50px;
}

#prefooter a {
  color: #1976d2;
  background: white;
  font-family: SF-UI-Text-Regular;
  font-size: 16px;
  padding: 15px 28px;
  border-radius: 2px;
  text-decoration: none;
}

footer {
  background: rgba(1,4,0,0.07);
  width: 100%;
}

#footer-top{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 50px;
  padding-top: 55px;
}

#footer-top:after {
  content: "";
  display: block;
  clear: both;
}

footer a#link {
  font-family: 'Museo Sans Cyrl 700';
  font-size: 18px;
  color: white;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
}

footer #footer-menu {
  float: right;
}

footer #footer-menu li {
  float: left;
  margin-left: 35px;
}

footer #footer-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #212121;
  font-family: SF-UI-Text-Medium;
  font-size: 14px;
}

footer #footer-menu li a:hover {

}

footer #footer-bottom {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 34px;
}

footer #footer-bottom:after {
  content: "";
  display: block;
  clear: both;
}

footer #footer-bottom div {
  float: right;
}

footer #footer-bottom div:first-child {
  width: 30%;
}

footer #footer-bottom div:nth-child(2) {
  width: 30%;
}

footer #footer-bottom div:nth-child(3) {
  width: 20%;
}

footer #footer-bottom div:nth-child(4) {
  width: 20%;
}

footer #footer-bottom div:nth-child(5) {
  width: 30%;
}

footer #footer-bottom div p {
  font-family: SF-UI-Text-Light;
  font-size: 16px;
  color: #212121;
  line-height: 24px;
}

footer #footer-bottom div a,footer #footer-bottom div span {
  font-family: SF-UI-Text-Light;
  font-size: 16px;
  color: #757575;
  text-decoration: none;
  line-height: 24px;
}

#foot-logo {
  display: none;
}

footer #footer-bottom pre {
  float: left;
  clear: both;
  margin-top: 30px;
}

footer #footer-bottom pre a {
  font-family: SF-UI-Text-Regular;
  font-size: 16px;
  color: #212121;
  text-decoration: none;
}

.navToggle {
  width: 32px;
  z-index: 99;
  position: absolute;
  height: 30px;
  right: 2.5%;
  top: 24px;
  cursor: pointer;
  display: none;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.navToggle .icon {
  -webkit-transition: all 0.4s ease-out;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: black;
  float: left;
}
.navToggle .icon:before, .navToggle .icon:after {
  -webkit-transition: all 0.25s ease-out;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: black;
  content: '';
}
.navToggle .icon:before {
  top: -8px;
  left: 0;
}
.navToggle .icon:after {
  top: 8px;
  left: 0;
}

.navToggle.open .icon {
  -webkit-transition: all 0.4s ease-out;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
}
.navToggle.open .icon:before {
  top: 0;
  background-color: black;
  -webkit-transform: rotate(45deg);
}
.navToggle.open .icon:after {
  top: 0;
  background-color: black;
  -webkit-transform: rotate(-45deg);
}

#callback-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 5;
  display: none;
}

#callback {
  width: 430px;
  /* height: 365px; */
  height: 400px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
  background: white;
}

#callback #close {
  width: 32px;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}

#callback form{
  width: 100%;
  text-align: center;
  padding-top: 55px;
}

#callback #succes {
  width: 100%;
  height: 100%;
  padding-top: 55px;
  text-align: center;
  display: none;
}

#callback form h6,#callback #succes h6 {
  font-family: 'Museo Sans Cyrl 700';
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
}

#callback form p,#callback #succes p {
  font-family: SF-UI-Text-Regular;
  font-size: 16px;
  color: #212121;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 20px;
}

#callback form div {
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#callback form div input {
  width: 296px;
  height: 44px;
  outline: none;
  border: 1px solid #c7c7c7;
  text-indent: 50px;
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: rgba(0,0,0,0.87);
  border-radius: 3px;
}

#callback form button {
  width: 300px;
  height: 48px;
  border: none;
  background: #039be5;
  outline: none;
  font-family: SF-UI-Display-Regular;
  font-size: 16px;
  color: white;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 4px 10px 0px rgba(0,0,0,0.2);
}

.serviceBanner {
  width: 100%;
  height: 470px;
  position: relative;
  margin-top: 80px;
}

.serviceBanner:after {
  content: "";
  display: block;
  clear: both;
}

#transport {
  background: url(../images/item1.jpg) no-repeat center;
  background-size: cover;
}

#flat {
  background: url(../images/flat.jpg) no-repeat center;
  background-size: cover;
}

#land {
  background: url(../images/land.jpg) no-repeat center;
  background-size: cover;
}

#equipment {
  background: url(../images/equipment.jpg) no-repeat center;
  background-size: cover;
}

#legalservices {
  background: url(../images/legalservices.jpg) no-repeat center;
  background-size: cover;
}

#cadastre {
  background: url(../images/cadastre.jpg) no-repeat center;
  background-size: cover;
}

#region {
  background: url(../images/dist.jpg) no-repeat center;
  background-size: cover;
}

#commerce {
  background: url(../images/commerce.jpg) no-repeat center;
  background-size: cover;
}

#business {
  background: url(../images/business.jpg) no-repeat center;
  background-size: cover;
}

.serviceBanner .box {
  padding-top: 50px;
}

.serviceBanner form{
  width: 350px;
  float: right;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 23px;
  background: white;
  margin-top: 60px;
  border-radius: 3px;
}

.serviceBanner form h6 {
  font-family: 'Museo Sans Cyrl 700';
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
}

.serviceBanner form p {
  font-family: SF-UI-Text-Regular;
  font-size: 14px;
  color: #212121;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 20px;
}

.serviceBanner form div {
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.serviceBanner form div input {
  width: 296px;
  height: 44px;
  outline: none;
  border: 1px solid #c7c7c7;
  text-indent: 50px;
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: rgba(0,0,0,0.87);
  border-radius: 3px;
}

.serviceBanner form button {
  width: 300px;
  height: 45px;
  border: none;
  background: #039be5;
  outline: none;
  font-family: SF-UI-Display-Regular;
  font-size: 16px;
  color: white;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 4px 10px 0px rgba(0,0,0,0.2);
}

.serviceBanner #left {
  float: left;
  width: 620px;
  padding-top: 80px;
}

.serviceBanner #left h1 {
  font-family: SF-UI-Text-Semibold;
  font-size: 50px;
  color: white;
  padding-top: 28px;
}

.serviceBanner #left p,
.serviceBanner #left ul {
  font-family: SF-UI-Text-Regular;
  font-size: 20px;
  line-height: 30px;
  color: white;
  opacity: 0.8;
}

.serviceBanner #left ul li {
  list-style: inside disc;
}

.serviceBanner #left p {
  padding-top: 12px;
}

#serviceContainer {
  padding-top: 95px;
  padding-bottom: 40px;
}

#serviceContainer:after {
  content: "";
  display: block;
  clear: both;
}

#serviceNav {
  float: right;
}

#serviceNav li a {
  font-family: SF-UI-Text-Regular;
  font-size: 14px;
  color: #424242;
  background: #ededed;
  border-bottom: 1px solid rgba(1,4,0,0.1);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 14px 0;
  padding-left: 30px;
  padding-right: 20px;
  width: 206px;
  line-height: 20px;
}

#serviceNav li:last-child a {
  border-bottom: none;
}

#serviceNav li a.active,#serviceNav li a:hover {
  background: rgba(1,4,0,0.15);
  color: #212121;
}

#servContent {
  max-width: 745px;
  width: 65%;
  float: left;
}

#servContent b {
  font-family: SF-UI-Text-Semibold;
  color: #212121;
}

#servContent h3 {
  font-family: 'Museo Sans Cyrl 700';
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  line-height: 36px;
}

#servContent ul {
  padding-top: 22px;
  padding-bottom: 43px;
}

#servContent ul li {
  color: #212121;
  font-size: 16px;
  line-height: 36px;
  font-family: SF-UI-Text-Medium;
  padding-left: 15px;
  background: url(../images/list.png) no-repeat left 15px;
}

#servContent p {
  font-family: SF-UI-Text-Regular;
  font-size: 18px;
  color: #424242;
  line-height: 28px;
  padding-bottom: 50px
}

#servContent button {
    max-width: 300px;
    width: 100%;
    height: 45px;
    border: none;
    background: #039be5;
    outline: none;
    font-family: SF-UI-Display-Regular;
    font-size: 16px;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0px rgba(0,0,0,0.2);
    display: block;
    margin: 0 auto;
}

#servContent p > a {
    color: #039be5;
}

#servContent p.notPadd {
  padding-bottom: 10px;
}

#servContent p sup {
  color: #ef5350;
}

.telwhota {font-family: SF-UI-Display-Medium;
    font-size: 20px;
    color: #039be5;
    text-decoration: none;
    float: right;
    padding: 9px 0px;
    padding-left: 41px;
    background: url(/images/magilanka/what.png) no-repeat left center;
    margin-top: 0;
    opacity: 1;
    transition: all 0.5s ease;}
.telwhot {display: flex;
flex-direction: column;
  justify-content: space-between;
  align-items: flex-end

}

.magilanka {flex-direction: column;
  justify-content: space-between;
  align-items: flex-end}

  .minitsap { background: url(/images/magilanka/what1.png) no-repeat left center;  padding-left: 20px;}

  .servicesp p {
padding: 10px 0;
font-family: SF-UI-Text-Regular;
  }

  input[type="checkbox"] {
    margin-right: 10px;
  }


/* .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
} */

.form-check-input a {
  text-decoration: underline;
}

#submit-button:disabled {
  background: #cccccc;
  opacity: 0.5;
  cursor: not-allowed;
}