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%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

@font-face {
  font-family: 'proxima_novaextrabold';
  src: url("/public/resources/themes/mon/fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("/public/resources/themes/mon/fonts/proximanova-extrabold-webfont.woff") format("woff"), url("/public/resources/themes/mon/fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novablack';
  src: url("/public/resources/themes/mon/fonts/proximanova-black-webfont.woff2") format("woff2"), url("/public/resources/themes/mon/fonts/proximanova-black-webfont.woff") format("woff"), url("/public/resources/themes/mon/fonts/proximanova-black-webfont.svg#proxima_novablack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novasemibold';
  src: url("/public/resources/themes/mon/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("/public/resources/themes/mon/fonts/proximanova-semibold-webfont.woff") format("woff"), url("/public/resources/themes/mon/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novabold';
  src: url("/public/resources/themes/mon/fonts/proximanova-bold-webfont.woff2") format("woff2"), url("/public/resources/themes/mon/fonts/proximanova-bold-webfont.woff") format("woff"), url("/public/resources/themes/mon/fonts/proximanova-bold-webfont.svg#proxima_novabold") format("svg");
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

body {
  font-size: 32px;
  font-family: proxima_novasemibold;
  padding: 0;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  color: #676c71;
}

@media (max-width: 1460px) {
  body {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 138px;
  line-height: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2vw 0 2vw;
}

@media (max-width: 800px) {
  #header .header_wrap {
    padding: 0 0 0 5vw;
  }
}

#header #logo {
  background: url(/public/resources/themes/mon/img/logo.svg) no-repeat center center;
  width: 235px;
  height: 70px;
  margin: 38px 0 0;
  background-size: 100%;
}

@media (max-width: 800px) {
  #header #logo {
    width: 200px;
    height: 55px;
    background-size: 100%;
    margin-top: 28px;
  }
}

#header .icon_burger {
  background: url(/public/resources/themes/mon/img/burger.svg) no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  right: 2vw;
  top: 25px;
  display: none;
}

@media (max-width: 800px) {
  #header .icon_burger {
    display: block;
  }
}

#header #nav .close {
  display: none;
  background: url(/public/resources/themes/mon/img/close.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  right: 2vw;
  top: 37px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 800px) {
  #header #nav .close {
    display: block;
  }
}

#header #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header #nav ul li a {
  font-size: 32px;
  line-height: 131px;
  color: #fff;
  padding: 0px 0 0 36px;
  font-family: proxima_novablack;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

@media (max-width: 1480px) {
  #header #nav ul li a {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  #header #nav {
    display: none;
  }
}

#header #nav.active {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  background: #f6aac3;
  color: #fff;
  display: block;
}

#header #nav.active ul {
  display: inherit;
  padding: 100px 4vw 4vw;
}

#header #nav.active ul li {
  display: block;
  text-align: right;
  line-height: normal;
}

#header #nav.active ul li a {
  font-size: 33px;
  line-height: normal !important;
  color: #fff !important;
  padding: 0;
  display: block;
}

#header.rolled {
  height: 70px;
  line-height: 70px;
  background: #fff;
}

#header.rolled #logo {
  background: url(/public/resources/themes/mon/img/logo_rose.svg) no-repeat center center;
  width: 200px;
  height: 58px;
  background-size: 100%;
  margin: 8px 0 0;
}

@media (max-width: 700px) {
  #header.rolled #logo {
    width: 150px;
    height: 44px;
    background-size: 100%;
    margin: 15px 0 0;
  }
}

#header.rolled #nav .close {
  top: 30px;
}

#header.rolled .icon_burger {
  top: 5px;
  background: url(/public/resources/themes/mon/img/burger_rose.svg) no-repeat center center;
  background-size: 100%;
}

@media (max-width: 700px) {
  #header.rolled .icon_burger {
    top: 10px;
    width: 50px;
    height: 50px;
    background-size: 100%;
  }
}

#header.rolled #nav ul li a {
  color: #cc288b;
  line-height: 70px;
  font-size: 26px;
}

@media (max-width: 1480px) {
  #header.rolled #nav ul li a {
    font-size: 25px;
  }
}

.slider_item h2 {
  font-family: proxima_novablack;
  font-size: 9vw;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.8;
  max-width: 66vw;
}

.slider_1 h2 {
  margin-left: 23vw;
  color: #f6aac3;
}

.slider_2 h2 {
  color: #ca2589;
  margin-left: -27vw;
}

.slider_3 h2 {
  color: #f6aac3;
  margin-left: -35vw;
}

.slider_4 h2 {
  color: #ca2589;
  font-size: 6.8vw;
  margin-left: -35vw;
  max-width: 55vw;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1024px) {
  .section {
    min-height: inherit;
    padding-bottom: 5vw;
  }
}

.section h1 {
  font-size: 17vw;
  line-height: 0.75;
  font-family: 'proxima_novablack';
  color: #fff;
  margin: 0;
  padding: 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin: 2.1vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 4.2vw);
          flex: 0 0 calc(50% - 4.2vw);
  width: calc(50% - 4.2vw);
}

@media (max-width: 1024px) {
  .section h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: calc(100% - 4vw);
    padding-top: 8vw;
  }
}

@media (max-width: 800px) {
  .section h1 {
    font-size: 35vw;
    width: calc(100% - 8vw);
    margin: 2.1vw 4vw;
  }
}

.section h2 {
  font-size: 50px;
  font-family: proxima_novablack;
  margin-bottom: 33px;
  border-top: 1px solid #f6aac3;
  padding-top: 19px;
}

@media (max-width: 1460px) {
  .section h2 {
    font-size: 40px;
  }
}

@media (max-width: 1300px) {
  .section h2 {
    font-size: 30px;
  }
}

@media (max-width: 800px) {
  .section h2 {
    font-size: 25px;
    margin-bottom: 24px;
  }
}

.section .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 2vw 0 1vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3vw);
          flex: 0 0 calc(50% - 3vw);
  width: calc(50% - 3vw);
  border-bottom: 1px solid #f6aac3;
  padding-bottom: 24px;
}

.section .text p {
  line-height: 1.3;
}

.section .text ul {
  border-top: 1px solid #f6aac3;
}

.section .text li {
  border-bottom: 1px solid #f6aac3;
  padding: 15px 0 16px;
}

.section .text li:last-child {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .section .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 3vw;
    margin-top: 2vw;
    width: calc(50% - 6vw);
  }
}

@media (max-width: 800px) {
  .section .text {
    margin: 0 6vw;
    width: calc(50% - 12vw);
    padding-bottom: 0;
  }
}

.section .logo_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% - 4vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 51px 0 27px;
  border-bottom: 1px solid #f6aac3;
  margin: 0 2vw;
}

.section .logo_wrap h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  text-align: center;
  margin: -7px 0 44px;
}

@media (max-width: 1024px) {
  .section .logo_wrap h3 {
    margin: 30px 0 44px;
  }
}

.section .logo_wrap img {
  max-width: 100%;
  display: block;
}

.section .contact_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}

.section .contact_wrap .contact_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 4vw);
          flex: 0 0 calc(25% - 4vw);
  margin: 48px 1vw;
  border-bottom: 1px solid #f6aac3;
  border-top: 1px solid #f6aac3;
  padding-bottom: 20px;
}

.section .contact_wrap .contact_item:nth-child(1) {
  margin-left: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 3vw);
          flex: 0 0 calc(25% - 3vw);
}

.section .contact_wrap .contact_item:nth-child(4) {
  margin-right: 2vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 2vw);
          flex: 0 0 calc(25% - 2vw);
}

.section .contact_wrap .contact_item p {
  font-size: 29px;
}

@media (max-width: 1024px) {
  .section .contact_wrap .contact_item p {
    font-size: 14px;
  }
}

.section .contact_wrap .contact_item h3 {
  font-size: 40px;
  font-family: proxima_novablack;
  padding-top: 15px;
}

@media (max-width: 800px) {
  .section .contact_wrap .contact_item h3 {
    font-size: 25px;
  }
}

@media (max-width: 800px) {
  .section .contact_wrap .contact_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48% - 4vw);
            flex: 0 0 calc(48% - 4vw);
    width: calc(48% - 4vw);
    margin: 0 1vw 20px;
  }
  .section .contact_wrap .contact_item:nth-child(1), .section .contact_wrap .contact_item:nth-child(3) {
    margin-left: 5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48% - 5vw);
            flex: 0 0 calc(48% - 5vw);
  }
  .section .contact_wrap .contact_item:nth-child(2), .section .contact_wrap .contact_item:nth-child(4) {
    margin-right: 5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48% - 5vw);
            flex: 0 0 calc(48% - 5vw);
  }
}

#about-us h1 {
  padding-top: 2vw;
}

@media (max-width: 1024px) {
  #about-us h1 {
    padding-top: 6vw;
    font-size: 31vw;
  }
}

#about-us .text {
  margin: 30.2vw 2vw 0 1vw;
}

@media (max-width: 1024px) {
  #about-us .text {
    margin: 0 3vw 0 3vw;
  }
}

@media (max-width: 800px) {
  #about-us .text {
    margin: 0 6vw 0 6vw;
  }
}

#services h1 {
  padding-top: 6.1vw;
}

@media (max-width: 1024px) {
  #services h1 {
    font-size: 31vw;
  }
}

#services .text {
  padding-top: 22.4vw;
}

@media (max-width: 1024px) {
  #services .text {
    padding-top: 0;
    margin-top: 3vw;
  }
  #services .text li {
    padding: 10px 0 6px;
    font-size: 16px;
  }
}

#partners {
  padding-bottom: 4vw;
}

#partners h1 {
  padding-top: 5vw;
  font-size: 16vw;
  line-height: 0.8;
}

@media (max-width: 1024px) {
  #partners h1 {
    padding-top: 3vw;
    font-size: 31vw;
  }
}

#partners .text {
  padding-top: 32vw;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  #partners .text {
    padding-top: 3vw;
  }
  #partners .text h2 {
    padding-top: 15px;
  }
}

@media (max-width: 1024px) {
  #partners .logo_wrap {
    padding-top: 0;
  }
}

#contact {
  background: #676c71;
  color: #fff;
}

#contact h1 {
  padding-top: 2.2vw;
  font-size: 16vw;
  line-height: 0.8;
}

@media (max-width: 1024px) {
  #contact h1 {
    padding-top: 5.2vw;
    font-size: 31vw;
  }
}

#contact a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#contact .text {
  padding-top: 18vw;
}

@media (max-width: 1024px) {
  #contact .text {
    padding-top: 0;
  }
}

#contact .text ul li {
  font-size: 29px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  #contact .text ul li {
    font-size: 14px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.swiper-container .swiper-wrapper {
  height: 100vh;
}

.swiper-slide {
  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;
}

@media (max-width: 800px) {
  .swiper-slide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 800px) {
  .slider_item h2 {
    margin: 0 auto;
    max-width: 90vw;
    padding-top: 130px;
    font-size: 11vw;
  }
  .slider_4 h2 {
    font-size: 10vw;
  }
}
/*# sourceMappingURL=mon_style.css.map */