.ff2 {
  font-family: 'Rubik', sans-serif;
}

body {
  line-height: 1.5;
  color: #54616a;
  -webkit-font-smoothing: antialiased!important;
  font-family: 'Rubik', Roboto, -apple-system, Arial, sans-serif;
  background-color: #fff !important;
}

a,
h1,
h2,
h3,
h4,
h5,
p,
span,
li {
  color: #595d64;
}

a:hover,
a:focus {
  text-decoration: none;
}

.a-order,
.a-order-js {
  color: #fff;
}

.a-order-js {
  width: 50%;
  border: none !important;
}

.curs {
  pointer-events: all;
  cursor: pointer;
}

#all-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
}

section {
  min-width: 100%;
  display: block;
}

.divider {
  display: block;
  width: 176px;
  padding: 0px;
  border-width: 4px;
  border-style: none none solid;
  margin: 0 auto;
  border-color: #77bc1f;
}

.divider-white {
  display: block;
  width: 76px;
  padding: 0px;
  border-width: 4px;
  border-style: none none solid;
  margin-left: 4em !important;
  border-color: #fff;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 50px;
  padding: 0 35px;
  background-color: rgba(250, 250, 250, 0.8);
  text-transform: uppercase;
  position: fixed;
  z-index: 999;
  color: #000;
  border-bottom: 2px solid rgba(175, 175, 175, 0.18);
  overflow: hidden;
}

.nav .nav-logo {
  padding-left: 30px;
  font-size: 1.1rem;
}

.nav .nav-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav .nav-phone span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  font-size: 1.1rem;
}

.nav .nav-phone a {
  padding: 2px 15px;
}

.nav .nav-phone :hover {
  color: #000 !important;
}

.nav .nav-phone .bord {
  border-left: 2px solid #adafb2;
  border-right: 2px solid #adafb2;
}

.menu {
  background-color: #FFF;
  position: fixed;
  right: -320px;
  width: 320px;
  height: 100vh;
  z-index: 1499;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.menu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul a {
  display: block;
  color: #777;
  width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}

.menu ul a :hover {
  text-decoration: none !important;
  background-color: aliceblue;
  border-bottom: 0;
}

.menu ul li {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-size: 1.4rem;
}

.menu_active {
  right: 0 !important;
}

.menu-active {
  position: fixed;
  right: 0 !important;
}

.menu-link {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1500;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
  display: block;
  height: 2px;
  width: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -1px;
  background-color: #333;
}

.menu-link span:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  margin-top: -6px;
}

.menu-link span:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  margin-top: 4px;
}

.menu-link_active span {
  background-color: transparent;
}

.menu-link_active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}

.menu-link_active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}

.page,
.logo,
.main,
.bl-1,
.bl-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 30px !important;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li :before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li :after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: orange;
}

.page {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.main {
  background-color: #fff;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.main .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-height: 80vh;
  background-color: #555;
}

.main .sl-1 {
  background-image: url("../img/logo-2-2.jpg");
  background-size: cover;
  background-position: 100% 1%;
  height: 100%;
}

.main .sl-1-disc,
.main .sl-2-disc,
.main .sl-3-disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90vh;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.main .sl-1-disc img,
.main .sl-2-disc img,
.main .sl-3-disc img {
  height: 100%;
  width: auto;
  padding: 20px 0 0 55px;
}

.main .sl-1-disc .main-logo,
.main .sl-2-disc .main-logo,
.main .sl-3-disc .main-logo {
  height: 150px;
}

.main .sl-h1 {
  padding-left: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 60vh;
}

.main .sl-1-disc h1,
.main .sl-2-disc h2,
.main .sl-3-disc h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  font-size: 2.5rem;
  font-weight: 300;
  z-index: 15;
  font-family: 'Rubik', Roboto, "Helvetica Neue", Arial, sans-serif;
}

.main .sl-1-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 0.9;
}

.main .sl-2-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3f4c56;
  font-size: 1.3rem;
  font-weight: 300;
}

.main .btn {
  max-width: 300px;
  background-color: #77bc1f;
  color: white;
  padding: 10px 35px;
  font-size: 1.5rem;
}

#team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: rgba(247, 248, 250, 0.3);
  border-top: 2px solid #f7f8fa;
}

.team-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-block .card-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  margin: 12rem 15px 0 15px;
  background-color: #fff;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.team-block .card-spec img {
  margin: 0 auto;
  margin-top: -8rem;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  max-width: 255px;
  max-height: 255px;
}

.team-block .card-spec .team-name {
  width: 100%;
  text-align: center;
  color: #595d64;
  margin-top: 1.2rem;
  margin-bottom: .9rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.team-block .card-spec .team-name p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.team-block .card-spec hr {
  padding: 0 15px;
  margin: 10px 25px 10px 25px;
}

.team-block .card-spec .team-disc {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-block .card-spec .team-disc ul {
  width: 90%;
  list-style: none;
  padding-left: 15px;
}

.ourservise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.ourservise h3 {
  padding-bottom: 2rem;
}

.serv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.serv-block .serv-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  margin: 15px 25px;
  min-width: 45%;
  max-width: 450px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.serv-block .serv-card .serv-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  padding: 30px 25px 30px 10px;
  background-color: #77bc1f;
}

.serv-block .serv-card .serv-title h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0 10%;
}

.serv-block .serv-card .serv-title-niz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -1px;
  margin-left: 10%;
}

.serv-block .serv-card .serv-title-before {
  width: 0;
  height: 0;
  border-top: 10px solid #77bc1f;
  border-left: 10px solid transparent;
}

.serv-block .serv-card .serv-title-after {
  width: 0;
  height: 0;
  border-top: 10px solid #77bc1f;
  border-right: 10px solid transparent;
  margin-bottom: 15px;
}

.serv-block .serv-disc .main-disc {
  padding: 0 10%;
}

.serv-block .serv-disc .main-disc li {
  padding: 3px 0;
  font-size: 1.1rem;
}

.serv-block .serv-disc .main-disc li b {
  font-weight: 500;
}

.serv-block .tab-content {
  min-height: 200px;
}

.serv-block .serv-disc h5 {
  padding-left: 20px;
}

.serv-block .serv-disc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 10px;
}

.serv-block .serv-disc ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.serv-block .serv-disc ul li:nth-child(even) {
  background-color: #fafafa;
}

.serv-block .serv-disc ul span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serv-block .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.serv-block .nav-item a,
.serv-block .nav-item a:hover,
.serv-block .nav-item a :focus,
.serv-block .nav-item a:active {
  margin: 0 0 25px 10%;
  padding: 3px 10px;
  border: 2px solid #77bc1f;
  color: #595d64;
}

.serv-block .nav-item button,
.serv-block .nav-item button:hover,
.serv-block .nav-item button:focus,
.serv-block .nav-item button:active,
.serv-block .nav-item button:visited {
  margin: 0 0 25px 10%;
  padding: 3px 10px;
  border: 2px solid #77bc1f;
  background-color: inherit;
  color: #595d64;
}

.awards {
  width: 100%;
  padding: 2rem 0;
  background-color: rgba(247, 248, 250, 0.3);
  border-bottom: 2px solid #f7f8fa;
}

.foto {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68%;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  max-width: 1100px;
  margin: 3rem auto;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.foto .slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  background-color: #777;
}

.foto .slide img {
  height: 100%;
  width: auto;
}

.foto .foto-disc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #77bc1f;
  color: #fff;
}

.foto .foto-disc ul {
  margin: 0px 1rem;
}

.foto .foto-disc li {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
  margin: 0.7rem 0;
  padding-left: 15px;
  list-style-image: url(../img/checked.svg);
}

.promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  min-height: 90vh;
  background-image: url("../img/prom2.jpg");
  background-size: cover;
  background-position: 1% 50%;
  margin-top: -20px;
}

.promotion .prom-block {
  margin: 10vw 15vw;
  background-color: #77bc1f;
  -webkit-box-shadow: 0 0 16px 4px rgba(255, 255, 255, 0.33);
  box-shadow: 0 0 16px 4px rgba(255, 255, 255, 0.33);
}

.promotion .prom-block h3,
.promotion .prom-block h5,
.promotion .prom-block span {
  font-size: 2.0rem;
  font-weight: 300;
  color: #fff;
}

.promotion .prom-block span {
  font-size: 3.2rem;
  font-weight: 200;
  color: #fff;
  margin: 6rem 2rem;
}

.promotion .prom-block h5 {
  font-size: 1.5rem;
  padding-top: 1rem;
}

.promotion .prom-block hr {
  background-color: #fff;
}

.promotion .prom-block h6 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  padding-bottom: 2rem;
}

.promotion .prom-block .prom-disc {
  margin: 3rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promotion .prom-block .prom-disc .carousel-control-prev,
.promotion .prom-block .prom-disc .carousel-control-next {
  width: 80px;
  opacity: 1;
}

.promotion .prom-block .prom-disc .carousel-control-next-icon,
.promotion .prom-block .prom-disc .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.promotion .prom-block .prom-disc .carousel-inner {
  min-height: 400px;
}

.promotion .btn,
.promotion .btn:focus,
.promotion .btn:hover {
  background-color: inherit;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 35px;
  font-size: 1.3rem;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.promotion .btn:active {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  background-color: #fff;
}

#promotion-lg {
  padding-top: 0;
  border-bottom: 1px solid #f7f8fa;
}

.promotion-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  min-height: 90vh;
  background-image: url("../img/prom2.jpg");
  background-size: cover;
  background-position: 100% 40%;
  margin-top: -20px;
}

.promotion-lg .prom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  margin-top: 2rem;
}



.promotion-lg .prom-card-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 355px;
  max-width: 360px;
  margin: 2rem 15px 0 15px;
  padding: 2rem 1rem 1rem 1rem;
  background-color: #77bc1fd6;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .promotion-lg {
    padding-bottom:50px;

  }
  .promotion-lg .prom-block {
    flex-direction: column;
  }
  .promotion-lg .prom-card-lg {
    min-width: 325px;
    max-width: 340px;
    margin: 1rem auto;

  }

}

.promotion-lg .prom-card-lg h3,
.promotion-lg .prom-card-lg h5,
.promotion-lg .prom-card-lg span {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin: 0 2rem;
}

.promotion-lg .prom-card-lg span {
  font-size: 3.2rem;
  font-weight: 200;
  color: #fff;
  margin: 1rem auto;
}

.promotion-lg .prom-card-lg h5 {
  font-size: 1.3rem;
  padding-top: 0.5rem;
}

.promotion-lg .prom-card-lg hr {
  background-color: #fff;
  width: 85%;
  height: 1px;
}

.promotion-lg .prom-card-lg h6 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 300;
  padding-bottom: 2rem;
  margin: 0 2rem;
}

.order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  margin: auto;
  width: 100%;
  border-top: 2px solid #f7f8fa;
}

.order .order-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50vw;
  max-width: 840px;
  min-height: 450px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.order .order-in:before,
.order .order-in:after {
  position: absolute;
  width: 40%;
  height: 20px;
  content: ' ';
  left: 14px;
  bottom: 14px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.order .order-in:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

.order .order-in-left {
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order .order-in-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2FD1A1;
  width: 62%;
  color: #fff;
}

.order .order-in-right h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 25px 0 5px 0;
}

.order .order-in-right form {
  margin-top: 5px;
}

.order .order-in-right form .form-group {
  margin: 0 12% 1rem 12%;
}

.order .order-in-right form label {
  font-size: 1rem;
}

.order .order-in-right .btn,
.order .order-in-right .btn:focus,
.order .order-in-right .btn:hover {
  background-color: inherit;
  border: 2px solid #fff;
  color: #fff;
  margin: 1.5rem 0 2rem 0;
  padding: 7px 35px;
  font-size: 1.1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order .order-in-right .btn:active {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  background-color: #fff;
}

.order .order-in-form {
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bl-2 {
  min-height: 100vh;
}

.card {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.card .card-title {
  padding-bottom: 15px;
  /*border-top: 1px solid rgba(175, 175, 175, 0.18);*/
  border-bottom: 1px solid rgba(175, 175, 175, 0.18);
}

.card .card-img-top {
  max-width: 100%;
  height: auto;
  margin-top: 70px;
}

.card .img-fluid {
  height: 250px;
}

.card .card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card .card-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.card .card-but .price {
  font-size: 1.5rem;
}

.card .card-but .btn-outline-info {
  color: #595d64;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-right: 25px;
  margin-left: 25px;
}

.card .card-but .btn-outline-info:hover {
  color: #fff;
}

.card .card-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card .card-block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #595d64;
  font-size: 16px;
  font-weight: 400;
}

.card .card-block ul li span {
  min-width: 100%;
  font-weight: 600;
}

.about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  margin: 0px 15px 30px 15px;
  padding: 0;
}

.about-item svg {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 100px !important;
  min-width: 100px !important;
}

.about-item h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0px;
}

.about-item p {
  text-align: center;
}

.owl-carousel .owl-item {
  background-color: #fff;
}

.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #c2c2c2;
  border-radius: 50%;
  margin: 3px;
}

.owl-dots .owl-dot.active {
  background-color: #77bc1f;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(247, 248, 250, 0.3);
  border-top: 2px solid #f7f8fa;
  border-bottom: 2px solid #f7f8fa;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 10vh;
}

.map h3 {
  margin-top: 1rem;
}

.map .map-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin: 2rem auto;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.map .recviz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.map .recviz ul {
  padding: 0 2rem;
}

.map .recviz li,
.map .recviz span {
  color: #292929;
  font-size: 1.4rem;
  font-weight: 400;
}

.otziv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 0;
}

.otziv .otziv-block {
  width: 60%;
  max-height: 50vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding-right: 0px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.otziv .otziv-block::-webkit-scrollbar {
  width: 0;
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 20vh;
  background-color: #2fd1a1;
  border-top: 2px solid #f7f8fa;
  padding: 2rem 0;
}

footer .term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  margin: 0 auto;
}

footer .term p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

@media (min-width: 767px) {
  section #promotion-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  section #ourservise {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  section #team {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  section #awards {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  section #order {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  section #map {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  section #otziv {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
}

@media (min-width: 768px) {
  .card .modal-dialog {
    max-width: 800px;
  }
}

@media (min-width: 1199px) {
  .serv-block .serv-card {
    min-width: 500px;
  }
}

@media (min-width: 1200px) {
  section {
    padding-top: 0px;
  }

  .menu-link {
    visibility: hidden;
  }

  .main {
    margin-top: 50px;
  }

  .main .sl-1-disc,
  .main .sl-2-disc,
  .main .sl-3-disc {
    width: 40vw;
  }

  .promotion {
    display: none !important;
  }
}

@media (min-width: 1700px) {
  .promotion .prom-block {
    max-width: 30vw;
  }
}

@media (max-width: 1600px) {
  .main .sl-1-disc h1,
  .main .sl-2-disc h2,
  .main .sl-3-disc h2 {
    line-height: 0.95;
    font-size: 2.1rem;
  }

  .main .sl-1-p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .nav {
    display: none;
  }

  .main .sl-1-disc,
  .main .sl-2-disc,
  .main .sl-3-disc {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    min-height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .foto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }


  .card .img-fluid {
    height: auto;
  }
}

@media (max-width: 991px) {
  .carousel-indicators li {
    max-width: 20px;
    height: 20px !important;
  }

  .main .sl-1-p {
    font-size: 1.3rem;
  }

  .foto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foto .slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .foto .slide img {
    height: auto;
  }

  .foto .foto-disc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1.5rem 0;
  }
}

@media (max-width: 767px) {
  .main .sl-1 {
    background-image: url("../img/logo-767.jpg");
    background-position: 19% 100%;
  }

  .main .sl-1-disc .main-logo,
  .main .sl-2-disc .main-logo,
  .main .sl-3-disc .main-logo {
    height: 20vh;
  }

  .main .sl-h1 {
    padding-left: 25px;
    height: 60vh;
  }

  .team-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-block .team-lead {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }

  .team-block .team-ect {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }

  .team-block .card-spec .team-name p {
    font-size: 1.05rem;
    padding: 0 5px;
  }

  .serv-block .serv-card {
    width: 95%;
  }

  .serv-block .serv-card .serv-title h4 {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .foto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .promotion {
    background-image: none;
    min-height: 85vh;
  }

  .promotion .prom-block {
    margin: 0px;
    padding: 90px 2rem 0 3rem;
    min-width: 100%;
    min-height: 100vh;
  }

  .promotion .prom-block h3,
  .promotion .prom-block h5,
  .promotion .prom-block span {
    font-size: 2.2rem;
  }

  .order {
    min-height: 100vh;
  }

  .order .order-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 90vw;
  }

  .order .order-in-left {
    width: 100%;
    padding-top: 1rem;
  }

  .order .order-in-left img {
    max-width: 120px;
    margin: 1rem;
  }

  .order .order-in-right {
    width: 100%;
    background-color: #77bc1f;
  }

  .order .order-in-right h4 {
    font-size: 20px;
  }

  .card .card-block ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .owl-carousel .owl-item {
    width: 93vw !important;
  }

  .map .recviz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map .recviz ul {
    min-width: 100%;
    text-align: left !important;
  }

  .otziv .otziv-block {
    width: 80%;
    max-height: 90vh;
  }

  footer .term {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .main .sl-1 {
    background-position: 70% 100%;
  }

  .main .sl-2 {
    background-position: 60% 40%;
  }

  .main .sl-3 {
    background-position: 20% 40%;
  }

  .main .sl-1-disc h1,
  .main .sl-2-disc h2,
  .main .sl-3-disc h2 {
    font-size: 1.8rem;
  }

  .main .sl-2-p {
    font-size: 0.9rem;
  }

  .team-block .card-spec {
    max-width: 90vw;
  }

  .team-block .card-spec img {
    width: 62vw;
    max-width: 230px;
  }

  .promotion .prom-block {
    margin: 0px;
    padding: 0.5rem 2rem 0 0.5rem;
    min-width: 100%;
    min-height: 100vh;
  }

  .promotion .prom-block .prom-disc .car-control-prev {
    display: none !important;
  }

  .card .card-but .price {
    text-align: center;
  }
}

@media (max-width: 567px) {
  .card .card-but {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 421px) {
  .serv-block .serv-card {
    margin: 15px 5px;
    min-width: auto;
  }

  .promotion .prom-block h3,
  .promotion .prom-block h5,
  .promotion .prom-block span {
    font-size: 1.3rem;
  }

  .promotion .prom-block span {
    font-size: 1.7rem;
  }

  .promotion .prom-block h5 {
    font-size: 1.3rem;
  }

  .promotion .prom-block h6 {
    font-size: 1.3rem;
  }
}

@media (max-width: 321px) {
  .main .sl-1-p {
    font-size: 1.24rem;
  }

  .team-block .card-spec .team-disc li {
    padding-left: 5px;
    font-size: 0.9rem;
  }

  .promotion .btn,
  .promotion .btn:focus,
  .promotion .btn:hover {
    font-size: 20px;
    padding: 12px 15px;
  }
}

@media (min-width: 1199px) and (max-width: 1300px) {
  .foto .foto-disc li {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) and (max-width: 1699px) {
  .promotion .prom-block {
    min-width: 48vw;
    max-width: 49vw;
  }
}

@media (min-width: 768px) and (max-width: 1699px) {
  .promotion .prom-block .prom-disc .carousel-inner {
    min-width: 430px;
    max-width: 431px;
  }
}