* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0;
  min-width: 320px;
  height: 100%; }

body {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  color: #2C2C2C;
  background: #fff;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }
  body.noscroll {
    overflow: hidden; }

iframe {
  border: 0; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd; }

img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  line-height: 1;
  margin: 1em 0; }

h1, .h1 {
  text-align: center;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 0.9em; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 54px; } }

h2, .h2 {
  font-size: 32px;
  text-align: center; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 30px; }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #FFA109; }

b, strong {
  font-weight: 700; }
  b i, b em, strong i, strong em {
    font-weight: 700; }

i, em {
  font-weight: 400;
  font-style: italic; }
  i b, i strong, em b, em strong {
    font-weight: 700 !important; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 20px;
  list-style-type: disc; }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ol {
  list-style-type: decimal; }

section {
  position: relative;
  margin-bottom: 20px; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.scrollup {
  position: fixed;
  bottom: 0px;
  text-indent: -9999px;
  right: 5px;
  background-image: url(../images/top.png);
  width: 60px;
  height: 56px;
  background-size: cover; }

pre {
  font: normal 14/1.5 monospace !important;
  position: relative;
  padding: 15px;
  text-align: left !important;
  background: #eee; }
  pre:before {
    content: 'debug';
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    color: #aaa; }

.m-auto {
  margin: auto; }

.ml-auto {
  margin-left: auto; }

.fsz12 {
  font-size: 12px; }

.fsz14 {
  font-size: 14px; }

.fsz16 {
  font-size: 16px; }

.fsz18 {
  font-size: 18px; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.taj {
  text-align: justify; }

.ttu {
  text-transform: uppercase; }

.ttl {
  text-transform: lowercase; }

.fw400 {
  font-weight: 400; }

.fw700 {
  font-weight: 700; }

.fsi {
  font-style: italic; }

.fsn {
  font-style: normal; }

.nop {
  padding: 0 !important; }

.nom {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input, textarea, select {
  font: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  transition: all .2s;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 0;
  background: #fff;
  /*&:hover, &:focus {
  	border-color: lighten($fg, 50);
  }*/ }
  input.is-error, textarea.is-error, select.is-error {
    border-color: #f00; }

button, [type='submit'], [type='reset'] {
  font: inherit;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  color: #2C2C2C; }
  button:focus, [type='submit']:focus, [type='reset']:focus {
    border-color: #2C2C2C; }
  button:hover, [type='submit']:hover, [type='reset']:hover {
    text-decoration: none;
    color: #acacac;
    border-color: #acacac;
    background: white; }
  button:active, [type='submit']:active, [type='reset']:active {
    border-color: #1f1f1f;
    background: #f2f2f2; }

.fancybox-close-small {
  top: 8px; }
  .fancybox-close-small:hover {
    background: none; }
    .fancybox-close-small:hover:after {
      background: none;
      color: #fff; }
  .fancybox-close-small:after {
    background: none;
    color: #fff;
    position: static;
    border: none;
    font-size: 50px;
    line-height: 1; }

/*label {
	display: block;
	margin: 0;
	margin-bottom: 5px;

	&.require:after {
		content: ' *';
		font-weight: 700;
		color: $fg--bad;
	}
	&.is-error {
		color: $fg--bad;
	}
}*/
textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.btn {
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  transition: .2s ease;
  padding: 9px 20px; }
  @media (min-width: 992px) {
    .btn {
      padding: 13px 10px; } }
  .btn:hover {
    opacity: 0.8;
    color: #fff; }

.control {
  width: 18px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .control svg {
    fill: #fff;
    width: 100%;
    height: 100%; }
    .control svg path {
      fill: #fff; }
  .control.prev {
    left: -25px;
    transform: rotate(180deg) translateY(-50%);
    transform-origin: top; }
    @media (min-width: 992px) {
      .control.prev {
        left: -15px; } }
  .control.next {
    right: -25px; }
    @media (min-width: 992px) {
      .control.next {
        right: -15px; } }

/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.col-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.col-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.col-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.col-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1200px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #F9F9F9; }
  .main-wrapper .content {
    flex-grow: 1;
    transition: 1s;
    position: relative;
    z-index: 1; }
  .main-wrapper .footer {
    transition: .2s; }

.social-networks {
  display: flex; }
  .social-networks__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #FFA109;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 2px; }
    .social-networks__item svg {
      width: 17px;
      height: 16px; }

.socials {
  display: flex;
  align-items: center; }
  .socials__item {
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px; }
    @media (min-width: 992px) {
      .socials__item {
        margin: 0 7px;
        width: 44px;
        height: 44px; } }
    .socials__item:first-child {
      margin-left: 0; }
    .socials__item:last-child {
      margin-right: 0; }
    .socials__item svg {
      width: 22px;
      height: 22px;
      fill: #fff; }
      @media (min-width: 992px) {
        .socials__item svg {
          width: 31px;
          height: 31px; } }
  .socials-whatsapp {
    background: #1BD741; }
  .socials-viber {
    background: #7D3DAF; }
  .socials-telegram {
    background: #61A8DE; }

.phones__block a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff; }
  @media (min-width: 992px) {
    .phones__block a {
      font-size: 24px; } }

.mobile__menu {
  position: fixed;
  left: 0;
  top: 50px;
  width: 300px;
  height: 100vh;
  transform: translateX(-100%);
  transition: .2s;
  background: #424242;
  z-index: 10;
  text-align: center; }
  .mobile__menu.show {
    transform: translateX(0); }
  .mobile__menu-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0; }
    .mobile__menu-list ul a {
      text-transform: uppercase;
      padding: 10px 0;
      display: block;
      font-size: 14px; }
  .mobile__menu .header__wrapper {
    padding: 35px 16px; }

.title-block {
  margin: 45px 0 55px; }
  @media (min-width: 992px) {
    .title-block {
      margin: 85px 0 55px; } }
  .title-block.services h1 {
    text-align: left; }
  .title-block.services .subtitle {
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .title-block.services .subtitle {
        font-size: 26px;
        margin-top: 0; } }
    .title-block.services .subtitle svg {
      width: 16px;
      height: 16px;
      transform: translateY(2px); }
      @media (min-width: 992px) {
        .title-block.services .subtitle svg {
          width: 25px;
          height: 25px; } }

.subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 992px) {
    .subtitle {
      font-size: 32px; } }
  .subtitle span {
    color: #FFA109; }
    .subtitle span.thin {
      color: #2c2c2c;
      font-weight: 500; }

.lines {
  height: 3px;
  transform: rotate(-45deg) translateY(-143px);
  background: rgba(62, 62, 62, 0.4);
  width: 287.81px;
  position: relative;
  z-index: 0; }
  .lines:before {
    content: '';
    display: block;
    height: 3px;
    transform: translate(-120px, -120px);
    background: rgba(169, 169, 169, 0.26);
    width: 477.66px; }
  .lines:after {
    content: '';
    display: block;
    height: 3px;
    transform: translate(120px, 120px);
    background: rgba(169, 169, 169, 0.26);
    width: 462.29px; }

.link__item {
  text-align: center; }
  .link__item-icon {
    margin-bottom: 20px; }
  .link__item img {
    margin: 0 auto; }

.header {
  background: #424242;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .header {
      padding-top: 13px;
      background: none; } }
  .header__wrapper {
    background: #424242;
    color: #fff;
    padding: 9px 16px; }
  .header__block {
    display: flex;
    align-items: center;
    height: 100%; }
    .header__block.justify-end {
      justify-content: flex-end; }
  .header__logo {
    max-width: 177px; }
  .header__contacts {
    margin-left: 77px;
    display: none; }
    .header__contacts.mobile {
      display: block;
      margin-left: 0; }
    @media (min-width: 992px) {
      .header__contacts {
        display: block; } }
    .header__contacts a {
      display: block;
      font-size: 18px;
      font-weight: 700;
      color: #fff; }
  .header__socials {
    margin-left: 27px;
    display: none; }
    .header__socials.mobile {
      display: flex;
      justify-content: center;
      margin: 20px 0; }
    .header__socials .socials__item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      background: #FFA109;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: 0 2px; }
      .header__socials .socials__item svg {
        width: 17px;
        height: 16px; }
      .header__socials .socials__item.socials-telegram svg {
        transform: translateX(-2px); }
    @media (min-width: 992px) {
      .header__socials {
        display: flex; } }
  .header__menu {
    font-size: 14px;
    margin-right: 11px;
    display: none; }
    @media (min-width: 992px) {
      .header__menu {
        display: block; } }
    .header__menu ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style-type: none;
      align-items: center; }
      .header__menu ul li {
        padding: 0 11px; }
        .header__menu ul li:first-child {
          padding-left: 0; }
      .header__menu ul a {
        color: #fff;
        text-transform: uppercase; }
  .header__services {
    display: none;
    align-items: center;
    background: #FFA109;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      .header__services {
        display: flex; } }
    .header__services:hover {
      color: #fff; }
      .header__services:hover .menu-services-wrapper {
        transform: scale(1); }
    .header__services .menu-services {
      background: #FFA109;
      white-space: nowrap;
      border-radius: 20px;
      padding: 20px 25px; }
      .header__services .menu-services-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        transform-origin: top right;
        transition: .3s;
        transform: scale(0);
        padding-top: 5px; }
      .header__services .menu-services a {
        display: block;
        padding: 5px 0; }
        .header__services .menu-services a:hover {
          color: rgba(255, 255, 255, 0.8); }

.footer {
  background: url("images/footer-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0 35px; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 75px;
      font-size: 18px; } }
  .footer__logo {
    max-width: 200px;
    margin: 0 auto 20px;
    display: block; }
    @media (min-width: 992px) {
      .footer__logo {
        max-width: unset;
        margin-bottom: 30px; } }
  .footer a {
    color: #fff; }
  .footer__contacts > .row {
    align-items: center; }
  .footer__address {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .footer__address {
        margin-top: 30px;
        margin-bottom: 7px; } }
  .footer__email {
    margin-bottom: 20px; }
    .footer__email a {
      color: #FFA109;
      font-weight: 700; }
  .footer__menu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .footer__menu ul {
        padding-left: 20px;
        text-align: left;
        list-style-type: disc;
        display: block; } }
  .footer__menu a {
    text-transform: uppercase;
    display: block;
    padding: 5px 0; }
    @media (min-width: 992px) {
      .footer__menu a {
        padding: 0; } }
  .footer__socials {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .footer__socials {
        margin-top: 43px; } }
  .footer__copyright {
    font-size: 12px;
    text-align: center; }
    @media (min-width: 992px) {
      .footer__copyright {
        font-size: 14px; } }

.burger {
  margin-right: 11px;
  display: none; }
  @media (min-width: 992px) {
    .burger {
      display: block; } }
  .burger.mobile__burger {
    cursor: pointer;
    display: block;
    margin-right: 0; }
    @media (min-width: 992px) {
      .burger.mobile__burger {
        display: none; } }
  .burger.active span {
    opacity: 1;
    transform: rotate(45deg) translate(4px, -1px); }
    .burger.active span:nth-last-child(1) {
      transform: rotate(-45deg) translate(2px, -1px); }
    .burger.active span:nth-last-child(2) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
  .burger span {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    margin-left: auto;
    position: relative;
    background: #fff;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .burger span:first-child {
      transform-origin: 0% 0%; }
    .burger span:nth-last-child(2) {
      transform-origin: 0% 100%; }
    .burger span:last-child {
      margin-bottom: 0; }

.main {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .main {
      padding-bottom: 0; } }
  .main__wrapper {
    padding-top: 45px; }
    @media (min-width: 992px) {
      .main__wrapper {
        padding-top: 123px; } }
  .main__title > span {
    display: block; }
  .main__title-name {
    font-size: 18px;
    color: #FFA109;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .main__title-name {
        font-size: 24px; } }
  .main__title-yesterday {
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .main__title-yesterday {
        font-size: 54px; } }
  .main__title-time {
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .main__title-time {
        font-size: 32px;
        margin-bottom: 28px; } }
    .main__title-time-icon {
      width: 24px;
      height: 24px;
      margin-right: 9px;
      flex: none; }
      @media (min-width: 992px) {
        .main__title-time-icon {
          width: 33px;
          height: 33px; } }
      .main__title-time-icon svg {
        width: 100%;
        height: 100%; }
    .main__title-time-text span {
      color: #FFA109; }
  .main__img {
    position: relative;
    z-index: -1; }
    .main__img img {
      max-width: unset;
      transform: translate(-185px, -75px); }
  .main__description {
    margin-bottom: 15px;
    text-align: justify; }
    @media (min-width: 992px) {
      .main__description {
        margin-bottom: 25px; } }
  .main__steps {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .main__steps {
        margin-bottom: 40px; } }
    .main__steps-item {
      text-align: center;
      width: 50%;
      padding: 15px; }
      @media (min-width: 992px) {
        .main__steps-item {
          width: 25%;
          padding: 0 24px; } }
      .main__steps-item:first-child {
        padding-left: 0; }
      .main__steps-item:nth-child(2n) .main__steps-item-icon:after {
        content: none; }
        @media (min-width: 992px) {
          .main__steps-item:nth-child(2n) .main__steps-item-icon:after {
            content: ''; } }
      .main__steps-item:last-child {
        padding-right: 0; }
        .main__steps-item:last-child .main__steps-item-icon:after {
          content: none; }
      .main__steps-item-icon {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        position: relative; }
        @media (min-width: 992px) {
          .main__steps-item-icon {
            margin-bottom: 25px; } }
        .main__steps-item-icon:after {
          content: '';
          width: 18px;
          height: 24px;
          background: url("images/triangle.png") no-repeat;
          position: absolute;
          left: calc(100% + 9px);
          top: 50%;
          transform: translateY(-50%); }
          @media (min-width: 992px) {
            .main__steps-item-icon:after {
              left: calc(100% + 16px); } }
        .main__steps-item-icon-title {
          font-size: 14px;
          color: #424242; }
  .main__contacts {
    background: linear-gradient(90deg, #424242 0%, #CBBC86 100%);
    padding: 12px 15px; }
    @media (min-width: 992px) {
      .main__contacts {
        padding: 12px 30px; } }
    .main__contacts > .row {
      align-items: center; }

.work {
  background: url("images/work-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
  color: #fff; }
  @media (min-width: 992px) {
    .work {
      padding: 70px 0 125px; } }
  .work__title {
    font-size: 16px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .work__title {
        font-size: 18px;
        margin-bottom: 77px; } }
    .work__title-what {
      font-size: 36px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .work__title-what {
          font-size: 54px; } }
    .work__title-text {
      font-weight: 700;
      text-transform: uppercase;
      margin: 5px 0; }
      @media (min-width: 992px) {
        .work__title-text {
          margin: 0; } }
  .work__list {
    position: relative; }
    @media (min-width: 992px) {
      .work__list {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(12, 1fr);
        grid-gap: 30px; } }
    .work__list:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      border: 3px solid #535353;
      transform: translate(20px, -20px); }
      @media (min-width: 992px) {
        .work__list:after {
          transform: translate(43px, -43px); } }
  .work__item {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    overflow: hidden;
    color: #fff;
    display: block; }
    .work__item:before {
      position: absolute;
      top: 0;
      left: -55%;
      z-index: 2;
      display: block;
      content: '';
      width: 25%;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      transform: skewX(-25deg); }
    .work__item:hover img {
      transform: scale(1.05);
      filter: brightness(0.7); }
    .work__item:hover:before {
      animation: shine .5s; }
    .work__item:hover .work__item-title:after {
      width: 190px; }
    @media (min-width: 992px) {
      .work__item {
        margin-bottom: 0; } }
    .work__item:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 9; }
    .work__item:nth-child(2) {
      grid-column-start: 5;
      grid-column-end: 9;
      grid-row-start: 1;
      grid-row-end: 5; }
    .work__item:nth-child(3) {
      grid-column-start: 9;
      grid-column-end: 13;
      grid-row-start: 1;
      grid-row-end: 5; }
    .work__item:nth-child(4) {
      grid-column-start: 5;
      grid-column-end: 8;
      grid-row-start: 5;
      grid-row-end: 9; }
    .work__item:nth-child(5) {
      grid-column-start: 8;
      grid-column-end: 13;
      grid-row-start: 5;
      grid-row-end: 13; }
      .work__item:nth-child(5) .work__item-title {
        text-align: right; }
        .work__item:nth-child(5) .work__item-title:after {
          left: auto;
          right: 20px; }
    .work__item:nth-child(6) {
      grid-column-start: 1;
      grid-column-end: 4;
      grid-row-start: 9;
      grid-row-end: 13; }
    .work__item:nth-child(7) {
      grid-column-start: 4;
      grid-column-end: 8;
      grid-row-start: 9;
      grid-row-end: 13; }
    .work__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .5s;
      position: relative; }
    .work__item-title {
      position: absolute;
      width: 100%;
      bottom: 40px;
      font-size: 20px;
      z-index: 1;
      padding: 0 20px 20px;
      color: #fff; }
      .work__item-title:after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 165px;
        height: 1px;
        background: #fff;
        transition: .5s; }

@keyframes shine {
  100% {
    left: 125%; } }
@keyframes flash {
  0% {
    opacity: .55; }
  100% {
    opacity: 1; } }
.where {
  background: url("images/map-bg.png") no-repeat 50% 100%;
  background-size: cover;
  padding: 38px 0 45px; }
  @media (min-width: 992px) {
    .where {
      padding-bottom: 85px; } }
  .where__title {
    margin-bottom: 15px;
    padding-top: 20px; }
    @media (min-width: 992px) {
      .where__title {
        margin-bottom: 30px;
        padding-top: 35px; } }
    .where__title-text {
      font-size: 34px;
      font-weight: 700;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .where__title-text {
          font-size: 54px; } }
    .where__title-subtext {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .where__title-subtext {
          font-size: 30px; } }
      .where__title-subtext-icon {
        margin-right: 8px; }
        @media (min-width: 992px) {
          .where__title-subtext-icon {
            margin-right: 11px; } }
        .where__title-subtext-icon svg {
          width: 14px;
          height: 21px; }
          @media (min-width: 992px) {
            .where__title-subtext-icon svg {
              width: 21px;
              height: 28px; } }
      .where__title-subtext-text span {
        color: #FFA109; }
  .where__text {
    margin-bottom: 10px; }
  .where__call {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .where__contacts {
    background: linear-gradient(90deg, #424242 0%, #CBBC86 100%);
    padding: 12px 15px; }
    @media (min-width: 992px) {
      .where__contacts {
        padding: 12px 30px; } }
    .where__contacts > .row {
      align-items: center; }

.facts {
  padding: 40px 0;
  background: url("images/facts-bg.jpg") no-repeat 50% 100%; }
  @media (min-width: 992px) {
    .facts {
      padding: 62px 0 114px; } }
  .facts__title {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .facts__title {
        font-size: 54px; } }
  .facts__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .facts__subtitle {
        font-size: 26px;
        margin-bottom: 40px; } }
    .facts__subtitle span {
      color: #FFA109; }
  .facts__text {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .facts__text {
        margin-bottom: 60px; } }
  .facts__item {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .facts__item {
        padding-top: 0;
        padding-bottom: 0; } }
    .facts__item:nth-child(2n) .facts__item-icon:after {
      content: none; }
      @media (min-width: 992px) {
        .facts__item:nth-child(2n) .facts__item-icon:after {
          content: ''; } }
    .facts__item:last-child .facts__item-icon:after {
      content: none; }
    .facts__item-icon {
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      position: relative; }
      @media (min-width: 992px) {
        .facts__item-icon {
          margin-bottom: 35px; } }
      .facts__item-icon:after {
        content: '';
        width: 18px;
        height: 24px;
        background: url("images/triangle.png") no-repeat;
        position: absolute;
        left: calc(100% + 9px);
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 992px) {
          .facts__item-icon:after {
            left: calc(100% + 16px); } }
      .facts__item-icon-title {
        font-size: 14px;
        color: #424242; }

.video {
  background: url("images/video-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .video {
      padding: 62px 0 95px; } }
  .video__title {
    font-size: 34px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .video__title {
        font-size: 54px; } }
  .video__subtitle {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #2C2C2C;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .video__subtitle {
        font-size: 26px;
        margin-bottom: 73px; } }
    .video__subtitle a {
      color: #fff;
      margin-left: 7px; }
    .video__subtitle svg {
      width: 28px;
      height: 19px;
      fill: #fff;
      flex: none;
      margin-right: 9px; }
  .video__list {
    position: relative;
    margin-bottom: 35px; }
    @media (min-width: 992px) {
      .video__list {
        margin-bottom: 70px; } }
    .video__list:before {
      content: '';
      position: absolute;
      width: 330px;
      height: 220px;
      left: 0;
      top: 0;
      transform: translate(-15px, -15px);
      border: 3px solid #fff; }
      @media (min-width: 992px) {
        .video__list:before {
          width: 485px;
          height: 308px;
          transform: translate(-38px, -49px); } }
  .video-block {
    width: 100%;
    height: 0;
    position: relative;
    background-position: center;
    padding-bottom: 56.6%;
    z-index: 1;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .video-block {
        margin-bottom: 0; } }
    .video-block iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .video__link {
    text-transform: uppercase;
    font-size: 21px;
    color: #2C2C2C; }
    @media (min-width: 992px) {
      .video__link {
        font-size: 26px; } }
    .video__link a {
      color: #fff;
      margin-bottom: 4px; }
      @media (min-width: 992px) {
        .video__link a {
          margin-left: 7px; } }
  .video__page {
    background: #F9F9F9; }
    .video__page .video__list {
      position: relative;
      z-index: 1; }
      .video__page .video__list:before {
        border-color: #424242; }
      .video__page .video__list .control svg {
        fill: #424242; }
    .video__page .lines {
      position: absolute;
      bottom: 20px;
      z-index: 0; }

.youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover; }
  .youtube .play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .youtube .play svg {
      width: 54px;
      height: 37px;
      fill: #FF0909;
      cursor: pointer; }

.contacts__page {
  background: #F9F9F9; }
.contacts__block {
  padding-bottom: 60px;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .contacts__block {
      padding-bottom: 165px; } }
  .contacts__block-icons {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .contacts__block-icons {
        display: flex;
        justify-content: center;
        margin-bottom: 85px; } }
    .contacts__block-icons-item {
      font-size: 16px;
      font-weight: 700;
      padding: 15px 0;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .contacts__block-icons-item {
          display: block;
          text-align: center;
          font-size: 20px;
          padding: 0 15px; } }
      .contacts__block-icons-item-icon {
        width: 40px;
        flex: none;
        margin-right: 10px; }
        @media (min-width: 992px) {
          .contacts__block-icons-item-icon {
            margin-bottom: 25px;
            width: auto;
            margin-right: 0; } }
        .contacts__block-icons-item-icon img {
          margin: 0 auto; }
      .contacts__block-icons-item.phones {
        font-size: 20px; }
        @media (min-width: 992px) {
          .contacts__block-icons-item.phones {
            font-size: 24px; } }
      .contacts__block-icons-item a {
        display: block; }
        .contacts__block-icons-item a:hover {
          color: #2C2C2C; }
        .contacts__block-icons-item a span {
          color: #FFA109; }
  .contacts__block-map {
    width: 100%;
    height: 400px;
    margin-bottom: 43px; }
  .contacts__block .socials {
    justify-content: center; }

.service__wrapper {
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: 20px; }
.service__img {
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .service__img {
      margin-bottom: 55px; } }
  .service__img:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -25px;
    width: calc(100% + 6px);
    height: calc(100% + 50px);
    border: 3px solid #A9A9A9;
    z-index: 0; }
    @media (min-width: 992px) {
      .service__img:before {
        left: -60px;
        width: calc(100% + 33px);
        height: calc(100% + 70px); } }
  .service__img img {
    position: relative;
    z-index: 1;
    height: auto; }
.service__price {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000; }
  @media (min-width: 992px) {
    .service__price {
      font-size: 32px;
      margin-bottom: 0; } }
  .service__price span {
    text-transform: none;
    color: #FFA109; }
.service__description {
  margin-bottom: 20px;
  text-align: justify; }
.service__work-list {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px; }
  .service__work-list ul {
    padding-left: 0; }
    .service__work-list ul li {
      list-style-type: none;
      position: relative;
      padding: 5px 0; }
      .service__work-list ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #FFA109;
        display: inline-block;
        transform: translateY(-2px);
        margin-right: 10px; }
.service__advantages-item {
  text-align: center; }
  .service__advantages-item:last-child .service__advantages-item-icon:after {
    content: none; }
  .service__advantages-item-icon {
    margin-bottom: 15px;
    position: relative; }
    @media (min-width: 992px) {
      .service__advantages-item-icon {
        margin-bottom: 25px; } }
    .service__advantages-item-icon:after {
      content: '';
      width: 10px;
      height: 13px;
      background: url("images/triangle.png") no-repeat;
      background-size: contain;
      position: absolute;
      left: calc(100% + 9px);
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 992px) {
        .service__advantages-item-icon:after {
          left: calc(100% + 16px);
          width: 18px;
          height: 24px; } }
    .service__advantages-item-icon img {
      margin: 0 auto;
      width: 60px;
      height: 60px;
      object-fit: contain; }
      @media (min-width: 992px) {
        .service__advantages-item-icon img {
          width: auto;
          height: auto; } }
  .service__advantages-item-text {
    font-size: 12px; }
    @media (min-width: 992px) {
      .service__advantages-item-text {
        font-size: 16px; } }
.service__yesterday {
  background: url("images/world.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .service__yesterday {
      padding: 70px 0 50px; } }
  .service__yesterday .main__title {
    margin-top: 25px; }
    @media (min-width: 992px) {
      .service__yesterday .main__title {
        margin-top: 0; } }
    .service__yesterday .main__title-yesterday {
      color: #fff; }
  .service__yesterday .where__call {
    margin-bottom: 15px; }

.portfolio__block {
  background: url("images/portfolio-bg.jpg") no-repeat;
  background-size: cover;
  padding: 35px 0; }
.portfolio__title {
  font-size: 22px;
  color: #2c2c2c;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px; }
  @media (min-width: 992px) {
    .portfolio__title {
      font-size: 54px; } }
.portfolio__subtitle {
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .portfolio__subtitle {
      font-size: 26px;
      margin-bottom: 0; } }
  .portfolio__subtitle svg {
    width: 23px;
    height: 14px;
    fill: #FFA109; }
    @media (min-width: 992px) {
      .portfolio__subtitle svg {
        width: 28px;
        height: 19px; } }
  .portfolio__subtitle a {
    color: #FFA109; }

.mgl-masonry-container,
.mgl-tiles-container {
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .mgl-masonry-container,
    .mgl-tiles-container {
      margin-bottom: 150px; } }

.mgl-img-container a {
  overflow: hidden;
  display: block; }
  .mgl-img-container a:before {
    position: absolute;
    top: 0;
    left: -55%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .mgl-img-container a img {
    transition: .5s; }
  .mgl-img-container a:hover img {
    transform: scale(1.05);
    filter: brightness(0.7); }
  .mgl-img-container a:hover:before {
    animation: shine .5s; }

/*# sourceMappingURL=template_styles.css.map */
