body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #ffffff;
  color: #000;
}

.section-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1220px) {
  .section-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 580px) {
  .section-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 36px;
  font-stretch: condensed;
  text-align: center;
  text-transform: uppercase;
  color: #073256;
  margin: 0;
  padding: 40px 0 32px;
  position: relative;
}

.title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 284px;
  height: 1px;
  background-color: #ff6529;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:link {
  color: #404040;
}

a:visited {
  color: #404040;
}

a:focus,
a:hover {
  color: #000;
}

a:active {
  color: #000;
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 23px;
  background-color: #ff6529;
  padding: 0 30px;
  line-height: 46px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.btn-large {
  line-height: 76px;
  border-radius: 55px;
  font-size: 24px;
  padding: 0 70px;
}

@media (max-width: 430px) {
  .btn-large {
    line-height: 60px;
    font-size: 20px;
    padding: 0 40px;
  }
}

.btn:link {
  color: #fff;
}

.btn:visited {
  color: #fff;
}

.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #f15f26;
}

.btn:active {
  color: #fff;
  background-color: #f15f26;
}

@media (max-width: 1270px) {
  .callback-btn {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

header.off-canvas {
  -webkit-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
          transform: translateY(-110px);
}

header.fixed {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

header .top-part-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 12px 0;
}

@media (max-width: 1320px) {
  header .top-part-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 580px) {
  header .top-part-wrapper {
    padding: 0 15px;
  }
}

header .menu-wrapper {
  background-color: #073256;
  height: 40px;
}

header .main-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .main-menu .closebtn {
  display: none;
}

header .main-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .main-menu a {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0 42px;
  line-height: 40px;
  background-color: transparent;
}

header .main-menu a:focus, header .main-menu a:hover {
  background-color: #ff6529;
}

header .main-menu a:active {
  background-color: #ff6529;
}

@media (max-width: 820px) {
  header .main-menu a {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  header .main-menu {
    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
    background-color: #073256;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .main-menu.opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .main-menu li {
    width: 100%;
  }
  header .main-menu a:not(.closebtn) {
    width: 100%;
  }
  header .main-menu .closebtn {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    z-index: 14;
    font-size: 36px;
    margin-left: 50px;
  }
}

header .mobile-menu-wrapper {
  display: none;
}

header .mobile-menu-wrapper .menu-btn {
  padding: 8px 10px;
}

header .mobile-menu-wrapper .menu-btn img {
  display: block;
}

header .mobile-menu-wrapper a {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0 10px;
  line-height: 40px;
  background-color: transparent;
}

header .mobile-menu-wrapper a:focus, header .mobile-menu-wrapper a:hover {
  background-color: #ff6529;
}

header .mobile-menu-wrapper a:active {
  background-color: #ff6529;
}

@media (max-width: 480px) {
  header .mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-wrapper .logo-mobile {
  width: 80px;
  display: none;
}

@media (max-width: 580px) {
  .logo-wrapper .logo-mobile {
    display: block;
  }
  .logo-wrapper .logo {
    display: none;
  }
}

.logo-wrapper h1 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #073256;
  margin: 0;
  text-align: left;
}

.logo-wrapper .vertical-line {
  width: 1px;
  height: 46px;
  margin: 0 9px;
  background-color: #ff6529;
}

.contacts-header-container, .contacts-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-header-container .phone,
.contacts-header-container .address,
.contacts-header-container .mail, .contacts-footer-container .phone,
.contacts-footer-container .address,
.contacts-footer-container .mail {
  position: relative;
}

.contacts-header-container .phone:before,
.contacts-header-container .address:before,
.contacts-header-container .mail:before, .contacts-footer-container .phone:before,
.contacts-footer-container .address:before,
.contacts-footer-container .mail:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.contacts-header-container .phone, .contacts-footer-container .phone {
  font-size: 18px;
  margin-left: 22px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 101, 41, 0.46);
}

.contacts-header-container .phone:before, .contacts-footer-container .phone:before {
  content: url("../images/phone.svg");
  left: -22px;
  width: 13px;
  height: 21px;
}

.contacts-header-container .address, .contacts-footer-container .address {
  margin-left: 22px;
  font-size: 14px;
}

.contacts-header-container .address:before, .contacts-footer-container .address:before {
  content: url("../images/geo.svg");
  left: -25px;
  width: 21px;
  height: 21px;
}

.contacts-header-container .mail, .contacts-footer-container .mail {
  margin-left: 30px;
  font-size: 14px;
}

.contacts-header-container .mail:before, .contacts-footer-container .mail:before {
  content: url("../images/mail.svg");
  left: -30px;
  width: 21px;
  height: 13px;
}

.contacts-header-container .vertical-line, .contacts-footer-container .vertical-line {
  width: 1px;
  height: 41px;
  background-color: #c4c4c4;
  margin: 0 41px;
}

@media (max-width: 820px) {
  .contacts-header-container .phone ~ .vertical-line {
    display: none;
  }
}

@media (max-width: 415px) {
  .contacts-header-container .phone {
    display: none;
  }
}

@media (max-width: 820px) {
  .contacts-header-container .address {
    display: none;
  }
}

@media (max-width: 1170px) {
  .contacts-header-container .mail {
    display: none;
  }
  .contacts-header-container .mail ~ .vertical-line {
    display: none;
  }
}

@media (max-width: 1070px) {
  .contacts-footer-container {
    -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;
  }
  .contacts-footer-container .vertical-line {
    width: 100%;
    height: 1px;
    margin: 15px 0;
  }
}

main {
  margin-top: 110px;
}

.main-section {
  background: url("../images/main-bg.jpg") center/cover no-repeat;
  min-height: calc(100vh - 110px);
}

.main-section .main-section-wrapper {
  min-height: calc(100vh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-slider {
  position: relative;
}

.main-slider .item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.main-slider .item__title {
  margin: 0;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 22px;
  background-color: #073256;
}

.main-slider .item__title.sup {
  padding-bottom: 5px;
}

.main-slider .item__title.sub {
  padding-top: 5px;
}

@media (max-width: 500px) {
  .main-slider .item__title {
    background-color: rgba(7, 50, 86, 0.4);
  }
}

.main-slider .service {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin: 5.7rem auto;
}

@media (max-width: 700px) {
  .main-slider .item__title {
    font-size: 32px;
    padding: 10px 0;
  }
  .main-slider .service {
    font-size: 22px;
    margin: 2rem auto;
  }
}

@media (max-width: 430px) {
  .main-slider .item__title {
    font-size: 25px;
  }
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 41.5px);
  outline: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0.9;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

@media (max-width: 1170px) {
  .main-slider .owl-nav .owl-prev,
  .main-slider .owl-nav .owl-next {
    top: calc(50% - 22px);
  }
  .main-slider .owl-nav .owl-prev img,
  .main-slider .owl-nav .owl-next img {
    width: 44px;
  }
}

.main-slider .owl-nav .owl-prev {
  left: 5px;
}

@media (max-width: 1170px) {
  .main-slider .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 580px) {
  .main-slider .owl-nav .owl-prev {
    left: -12px;
  }
}

.main-slider .owl-nav .owl-next {
  right: 5px;
}

@media (max-width: 1170px) {
  .main-slider .owl-nav .owl-next {
    right: -25px;
  }
}

@media (max-width: 580px) {
  .main-slider .owl-nav .owl-next {
    right: -12px;
  }
}

.about-section {
  background-color: #f9fafd;
}

.about-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 969px;
}

.about-wrapper .about-text {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #c4c4c4;
}

.about-wrapper .about-text p {
  font-weight: 300;
  max-width: 680px;
  margin: 20px auto;
}

.about-wrapper .photo-wrapper {
  padding: 8px;
  position: relative;
}

.about-wrapper .photo-wrapper:before, .about-wrapper .photo-wrapper:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 58px;
  background-color: #ff6529;
}

.about-wrapper .photo-wrapper:before {
  left: 0;
}

.about-wrapper .photo-wrapper:after {
  right: 0;
}

.about-wrapper .photo-wrapper img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}

.advantage-section {
  background-color: #fff;
}

.advantage-section .title-wrapper {
  background-color: #f9fafd;
}

.advantage-wrapper {
  max-width: 969px;
}

.advantage-wrapper .items-wrapper {
  padding: 55px 0 40px;
  width: 100%;
  border-top: 1px solid #c4c4c4;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantage-wrapper .item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  text-align: center;
}

.advantage-wrapper .item:first-child {
  width: 32%;
}

.advantage-wrapper .item__title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 40px 0 8px;
  min-height: 40px;
}

.advantage-wrapper .item .subtitle {
  font-weight: 300;
  margin: 0;
}

@media (max-width: 700px) {
  .advantage-wrapper .items-wrapper {
    -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;
  }
  .advantage-wrapper .item {
    width: 100%;
  }
  .advantage-wrapper .item:first-child {
    width: 100%;
  }
  .advantage-wrapper .item:not(:last-child) {
    padding-bottom: 40px;
  }
}

.service-section {
  background-color: #f9fafd;
}

.service-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 969px;
  padding: 40px 32px;
  border-top: 1px solid #c4c4c4;
}

.service-wrapper .service {
  margin-bottom: 40px;
  width: 100%;
}

.service-wrapper .service:last-child {
  margin-bottom: 0;
}

.service-wrapper .item-wrapper {
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto 40px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 870px) {
  .service-wrapper .item-wrapper {
    grid-template-rows: minmax(200px, auto) auto;
  }
}

@media (max-width: 500px) {
  .service-wrapper .item-wrapper {
    grid-template-columns: 150px auto;
    grid-template-rows: minmax(150px, auto) auto;
  }
}

@media (max-width: 400px) {
  .service-wrapper .item-wrapper {
    grid-template-columns: 100px auto;
    grid-template-rows: minmax(100px, auto) auto;
  }
}

.service-wrapper .image-wrapper {
  height: 100%;
  grid-row: span 2;
}

.service-wrapper .image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-wrapper .item__text {
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.service-wrapper .item__text p {
  padding: 0 20px;
}

.service-wrapper .item__text p:last-child {
  padding-bottom: 15px;
}

@media (max-width: 500px) {
  .service-wrapper .item__text p {
    font-size: 14px;
  }
  .service-wrapper .item__text p:last-child {
    padding-bottom: 7px;
  }
}

@media (max-width: 400px) {
  .service-wrapper .item__text {
    padding-top: 10px;
  }
  .service-wrapper .item__text p {
    padding: 0 7px;
  }
}

.service-wrapper .item__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}

@media (max-width: 500px) {
  .service-wrapper .item__title {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

.service-wrapper .item__subtitle {
  margin: 5px 0;
  max-width: 530px;
}

.service-wrapper .links-wrapper {
  background-color: #073256;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 870px) {
  .service-wrapper .links-wrapper {
    grid-column: span 2;
  }
}

@media (max-width: 670px) {
  .service-wrapper .links-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .service-wrapper .links-wrapper {
    font-size: 16px;
  }
}

.service-wrapper .links-wrapper span {
  padding: 0 20px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  background-color: transparent;
}

@media (max-width: 870px) {
  .service-wrapper .links-wrapper span {
    min-width: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 670px) {
  .service-wrapper .links-wrapper span {
    width: 100%;
  }
}

.service-wrapper .links-wrapper .link {
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0 42px;
  line-height: 40px;
  background-color: transparent;
}

.service-wrapper .links-wrapper .link.active {
  background-color: #ff6529;
}

@media (max-width: 670px) {
  .service-wrapper .links-wrapper .link {
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 600px) {
  .service-wrapper .links-wrapper .link:focus, .service-wrapper .links-wrapper .link:hover {
    background-color: #ff6529;
  }
  .service-wrapper .links-wrapper .link:active {
    background-color: #ff6529;
  }
}

@media (max-width: 500px) {
  .service-wrapper .links-wrapper .link {
    padding: 0 5px;
  }
}

.service-wrapper .links-wrapper .open-btn {
  border: none;
  outline: none;
  margin-left: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  background-color: #356e9e;
}

.service-wrapper .links-wrapper .open-btn img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.service-wrapper .links-wrapper .open-btn img.rotated {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.service-wrapper .table-wrapper {
  margin-top: 11px;
  overflow: hidden;
  display: none;
}

.service-wrapper .table-wrapper .table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 200%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

@media (max-width: 599px) {
  .service-wrapper .table-wrapper .table-container {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-wrapper .table-wrapper table, .service-wrapper .table-wrapper th, .service-wrapper .table-wrapper td, .service-wrapper .table-wrapper tr {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.service-wrapper .table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.service-wrapper .table-wrapper table.visible {
  display: table;
}

@media (max-width: 500px) {
  .service-wrapper .table-wrapper table {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .service-wrapper .table-wrapper table {
    font-size: 12px;
  }
}

@media (max-width: 370px) {
  .service-wrapper .table-wrapper table {
    font-size: 10px;
  }
}

.service-wrapper .table-wrapper td, .service-wrapper .table-wrapper th {
  border: 1px solid #eee;
  text-align: center;
  padding: 8px;
  font-weight: normal;
}

.service-wrapper .table-wrapper tr:nth-child(even) {
  background-color: #fff;
}

.service-wrapper .table-wrapper tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.service-wrapper .table-wrapper tr th {
  background-color: #e5edf3;
}

.service-wrapper .table-wrapper tr th:first-child {
  background-color: #356e9e;
  color: #fff;
}

.promotion-section {
  background: url("../images/Prom-bg.jpg") center/cover no-repeat;
}

.promotion-wrapper {
  max-width: 969px;
  padding: 70px 32px;
}

.promotion-wrapper h2 {
  text-transform: uppercase;
  margin: 0 0 40px;
  max-width: 600px;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 430px) {
  .promotion-wrapper {
    text-align: center;
  }
  .promotion-wrapper h2 {
    font-size: 32px;
  }
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
}

@media (max-width: 1320px) {
  .contacts-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 580px) {
  .contacts-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .contacts-wrapper {
    -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;
  }
  .contacts-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}

footer {
  background-color: #101010;
  height: 40px;
}

.fancybox-close-small {
  z-index: 99995;
}

.fancybox-content {
  padding: 0;
}

#callback-modal {
  color: #fff;
}

.callback-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 25px;
  display: inline-block;
  background-color: #073256;
  max-width: 350px;
}

.callback-wrapper .title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 30px;
  padding: 0;
  margin-bottom: 15px;
}

.callback-wrapper .subtitle {
  font-size: 12px;
  color: #85909b;
  text-align: center;
  margin-bottom: 30px;
}

.callback-wrapper form {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.callback-wrapper input {
  border: none;
  outline: none;
  min-height: 44px;
}

.callback-wrapper input[type="text"],
.callback-wrapper input[type="tel"] {
  padding: 5px 17px;
  margin-bottom: 20px;
  width: 100%;
  min-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #979b85;
  font-size: 14px;
}

.callback-wrapper input[type="submit"],
.callback-wrapper button[type="submit"] {
  min-width: 220px;
  font-size: 16px;
  border-radius: 3px;
}

.call-wrapper {
  position: fixed;
  z-index: 11;
  bottom: 10px;
  right: 10px;
}

.call-wrapper .call {
  width: 80px;
  display: block;
  color: #ff6529;
}

.call-wrapper img {
  width: 100%;
  display: block;
  opacity: 0.7;
}

@media (min-width: 500px) {
  .call-wrapper {
    display: none;
  }
}
