<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
-webkit-overflow-scrolling: touch;
background: #fcfcfc;
height: 100%;
}

body{
font-family: "RobotoRegular";
text-rendering: optimizeSpeed;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow-x: hidden;
overflow-y: scroll;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}

.navbar {
  background: #fff;
  box-shadow: none;
  z-index: 5;
  transition: background 0.2s linear;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  line-height: 1.4;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
}

.navbar-brand {
  display: flex;
  margin: 0;
}

.navbar-brand path {
  fill: #fff;
  transition: fill 0.2s linear;
}

.order {
  position: relative;
  display: inline-block;
  padding: 0.6em 1em;
  margin-right: 1em;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1;
  background: #ffdb4d;
  color: #333;
  outline: none !important;
  text-decoration: none !important;
  transition: background .2s cubic-bezier(.4,0,.2,1), box-shadow .2s cubic-bezier(.4,0,.2,1);
}

.order:hover,
.order:active,
.order:focus {
  background: #ffd633;
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.info-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer {
  justify-content: flex-start;
}

.info-block1 {
  display: flex;
}
.info-block2 {
  display: flex;
  flex-direction: column;
}

.call {
  font-size: 0.5em;
  padding-right: 5px;
  color: #C7104B;
  transition: color 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.call1 {
  font-size: 0.5em;
  padding-right: 5px;
  color: #b0bec5;
}
.phone-number {
  color: #b0bec5;
  font-size: 1.2em;
}

.social {
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.social-icon {
  margin-bottom: 2em;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.social-icon a{
  font-size: 0.8em;
  color: #b0bec5;
  line-height: 0.5;
  margin-left: 1em;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease !important;
}

.social-icon a:active, .social-icon a:hover, .social-icon a:focus{
  color: #b0bec5 !important;
}

.about, .offer {
  color: #fff;
  margin-bottom: 0;
}

.aboutText {
  color: #b0bec5;
}

.offer {
  margin-top: 1em;
}

.offerText, .offerText:hover, .offerText:active, .offerText:focus  {
  color: #ffdb4d;
  font-size: 1em;
}

.phone {
  color: #C7104B;
  transition: color 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.section1 {
  background-color: #455a64;
  padding-top: 10em;
  padding-bottom: 10em;
  box-shadow: 0 10px 10px -13px #333;
  height: 100%;
}

.itemWrapper {
  height: 70%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 10px -13px #333;
}

.itemInner {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.itemContent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(to bottom, rgba(69,90,100,0.70) 100%,rgba(69,90,100,0.70) 100%),
  url('images/back.jpg') no-repeat scroll center center / cover;
  background-size: contain;
}

.section2, .section3 {
  /* background-color: #fcfcfc; */
}

.section3 {
  box-shadow: 0 10px 10px -13px #333;
}

.section4 {
  background-color: #ffdb4d;
  box-shadow: 0 10px 10px -13px #333;
}

.section5 {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d6d8de' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  padding-bottom: 4em;
}

.section6 {
  background: #e0e0e0;
  padding-bottom: 10em;
}

.section7 {
  background-color: #455a64;
  padding-top: 4em;
  padding-bottom: 4em;
}

.images {
  display: flex;
  justify-content: space-between;
  margin-left: -1em;
}

.mainBlock {
  align-items: center;
  margin-top: 1em;
}

.mainText, .simpleText {
  font-family: 'RobotoLight';
}

.mainTitle {
  font-family: "RobotoRegular";
  font-size: 3em;
  color: #ffdb4d;
}

.mainText {
  color: #fff;
}

.simpleTitle {
  font-family: "RobotoRegular";
  color: #37474f;
  font-size: 2em;
}
.simpleText {
  color: #37474f;
  font-size: 1.5em;
}

.section3 .simpleTitle, .section3 .simpleText {
  color: #29434e;
}

.section3 .simpleText {
  font-family: "RobotoLight";
  font-size: 1em;
  padding-left: 1em;
  display: flex;
  align-items: start;
  padding-top: 5px;
}

.section6 .simpleText {
  font-size: 1.2em;
}

.tile {
  color: #e91e63;
  display: flex;
  flex-flow: row;
  padding-bottom: 1em;
}

.features {
  align-items: center;
}

.featText {
  font-family: 'RobotoRegular';
  font-size: 1em;
  color: black;
}

.itemText {
  font-family: 'RobotoLight';
  font-size: 1.2em;
  color: black;
}

.price {
  border-top: 1px dotted gray;
  padding-top: 1em;
}

.price-value {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 2em;
  padding-left: 0.5em;
}

.nav {
  justify-content: center;
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 2em;
  margin-top: 2em;
}

.service-nav .nav-link {
  font-family: "RobotoRegular";
  font-size: 1em;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px !important;
  padding: 0.5em 1em;
}

.service-nav .nav-link.active {
  color: #333;
  background: #ffdb4d;
  border-color: #333;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #333;
}

.feedback {
  display: flex;
  justify-content: center;
  flex-flow: column;
  background: #f5f5f5;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d6d8de' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 2em;
}

.feat {
  margin-left: 2em;
}

.form-inline {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.form-control {
  display: flex !important;
  width: 49% !important;
}

.orderSend {
  display: inline-block;
  position: relative;
  font-size: 1em;
  background: #d81b60;
  border-radius: 2px;
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
  transition: background .2s cubic-bezier(.4,0,.2,1), box-shadow .2s cubic-bezier(.4,0,.2,1);
  line-height: 1.5;
  margin-top: 1em;
}

.orderSend:hover,
.orderSend:focus,
.orderSend:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  background: #e91e63;
}

.or {
  display: flex;
  align-items: center;
  padding: 0 1em;
}

.modal-header {
  background: #ffdb4d;
}

.modalButton {
  margin: 0 auto;
}

@media only screen and (max-width: 1367px) {
  .tile {
    max-width: 20% !important;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 1300px) and (device-aspect-ratio: 5/4) {
  .itemWrapper {
    height: 70%;
  }
  .itemContent {
    background-size: contain;
    background-position-y: top;
  }
  .tile {
    max-width: 20% !important;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 1025px) {
  .itemWrapper {
    height: 70%;
  }
  .tile {
    max-width: 25% !important;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 768px) {
  .section6 {
    padding-bottom: 2em;
  }
  .mainText {
    text-align: center;
    font-size: 1.5em;
  }
  .mainTitle {
    font-size: 2em;
    text-align: center;
  }
  .itemWrapper {
    height: 40%;
    margin-top: 6em;
  }
  .tile {
    max-width: 100% !important;
    flex-basis: auto;
    align-items: center;
    padding-bottom: 0;
  }
  svg {
    height: 30px;
  }
  .order {
    display: none;
  }
  .simpleTitle {
    font-size: 1.5em;
  }
  .simpleText {
    font-size: 1.2em;
  }
  .camera {
    text-align: center;
  }
  .itemText {
    font-size: 0.85em;
  }
  .social {
    padding-top: 1em;
  }
  .social, .social-icon {
    justify-content: flex-start;
  }
  .social-icon a {
    margin-left: 0;
    margin-right: 1em;
  }
  .feat {
    margin-left: 0;
  }
  .price-value {
    font-size: 1.5em;
  }
  .info-block {
    font-size: 0.9em;
  }
  .form-inline {
    flex-direction: column;
  }
  .form-control {
    width: 100% !important;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 481px) {
  .phone {
    font-size:0.85em;
  }
  .info-block {
    padding-left: 0;
    padding-right: 0;
  }
}
</pre></body></html>