@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

::-moz-selection {
  background-color: #17a2e6;
  color: #fff;
}

::selection {
  background-color: #17a2e6;
  color: #fff;
}

input, textarea {
  outline: none;
}

p {
  margin-bottom: 1rem;
}

strong {
  font-weight: 500;
}

a,
a:focus,
a:visited,
a:active {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
  font-size: 1rem;
  position: relative;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  color: #000;
  background: url(../img/bg.jpg);
}

@media (max-width: 991px) {
  body {
    margin-top: 60px;
  }
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .wrap {
    max-width: 720px;
  }
}

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

.header {
  position: fixed;
  background: #0c1a27;
  width: 100%;
  z-index: 999;
  color: #fff;
  top: 0;
}

@media (max-width: 991px) {
  .header {
    height: 60px;
  }
}

.header li {
  font-size: 1.1rem;
}

.header-top {
  height: 65px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-bottom: 2px solid #037da5;
  background: url(../img/carb.png);
}

@media (max-width: 991px) {
  .header-top {
    height: 60px;
  }
}

.header-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .header-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .header-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .header-wrap {
    max-width: 720px;
  }
}

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

.header-burger {
  display: none;
}

@media (max-width: 991px) {
  .header-burger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*3);
            flex: 0 0 calc(100%/12*3);
    max-width: calc(100%/12*3);
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-burger a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-size: .9rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-burger img {
    height: 24px;
    margin-right: 5px;
    float: left;
    width: auto;
  }
}

.header-logo {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*2);
          flex: 0 0 calc(100%/12*2);
  max-width: calc(100%/12*2);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*8);
            flex: 0 0 calc(100%/12*8);
    max-width: calc(100%/12*8);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo a img {
  height: 100%;
  width: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-filler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header-filler {
    display: none;
  }
}

.header-filler a {
  margin-left: 1rem;
  font-size: 1.1rem;
  background: #4c555c70;
  padding: .2rem 1rem;
  border-radius: .2rem;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3.5);
          flex: 0 0 calc(100%/12*3.5);
  max-width: calc(100%/12*3.5);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .header-contact {
    display: none;
  }
}

.header-contact-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: auto;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-contact img {
  height: 25px;
  width: auto;
  margin-right: .4rem;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.header-phone {
  font-size: 1.3rem;
}

.header-call {
  padding: .5rem .7rem;
  border-radius: .2rem;
  background: #e00000;
  color: #fff;
  margin-left: 1rem;
  -webkit-transition: padding .5s;
  -o-transition: padding .5s;
  transition: padding .5s;
  cursor: pointer;
  border: 1px solid #ffffff33;
}

.header-bottom {
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 991px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom .header-wrap {
  background: #2a3e4c;
  max-width: calc(1300px - 130px);
}

.header-bottom .header-wrap::before {
  content: '';
  width: 65px;
  height: 80px;
  background: no-repeat scroll center center;
  position: absolute;
  top: 0;
  background-image: url(../img/load-l.svg);
  left: -64px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header-bottom .header-wrap::after {
  content: '';
  width: 65px;
  height: 80px;
  background: no-repeat scroll center center;
  position: absolute;
  top: 0;
  background-image: url(../img/load-r.svg);
  right: -64px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.header-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-bottom-inner a {
  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: 80px;
  font-size: 1.1rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .header-bottom-inner a {
    height: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
}

.header-bottom-inner img {
  display: block;
  height: 40px;
  width: 40px;
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  .header-bottom-inner img {
    display: none;
  }
}

.header-bottom-inner span {
  margin-top: .2rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.tiny a {
  height: 50px;
}

.tiny img {
  display: block;
  opacity: 0;
  height: 0;
}

.tiny span {
  margin-top: 0;
}

.tiny .header-wrap::before {
  height: 50px;
  left: -52px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tiny .header-wrap::after {
  height: 50px;
  right: -52px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.condenced {
  height: 50px;
}

.condenced .header-slogan h3 {
  font-size: 1.1rem;
}

.condenced .header-call {
  padding: .2rem .7rem;
}

.condenced .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*1);
          flex: 0 0 calc(100%/12*1);
  max-width: calc(100%/12*1);
  padding: 0;
}

.condenced .header-slogan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*2.5);
          flex: 0 0 calc(100%/12*2.5);
  max-width: calc(100%/12*2.5);
  padding: 0;
}

h1 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #037da5;
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 4rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

h2.blue::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 7px;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #037da57a;
}

h2.gray::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 7px;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #cacccb;
}

p, li {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #fff;
  font-weight: 400;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
  }
}

@media (max-width: 768px) {
  .hero {
    overflow: hidden;
  }
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../img/gridtile.png);
  opacity: .6;
}

.hero-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  max-width: 1100px;
  z-index: 5;
}

@media (max-width: 1199px) {
  .hero-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .hero-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .hero-wrap {
    max-width: 720px;
  }
}

.hero-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 2rem;
}

.hero-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*7.3);
          flex: 0 0 calc(100%/12*7.3);
  max-width: calc(100%/12*7.3);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .hero-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.hero-left h1 {
  font-size: 3.9rem;
  text-align: left;
}

@media (max-width: 991px) {
  .hero-left h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}

.hero-left h1 span {
  font-size: 2.8rem;
}
.hero-left h2 span {
  font-size: 2.5rem;
  color:#fff;
  text-align:left !important;
}
.heroP01{
	color:#fff;
	font-family: "Oswald", sans-serif;
	font-size: 3.3rem;
	text-transform:uppercase;
	font-weight:bold;
}
.heroP02{
	color:#fff;
	font-family: "Oswald", sans-serif;
	font-size: 3.9rem;
	text-transform:uppercase;
	font-weight:bold;
}
.heroP02bb {
  margin:30px 0;
  width: 150px;
  border-bottom:7px solid #037da57a;
}
@media (max-width: 991px) {
  .heroP01 {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .heroP02 {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .heroP02bb {
    margin:20px 0;
    width: 50px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .hero-left h1 span {
    font-size: 2.3rem;
    text-align: center;
  }
}

.hero-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4.7);
          flex: 0 0 calc(100%/12*4.7);
  max-width: calc(100%/12*4.7);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .hero-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.hero:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 190px;
  left: 0;
  right: 0;
  background: url(../img/shad.png) bottom repeat-x;
  z-index: 3;
}
.sale2::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 113px;
    left: 0;
    right: 0;
    background: url(../img/shad.png) bottom repeat-x;
    z-index: 3;
    background-size: contain;
}

@media (max-width: 991px) {
    .sale2::after {
    content: none;}
}
.hero-button {
  background: #EC1C24;
  color: #fff;
  padding: .7rem 1.5rem;
  font-size: 1.1rem;
  margin-top: 2.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border: 4px solid #232a32;
  -webkit-box-shadow: 0 0 0 4px #EC1C24;
          box-shadow: 0 0 0 4px #EC1C24;
}

.services {
  position: relative;
  background: url(../img/bg.jpg);
  padding-top: 6rem;
  padding-bottom: 14rem;
}
.services h4{
  color:#fff;
  text-align:center;
  font-size:22px;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
}
.p_h3{
  color:#fff;
  font-size:16px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.forma-wrap h4{
  color:#fff;
  text-align:center;
  font-size: 22px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.home-price h4{
    color: #2b2b2b;
    text-align: center;
    font-size: 18px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .services {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}

.services-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .services-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .services-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .services-wrap {
    max-width: 720px;
  }
}

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

.services-card-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4);
          flex: 0 0 calc(100%/12*4);
  max-width: calc(100%/12*4);
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .services-card-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
}

@media (max-width: 575px) {
  .services-card-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.services-card-action .services-card-inner {
  border: 7px solid #28303a;
  -webkit-box-shadow: 5px 5px 10px #ec1c247d, -5px -5px 10px #ec1c247d;
          box-shadow: 5px 5px 10px #ec1c247d, -5px -5px 10px #ec1c247d;
}

.services-card-action .services-card-inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 1;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
  background: -webkit-gradient(linear, left bottom, left top, from(#460505), to(transparent));
  background: -o-linear-gradient(bottom, #460505, transparent);
  background: linear-gradient(0deg, #460505, transparent);
  background: -webkit-gradient(linear, left bottom, left top, from(#011123), to(transparent));
  background: -o-linear-gradient(bottom, #011123, transparent);
  background: linear-gradient(0deg, #011123, transparent);
}

.services-card-action:hover .services-card-inner {
  -webkit-box-shadow: 5px 5px 10px #ec1c247d, -5px -5px 10px #ec1c247d;
          box-shadow: 5px 5px 10px #ec1c247d, -5px -5px 10px #ec1c247d;
}

.services-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4);
          flex: 0 0 calc(100%/12*4);
  max-width: calc(100%/12*4);
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .services-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
}

@media (max-width: 575px) {
  .services-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.services-card-inner {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: .4rem;
  border: 7px solid #28303a;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.services-card-inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#011123), to(transparent));
  background: -o-linear-gradient(bottom, #011123, transparent);
  background: linear-gradient(0deg, #011123, transparent);
  z-index: 1;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.services-card-inner h4 {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  font-size: 2.1rem;
  text-align: left;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  -webkit-transition: bottom .5s;
  -o-transition: bottom .5s;
  transition: bottom .5s;
  text-transform: uppercase;
}

.services-card-inner span {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  font-size: 1rem;
  text-align: left;
  z-index: 2;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.services-card-inner img {
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.services-card-inner:hover {
  -webkit-box-shadow: 5px 5px 10px #17a2e622, -5px -5px 10px #17a2e622;
          box-shadow: 5px 5px 10px #17a2e622, -5px -5px 10px #17a2e622;
}

.services-card-inner:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.services-card-inner:hover h4 {
  bottom: 35px;
}

.services-card-inner:hover::before {
  height: 100px;
}

.services-card-inner:hover span {
  opacity: 1;
}

.services h2 {
  margin-top: 2rem;
}

.plus {
  position: relative;
  background: url(../img/bg_w.jpg);
  min-height: 100vh;
  padding: 7rem 0;
}

.plus-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .plus-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .plus-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .plus-wrap {
    max-width: 720px;
  }
}

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

.plus-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .plus-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.plus-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .plus-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.inf-portfolio {
  position: relative;
  background: url(../img/bg.jpg);
}

.inf-portfolio .slick-slide div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.inf-portfolio .slick-slide div img {
  /*-webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);*/
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  .inf-portfolio .slick-slide div img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  }
}

.inf-portfolio .slick-slide div:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.inf-portfolio .port-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #EC1C24 url(../img/carb.png);
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    padding: 1rem 5rem;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 2px solid #ffffffba;
    box-shadow: 0 0 0 6px #c31d23;
}
.inf-portfolio .port-button:hover{
	background: #AF0000 url(../img/carb.png);
}

h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 7px;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #037da57a;
}
.sertificate {
  position: relative;
  background: url(../img/wall.jpg) no-repeat;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
  border-top: 2px solid #fff;
  -webkit-box-shadow: inset 0 0 13px #0127339e;
          box-shadow: inset 0 0 13px #0127339e;
}
.sertificate h2 {
  margin-bottom: 3rem;
}

.sertificate-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}

@media (max-width: 991px) {
  .sertificate-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .sertificate-wrap {
    max-width: 720px;
  }
}

.sertificate-flex {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sertificate-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3);
          flex: 0 0 calc(100%/12*3);
  max-width: calc(100%/12*2);
  padding: 0.75rem;
}

@media (max-width: 768px) {
  .sertificate-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
    .sertificate-block:last-child {
        display: none;
    }
}

.sertificate-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #CCCCCC), color-stop(50%, #EEEEEE), color-stop(50%, #EEEEEE), color-stop(100%, #CCCCCC));
  -webkit-box-shadow: 0 0 6px #000000bf;
          box-shadow: 0 0 6px #000000bf;
  padding: 7px;
}

.sertificate-block img {
  background: white;
  border-radius: .4rem;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 0 0 8px #fffefe;
          box-shadow: 0 0 8px #fffefe;
}

.sertificate p {
  color: #000;
}

.forma {
  position: relative;
  z-index: 2;
    margin-top: -90px;
    height: 180px;
    margin-bottom: -90px;
}

@media (max-width: 991px) {
  .forma {
    height: auto;
    margin: 0;
  }
}

.forma-wrap {
  background: #037da5 url(../img/carb.png);
  padding-top: 0;
  padding-bottom: 0.75rem;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .forma-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .forma-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .forma-wrap {
    max-width: 720px;
  }
}

.forma-flex {
  background: #00000014;
  border: 1px solid #ffffff33;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.forma-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3);
          flex: 0 0 calc(100%/12*3);
  max-width: calc(100%/12*3);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .forma-flex {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .forma-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.forma-left h4 {
color: #fff;
    font-size: 2.1rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px #00000059;
}

@media (max-width: 991px) {
  .forma-left h4 {
    width: 100%;
    text-align: center;
  }
}

.forma-left span {
  font-size: .85rem;
  font-weight: 600;
  line-height: initial;
  margin-top: .5rem;
  display: block;
}

.forma-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*9);
          flex: 0 0 calc(100%/12*9);
  max-width: calc(100%/12*9);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .forma-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.forma-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.forma-right form input, .forma-right form button {
  width: 30%;
  margin-top: 0px;
  padding: .5rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255,255,255, 0.5);
}

@media (max-width: 991px) {
  .forma-right form input, .forma-right form button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.forma-right form input {
  background: #0000001a;
}

.forma-right form button {
  background: #e00000;
  cursor: pointer;
}
.forma-right form button:hover {
  background: #AF0000;
  cursor: pointer;
}

.price {
  position: relative;
  background: url(../img/bg_w.jpg);
  min-height: 100vh;
  padding: 7rem 0;
}

.price-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .price-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .price-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .price-wrap {
    max-width: 720px;
  }
}

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

.price-list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-list-nav-item {
  background: #dcdcdc;
  padding: .5rem 1rem;
  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;
  border-radius: .4rem;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 10px #cacaca, -5px -5px 10px #eeeeee;
          box-shadow: 5px 5px 10px #cacaca, -5px -5px 10px #eeeeee;
  border: 2px solid #f1f1f1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*2);
          flex: 0 0 calc(100%/12*2);
  max-width: calc(100%/12*2);
  padding: 0.75rem;
}

.price-list-nav-item.actnow {
  border: 2px solid #037da5;
}

.price-list-nav-item h5 {
  color: #000;
  margin-top: .5rem;
  font-size: 1.1rem;
}

.price-action {
  background: #037da5;
  color: #fff;
  width: 100%;
  border-radius: .4rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.price-list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 1rem;
}

.price-list-card {
  padding: 0.75rem;
}

.price-list-card-inner {
  position: relative;
  background: #dcdcdc;
  border: 2px solid #037da5;
  border-radius: .4rem;
  min-height: 450px;
  -webkit-box-shadow: 5px 5px 10px #cacaca, -5px -5px 10px #eeeeee;
          box-shadow: 5px 5px 10px #cacaca, -5px -5px 10px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-list-card-inner .top {
  height: 17px;
  width: 100%;
  border-top-left-radius: .2rem;
  border-top-right-radius: .2rem;
  background: #037da5 url(../img/carb.png);
}

.price-list-card-inner h4 {
  position: absolute;
  top: 29px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #037da5;
  color: #fff;
  font-size: 2.2rem;
  padding: .5rem 2rem;
  border-radius: .4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.price-list-card-inner .bottom {
  padding: 5rem 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-list-card-inner .bottom li {
  color: #000;
  text-align: center;
  line-height: normal;
}

.price-list-card-inner .bottom li span {
  color: #037da5;
  font-size: 1.5rem;
  font-weight: bold;
  margin: .15rem 0 .75rem;
  display: block;
}

.home-price {
  position: relative;
  background: url(../img/bg_w.jpg);
  padding-top: 14rem;
  padding-bottom: 5rem;
}

@media (max-width: 991px) {
  .home-price {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 1000px;
  }
}

.home-price-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .home-price-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .home-price-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .home-price-wrap {
    max-width: 720px;
  }
}

.home-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-price-block {
  margin-top: 2rem;
  width: 900px;
  position: relative;
  background: url(../img/main-price.jpg) top center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .home-price-block {
width: 100%;
        height: unset;
    background: url(../img/main-price.jpg) no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: 47.3%;
  }
}

.home-price-list-nav-item {
  background: #037da5;
  padding: .4rem .8rem;
  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;
  border-radius: .4rem;
  cursor: pointer;
  border: 2px solid #f1f1f1;
}

.home-price-list-nav-item.actnow {
  border: 2px solid #037da5;
  background: #f1f1f1;
}

.home-price-list-nav-item.actnow h5 {
  color: #037da5;
}

.home-price-list-nav-item h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.home-price-list-nav .item-1 {
  position: absolute;
  top: 20%;
  left: 12%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-1 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-2 {
  position: absolute;
  top: 6%;
  left: 26%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-2 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-3 {
  position: absolute;
  top: 1%;
  right: 28.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-3 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-4 {
  position: absolute;
  top: 13%;
  right: -4%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-4 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-5 {
  position: absolute;
  top: 13%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-5 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-6 {
  position: absolute;
  top: 1%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-6 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-7 {
  position: absolute;
  top: 6%;
  right: 15%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-7 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-list-nav .item-8 {
  position: absolute;
  top: 20%;
  right: -8%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 991px) {
  .home-price-list-nav .item-8 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    z-index: unset;
  }
}

.home-price-map {
  height: 100%;
  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: 100%;
}

.home-price-map-item {
  width: 100%;
  display: block;
  background: #e6e6e6eb;
width: 100%;
  border-top: 3px solid #037da5;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  padding: 1.2rem;
    height: 272px;
    margin-top: 27.5rem;
}

@media (max-width: 991px) {
  .home-price-map-item {
    width: 100% !important;
    height: 311px;
    margin-top: 14.5rem;
  }
}

.home-price-map-item.low {
height: 153px;
    width: 300px !important;
    margin-bottom: 0;
}

.home-price-map h4 {
  font-size: 1.7rem;
  color: #037da5;
  margin-bottom: .2rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.home-price-map h5 {
  margin-top: .5rem;
  font-size: 1.2rem;
  float: left;
  line-height: normal;
  font-family: "Oswald", sans-serif;
}

.home-price-map h6 {
  font-weight: normal;
  float: left;
  line-height: normal;
  font-size: .9rem;
  width: 100%;
}

.home-price-map span.amount {
  margin-top: .45rem;
  font-size: 1.2rem;
  float: right;
  color: #037da5;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.home-price-map a.light {
  background: #037da5;
  color: #fff;
  border-radius: .2rem;
  padding: .3rem .7rem;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ffffff59;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

@media (max-width: 991px) {
  .home-price-map a.light {
    bottom: -1%;
  }
}

.home-price-action {
  background: #037da5;
  color: #fff;
  width: 100%;
  border-radius: .4rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact {
  position: relative;
  height: 550px;
  background: url(../img/bg_w.jpg);
}

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

@media (max-width: 991px) {
.contact iframe {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 0;
}
}
.contact-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .contact-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .contact-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .contact-wrap {
    max-width: 720px;
    height: 40%;
  }
}

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

@media (max-width: 991px) {
.contact-flex {
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
              height: 40%;
}

.nn {display: none;}
}

.contact-info {
  padding: 0.75rem;
  background: #037da5 url(../img/carb.png);
  border: 5px solid #fcfbf7;
  padding: 2rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b3d, -5px -5px 10px #dedede6b;
  box-shadow: 0 0 0px 8px #0a6997;
  width: 394px;
    position: absolute;
    left: 5%;
    top: 100px;
}

@media (max-width: 991px) {
  .contact-info {
padding: 0.75rem;
    left: 8px;
    top: 0;
    width: calc(100% - 16px);
  }
}

.contact-info h5 {
  font-size: 1.1rem;
  text-align: center;
  color: #e0dfdf;
}

.contact-info h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
  color: white;
}

.contact .title {
  color: white;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 2.1rem;
  text-align: center;
}
@media (max-width: 991px) {
.contact .title {
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
    margin-top: .5rem;
}
}

.snap-drawer-left {
  width: 300px;
  height: 100vh;
  position: fixed;
  overflow-x: auto;
  z-index: 2000;
  padding: 25px 0;
  top: 0;
  left: -300px;
  background: -o-linear-gradient(45deg, #191d20, #252a33);
  background: linear-gradient(45deg, #191d20, #252a33);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .snap-drawer-left .header-menu {
    text-align: center;
    padding: 1.5rem;
  }
}

.snap-drawer-left.open {
  left: 0;
}

.snap-drawer-left .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
}

.snap-drawer-left .close img {
  width: 22px;
}

.price-bottom {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lout {display: none!important;}

@media (max-width: 991px) {
.price-bottom {
    margin-top: 1rem;
  }
  .lout {display: flex!important;}
}

.price-bottom-button {
  background: #037da5 url(../img/carb.png);
  color: #fff;
  cursor: pointer;
  border-radius: .2rem;
  padding: .9rem 3.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ffffff59;
}
.price-bottom-button:hover {
  background: #02536E url(../img/carb.png);
}
.footer {
  background: url(../img/bg.jpg);
}

.footer-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 0;
}

@media (max-width: 1199px) {
  .footer-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .footer-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .footer-wrap {
    max-width: 720px;
  }
}

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

.footer-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*2);
          flex: 0 0 calc(100%/12*2);
  max-width: calc(100%/12*2);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .footer-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
}



.footer .footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3.3);
          flex: 0 0 calc(100%/12*3.3);
  max-width: calc(100%/12*3.3);
  padding: 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .footer .footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0;
  }
}

.footer .footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*1.5);
          flex: 0 0 calc(100%/12*1.5);
  max-width: calc(100%/12*1.5);
  padding: 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .footer .footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0;
  }
}

.footer .footer-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4);
          flex: 0 0 calc(100%/12*4);
  max-width: calc(100%/12*4);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer .footer-center {
    display: none;
  }
}

.footer .footer-center a {
  font-size: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0;
  padding-bottom: .4rem;
    text-decoration: underline;
}

.footer .footer-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3);
          flex: 0 0 calc(100%/12*3);
  max-width: calc(100%/12*3);
  padding: 0.75rem;
  padding-top: 0;
}

@media (max-width: 768px) {
  .footer .footer-info {
    display: none;
  }
}

.footer .footer-info span {
  color: #fff;
  text-align: left;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .footer .footer-right {
    border-top: 1px solid #037da547;
    border-bottom: 1px solid #037da547;
  }
}

.footer .footer-right .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .footer .footer-right .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}

.footer .footer-right .footer-social a {
  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;
}

.footer .footer-right .footer-social a img {
  width: 30px;
  height: 30px;
  margin-left: 1rem;
}

.footer .note {
  text-align: center;
  color: #fff;
  background: #037da5;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer .note {
    font-size: 1.2rem;
    padding: .5rem;
  }
}

.footer .logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .footer .logo {
    text-align: center;
  }
}

.footer .logo img {
  height: auto;
  width: 88%;
}

.footer .copy {
  margin-top: .2rem;
  margin-bottom: 0;
  color: #fff;
  font-size: .8rem;
  text-align: right;
}

@media (max-width: 991px) {
  .footer .copy {
    margin-top: 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.footer .gram {
  background: #15242f url(../img/carb.png);
  padding: 2rem 0;
  -webkit-box-shadow: inset 0 0 4px black;
          box-shadow: inset 0 0 4px black;
}

@media (max-width: 991px) {
.footer .gram {
  padding: 2rem 0 5rem;
  }
}


.footer .gram-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 991px) {
  .footer .gram-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .footer .gram-wrap {
    max-width: 720px;
  }
}

.footer .gram-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .gram h2 {
  color: #e8e9ea;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer .gram h2::before {
  content: none;
}

.footer .gram h6 {
  font-size: .85rem;
  text-align: center;
  text-transform: uppercase;
}

.footer .gram img {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 7px solid #232a32;
}

.footer .gram a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  18% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  27% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  18% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  21% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  27% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#video-background {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: auto;
  z-index: -100;
  opacity: .3;
}

@media (max-width: 991px) {
  #video-background {
    width: auto;
    height: 100%;
  }
}

.sub {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

@media (max-width: 991px) {
  .sub {
    position: relative;
    bottom: 1rem;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

.sub-wrap {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  min-height: 160px;
  border-bottom: 0;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}

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

.sub-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3);
          flex: 0 0 calc(100%/12*3);
  max-width: calc(100%/12*3);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .5rem 1rem;
  color: #fff;
}

@media (max-width: 991px) {
  .sub-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
}

.sub-block img {
  width: 60px;
  margin-bottom: 1rem;
}

.sub-block h4 {
  text-align: center;
  line-height: normal;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing:2px;
}

.sale {
  position: relative;
  background: #061622 url(../img/lights.jpg) center left no-repeat;
  background-size: cover;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

@media (max-width: 991px) {
  .sale {
    padding: 0;
    background-size: cover;
    background-position-x: 78%;
  }
}
.sale2 {
    position: relative;
    background: #061622 url(../img/sert-bg-02.jpg) center left no-repeat;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 7rem;
}

@media (max-width: 991px) {
  .sale2 {
    padding: 0;
    background-size: cover;
    background-position-x: 78%;
  }
}
.sale-wrap, .s-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.s-wrap {
   margin-bottom: 9rem;
   margin-top: -3rem;
  }

h3.sub {
        position: relative;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4rem;
}

@media (max-width: 1199px) {
  .sale-wrap, .s-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .sale-wrap, .s-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .sale-wrap, .s-wrap {
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  .sale-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-backdrop-filter: brightness(30%);
            backdrop-filter: brightness(30%);
  }
}

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

.sale-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .sale-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.sale-left h4 {
  color: #fff;
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .sale-left h4 {
    font-size: 2.2rem;
    text-align: center;
  }
}

.sale-left p {
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.8rem;
  padding-left: 2rem;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.sale-left p::before {
  content: '—';
  color: #037da5;
  position: absolute;
  left: 0;
}

.sale-left p span {
  color: #037da5;
  font-weight: 600;
}

.sale-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .sale-right {
    display: none;
  }
}

.about {
  position: relative;
  background: url(../img/bg_w.jpg);
}

.about-wrap {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 3rem 0;
}

@media (max-width: 1199px) {
  .about-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .about-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .about-wrap {
    max-width: 720px;
  }
}

.about-wrap::before {
  content: '';
  top: 0;
  height: 100%;
  position: absolute;
  width: 500px;
  background: url(../img/line.svg) no-repeat;
  transform: scale(-1, 1);
  z-index: 0;
}

@media (max-width: 991px) {
  .about-wrap::before {
    content: none;
  }
}

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

.about-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.about-left img {
  width: 86%;
  height: auto;
  -webkit-box-shadow: 5px 5px 10px #1e242b3d, -5px -5px 10px #dedede6b;
          box-shadow: 5px 5px 10px #1e242b3d, -5px -5px 10px #dedede6b;
  border-radius: .4rem;
  border: 5px solid white;
}

@media (max-width: 991px) {
  .about-left img {
    width: 100%;
  }
}

.about-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .about-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.about-right h2 {
  text-align: left;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .about-right h2 {
    text-align: center;
  }
}

.about-right h2::before {
  content: none;
}

.about-right p {
  color: #000;
}

.sub-flex-title {
  margin: 1rem auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.sub-flex-title .subtitle {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
}

.sub-flex-title .subtitle .line {
  position: absolute;
  width: 240px;
  height: 1px;
  top: 50%;
}

.sub-flex-title .subtitle .line_l {
  background: #ffffff9c;
  right: 100%;
  margin-right: 20px;
}

.sub-flex-title .subtitle .line_r {
  background: #ffffff9c;
  left: 100%;
  margin-left: 20px;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2b3c85;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-backdrop-filter: saturate(150%) blur(14px);
          backdrop-filter: saturate(150%) blur(14px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modal-close {
  position: absolute;
  cursor: pointer;
  opacity: .85;
  width: 26px;
  height: 26px;
  top: 5px;
  right: 5px;
  background: url(../img/close.svg) no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
  .modal-close {
    top: -35px;
    right: 0px;
  }
}

.modal-close:hover {
  opacity: 1.0;
}

.modal #contact h2 {
  color: white;
  text-align: center;
  margin: 3rem 0 5rem;
}

#callback #contact2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#callback .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #037da5 url(../img/carb.png);
  width: 360px;
  -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
  padding: 3.5rem 2rem 2.5rem;
  border: 2px solid #c3c8cd;
}

@media (max-width: 768px) {
  #callback .modal-wrap {
    width: 320px;
  }
}

#callback .modal-wrap h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #dadada;
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 2.5rem;
}

#callback .modal-wrap p.down {
  text-align: center;
  font-size: .9rem;
  color: #dadada;
  margin-top: 1.5rem;
}

#callback .modal-wrap input, #callback .modal-wrap textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(3, 52, 76, 0.65);
          box-shadow: inset 1px 1px 4px rgba(3, 52, 76, 0.65);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 43px;
  background-color: #00000026;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
}

#callback .modal-wrap textarea {
  height: 120px;
  text-align: left;
}

#callback .modal-wrap button {
  background: #037da5;
  width: 64%;
  margin-top: 1rem;
  border-radius: .2rem;
  padding: .5rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff33;
}

#callnow #contact3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#callnow .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  background: #fff url(../img/carb.png);
  -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
  border: 2px solid #c3c8cd;
}
#callnow_s #contact4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#callnow_s .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  background: #fff url(../img/carb.png);
  -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
  border: 2px solid #c3c8cd;
}
@media (max-width: 768px) {
  #callnow .modal-wrap {
    width: 320px;
  }
}
@media (max-width: 768px) {
  #callnow_s .modal-wrap {
    width: 320px;
  }
}
#callnow .modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#callnow_s .modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#callnow .modal-top {
  width: 100%;
  height: 314px;
  background: #037da5 url(../img/callnow2.jpg);
  background-size: cover;
}
#callnow_s .modal-top_s {
  width: 100%;
  height: 427px;
  background: #037da5 url(../img/sert_detailing.png);
  background-size: cover;
}

#callnow .modal-bottom {
  padding: 2rem;
}
#callnow_s .modal-bottom {
  padding: 2rem;
}
#callnow .modal-bottom h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
#callnow_s .modal-bottom h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
#callnow .modal-bottom h3 span {
  color: #ec1c24;
}
#callnow_s .modal-bottom h3 span {
  color: #ec1c24;
}
#callnow .modal-bottom p.down {
  text-align: center;
  font-size: .9rem;
  color: #000;
  margin-top: 1.5rem;
}
#callnow_s .modal-bottom p.down {
  text-align: center;
  font-size: .9rem;
  color: #000;
  margin-top: 1.5rem;
}
#callnow .modal-bottom input, #callnow .modal-bottom textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 43px;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background: whitesmoke;
}
#callnow_s .modal-bottom input, #callnow .modal-bottom textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 43px;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background: whitesmoke;
}
#callnow .modal-bottom input::-webkit-input-placeholder, #callnow .modal-bottom textarea::-webkit-input-placeholder {
  color: #000;
}
#callnow_s .modal-bottom input::-webkit-input-placeholder, #callnow .modal-bottom textarea::-webkit-input-placeholder {
  color: #000;
}
#callnow .modal-bottom input:-ms-input-placeholder, #callnow .modal-bottom textarea:-ms-input-placeholder {
  color: #000;
}
#callnow_s .modal-bottom input:-ms-input-placeholder, #callnow .modal-bottom textarea:-ms-input-placeholder {
  color: #000;
}
#callnow .modal-bottom input::-ms-input-placeholder, #callnow .modal-bottom textarea::-ms-input-placeholder {
  color: #000;
}
#callnow_s .modal-bottom input::-ms-input-placeholder, #callnow .modal-bottom textarea::-ms-input-placeholder {
  color: #000;
}
#callnow .modal-bottom input::placeholder, #callnow .modal-bottom textarea::placeholder {
  color: #000;
}
#callnow_s .modal-bottom input::placeholder, #callnow .modal-bottom textarea::placeholder {
  color: #000;
}
#callnow .modal-bottom textarea {
  height: 120px;
  text-align: left;
}
#callnow_s .modal-bottom textarea {
  height: 120px;
  text-align: left;
}
#callnow .modal-bottom button {
  background: #037da5;
  width: 64%;
  margin-top: 1rem;
  border-radius: .2rem;
  padding: .5rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff33;
}
#callnow_s .modal-bottom button {
  background: #037da5;
  width: 64%;
  margin-top: 1rem;
  border-radius: .2rem;
  padding: .5rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff33;
}
#callnow .modal-top {
  width: 100%;
  height: 314px;
  background: #037da5 url(../img/callnow2.jpg);
  background-size: cover;
}
#callnow_s .modal-top_s {
  width: 100%;
  height: 427px;
  background: #037da5 url(../img/sert_detailing.png);
  background-size: cover;
}

#callnow .modal-bottom {
  padding: 2rem;
}
#callnow_s .modal-bottom {
  padding: 2rem;
}
#callnow .modal-bottom h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
#callnow_s .modal-bottom h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
#callnow .modal-bottom h3 span {
  color: #ec1c24;
}
#callnow_s .modal-bottom h3 span {
  color: #ec1c24;
}
#callnow .modal-bottom p.down {
  text-align: center;
  font-size: .9rem;
  color: #000;
  margin-top: 1.5rem;
}
#callnow_s .modal-bottom p.down {
  text-align: center;
  font-size: .9rem;
  color: #000;
  margin-top: 1.5rem;
}
#callnow .modal-bottom input, #callnow .modal-bottom textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 43px;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background: whitesmoke;
}
#callnow_s .modal-bottom input, #callnow .modal-bottom textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 43px;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background: whitesmoke;
}
.top-red{
	color:#e00000;
}
.start {
  background: url(../img/detailing-hero.jpg) no-repeat;
  background-size: cover;
}
.shum {
  background: url(../img/shum-hero-007.jpg) no-repeat;
  background-size: cover;
}
.vinyl {
  background: url(../img/vinyl_hero.jpg) no-repeat;
  background-size: cover;
}

.tint {
  background: url(../img/tint-hero3.jpg) no-repeat;
  background-size: cover;
}

.polish {
  background: url(../img/polish_hero4.jpg) no-repeat;
  background-size: cover;
}

.cleaning {
  background: url(../img/chem-hero.jpg) no-repeat;
  background-size: cover;
}

.protect {
  background: url(../img/protect_hero2.jpg) no-repeat;
  background-size: cover;
}

.ker {
  background: url(../img/ker-hero-001.jpg) no-repeat;
  background-size: cover;
}

.branding {
  background: url(../img/glass-rep-hero2.jpg) no-repeat;
  background-size: cover;
}

.suny {
  margin-top: 2rem !important;
}

.pl-advantages-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4);
          flex: 0 0 calc(100%/12*4);
  max-width: calc(100%/12*4);
  padding: 0.75rem;
}

.pl-advantages-block img {
  width: 90%;
  height: auto;
  border: 7px solid #28303a;
  border-radius: .4rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.pl-advantages-block h4 {
  color: #fff;
  position: absolute;
  bottom: 13%;
  left: 18%;
  background: #28303a;
  padding: .5rem;
  right: 8%;
  font-size: 1.1rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.pls-advantages-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4);
          flex: 0 0 calc(100%/12*4);
  max-width: calc(100%/12*4);
  padding: 0.75rem;
}

.pls-advantages-block img {
  width: 90%;
  height: auto;
  border: 7px solid #28303a;
  border-radius: .4rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.pls-advantages-block h4 {
  color: #fff;
  position: absolute;
  bottom: 19%;
  left: 26%;
  background: #28303a;
  padding: .5rem;
  right: 12%;
  font-size: 1.1rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.hidy {
  -webkit-transform: scaleY(0.5) translateY(-50%);
      -ms-transform: scaleY(0.5) translateY(-50%);
          transform: scaleY(0.5) translateY(-50%);
}

.hidy img {
  display: none !important;
}

.hidy span {
  -webkit-transform: scaleY(2) translateY(0);
      -ms-transform: scaleY(2) translateY(0);
          transform: scaleY(2) translateY(0);
}

.p-advantages {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 7rem;
}

@media (max-width: 991px) {
  .p-advantages {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.p-advantages-wrap {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
      margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .p-advantages-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .p-advantages-wrap {
    max-width: 720px;
  }
}

.p-wrap h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  text-align: center;
}

.p-advantages-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.p-advantages-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3);
          flex: 0 0 calc(100%/12*3);
  max-width: calc(100%/12*3);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .p-advantages-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.p-advantages-block img {
  width: 90%;
  height: auto;
  border: 7px solid #28303a;
  border-radius: .4rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.p-advantages-block h4 {
  color: #fff;
  position: absolute;
  bottom: 13%;
  left: 18%;
  background: #28303a;
  padding: .5rem;
  right: 8%;
  font-size: 1.1rem;
  -webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
}

.v-advantages {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 0;
}
.vr-advantages {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 991px) {
  .v-advantages {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.v-advantages-wrap {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .v-advantages-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .v-advantages-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .v-advantages-wrap {
    max-width: 720px;
  }
}

.v-advantages-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.v-advantages-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4);
          flex: 0 0 calc(100%/12*4);
  max-width: calc(100%/12*4);
  padding: 0.75rem;
}

@media (max-width: 991px) {
  .v-advantages-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*6);
            flex: 0 0 calc(100%/12*6);
    max-width: calc(100%/12*6);
    padding: 0.75rem;
  }
}

.v-advantages-block img {
  width: 90%;
  height: auto;
  border-radius: .4rem;
  /*-webkit-box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;
          box-shadow: 5px 5px 10px #1e242b, -5px -5px 10px #1e242b;*/
}

.v-advantages-block h4 {
  color: #0c1a27;
  position: absolute;
  bottom: 13%;
  left: 18%;
  background: #DDDDDD;
  padding: .1rem 0 .1rem .5rem;
  right: 8%;
  font-size: 1.1rem;
  -webkit-box-shadow: 2px 2px 5px #777, -2px -2px 5px #777;
  box-shadow: 2px 2px 5px #777, -2px -2px 5px #777;
}

.advantages {
  position: relative;
  padding-top: 5rem;
  padding-bottom:9rem;
}

@media (max-width: 991px) {
  .advantages {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.advantages-wrap {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .advantages-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .advantages-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .advantages-wrap {
    max-width: 720px;
  }
}

.advantages-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.advantages-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 991px) {
.advantages-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/12*12);
    flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
}}

.advantages-left h2 {
  text-align: left;
  margin-bottom: 1rem;
}

.advantages-left h2::before {
  content: none;
}

.advantages-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
.advantages-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/12*12);
    flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
}}


.advantages-block {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*6);
          flex: 0 0 calc(100%/12*6);
  max-width: calc(100%/12*6);
  padding: 0.75rem;
}

@media (max-width: 991px) {
.advantages-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/12*12);
    flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
}}

.advantages-block img {
  width: 90%;
  height: auto;
  border-radius: .4rem;
}
.advantages-block h4 {
  color: #0c1a27;
  position: absolute;
  bottom: 13%;
  left: 18%;
  background: #dddddd;
  padding: .5rem;
  right: 8%;
  font-size: 1.1rem;
  /*-webkit-box-shadow: 2px 2px 5px #777, -2px -2px 5px #777;
          box-shadow: 2px 2px 5px #777, -2px -2px 5px #777;*/
}
.advantages-left li{
    color:#0c1a27;
	padding:18px;
	text-align: justify;
}
.advantages-right li{
    color:#0c1a27;
	padding:18px;
}
/*
.advantages-left li:nth-child(odd) {
	background: #ffffff29;
}
.advantages-left li:nth-child(even) {
	background: #ffffff66;
}*/
.advantages-left li span{
    color: #e00000;
    font-weight: bold;
    text-decoration: underline;
}
.advantages-right li span{
    color: #e00000;
    font-weight: bold;
    text-decoration: underline;
}
 .advantages-left img{
	left: 100% !important;
    position: relative !important;
}
.shum_row1{
	background: #ffffff29;
}
.shum_row2{
	background: #ffffff66;	
}
.shum_row{
	border-bottom:1px solid #ffffff66;	
}
.cm-img{
    width: 240px;
}
.home-price-block .slick-slider .slick-list, .home-price-block .slick-slider .slick-track, .shum-price-block .slick-slider .slick-list, .shum-price-block .slick-slider .slick-track {
  height: 100%;
}

.cm_h3 {
	color:#0c1a27;
    font-size: 24px;
    vertical-align: middle;
	line-height: 1.8rem;
	text-align: center;
    padding: 0 0 4rem 0;
}
.home-price-block .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.shum-price-block .slick-initialized .slick-slide, .polish-price-block .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.shum-price-map-item-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.abs {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}


.absk {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .abs, .absk {
position: absolute;
    z-index: -1;
    top: 4.4%;
    left: 0;
  }
}

table, th, td {
  border: 1px solid #006282;
  border-collapse: collapse;
}

.table {
  width: 100%;
}

.table th, .table td {
  padding: .3rem;
  text-align: center;
  border: 2px solid #dcdcdc;
  border-collapse: collapse;
  background: -o-linear-gradient(45deg, #ececec, white);
  background: linear-gradient(45deg, #ececec, white);
  font-size: 1rem;
}

.table th {
  background: #037da5;
  color: #fff;
  padding: .7rem;
}

.table .lo {
  border-top-left-radius: .9rem;
}

.table .ro {
  border-top-right-radius: .9rem;
}

@media (max-width: 991px) {
  .vo {
    overflow-x: scroll;
  }
}

#mapping .point {
  position: absolute;
  height: 11px;
  width: 11px;
  background: #037da5;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-animation: blink 1.9s infinite linear alternate;
          animation: blink 1.9s infinite linear alternate;
  cursor: pointer;
}

#mapping .point:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation: blink 0s;
          animation: blink 0s;
  -webkit-box-shadow: 0 0 0px 7px #d0bfa7;
          box-shadow: 0 0 0px 7px #d0bfa7;
  opacity: 1;
}

#mapping .point:hover span {
  -webkit-transform: translateX(-45%) translateY(-150%) scale(1);
      -ms-transform: translateX(-45%) translateY(-150%) scale(1);
          transform: translateX(-45%) translateY(-150%) scale(1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}

#mapping .p1 {
  top: 24%;
  left: 63%;
}

#mapping .p2 {
  top: 44%;
  left: 59%;
}

#mapping .p3 {
  top: 26%;
  left: 50%;
}

#mapping .p4 {
  top: 33%;
  right: 9%;
}

#mapping .p5 {
  top: 34%;
  left: 39%;
}

#mapping .p6 {
  top: 50%;
  left: 47%;
}

#mapping .p7 {
  top: 42%;
  left: 17%;
}

#mapping .p8 {
  top: 41%;
  left: 36%;
}

#mapping .p9 {
  top: 44%;
  right: 19%;
}

#mapping .point span {
  position: absolute;
  padding: .25rem .9rem .2rem;
  color: #dadada;
  display: block;
  text-align: center;
  -webkit-transform: translateX(-45%) translateY(-90%) scale(1);
      -ms-transform: translateX(-45%) translateY(-90%) scale(1);
          transform: translateX(-45%) translateY(-90%) scale(1);
  font-size: .9rem;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
  background: #037da5;
  border: 1px solid #037da5;
  border-radius: .2rem;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

@-webkit-keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0px 5px #d0bfa7;
            box-shadow: 0 0 0px 5px #d0bfa7;
  }
  100% {
    -webkit-box-shadow: 0 0 0px 7px #d0bfa7;
            box-shadow: 0 0 0px 7px #d0bfa7;
  }
}

@keyframes blink {
  0% {
    -webkit-box-shadow: 0 0 0px 5px #d0bfa7;
            box-shadow: 0 0 0px 5px #d0bfa7;
  }
  100% {
    -webkit-box-shadow: 0 0 0px 7px #d0bfa7;
            box-shadow: 0 0 0px 7px #d0bfa7;
  }
}

.hero-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: end;
      -ms-flex-pack: end;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-right #contact {
  background: #005875b8;
  padding: 2rem 3rem;
  border: 1px solid #ffffff78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: unset;
  width: unset;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 350px;
}

.hero-right #contact h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 2.5rem;
}
.hero-right #contact h3 span{
  text-shadow: 2px 2px 3px #000;
}
.hero-right #contact p.down {
  text-align: center;
  font-size: .9rem;
  color: #fff;
  margin-top: 1.5rem;
}

.hero-right #contact input, .hero-right #contact textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(3, 52, 76, 0.65);
          box-shadow: inset 1px 1px 4px rgba(3, 52, 76, 0.65);
  height: 43px;
  border: 1px solid #ffffff78;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 43px;
  background-color: #00000026;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
}

.hero-right #contact textarea {
  height: 120px;
  text-align: left;
}

.hero-right #contact button {
  background: #e00000;
  width: 64%;
  margin-top: 1rem;
  border-radius: .2rem;
  padding: .5rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff33;
}
.hero-right #contact button:hover{
  background: #AF0000;
  cursor: pointer;
}
.shum-price {
  position: relative;
  background: url(../img/bg_w.jpg);
  padding-top: 10rem;
  padding-bottom: 4rem;
}

@media (max-width: 991px) {
  .shum-price {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.shum-price-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .shum-price-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .shum-price-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .shum-price-wrap {
    max-width: 720px;
  }
}

.shum-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shum-price-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  height: 756px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}



.shum-price-list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
     position: absolute;
    top: 313px;
}

.via .shum-price-list-nav {top: 371px;}


@media (max-width: 991px) {
  .shum-price-block {
    width: 100%;
    height: 433px;
  }
  .via {
  height: 601px;
  }
  .ria {
    height: 497px;
  }
  .slick-slide div {width: 100%;}
  .shum-price-list-nav, .via .shum-price-list-nav {top: 132px}
}
.shum-price-list-nav-item {
  background: #037da5;
  padding: .4rem .8rem;
  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;
  border-radius: .4rem;
  cursor: pointer;
  border: 2px solid #f1f1f1;
  margin: 0 2rem;
}

.shum-price-list-nav-item.actnow {
  border: 2px solid #037da5;
  background: #f1f1f1;
}

.shum-price-list-nav-item.actnow h5 {
  color: #037da5;
}

.shum-price-list-nav-item h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.shum-price-list-nav .item-1 {
  z-index: 9;
}

.shum-price-list-nav .item-2 {
  z-index: 9;
}

.shum-price-list-nav .item-3 {
  z-index: 9;
}

.shum-price-map {
  height: 100%;
  width: 100%;
}

.shum-price-map-item {
  width: 100%;
  display: block;
  background: #e6e6e6eb;
  height: auto;
  min-height: 329px;
  width: 410px;
  border-top: 3px solid #037da5;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  padding: 1.2rem;
}

@media (max-width: 991px) {
  .shum-price-map-item {
    width: 100%;
    min-height: 234px;
  }
}

.shum-price-map-item div {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shum-price-map-item.low {
  height: 200px;
  width: 300px !important;
  margin-bottom: 130px;
  padding-top: 60px;
}

.shum-price-map h4 {
  font-size: 1.5rem;
  color: #037da5;
  margin-bottom: 1.2rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}

.shum-price-map h5 {
  font-size: 1.2rem;
  line-height: normal;
  font-family: "Oswald", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*7.5);
          flex: 0 0 calc(100%/12*7.5);
  max-width: calc(100%/12*7.5);
  padding: 0.75rem;
}

.shum-price-map h4.blue {
  color: #037da5;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: normal;
  text-align: left;
  font-family: "Oswald", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*12);
          flex: 0 0 calc(100%/12*12);
  max-width: calc(100%/12*12);
  padding: 0.75rem;
}

.shum-price-map h6 {
  font-size: 1.2rem;
  line-height: normal;
  font-family: "Oswald", sans-serif;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.shum-price-map span.amount {
  font-size: 1.2rem;
  color: #037da5;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*4.5);
          flex: 0 0 calc(100%/12*4.5);
  max-width: calc(100%/12*4.5);
  padding: 0.75rem;
  text-align: right;
}

.shum-price-map a.light {
  background: #037da5;
  color: #fff;
  border-radius: .2rem;
  padding: .3rem .7rem;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ffffff59;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 1%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.shum-price-action {
  background: #037da5;
  color: #fff;
  width: 100%;
  border-radius: .4rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem 0 1.2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.mats {
  position: relative;
  background: url(../img/bg_w.jpg);
  padding-bottom: 8rem;
  padding-top: 2rem;
}

.mats-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  max-width: 1100px;
}

.mats-wrap p {
  text-align: center;
  color: #000;
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .mats-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .mats-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .mats-wrap {
    max-width: 720px;
  }
}

.mats-flex .relat {
  position: relative;
  padding: 0 .75rem;
}

.mats-flex .relat img {
  border: 4px solid #c3c3c3;
}

.mats-flex .slick-dots li button {
  width: 20px;
  height: 20px;
}

.mats-flex .slick-dots li button:before {
  font-size: 21px;
}

.mats-flex .note {
  position: absolute;
  width: 70%;
  background: #efefefeb;
  right: 0;
  bottom: 0;
  padding: 1px 10px 3px;
  color: #000;
  line-height: normal;
}

.mats-flex .note span {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  color: #037da5;
}

.snap-drawer .header-menu {
  padding: 2.5rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.snap-drawer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.snap-drawer img {
  width: 32px;
}

.snap-drawer span {
  font-size: 1.5rem;
  margin-left: 1rem;
  text-align: left;
  line-height: 1.3;
}

.mob_choose {
  display: none;
}

@media (max-width: 991px) {
  .mob_choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    padding: 0 1rem;
    width: 100%;
    height: 56px;
    background: #037da5 url(../img/carb.png);
    bottom: 0;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    z-index: 8;
  }
}

.mob_choose a {
  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: 100%;
}

.mob_choose a img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mob_choose a h6 {
  color: white;
  font-size: 1.5rem;
}
#contact {min-height: 394px;}

#contact h2, #contact1 h2, #contact2 h2   {
    color: #ffffff;
    font-size: 1.9rem;
    width: 100%;
	margin:0;
}
    
#contact h2:before, #contact1 h2:before, #contact2 h2:before, #contact3 h2:before, #contact4 h2:before    {
    content: none;}
    
    #contact3 h2 {
    color: #037da5;
     font-size: 1.9rem;
    width: 100%;
}
    #contact4 h2 {
    color: #037da5;
     font-size: 1.9rem;
    width: 100%;
}
.doo {
  height: 865px;
}

@media (max-width: 991px) {
.doo {
    width: 100%;
    height: 609px;
}
}


.tech-table p {
  font-size: unset;
  margin-bottom: 6px;
  line-height: unset;
  color: unset;
  font-weight: 600;
}

.tech-table {
  width: 100%;
  background-color: #fdfdfd;
}

.tech-table-heading {
  padding: 40px 0 30px 20px;
  background-color: #545f75;
  color: #fff;
  width: 170px;
  float: left;
  font-size: 1.1rem;
  font-weight: bold;
}

.tech-table-items {
  position: relative;
  float: left;
  width: calc(100% - 170px);
}
@media (max-width: 991px) {
.tech-table-heading {
width: 113px;    
padding: 40px 0 30px 10px;
}    
.tech-table-items {
width: calc(100% - 113px);
}
}



.tech-table-item {
  padding: 70px 15px 30px;
  -webkit-transition: ease .35s;
  -o-transition: ease .35s;
  transition: ease .35s;
  box-shadow: inset 1px 0 0px 0px rgb(0 0 0 / 11%);
}

.tech-table-item:hover {
  background-color: #fff;
    box-shadow: 0 0 17px 0px rgb(84 95 117 / 45%);
}

.tech-table-title {
  position: relative;
  padding: 0;
  padding-bottom: 0;
    margin-bottom: 31px;
    font-weight: 600;
    height: 56px;
  font-size: 1.2rem;
  line-height: normal;
  border-color: transparent;
      display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 2px solid transparent;
}

.tech-table-item .tech-table-title {
    position: relative;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 600;
    height: 87px;
    font-size: 1.2rem;
    line-height: normal;
    border-color: transparent;
    background: #e2e1e196;
    margin-top: -40px;
    padding-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #545f75;
}

@media (max-width: 991px) {
.tech-table-item .tech-table-title {
    margin-right: 0;
    margin-left: 0;
}
}
.tech-table-title span {
  font-weight: 400;
  font-size: .9rem;
}

.tech-table-title img {
  width: auto;
  height: 100%;
  opacity: .5;
}

.tech-table-cell {
  padding: 10px 5px 4px;
  border-bottom: 1px dotted #b2b2b2;
  display: block!important;
}

.tech-table-cell span {
  font-size: .8rem;
  background: #545f752e;
  padding: .1rem .4rem;
  color: #102435;
  border-radius: .4rem;
  font-weight: 400;
}

.tech-table-cell span.main-span {
  background: transparent;
  font-size: 1rem;
  color: #202d48;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
}

.tech-table-cell span.sec-span {
  font-weight: 400;
  min-width: 24px;
  text-align: center;
  border-radius: 100%;
  line-height: 20px;
}

.tech-table-cell p {
  color: #202d48;
  text-align: center;
}

.tech-table-heading .tech-table-title:after {
  content: none;
}

.ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fir {
  height: 107px;
}

.sec {
  height: 188px;
}

.third, .foo {
  height: 41px;
}

.fif {
  height: 221px;
  border-bottom: 0;
}

.long {
  background: #f3f3f396;
}

.tech-table .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block;
  width: 15px;
  height: 100%;
  font-size: 0;
  border: none;
  background-color: #2a3e4c;
  opacity: .4;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  transition: .35s ease;
}

@media (max-width: 991px) {
.tech-table .slick-arrow {

  opacity: .2;

}
}

.tech-table .slick-arrow:hover {
  opacity: .8;
}

.tech-table .slick-prev {
  left: 0;
}

.tech-table .slick-next {
  right: 0;
}

.slick-prev:before, .slick-next:before {
  font-size: 11px;
  color: white;
}

.slick-prev:before {
  content: '◄';
}

.slick-next:before {
  content: '►';
}

.red-button {
    background: #ff2c34 url(../img/carb.png);
    color: #fff;
    cursor: pointer;
    border-radius: .2rem;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #ffffff59;
    margin-left: 2rem;
    margin-top: 2rem;
}
.red-button:hover {
    background: #e00000 url(../img/carb.png);
}
.red-ya-button {
	background: #ff2c34 url(../img/carb.png);
	color: #fff;
	cursor: pointer;
	border-radius: .2rem;
	padding: 0.2rem 0.3rem;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid #ffffff59;
	margin-left: 2rem;
	margin-top: 2rem;
}
.red-ya-button:hover {
    background: #e00000 url(../img/carb.png);
}
@media screen and (min-width: 768px) {
.btn_hdn {display: none!important;}}

@media (max-width: 991px) {
    .red-button {
        margin-left: 0;
        width: 100%;
    }
}

.ton-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ton-block{
    flex: 0 0 32%;
    max-width: 32%;
        margin-top: 2rem;
         margin-bottom: 2rem;
    border-radius: 0px;
    background: url(../img/bg_w.jpg);
}
@media (max-width: 991px) {
    .ton-block {
    flex: 0 0 100%;
    max-width: 100%;
    }
}
.post-item-rit {padding: .5rem 1rem}

.ton-block .post-image {position: relative;}

.ton-block .post-image:after {
    position: absolute;
    left: 3%;
    bottom: 9%;
    width: 94%;
    height: 86%;
    z-index: 3;
    content: "";
    display: block;
    border: 3px #ffffff5e solid;
    opacity: 1;
}
.post-item-rit p{    font-size: 1rem;
    line-height: 1.55;color: #2b2b2b;}
    
   .ton-block .price-bottom-button{ 
        background: #037da5 url(../img/carb.png);
    color: #fff;
    cursor: pointer;
    border-radius: .2rem;
    padding: .5rem 2rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #ffffff59;
    margin: 1rem auto;
    display: block;
   }
   
   
   .ton-block h3 {
    color: #2b2b2b;
    margin: .3rem 0 .8rem;
    text-align: center;
    font-size: 1.3rem;
}

.min {
        min-height: 105px;
}

.shum-ab {
    position: relative;
    background: url(../img/bg_w.jpg);
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.p-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
      padding-bottom: 3rem;
}


@media (max-width: 1199px) {
  .p-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .p-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .p-wrap {
    max-width: 720px;
  }
}

.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  margin-left: -.75rem;
  margin-right: -.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          margin-top: 2.2rem;
}

.p-block {
    position: relative;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    -webkit-mask-image: url(../img/crop.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.p4-block {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-mask-image: url(../img/crop.svg);
    -webkit-mask-size: 86%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
@media (max-width: 991px) {
.p-block, .p4-block {
        
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ny h3 {
    font-size: 2rem;
    color: #06769b;
    margin-top: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #037da5;
    line-height: 1.3;
}

.p-block h4 {
    color: #fff;
    position: absolute;
    bottom: 28%;
    background: #252c34;
    padding: .5rem 0.75rem .5rem .75rem;
    right: 9%;
    font-size: 1rem;
    border-radius: .4rem;

}


.r-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
        margin-top: 2rem;
}

.rsd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rsd-block {
    position: relative;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    display: flex;
}
.rsd4-block {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
}

@media (max-width: 991px) {
.r-block, .r4-block {
        
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.r-wrap h3 {
    font-size: 2rem;
    color: #06769b;
    margin-top: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #e2e6ea;
    line-height: 1.3;
    padding: 1.5rem;
}

.r-block h4 {
    color: #fff;
    position: absolute;
    top: -38px;
    background: #037da5 url(../img/carb.png);
    padding: .5rem 1.75rem .5rem .75rem;
    right: 0;
        font-size: 1.2rem;
    width: 100%;
    text-align: center;

}
.r4-block h4 {
        color: #fff;
    position: absolute;
    top: 0;
    background: #037da5 url(../img/carb.png);
    padding: .5rem 1.75rem;
    right: 0;
        font-size: 1.2rem;
    text-align: center;
    border-left: .5px solid #ffffff4a;
    border-right: .5px solid #22293196;
}


.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.shum-price h2 {
    margin-bottom: 3rem;
}
.rd {margin-top: 6rem;}
.slick-slide div {width: 100%;}
.tech-table-items .slick-slide div {width: unset;}
h3.yup {font-size: 2rem;
    color: #fff;
    margin-top: 4rem;
    margin-bottom: 0;
    text-align: center;}
.cur {color: #069bcc;}
.lond {    background: #cacaca;padding-bottom: 1px;}
.lond p {    color: #2b2b2b;}
.lond h3.sub {    color: #037da5;}
.lond .ton-block {box-shadow: 0 0 2px #00000040;}
.mat-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.mat-slider-nav-item {
  background: #037da5;
  padding: .4rem .8rem;
  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;
  border-radius: .4rem;
  cursor: pointer;
  border: 2px solid #f1f1f1;
  margin: 0 2rem;
}

.mat-slider-nav-item.actnow {
  border: 2px solid #037da5;
  background: #f1f1f1;
}

.mat-slider-nav-item.actnow h5 {
  color: #037da5;
}

.mat-slider-nav-item h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.mat-slider-nav .item-1 {
  z-index: 9;
}

.mat-slider-nav .item-2 {
  z-index: 9;
}

.mat-slider-nav .item-3 {
  z-index: 9;
}

.mat-slider-map {
  height: 100%;
  width: 100%;
}

.mat-slider-map p {
    font-size: 1rem;
    line-height: 1.5;
    color: #0c1721;
    font-weight: 400;
        text-align: center;
    
}

.mat-slider-map h5 {
    color: #037da5;
    font-weight: 600;
    font-size: 1.4rem;
        margin-bottom: .7rem;
            text-align: center;
}


.home-price-map .slick-slide div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.alfa {height: 626px;}
.alfa .shum-price-map-item {min-height: 236px;}
.beta {height: 683px;}
.beta .shum-price-map-item {min-height: 319px;}
.gama {height: 633px;}
.gama .shum-price-map-item {min-height: 269px;}
.delta {height: 711px;}
.delta .shum-price-map-item {min-height: 339px;}
.eps {height: 648px;}
.eps .shum-price-map-item {min-height: 278px;}

.r4-block, .r3-block {position: relative;}
.r-flex .slick-slide {    margin: 42px;}

.r-flex .slick-slide {
height:455px!important;
width: 761px!important;
}

.mat-slider-map-item-1 .slick-slide, .mat-slider-map-item-2 .slick-slide, .mat-slider-map-item-3 .slick-slide, .mat-slider-map-item-4 .slick-slide
{
        width: 466px!important;
    margin: 1rem;
}

.r-flex .slick-prev {
    left: 50%;
    background: #037da5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
     z-index:9;
    transform: translateX(-447px);
    opacity: .75;
    transition: all .3s ease;
        top: 44%;
}
.r-flex .slick-next {
    right: 50%;
    background: #037da5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index:9;
    transform: translateX(447px);
    opacity: .75;
    transition: all .3s ease;
        top: 44%;
}

.mat-slider-map .slick-prev {
        left: 10%;
    background: #a0a0a0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
     z-index:10;
    opacity: .8;
    transition: all .3s ease;
        top: 30%;
}
.mat-slider-map .slick-next {
    right: 10%;
    background: #a0a0a0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index:10;
    opacity: .8;
    transition: all .3s ease;
        top: 30%;
}
.r-flex .slick-prev:before, .mat-slider-map .slick-prev:before{
    font-size: 22px;
    content: '<';
    transform: scaleY(1.8) translateX(-2px);
    display: block;
}
.r-flex .slick-next:before, .mat-slider-map .slick-next:before {
    font-size: 22px;
    content: '>';
    transform: scaleY(1.8) translateX(2px);
    display: block;
}

.r-flex .slick-prev:hover, .r-flex .slick-prev:focus, .r-flex .slick-next:hover, .r-flex .slick-next:focus{
    color: #fff;
    outline: none;
    background: #037da5;
    opacity: 1;
}

.mat-slider-map .slick-prev:hover, .mat-slider-map .slick-prev:focus, .mat-slider-map .slick-next:hover, .mat-slider-map .slick-next:focus {
    color: #fff;
    outline: none;
    background: #a0a0a0;
    opacity: 1;
}
.r-flex:before{
    content: '';
    position: absolute;
    left: 0;
        width: 25%;
    height: 100%;
    top: 0;
    z-index: 9;
    background: url(../img/shad-l.png) top right repeat-y;
    background-size: cover;
}
.r-flex:after{
    content: '';
    position: absolute;
    right: 0;
    width: 25%;
    height: 100%;
    top: 0;
    z-index: 9;
    background: url(../img/shad-r.png) top left repeat-y;
    background-size: cover;
}

.mat-slider-map:before{
    content: '';
    position: absolute;
    left: 0;
        width: 10%;
    height: 100%;
    top: 0;
    z-index: 9;
        background: linear-gradient(90deg, #ececec, transparent);
}

.mat-slider-map:after{
    content: '';
    position: absolute;
    right: 0;
    width: 10%;
    height: 100%;
    top: 0;
    z-index: 9;
        background: linear-gradient(-90deg, #ececec, transparent);
}

.shums-price {
    position: relative;
    background: #ececec;
    padding-top: 5rem;
    padding-bottom: 8rem;
}


.forma2 {
  position: relative;
  background: #e00000 url(../img/carb.png);
}



.forma2-wrap {
  padding-top: 0;
  padding: 2.1rem 0.75rem;
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 1199px) {
  .forma2-wrap {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  .forma2-wrap {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .forma2-wrap {
    max-width: 720px;
  }
}

.forma2-flex {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.forma2-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*3.5);
          flex: 0 0 calc(100%/12*3.5);
  max-width: calc(100%/12*3.5);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .forma2-flex {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .forma2-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
    
  }
}

.forma2-left h4 {
color: #fff;
font-size: 2rem;
    line-height: 1.1;
}
.forma2-left img {
        width: 22px;
    height: auto;
    z-index: 1;
    position: relative;
    margin-left: 1.5rem;
        -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
    

@media (max-width: 991px) {
  .forma2-left h4 {
    width: 100%;
    text-align: center;
  }
}

.forma2-left span {
  display: block;
  font-size: 1.7rem;
}

.forma2-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/12*8.5);
          flex: 0 0 calc(100%/12*8.5);
  max-width: calc(100%/12*8.5);
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .forma2-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.forma2-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.forma2-right form input, .forma2-right form button {
  width: 30%;
  margin-top: 0px;
  padding: .7rem;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255,255,255, 0.5);
}

@media (max-width: 991px) {
  .forma2-right form input, .forma2-right form button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/12*12);
            flex: 0 0 calc(100%/12*12);
    max-width: calc(100%/12*12);
    padding: 0.75rem;
  }
}

.forma2-right form input {
  background: #ffffff26;
}

.forma2-right form button {
  background: #037da5;
  cursor: pointer;
}
.forma2-right form button:hover{
  background: #02536E;
  cursor: pointer;
}




.mat-pop .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  background: #ececec;
  -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.14);
  border: 2px solid #c3c8cd;

}
.mat-pop .modal-wrap p, .mat-pop .modal-wrap li{
    color: #0c1a27;
}

@media (max-width: 768px) {
  .mat-pop .modal-wrap {
    width: 320px;
  }
}

.mat-pop .modal-close {
        background: url(../img/closet.svg) no-repeat;
}

.mat-pop .modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
      -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mat-pop h2 {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #037da5;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: left;
    text-transform: uppercase;
}
.mat-pop h2:before {
    content: none;
}


.mat-pop .modal-left {
  flex: 0 0 50%;
  max-width: 50%;
    padding: 2rem;
    padding-bottom: 0;
}
.mat-pop .modal-right {
  flex: 0 0 50%;
  max-width: 50%;

    padding: 2rem;
    padding-bottom: 0;
}
.mat-pop .modal-center {
  flex: 0 0 100%;
  max-width: 100%;
   padding: 0 2rem;
}

@media (max-width: 768px) {
.mat-pop .modal-left {
  flex: 0 0 100%;
  max-width: 100%;
}
.mat-pop .modal-right {
  flex: 0 0 100%;
  max-width: 100%;
}
}


.mat-pop .modal-bottom {
  width: 100%;
    background: #fff url(../img/carb.png);
}
.mat-pop .modal-bottom form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
      -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.mat-pop h3 {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #037da5;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left;
    text-transform: uppercase;
    margin-top: 2rem;
}
.mat-pop.modal-bottom h3 span {
  color: #ec1c24;
}
.mat-pop .modal-bottom h2 {text-align: center;}
.mat-pop .modal-bottom p.down {
  text-align: center;
  font-size: .9rem;
  color: #000;
  margin-top: 1.5rem;
  width: 100%;
}

.mat-pop .modal-bottom input, #callnow .modal-bottom textarea {
  flex: 0 0 30%;
  max-width: 30%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 43px;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background: whitesmoke;
}

.mat-pop .modal-bottom input::-webkit-input-placeholder, .mat-pop .modal-bottom textarea::-webkit-input-placeholder {
  color: #000;
}

.mat-pop .modal-bottom input:-ms-input-placeholder, .mat-pop .modal-bottom textarea:-ms-input-placeholder {
  color: #000;
}

.mat-pop .modal-bottom input::-ms-input-placeholder, .mat-pop .modal-bottom textarea::-ms-input-placeholder {
  color: #000;
}

.mat-pop .modal-bottom input::placeholder, .mat-pop .modal-bottom textarea::placeholder {
  color: #000;
}


.mat-pop .modal-bottom button {
      flex: 0 0 30%;
  max-width: 30%;
  background: #037da5;
  border-radius: .2rem;
    height: 43px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  border: 1px solid #ffffff33;
}

.mat-pop .modal-top {
  width: 100%;
  height: 314px;
  background: #037da5 url(../img/callnow2.jpg);
  background-size: cover;
}

.mat-pop .modal-bottom {
  padding: 2rem;
}

.mat-pop .modal-bottom h3 {
  margin-bottom: .5rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.mat-pop .modal-bottom h3 span {
  color: #ec1c24;
}

.mat-pop .modal-bottom p.down {
  text-align: center;
  font-size: .9rem;
  color: #000;
  margin-top: 1.5rem;
}

.mat-pop .modal-bottom input, .mat-pop .modal-bottom textarea {
  width: 100%;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
          box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.32);
  height: 43px;
  border: none;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 43px;
  border-radius: .2rem;
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background: whitesmoke;
}

.mat-slider-mat {position: relative;}
.more {position: absolute;
    background: #037da5;
    color: white;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .7s ease;
    width: fit-content!important;
    padding: .67rem 1rem;
    border-radius: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    opacity: 0;
}
.mat-slider-mat:hover .more {
    top: 42%;
    transform: translate(-50%, -50%);
    opacity: .9;
}


@media (max-width: 991px) {

.r-flex .slick-next {
    right: 124%;z-index: 10;}
    .r-flex .slick-prev {
    left: 124%;z-index: 10;}
    .r4-block h4 {
    right: 50%;
    transform: translateX(50%);}
    .mat-pop .modal-center, .mat-pop .modal-left, .shum-price-map-item-img {display: none;}
    .forma2-flex {    padding:0;}
   .mat-pop .modal-bottom input, #callnow .modal-bottom textarea, .mat-pop .modal-bottom button {
    flex: 0 0 100%;
    max-width: 100%;
    }
    .mat-pop {overflow-y: scroll;}
    .mat-pop .modal-close {
    top: 11px;
    right: 9px;
}
    .mat-pop .modal-right {
            padding-top: 3rem;
    padding-bottom: 2rem;
    }
    #callnow .modal-bottom p.down {
    margin-bottom: 0;}
    .sertificate {
    padding-top: 4rem;
    padding-bottom: 4rem;}
    .forma-wrap h4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    }
        .forma-left h4 {
    padding-top: 0;
    padding-bottom: 1rem;
    }
    .forma-left {
    padding: 0;
}
.delta {
    height: 486px;
}
.delta .shum-price-map-item {
    min-height: 269px;
}
.alfa {
    height: 377px;
}
.alfa-plus {
    height: 427px;
}
.alfa .shum-price-map-item {
    min-height: 195px;
}
.beta {
    height: 586px;
}
    .beta .shum-price-map-item {
    min-height: 374px;
}
.shum-price-map-item {
    min-height: 377px;
}
.via {
    height: 620px;
}


.gama {
    height: 510px;
}
.gama .shum-price-map-item {
    min-height: 260px;
}
.delta {
    height: 480px;
}
.delta .shum-price-map-item {
    min-height: 270px;
}
.eps {
    height: 442px;
}
.eps .shum-price-map-item {
    min-height: 222px;
}
.v-advantages-flex {justify-content: center;margin-bottom: 0rem;margin-top: 1rem;}
#cnt { position:absolute; top:-61px;}
#callnow_s .modal-top_s {
    width: 100%;
    height: 228px;
}
#callnow .modal-top {
    width: 100%;
    height: 152px;
}

.r-flex .slick-slide {
    height: unset!important;
    width: unset!important;
    margin: 0;
}
.mat-slider-map-item-1 .slick-slide img, .mat-slider-map-item-2 .slick-slide img, .mat-slider-map-item-3 .slick-slide img, .mat-slider-map-item-4 .slick-slide img {
    width: auto;
    height: 278px;
        margin: 0 auto;
}
}

@media (max-width: 768px) {

.r-flex .slick-next {
    right: 126%;z-index: 10;}
    .r-flex .slick-prev {
    left: 126%;z-index: 10;}

}


@media (max-width: 350px) {
.r-flex .slick-next {
    right: 142%;z-index: 10;}
    .r-flex .slick-prev {
    left: 142%;z-index: 10;}
}

.cur span {color: #069bcc;}

.tund {color: #dedede;
    margin: 0;
    font-size: 2.2rem;
    text-align: center;
    width: 100%;}
.tund:before {   content: none;}
.tth {
    border-top: 1px dashed #ffffff85;
    width: 100%;
    padding-top: 1rem;
}

.kontakt {display: flex; align-items: center; justify-content: center;flex-wrap: wrap;}
.kontakt-item {
    width: 37px;
    height: 37px;
    margin-left: .7rem;
    padding: .65rem;
	border-radius: 50%;
}
.kontakt-item img {
    height: 19px;
        animation-name: none;
}

.img-phone-footer {
    margin-bottom: 6px;
}

.kontakt-item:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
	}
.bost {margin-bottom: 1rem;}
@media (max-width: 1250px) {
.header-phone {
    font-size: 1.2rem;
}
	.kontakt-item {
    margin: 0 .15rem;
    width: 32px;
    height: 32px;
    padding: .6rem;
}
.kontakt-item img {
    height: 17px;
    animation-name: none;
}
}
@media (max-width: 1076px) {
.header-phone {
    font-size: 1rem;
}

.header-filler a {
    margin-left: .2rem;
}
}

.whats {background: #64b161;}
.viber {background: #7d3daf;}
.tele {background: #61a8de;}