@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
section {
  overflow: hidden;
}
.noOverflow {
  overflow: visible !important;
}
body::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}
p {
  margin: 0;
}
.title-section {
  font-size: 30px;
  font-weight: 700;
}
.title-text {
  margin-top: 18px;
  max-width: 585px;
  line-height: 16.4px;
}
button {
  position: relative;
  border: none;
}
button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.btn-red {
  border-radius: 5px;
  background-color: #fc4c02;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.btn-red.disabled {
  cursor:default ;
  border: 0px solid #dddddd;
  background-color: #dddddd;
  color: #888888;
  font-weight: 500;
}

.btn-red.active {
  border: 2px solid #fc4c02;
  background-color: #fc4c02;
  color: #fff;
  font-weight: 500;
}



.btn-red:hover {
  border: 2px solid #fc4c02;
  background-color: transparent;
  color: #fc4c02;
  font-weight: 500;
}

.btn-blue {
  background-color: #6da4f3;
  color: #fff;
  height: 37px;
  width: 180px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-blue:hover {
  border: 2px solid #6da4f3;
  background-color: transparent;
  color: #6da4f3;
  font-weight: 500;
}
.btn-white {
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-white:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}
.air {
  height: 68px;
}

.headDefault {
  background-image: url(/images/src/about/bg.jpg) ;
  position: relative;
}
.headDefault::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #313f5464;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.aboutPage-image {
  overflow: hidden;
  height: 225px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #878787;
}
.aboutPage-image img {
  height: 100%;
}
.aboutPage-wrapper p {
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 16.4px;
}
.homeWeWork-wrapper-header {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.aboutWeWork {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.homeWeWork-numbers {
  margin-top: 58px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homeWeWork-number {
  width: 300px;
}
.homeWeWork-number p {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 0;
  color: #fc4c02;
  line-height: 64px;
}
.homeWeWork-number h6 {
  font-weight: 400;
  font-size: 14px;
  color: #fc4c02;
  max-width: 203px;
}
.pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 32px;
  background: #fff;
  -webkit-box-shadow: 0 4px 37px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 37px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pdf-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.pdf-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdf-link img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 33px;
}
.pdf-link p {
  max-width: 234px;
}
@media screen and (max-width: 992px) {
  .aboutPage-image {
    margin-bottom: 22px;
  }
  .homeWeWork-numbers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homeWeWork-number {
    margin-bottom: 30px;
  }
  .pdf-link {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .aboutPage-wrapper p {
    padding-top: 34px;
    font-size: 13px;
    line-height: 15.23px;
  }
  .aboutPage-image {
    height: 238px;
  }
  .aboutWeWork {
    padding-top: 34px !important;
  }
  .homeWeWork-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
  }
  .homeWeWork-number {
    margin-bottom: 52px;
  }
  .homeWeWork-number p {
    text-align: center;
  }
  .homeWeWork-number h6 {
    text-align: center;
    margin: auto;
  }
  .mobile-btn-about {
    margin: auto;
    text-align: center;
  }
  .pdf-link {
    padding: 22px;
    margin-bottom: 25px;
  }
  .pdf-link p {
    font-size: 13px;
  }
  .pdf-link img {
    width: 37px;
    height: 38px;
  }
  .aboutWeWork {
    padding-bottom: 44px !important;
  }
  .headDefault-title p {
    max-width: 236px;
  }
  .headDefault {
    background-image: url(/images/src/about/bg.jpg) !important;
    position: relative;
  }
  .headDefault::after {
    content: "";
    top: 0;
    left: 0;
    background-color: #313f5464;
    z-index: 1;
  }
  .homeWeWork-number h6 {
    line-height: 19.07px;
  }
}

.homeWeWork-card {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeWeWork-card img {
  width: 100%;
  object-fit: cover;
}
.headContact {
  padding-top: 60px !important;
  padding-bottom: 30px !important;
}
.contactPage {
  padding-top: 60px;
  padding-bottom: 90px;
}
.contactPage-location {
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contactPage-location h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
}
.contactPage-location .numbers {
  margin-bottom: 9px;
}
.contactPage-location .numbers a {
  color: #27314c;
  margin-right: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.contactPage-location a {
  color: #fc4c02;
  font-weight: 500;
}
.contactPage-location .map {
  min-height: 395px;
}
.contactPage-location-item .mail {
  font-weight: 400;
  font-size: 14px;
  color: #27314c;
}
.contactPage-location-item .workTime {
  color: #fc4c02;
  font-weight: 500;
}
.contactPage-location-item p {
  color: #27314c;
}
.contactPage-form {
  padding-bottom: 75px;
}
.contactPage-form-footer {
  margin-top: 35px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contactPage-form-footer button {
  height: 45px;
  width: 210px;
}
.contactPage-form-footer a {
  max-width: 200px;
  font-size: 10px;
  font-weight: 300;
  display: inline-block;
}
.contactPage-form-footer a span {
  font-size: 10px;
  font-weight: 300;
  color: #fc4c02;
}
.contactPage-form-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contactPage-form-textarea textarea {
  height: 141px;
  background: #f8f8f8;
  border-radius: 5px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.contactPage-form-wrapper {
  border: 1px solid #e8eef1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 42px 73px 33px 73px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contactPage-form-head {
  margin-bottom: 59px;
}
.contactPage-form-head h3 {
  color: #6da4f3;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
}
.contactPage-form-head p {
  font-weight: 300;
  font-size: 12px;
}
.contactPage-form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contactPage-form-body-item {
  width: 47%;
}
.contactPage-form-body .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contactPage-form-body .item .item-first-up {
  margin-bottom: 20px;
  position: relative;
}
.contactPage-form-body .item .item-first-up::after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: 20px;
  z-index: 10;
  width: 12px;
  height: 12px;
  background-image: url(../images/src/home/select.png);
}
.contactPage-form-body .item p {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}
.contactPage-form-body select {
  -webkit-appearance: none;
  background: #f8f8f8;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  height: 46px;
  font-weight: 400 !important;
  margin-top: 10px;
  background-position: 100px;
}
.contactPage-form-body .label {
  width: 48%;
}
.contactPage-form-body label {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contactPage-form-body input {
  margin-top: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  border: none;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper-che {
  position: relative;
}
.custom-checkbox-con {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.contactPage-cheak-wrapper {
  position: relative;
}
.custom-checkbox-con + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: -40px;
}
.custom-checkbox-con + label::before {
  content: "";
  background: #f8f8f8;
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 18px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.custom-checkbox-con:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fc4c02;
}
.contactPage-location-item .workTime {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .contactPage-location .map {
    margin-top: 40px;
  }
  .contactPage-form-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contactPage-form-body-item {
    width: 100%;
  }
  .contactPage-form-textarea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .headContact {
    padding-top: 27px !important;
  }
  .headContact h4 {
    font-size: 24px !important;
  }
  .headContact-wrapper {
    height: 145px;
  }
  .contactPage {
    padding-top: 53px;
    padding-bottom: 73px;
  }
  .contactPage-location-item {
    margin-bottom: 38px;
  }
  .contactPage-location-item p {
    font-size: 11px;
  }
  .contactPage-location h4 {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .contactPage-location .numbers {
    margin-bottom: 5px;
  }
  .contactPage-location .numbers a {
    font-size: 12px;
    line-height: 12.06px;
  }
  .contactPage-location a {
    font-size: 12px;
  }
  .contactPage-location .map {
    margin-top: 10px;
    height: 311px;
    min-height: auto;
  }
  .contactPage-form {
    padding-bottom: 57px;
  }
  .contactPage-form-textarea {
    margin-top: 0;
  }
  .contactPage-form-textarea textarea {
    height: 150px;
  }
  .contactPage-form-wrapper {
    padding: 0;
    border: none;
  }
  .contactPage-form-head {
    margin-bottom: 49px;
  }
  .contactPage-form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contactPage-form-footer button {
    margin-top: 33px;
    width: 100%;
    height: 60px;
  }
  .contactPage-form-body .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contactPage-form-body .item .item-first-up {
    margin-bottom: 28px;
  }
  .contactPage-form-body .label {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactPage-form-body select {
    height: 60px;
  }
  .contactPage-form-body input {
    height: 60px;
  }
  .contactPage-cheak-wrapper {
    margin-left: 40px;
  }
  .contactPage-form-body .item .item-first-up::after {
    right: 24px;
    bottom: 21px;
    background-image: url(../images/src/home/selectM.png);
  }
}
.headDefault {
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
.headDefault-wrapper {
  padding-top: 100px;
  padding-bottom: 85px;
  position: relative;
  z-index: 2;
}
.aboutPage-ul {
    padding-bottom: 40px;
    padding-left: 16px;
}
.headDefault-title h4 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.headDefault-title p {
  color: #fff;
}
.headDefault-form .form-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headDefault-form .form-up input {
  padding-left: 20px;
  padding-right: 20px;
  width: 48%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: none;
  color: #fff;
}
.headDefault-form .form-up input::-webkit-input-placeholder {
  color: #fff;
}
.headDefault-form .form-up input::-moz-placeholder {
  color: #fff;
}
.headDefault-form .form-up input:-ms-input-placeholder {
  color: #fff;
}
.headDefault-form .form-up input::-ms-input-placeholder {
  color: #fff;
}
.headDefault-form .form-up input::placeholder {
  color: #fff;
}
.headDefault-form .form-up button {
  width: 48%;
}
.headDefault-form a {
  color: rgba(255, 255, 255, 0.52);
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}
.headDefault-form a span {
  color: #fff;
  font-size: 12px;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  max-width: 278px;
}
.header-logo img {
  width: 100%;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  z-index: 100;
}
.header-menu li {
  list-style: none;
  margin-right: 44px;
  cursor: pointer;
  position: relative;
  display: block;
}
.header-menu li:hover ul {
  left: -40px;
  opacity: 1;
  padding-top: 55px;
  background-color: #fff;
}
.header-menu ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.25s linear opacity;
  -o-transition: 0.25s linear opacity;
  transition: 0.25s linear opacity;
}
.header-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-numbers a {
  font-weight: 700;
}
.header-numbers button {
  width: 105px;
  height: 37px;
  margin-left: 45px;
}
.menu-trigger {
  display: none;
}
.menu-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  padding-left: 0;
  padding-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 580px;
}
.menu-drop::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f2f2f2;
}
.menu-drop li {
  width: 290px;
  margin-right: 0;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-drop li a {
  padding-left: 30px;
  padding-right: 25px;
  font-size: 13px;
  line-height: 15.95px;
  display: inline-block;
}
.menu-drop li:hover {
  background-color: #f7f7f7;
  color: #fc4c02;
}
.call-wrapper-menu {
  display: none;
}
.homeHero {
  position: relative;
  height: 600px;
}
.homeHero-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homeHero-img img {
  width: 100%;
  height: 100%;
}
.homeHero-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 30, 57, 0.45)),
    to(rgba(0, 113, 194, 0.0765))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 30, 57, 0.45) 0,
    rgba(0, 113, 194, 0.0765) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 30, 57, 0.45) 0,
    rgba(0, 113, 194, 0.0765) 100%
  );
}
.homeHero-wrapper {
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homeHero-wrapper h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 58px;
  margin: 0;
}
.homeHero-wrapper h1 img {
  width: 54px;
  height: 54px;
  margin-right: 24px;
}
.homeHero-wrapper p {
  max-width: 575px;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.homeHero-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homeHero-form input {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  color: #fff;
  width: 288px;
}
.homeHero-form input::-webkit-input-placeholder {
  color: #fff;
}
.homeHero-form input::-moz-placeholder {
  color: #fff;
}
.homeHero-form input:-ms-input-placeholder {
  color: #fff;
}
.homeHero-form input::-ms-input-placeholder {
  color: #fff;
}
.homeHero-form input::placeholder {
  color: #fff;
}
.homeHero-form button {
  width: 180px;
  margin-left: 29px;
}
.homeHero-form-wrapper a {
  display: inline-block;
  margin-top: 11px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.52);
}
.homeHero-form-wrapper a span {
  font-size: 12px;
  color: #fff;
}
.homeServAuto {
  padding-top: 100px;
  padding-bottom: 100px;
}
.homeServAuto-products {
  margin-top: 50px;
}
.homeServAuto-products-card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  height: 190px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 23px;
}
.homeServAuto-products-card:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.homeServAuto-products-card a {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.homeServAuto-products-card p {
  z-index: 10;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  max-width: 334px;
  text-align: center;
}
.homeServAuto-products-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeServAuto-products-card-img img {
  height: 100%;
}
.homeWhyWe {
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #f8f8f8;
}
.homeWhyWe-wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.homeWhyWe-cards {
  margin-top: 60px;
  margin-bottom: 150px;
}
.homeWhyWe-card {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 37px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 37px rgba(0, 0, 0, 0.1);
  padding: 45px 26px 45px 26px;
  height: 100%;
}
.homeWhyWe-card-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}
.homeWhyWe-card-up img {
  width: 39px;
  height: 39px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homeWhyWe-card-up p {
  margin-left: 18px;
  font-weight: 700;
  font-size: 18px;
  color: #6da4f3;
}
.homeForm-wrapper {
  padding: 46px;
  border-radius: 10px;
  background-image: url(../images/src/home/form-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.homeForm-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 18, 35, 0.55)),
    to(rgba(0, 113, 194, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 18, 35, 0.55) 0,
    rgba(0, 113, 194, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 18, 35, 0.55) 0,
    rgba(0, 113, 194, 0) 100%
  );
}
.homeForm-wrapper .form {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.homeForm-wrapper .form h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  color: #6da4f3;
}
.homeForm-wrapper .form p {
  margin-bottom: 20px;
}
.homeForm-wrapper .form select {
  width: 100%;
  -webkit-appearance: none;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #fff;
  background-position-x: calc(100% - 8px);
}
.homeForm-wrapper .form input {
  width: 100%;
  margin-top: 15px;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding-left: 22px;
  padding-right: 22px;
}
.homeForm-wrapper .form input::-webkit-input-placeholder {
  color: #a8a8a8;
}
.homeForm-wrapper .form input::-moz-placeholder {
  color: #a8a8a8;
}
.homeForm-wrapper .form input:-ms-input-placeholder {
  color: #a8a8a8;
}
.homeForm-wrapper .form input::-ms-input-placeholder {
  color: #a8a8a8;
}
.homeForm-wrapper .form input::placeholder {
  color: #a8a8a8;
}
.homeForm-wrapper .form button {
  margin-top: 21px;
  height: 37px;
}
.homeForm-home {
  margin-top: -190px;
}
.homeWeWork {
  padding-top: 120px;
  padding-bottom: 100px;
}
.homeWeWork-cards {
  margin-top: 60px;
}
.homeWeWork-card {
  margin-bottom: 30px;
  background: #878787;
  border-radius: 10px;
  height: 247px;
}
.select-wrapper {
  position: relative;
  width: 100%;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 10;
  width: 12px;
  height: 12px;
  background-image: url(../images/src/home/selectM.png);
}
.footer {
  background-color: #f8f8f8;
}
.footer-up {
  height: 118px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-up .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-up .item button {
  margin-left: 35px;
}
.footer-up .item a {
  color: #a4a4a4;
  font-size: 18px;
}
.footer-up .item p {
  color: #a4a4a4;
  font-size: 18px;
}
.footer-up .item-logo {
  display: none;
}
.footer-logo {
  max-width: 181px;
}
.footer-logo img {
  width: 100%;
}
.footer-body {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-body .item ul {
  padding: 0;
  margin: 0;
}
.footer-body .item ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer-body .item h4 {
  color: #fc4c02;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 400;
}
.footer-body .item .mail {
  margin-top: 10px;
  display: inline-block;
}
.footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 340px;
  padding-bottom: 10px !important;
  padding-top: 4px !important;
}
.footer-phone li {
  padding-left: 28px;
  position: relative;
}
.footer-phone li::before {
  position: absolute;
  content: "";
  background-color: #fc4c02;
  border-radius: 3px;
  width: 11px;
  height: 11px;
  left: 0;
  top: 4px;
}
.footer-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}
.footer-down-item {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #979797;
}
.footer-down-item img {
  width: 105px;
  height: 41px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 20px;
}
.footer-down-item p {
  font-size: 12px;
  color: #979797;
}
.footer-down-item a {
  font-size: 12px;
  color: #6da4f3;
}
.footer-down-item .policy {
  margin-left: 100px;
}
.menuMobile {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: scroll;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.menuMobile-menu {
  height: 1000px;
}
.menuMobile-close {
  position: absolute;
  right: 20px;
  top: 70px;
}
.menuMobile.active {
  visibility: visible;
  opacity: 1;
}
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #fc4c02;
}
.form-policy-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
}
.form-policy-wrapper input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-policy-wrapper label::before {
  content: "";
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  width: 22px;
  top: -2px;
  height: 22px;
  background: #e8eef1;
}
.form-policy-wrapper input:checked + label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #6da4f3;
  border-radius: 50%;
  left: 5px;
  top: 3px;
}
.form-policy-wrapper p {
  font-size: 10px;
  font-weight: 300;
  max-width: 200px;
  text-align: center;
  margin-bottom: 0 !important;
}
.form-policy-wrapper p a {
  color: #6da4f3;
  font-size: 10px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    max-width: 170px;
  }
  .homeWhyWe-card {
    padding: 16px 12px;
  }
  .footer-body .item a {
    font-size: 13px;
  }
  .footer-body .item p {
    font-size: 13px;
  }
  .menu-trigger {
    display: block;
    margin-left: 29px;
  }
}
@media screen and (max-width: 992px) {
  .headDefault {
    background-position: 26% center;
  }
  .headDefault-form {
    margin-top: 20px;
  }
  .call-wrapper-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-trigger {
    cursor: pointer;
  }
  .header-menu {
    display: none;
  }
  .header-numbers {
    display: none;
  }
  .mobile-call-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fc4c02;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homeWhyWe-card {
    display: block;
  }
  .homeWhyWe-card-wrapper {
    margin-bottom: 20px;
  }
  .footer-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 150px;
  }
  .footer-up .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-cal {
    width: 100%;
    margin-top: 20px;
  }
  .footer-logoo {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .header {
    height: 77px;
  }
  .air {
    height: 77px;
  }
  .headDefault-wrapper {
    padding-top: 52px;
    padding-bottom: 37px;
  }
  .headDefault-title h4 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .headDefault-form .form-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .headDefault-form .form-up input {
    width: 100%;
    height: 45px;
    margin-bottom: 17px;
  }
  .headDefault-form .form-up input::-webkit-input-placeholder {
    text-align: center;
  }
  .headDefault-form .form-up input::-moz-placeholder {
    text-align: center;
  }
  .headDefault-form .form-up input:-ms-input-placeholder {
    text-align: center;
  }
  .headDefault-form .form-up input::-ms-input-placeholder {
    text-align: center;
  }
  .headDefault-form .form-up input::placeholder {
    text-align: center;
  }
  .headDefault-form .form-up button {
    width: 100%;
  }
  .headDefault-form a {
    display: none;
  }
  .title-section {
    font-size: 24px;
    line-height: 28.3px;
  }
  .homeHero-wrapper h1 {
    font-size: 48px;
    line-height: 56px;
    max-width: 319px;
  }
  .homeHero-wrapper h1 img {
    width: 38px;
    height: 38px;
    margin-right: 0;
    margin-top: 6px;
  }
  .homeHero-wrapper p {
    font-size: 14px;
    line-height: 16.4px;
    margin-top: 23px;
    margin-bottom: 26px;
  }
  .homeHero-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homeHero-form input {
    width: 100%;
  }
  .homeHero-form input::-webkit-input-placeholder {
    text-align: center;
  }
  .homeHero-form input::-moz-placeholder {
    text-align: center;
  }
  .homeHero-form input:-ms-input-placeholder {
    text-align: center;
  }
  .homeHero-form input::-ms-input-placeholder {
    text-align: center;
  }
  .homeHero-form input::placeholder {
    text-align: center;
  }
  .homeHero-form button {
    width: 100%;
    margin-left: 0;
    margin-top: 17px;
  }
  .homeHero-form-wrapper a {
    display: none;
  }
  .footer-up {
    height: auto;
    padding-top: 35px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-up .border-item {
    border-top: 1px solid #eaeaea;
  }
  .footer-up .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 27px;
  }
  .footer-up .item button {
    width: 100%;
    margin-left: 0;
    height: 45px;
  }
  .footer-up .item p {
    margin-bottom: 32px;
    max-width: 243px;
    text-align: center;
  }
  .footer-up .item a {
    margin-bottom: 32px;
  }
  .footer-up .item-logo {
    display: block;
    margin: auto;
    max-width: 168px;
  }
  .footer-up .item-logo img {
    width: 100%;
  }
  .footer-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-body .item {
    display: none;
  }
  .footer-body .item a {
    font-size: 14px;
  }
  .footer-body .item p {
    font-size: 18px;
  }
  .footer-body .item .mail {
    font-size: 18px;
  }
  .footer-body .footer-logo {
    display: none;
  }
  .footer-body .footer-cal {
    display: block;
  }
  .footer-down-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-down-item .policy {
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .homeServAuto {
    padding-top: 44px;
    padding-bottom: 24px;
  }
  .homeServAuto-products-card {
    height: 162px;
  }
  .homeWhyWe {
    padding-top: 44px;
    padding-bottom: 24px;
  }
  .homeWhyWe-wrapper-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .homeWhyWe-wrapper-header button {
    margin-top: 36px;
  }
  .homeWhyWe-cards {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .homeWhyWe-card {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 45px;
  }
  .select-wrapper::after {
    bottom: 8px;
  }
  .homeForm-wrapper .form select {
    font-size: 9px;
  }
  .homeForm-wrapper .form input {
    font-size: 9px;
  }
  .form-policy-wrapper label::before {
    width: 16px;
    height: 16px;
  }
  .form-policy-wrapper input:checked + label:after {
    width: 8px;
    height: 8px;
    left: 4px;
    top: 2px;
  }
  .form-policy-wrapper {
    margin-top: 18px;
  }
  .homeForm-home {
    margin-top: 0;
  }
  .homeForm .container {
    padding: 0;
  }
  .homeForm-wrapper {
    border-radius: 0;
    padding: 45px 40px;
  }
  .homeForm-wrapper .form {
    width: 100%;
    padding: 25px;
  }
  .homeForm-wrapper .form h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .homeForm-wrapper .form input {
    width: 95%;
    margin-top: 10px;
    height: 28px;
  }
  .homeForm-wrapper .form select {
    width: 95%;
    height: 29px;
  }
  .homeForm-wrapper .form button {
    width: 115px;
    height: 24px;
    font-size: 10px;
    margin-top: 14px;
  }
  .homeWeWork {
    padding-top: 44px;
    padding-bottom: 82px;
  }
  .homeWeWork-card {
    height: 213px;
    margin-bottom: 26px;
  }
}
body.active {
  overflow: hidden;
}
.modalBgg {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  cursor: pointer;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modalBgg.active {
  visibility: visible;
  opacity: 1;
}
.modalWindow {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.modalWindow.active {
  visibility: visible;
  opacity: 1;
}
.modalWindow .form {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  width: 450px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modalWindow .form h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  color: #6da4f3;
}
.modalWindow .form p {
  margin-bottom: 20px;
}
.modalWindow .form input {
  width: 100%;
  margin-top: 15px;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding-left: 22px;
  padding-right: 22px;
}
.modalWindow .form button {
  margin-top: 21px;
  height: 37px;
}
@media screen and (max-width: 992px) {
  .modalWindow {
    width: 98%;
    margin: auto;
  }
  .modalWindow .form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .menuMob-logo {
    max-width: 182px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
  .menuMob-logo img {
    width: 100%;
  }
  .menuMenu-list {
    margin-top: 20px;
    max-width: 250px;
    margin: auto;
  }
  .menuMenu-list-item {
    font-weight: 400;
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .menuMenu-list a {
    font-weight: 400;
    font-size: 16px;
  }
  .menuMenu-phone {
    margin-top: 30px;
    text-align: center;
    color: #fc4c02;
    font-weight: 600;
  }
}
.menuMenu-list-item-hide {
  display: none;
}
.menuMenu-list-item-hide.active {
  display: block;
}
.servDetail-form {
  padding-top: 50px;
  padding-bottom: 50px;
}
.servDetail-info {
  padding-top: 48px;
}
.servDetail-info-left {
  line-height: 16.4px;
}
#doc-title .name {
  display: none;
}
#doc-title {
  display: none !important;
}
.servDetail-info-left iframe {
  width: 100%;
  height: 500px;
}
.servDetail-info-left table {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  font-weight: 300;
  font-size: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #f2f2f2;
  display: block;
  overflow: hidden;
}
.servDetail-info-left table tbody .head-table {
  background-color: #fc4c02;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: none;
}
.servDetail-info-left table tbody tr td {
  border: 1px solid #f2f2f2;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
.servDetail-info-left table tbody tr td:nth-child(2) {
  width: 20%;
  text-align: center;
}
.servDetail-info-left table tbody tr td:nth-child(3) {
  text-align: center;
  width: 20%;
}
.servDetail-info-right-img {
  height: 250px;
  border-radius: 10px;
  background: #878787;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servDetail-info-right-img img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .servDetail-info-left table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .servDetail-info {
    padding-top: 41px;
  }
  .servDetail-info-right-img {
    height: 238px;
  }
  .servDetail-info-left table {
    margin-bottom: 50px;
  }
  .servDetail-info-left table tbody tr td {
    font-size: 9px;
    padding-left: 12px;
    padding-right: 12px;
    height: 35px;
  }
  .servDetail-info-left table tbody .head-table {
    font-size: 11px;
    height: 24px;
    font-weight: 500;
  }
}
.vacanciesPage-wrapper {
  padding-top: 48px;
  padding-bottom: 20px;
}
.vacanciesPage-wrapper p {
  margin-bottom: 35px;
  line-height: 16.4px;
}
.vacanciesPage-card-wrapper {
  margin-bottom: 22px;
}
.vacanciesPage-card {
  border: 1px solid #e3e3e3;
  padding: 28px 27px 26px 27px;
  border-radius: 10px;
  margin-bottom: 22px;
  height: 100%;
}
.vacanciesPage-card h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.vacanciesPage-card h6 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}
.vacanciesPage-card p {
  color: #6da4f3;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 576px) {
  .vacanciesPage-wrapper {
    padding-top: 32px;
  }
  .vacanciesPage-wrapper p {
    margin-bottom: 51px;
  }
  .vacanciesPage-card {
    padding: 23px 27px 26px 24px;
  }
  .vacanciesPage-card h5 {
    font-size: 15px;
    line-height: 18px;
  }
  .vacanciesPage-card h6 {
    font-size: 12px;
    line-height: 12.06px;
  }
  .vacanciesPage-card p {
    font-size: 12px;
    line-height: 12.06px;
    margin-bottom: 34px;
  }
  .vacanciesPage-card button {
    width: 155px;
    height: 38.5px;
  }
}

#price th {
font-weight:600;
border:1px solid #eee;
padding:5px;
}

#price td {
border:1px solid #eee;
padding:5px;
}



.btn-time {
  border-radius:5px;
  border: 1px solid green;
  margin-right:5px;
  background-color: #ffffff;
  color: green;
  display: inline;
  float:left;
  width: 80px;
  height: 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-time:hover {
  border: 0px solid green;
  background-color: green;
  color: #ffffff;
  font-weight: 500;
}

.btn-time.disabled {
  cursor:default ;
  border: 0px solid #dddddd;
  background-color: #dddddd;
  color: #888888;
  font-weight: 500;
}

.btn-time.active {
  cursor:default ;
  border: 0px solid #000000;
  background-color: green;
  color: #ffffff;
  font-weight: 500;
}

.row {
  display:flex;

}

.half {
  width: 49.5%;
}


