@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtop {
  background-position: top !important;
}

.backgroundcenter {
  background-position: center !important;
}

.backgroundbottom {
  background-position: bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 6rem;
}

.margintop3 > div > div.row {
  margin-top: 9rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 6rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 9rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 6rem;
}

.paddingtop3 > div > div.row {
  padding-top: 9rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 6rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 9rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

body, table td, table th, table tbody td, input, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #fff;
  color: #000;
}

.foto_vlevo {
  float: left;
  margin: 0px 20px 10px 0px;
}

.foto_vpravo {
  float: right;
  margin: 0px 0px 20px 10px;
}

h1 {
  font-family: "Montserrat", sans-serif;
}

h2 {
  color: #E20613;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

img.lightboxthumb {
  width: 120px;
  max-height: 120px;
}

img.response, img.responsive {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

.btn-main {
  background-color: #E20613;
  color: #fff;
  border: 0;
  padding: 0.5rem 2rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-main:hover {
  color: #fff;
}

.price-text {
  font-size: 36pt;
  line-height: 0.8;
  font-weight: bold;
  position: relative;
  top: 0.7rem;
  height: 61px;
  display: inline-block;
}

.slashes .col-lg-4 {
  padding-bottom: 3rem;
  position: relative;
}
@media only screen and (min-width: 993px) {
  .slashes .col-lg-4:before {
    position: absolute;
    content: "";
    height: 76px;
    width: 28px;
    left: 0;
    margin-left: -1rem;
    background-image: url(/images/slash.svg);
    background-size: contain;
  }
}
.slashes .col-lg-4:first-of-type:before {
  content: none;
}

.colimageleft > div > div > div {
  background-size: cover;
}
.colimageleft > div > div > div:first-of-type {
  padding-top: 25%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .colimageleft > div > div > div:first-of-type {
    padding-top: 60%;
  }
}

.trangleright {
  background-image: url(/images/section_border_right.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.trangleright > div > div.row {
  padding-top: 10%;
}

.trangleleft {
  background-image: url(/images/section_border_left.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
.trangleleft > div > div.row {
  padding-top: 10%;
}

.colpadding > div > div > div {
  padding: 0 1.5rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li span:before {
  content: "";
  border-color: transparent #000;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: inline-block;
  height: 0;
  width: 0;
  left: -0.3rem;
  top: 0;
  position: relative;
}

.premium-text {
  color: #E20613;
  letter-spacing: 3px;
}

.premium {
  border-radius: 1rem;
  background-image: url(/images/premium.jpg);
  background-size: cover;
  padding: 1.5rem 1rem 1rem 1rem;
}
.premium ul li span:before {
  border-color: transparent #e20613;
}

.redbtn, .hoverwhite {
  color: white;
  background-color: #E20613;
  border-radius: 0.8rem;
  padding: 0.5rem 4rem;
}
.redbtn:hover, .hoverwhite:hover {
  text-decoration: none;
  color: white;
}

.what .hoverwhite:hover {
  color: white !important;
}

/*# sourceMappingURL=styles-in-progres.css.map */
