/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sauce One", sans-serif;
  background-color: #131313;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 1.2rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 10px;
}

input,
textarea {
  color: #333;
  font-family: "Open Sauce One", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #090909;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-SemiBold.eot");
  src: url("../fonts/OpenSauceOne-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceOne-SemiBold.woff2") format("woff2"), url("../fonts/OpenSauceOne-SemiBold.woff") format("woff"), url("../fonts/OpenSauceOne-SemiBold.ttf") format("truetype"), url("../fonts/OpenSauceOne-SemiBold.svg#OpenSauceOne-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-Regular.eot");
  src: url("../fonts/OpenSauceOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSauceOne-Regular.woff2") format("woff2"), url("../fonts/OpenSauceOne-Regular.woff") format("woff"), url("../fonts/OpenSauceOne-Regular.ttf") format("truetype"), url("../fonts/OpenSauceOne-Regular.svg#OpenSauceOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 3.7rem;
  z-index: 2;
}
header .wrapper {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.soc-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#172678), to(#2046cd));
  background: -webkit-linear-gradient(bottom, #172678 0%, #2046cd 100%);
  background: -o-linear-gradient(bottom, #172678 0%, #2046cd 100%);
  background: linear-gradient(0deg, #172678 0%, #2046cd 100%);
  width: 3.8rem;
  height: 3.8rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.soc-list__item img {
  display: block;
  max-width: 3rem;
}
.soc-list__item_red {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6739), to(#ff5c3f));
  background: -webkit-linear-gradient(top, #ff6739 0%, #ff5c3f 100%);
  background: -o-linear-gradient(top, #ff6739 0%, #ff5c3f 100%);
  background: linear-gradient(180deg, #ff6739 0%, #ff5c3f 100%);
}
.soc-list__item_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#39cbff), to(#3f97ff));
  background: -webkit-linear-gradient(top, #39cbff 0%, #3f97ff 100%);
  background: -o-linear-gradient(top, #39cbff 0%, #3f97ff 100%);
  background: linear-gradient(180deg, #39cbff 0%, #3f97ff 100%);
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
  padding: 2.8rem 0 3.9rem 0;
}

.footer-logo {
  text-align: center;
  padding-bottom: 0.9rem;
}
.footer-logo img {
  display: block;
  margin: 0 auto;
  max-width: 20rem;
  height: auto;
}

.footer-soc {
  padding: 0.9rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-soc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: 1px solid #FFF;
  width: 3.8rem;
  height: 3.8rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.footer-soc__item img {
  display: block;
  max-width: 3rem;
}
.footer-soc__item_red {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6739), to(#ff5c3f));
  background: -webkit-linear-gradient(top, #ff6739 0%, #ff5c3f 100%);
  background: -o-linear-gradient(top, #ff6739 0%, #ff5c3f 100%);
  background: linear-gradient(180deg, #ff6739 0%, #ff5c3f 100%);
}
.footer-soc__item_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#39cbff), to(#3f97ff));
  background: -webkit-linear-gradient(top, #39cbff 0%, #3f97ff 100%);
  background: -o-linear-gradient(top, #39cbff 0%, #3f97ff 100%);
  background: linear-gradient(180deg, #39cbff 0%, #3f97ff 100%);
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrapper {
  min-width: 320px;
  max-width: 550px;
  padding: 0 1.2rem 0 1.2rem;
  margin: 0 auto;
  position: relative;
}

/* titles */
p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #090909;
  padding: 1.2rem 0 1.2rem 0;
  font-weight: 400;
}

h1 {
  font-size: 7rem;
  line-height: 1.2;
  color: #090909;
  font-family: "Bebas Neue", sans-serif;
  padding: 1.2rem 0 1.2rem 0;
  font-weight: 400;
}

h2 {
  font-size: 4rem;
  line-height: 1.2;
  color: #090909;
  font-family: "Bebas Neue", sans-serif;
  padding: 1.2rem 0 1.2rem 0;
  font-weight: 400;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #090909;
  font-family: "Bebas Neue", sans-serif;
  padding: 1.2rem 0 1.2rem 0;
  font-weight: 400;
}

/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
  opacity: 0;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-inf {
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}
.main-inf:before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50%;
  width: 100%;
}
.main-inf:after {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(19, 19, 19)), to(rgba(19, 19, 19, 0)));
  background: -webkit-linear-gradient(bottom, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0) 100%);
  background: -o-linear-gradient(bottom, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(to top, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0) 100%);
  opacity: 1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50%;
  width: 100%;
}
.main-inf .wrapper {
  z-index: 1;
}
.main-inf__text {
  padding-top: 9.3rem;
  text-align: center;
}
.main-inf__text h1 {
  color: #FFF;
  padding: 0 0 0 0;
  letter-spacing: 0.08em;
  margin-top: -0.7rem;
}
.main-inf__inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 170%;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
.main-inf__inst img {
  width: 1.5rem;
  margin-left: 0.5rem;
  margin-top: -2px;
}
.main-inf__img {
  margin: -5.3rem auto 0 auto;
}
.main-inf__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.box-service {
  margin-top: -19rem;
  position: relative;
  z-index: 2;
}

.service-list {
  padding: 0 0 0 0;
}
.service-list__item {
  display: block;
  position: relative;
  height: 13.1rem;
  overflow: hidden;
  -webkit-border-radius: 1.1rem;
          border-radius: 1.1rem;
  margin-bottom: 1.1rem;
}
.service-list__img {
  display: block;
  height: 100%;
}
.service-list__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.service-list__text {
  position: absolute;
  left: 16rem;
  width: calc(100% - 18rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.service-list__text span {
  display: block;
  color: #6c3b2d;
  margin-bottom: -1rem;
  margin-left: -1rem;
}
.service-list__icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.box-photos {
  padding: 0.5rem 0 0 0;
}

.photos-list {
  padding: 0 1rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photos-list__item {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  -webkit-border-radius: 1.3rem;
          border-radius: 1.3rem;
}
.photos-list__item img {
  display: block;
  -webkit-border-radius: 1.3rem;
          border-radius: 1.3rem;
  width: calc(100% + 2px);
  height: auto;
  margin: -1px;
}

.photos-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
  max-width: 23.5rem;
}
.photos-col:first-child {
  padding-top: 3rem;
}

.box-cards {
  padding: 1.1rem 0 0 0;
}

.cards-list__item {
  -webkit-box-shadow: 0 0 76px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 76px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 1.5rem;
          border-radius: 1.5rem;
  margin-bottom: 1.1rem;
}
.cards-list__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
}
.cards-list__top-img {
  width: 4.2rem;
}
.cards-list__top-img img {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.cards-list__top-inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: left;
  color: #090909;
  padding-left: 1rem;
  width: calc(100% - 4.7rem);
}
.cards-list__top-inst img {
  width: 0.8rem;
  height: auto;
  margin-left: 0.3rem;
  margin-top: -1px;
}
.cards-list__top-more {
  width: 0.5rem;
}
.cards-list__top-more img {
  display: block;
  width: 100%;
  height: auto;
}
.cards-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
.cards-list__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
}
.cards-list__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards-list__icons a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
/*# sourceMappingURL=style.css.map */
