/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.header {
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.logo {
  position: absolute;
  left: 0px;
  top: 40px;
}
.navigation {
  float: right;
}
.navigation ul {
  text-decoration: none;
}
.navigation ul li {
  display: inline-block;
  padding-left: 60px;
}
.navigation ul li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.navigation ul li a:hover {
  color: #e84545;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer {
  padding-top: 70px;
  background: #3a3e64;
  text-align: center;
}
.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -2.5%;
  padding-bottom: 105px;
}
.footer-block-item {
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.5%;
}
.footer-block-item .subtitle {
  margin-bottom: 20px;
}
.social-block-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.opacity {
  color: rgba(255, 255, 255, 0.5);
}
.copyright {
  padding: 30px 15px;
  background: #313454;
}
.copyright span {
  color: #e84545;
}
.copyright span + span {
  color: #fff;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: solid 1px transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #e84545;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.btn:hover {
  background: #fff;
  color: #e84545;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes appearanceBackground {
  0% {
    background-color: initial;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes appearanceBackground {
  0% {
    background-color: initial;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes animateOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animateOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pop-up {
  position: relative;
  width: 60%;
  height: auto;
  top: 10%;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #ffffff;
}
.button-close {
  position: absolute;
  top: 0;
  right: 0;
}
.active-pop-up {
  -webkit-animation: animateOpacity 0.5s;
          animation: animateOpacity 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.background {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 199;
}
.active-background {
  -webkit-animation: appearanceBackground 0.5s;
          animation: appearanceBackground 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.left-arrow,
.right-arrow {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.5);
  width: 25px;
  height: 35px;
  margin-top: -16px;
  opacity: 0.4;
}
.left-arrow:hover,
.right-arrow:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.left-arrow:disabled,
.right-arrow:disabled {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.left-arrow::before,
.right-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 9px;
}
.right-arrow {
  right: 0;
}
.right-arrow:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 2px;
}
.left-arrow {
  left: 0;
}
.left-arrow::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 7px;
}
.button-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  opacity: 0.4;
}
.button-close:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button-close::before,
.button-close::after {
  position: absolute;
  left: 17px;
  top: 2px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #ffffff;
}
.button-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body {
  font-family: 'Raleway', sans-serif;
  color: #6c7279;
}
.main-screen {
  background: url(../img/background-main-screen.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.main-screen::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 46, 74, 0.95);
  z-index: 0;
}
.offer {
  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;
  height: calc(100vh - 100px);
  position: relative;
  z-index: 1;
}
.wrapper-vh {
  text-align: center;
  margin: 0 auto;
  max-width: 916px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper-vh .btn {
  margin-top: 80px;
  text-align: center;
  padding: 17px 50px;
}
.caption {
  color: #fff;
  font-size: 65px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.text-caption {
  font-size: 22px;
  line-height: 1.5;
  padding-top: 42px;
  color: #fff;
}
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 83px;
  padding-bottom: 88px;
}
.item-features {
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 37px 45px;
  text-align: center;
}
.item-features img {
  margin-bottom: 22px;
}
.item-features .subtitle {
  color: #2d3033;
}
.subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff;
}
.text {
  font-size: 14px;
  line-height: 1.5;
}
.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-works {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 350px;
}
.item-works::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  right: 0px;
}
.item-works::before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0px;
}
.item-works img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-works:hover .item-works-bg,
.item-works:hover .item-works-bg:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-works-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 69, 69, 0.9);
  text-align: center;
  -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;
  cursor: pointer;
  color: #fff;
}
.item-works-bg::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0px;
  display: none;
}
.item-works-bg .subtitle {
  margin-bottom: 12px;
}
.active-item-works {
  display: block;
  width: 100%;
  height: 100%;
}
.active-item-works::after {
  width: 0px;
}
.active-item-works::before {
  height: 0;
}
.active-item-works-bg {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.active-item-works .subtitle {
  padding: 0 15px;
}
.active-item-works .text {
  line-height: 30px;
  color: #ffffff;
}
.team {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.7%;
}
.item-team {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.7%;
}
.item-team .wrapper-img {
  height: 265px;
  margin-bottom: 28px;
}
.item-team .wrapper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.name {
  font-size: 22px;
  color: #2d3033;
  margin-bottom: 12px;
}
.role {
  font-size: 13px;
  color: #e84545;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.social-block a {
  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;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  border: 1px solid #e8ecee;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.social-block a:hover {
  border: 1px solid rgba(232, 69, 69, 0.5);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social-block a:hover .svg path {
  fill: rgba(232, 69, 69, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}
.slider-photo {
  width: 50%;
}
.slider-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.slider-text {
  width: 50%;
  background: #53354a;
  color: #fff;
}
.slide.first-slide {
  display: block;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.slide {
  display: none;
}
.wrapper {
  max-width: 505px;
  padding: 105px 20px 100px 80px;
}
.paragraph {
  color: #fff;
  font-family: 'Cardo', serif;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 32px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.author {
  margin-bottom: 58px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.switch {
  width: 12px;
  height: 12px;
  background: #755d6e;
  border-radius: 50%;
  margin-right: 8px;
}
.switch:link {
  background-color: #755d6e;
}
.switch:visited {
  background-color: #755d6e;
}
.switch:hover {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.switch:active {
  background-color: #fff;
}
.switch-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.call-to-action {
  padding-top: 94px;
  padding-bottom: 100px;
  text-align: center;
}
.call-to-action .btn {
  padding: 17px 84px;
}
.call-to-action .btn:hover {
  border: 1px solid #e84545;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cta-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cta-title-subtitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .item-features {
    padding: 37px 20px;
  }
  .item-works {
    height: 220px;
  }
  .navigation ul li {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main-screen {
    padding-bottom: 60px;
  }
  .header {
    padding: 20px 0;
    width: 100%;
  }
  .logo {
    display: block;
    margin: 0 auto;
    width: 110px;
    position: static;
  }
  .navigation {
    float: none;
  }
  .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 10px;
  }
  .navigation ul li {
    padding-top: 5px;
  }
  .navigation ul li:first-child {
    padding-left: 0px;
  }
  .main {
    padding: 60px 0 0;
  }
  .caption {
    font-size: 33px;
  }
  .text-caption {
    font-size: 16px;
  }
  .features {
    padding: 40px 0;
  }
  .item-features {
    width: 100%;
    padding: 25px 0;
  }
  .item-works {
    width: 50%;
    height: 190px;
  }
  .team {
    padding-top: 60px;
    padding-bottom: 30px;
    display: block;
  }
  .item-team {
    width: 100%;
  }
  .item-team .wrapper-img {
    height: 100%;
  }
  .role {
    padding-bottom: 10px;
  }
  .padding {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .slider {
    min-height: 275px;
  }
  .slider-photo {
    display: none;
  }
  .slider-text {
    width: 100%;
  }
  .paragraph {
    font-size: 30px;
  }
  .wrapper {
    position: static;
    max-width: none;
    padding: 40px 30px 60px;
  }
  .call-to-action {
    padding: 60px 20px;
  }
  .cta-btn .btn {
    padding: 17px 81px;
  }
  footer {
    padding-top: 30px;
  }
  .footer-block {
    display: block;
    padding-bottom: 40px;
  }
  .footer-block-item {
    width: 100%;
    padding-top: 30px;
  }
  .copyright {
    padding: 20px 15px;
  }
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
/*# sourceMappingURL=main.css.map */