@charset "UTF-8";
/* ===================================== reset =============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  padding: 0;
  margin: 0; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: local("OpenSansRegular"), url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Regular.svg") format("svg");
  font-display: swap; }

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: local("OpenSansBold"), url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold.svg") format("svg");
  font-display: swap; }

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("RobotoBold"), url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.svg") format("svg");
  font-display: swap; }

/*flex*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

a {
  text-decoration: none;
  color: inherit;
  outline: none !important; }

body {
  font-size: 18px;
  line-height: 1.2;
  min-height: 100%;
  overflow-x: hidden;
  line-height: 1.2;
  font-family: "OpenSansRegular", "Trebuchet MS", sans-serif;
  color: #000;
  background: #e4e4e4;
  min-width: 320px; }

img {
  width: 100%;
  height: auto; }

h1 {
  font-family: "OpenSansBold", "Trebuchet MS", sans-serif;
  font-weight: normal; }

h2 {
  font-family: "OpenSansRegular", "Trebuchet MS", sans-serif;
  font-weight: normal; }

strong {
  font-family: "OpenSansBold", "Trebuchet MS", sans-serif; }

.hiddenPC {
  display: none; }

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.btn {
  display: inline-block;
  background-color: #61d1dc;
  font-size: 12px;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 46px;
  min-width: 210px;
  line-height: 46px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  cursor: pointer;
  font-family: "OpenSansRegular", "Trebuchet MS", sans-serif; }

.btn:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 46px;
  z-index: -1; }

.btn:hover:after {
  width: 100%; }

.fz18 {
  font-size: 18px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz90 {
  font-size: 90px; }

.mb40 {
  margin-bottom: 40px; }

ul {
  list-style-type: none;
  margin-bottom: 25px; }

p:not(:last-child) {
  margin-bottom: 20px; }

ul li {
  position: relative;
  padding-left: 20px; }

ul li:before {
  position: absolute;
  content: '•';
  font-size: 18px;
  color: #5d4843;
  left: 0; }

.tit48 {
  font-size: 48px;
  margin-bottom: 25px; }

.tit30 {
  font-size: 30px;
  margin-bottom: 25px; }

.tit16 {
  font-size: 16px;
  margin-bottom: 7px; }

.c-grey {
  color: #999; }

.header {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0; }

.header__inner {
  padding-top: 10px;
  height: 115px;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff; }

.section-top h1 {
  margin-bottom: 55px;
  text-transform: uppercase; }

.section-top__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px; }

.section-top .mouse:hover span {
  -webkit-animation: swing 1.5s linear;
  animation: swing 1.5s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes swing {
  16.6% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  33.2% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  49.8% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  66.4% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  83% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes swing {
  16.6% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  33.2% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  49.8% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  66.4% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  83% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.social, .header__phone-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 5px;
  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;
  color: #fff;
  background-color: #5d4843; }

.header__phone-icon {
  background-color: #61d1dc; }

.header__phone-icon:before,
.social.tlgrm:before,
.social.viber:before,
.social.wapp:before,
ul.checkmark li:before,
.our-work:before,
.contacts__social.inst:before,
.contacts__social.instmob:before,
.contacts__social.fb:before,
.icon-location:before,
.scrolltop:before {
  content: '';
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }

.our-work {
  padding-left: 40px;
  position: relative;
  margin-left: 100px; }

.our-work:before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 31px;
  height: 31px;
  background-position: -33px -49px; }

.our-work.black:before {
  background-position: 0px -49px; }

.header__phone-icon:before {
  width: 16px;
  height: 16px;
  background-position: -19px 0px; }

.header__phone {
  font-family: "RobotoBold", "Trebuchet MS", sans-serif;
  margin-left: auto;
  margin-right: 15px; }

.social.tlgrm:before {
  width: 20px;
  height: 17px;
  background-position: -40px 0px; }

.social.viber:before {
  width: 17px;
  height: 19px;
  background-position: -61px 0px; }

.social.wapp:before {
  width: 17px;
  height: 19px;
  background-position: -81px 0px; }

.section-top {
  background: url(../img/Top_img.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  padding-top: 160px;
  color: #fff;
  height: 665px;
  position: relative;
  text-align: center;
  padding-bottom: 40px; }

.section-top .mouse {
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 15px);
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.section-top .mouse span {
  position: absolute;
  background: url(../img/sprite.png) 0px 0px;
  width: 17px;
  height: 26px;
  left: 7px;
  top: 13px;
  display: block; }

.section-wtbg {
  padding-bottom: 50px;
  color: #fff;
  background-color: #5d4843; }

section {
  padding-top: 65px; }

.w50 {
  width: 50%; }

.w100 {
  width: 100%; }

ul.checkmark li {
  margin-right: 20px;
  padding-left: 27px; }

ul.checkmark li:before {
  width: 20px;
  height: 18px;
  background-position: 0 -29px; }

.advants__text {
  padding-right: 22px; }

.advants__list {
  margin-bottom: 42px;
  margin-bottom: 67px; }

.advant__img {
  position: relative; }

.advant__img img {
  top: -25px;
  position: absolute;
  width: 100%; }

.services__img {
  padding-right: 80px; }

.faq__item {
  border-bottom: 1px solid #c4c4c4;
  padding: 0 0px 0 20px;
  cursor: pointer; }

.faq__item-title {
  font-size: 18px;
  color: #000;
  position: relative;
  padding: 20px 60px 20px 0;
  font-family: "OpenSansBold", "Trebuchet MS", sans-serif; }

.faq__item-content {
  padding-bottom: 30px;
  display: none;
  color: #000; }

.faq__item-title:after {
  position: absolute;
  content: '';
  background: url(../img/sprite.png) -101px 0px;
  width: 13px;
  height: 8px;
  right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  bottom: 0;
  margin: auto; }

.faq__item.active .faq__item-title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.faq .btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 50px auto 0; }

.contacts {
  position: relative; }

.contacts a {
  display: block;
  margin-bottom: 7px; }

.contacts__content {
  padding: 60px 0 0px 40px;
  max-width: 585px;
  background-color: #fff; }

.contacts__content .flex > div {
  margin-bottom: 25px; }

a.contacts__social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000; }

a.contacts__social.instmob {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000; }

a.contacts__social.instmob:before {
  width: 25px;
  height: 25px;
  background-position: -115px -65px; }

.contacts__socials > div {
  margin-bottom: 0; }

.contacts__social:not(:last-child) {
  margin-right: 20px; }

.link {
  text-decoration: underline; }

.link:hover {
  text-decoration: none; }

.contacts__social.inst:before {
  width: 16px;
  height: 17px;
  background-position: -30px -24px; }

.contacts__socials {
  margin-bottom: 15px; }

.contacts__social.fb:before {
  width: 15px;
  height: 17px;
  background-position: -77px -24px; }

a.icon-location {
  margin: 25px 0;
  color: #100f0f;
  padding-left: 30px;
  position: relative; }

.icon-location:before {
  width: 18px;
  position: absolute;
  height: 18px;
  left: 0;
  background-position: -68px -52px; }

.seo {
  padding-bottom: 165px;
  position: relative; }

.seo a.scrolltop {
  right: calc(50% - 45px); }

a.scrolltop {
  width: 90px;
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  height: 90px;
  background-color: #5c5c5c;
  right: 0; }

.scrolltop:before {
  width: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  height: 28px;
  background-position: -113px 0px; }

.seo__img {
  padding-right: 80px; }

.seo__text {
  font-size: 16px;
  padding-bottom: 30px; }

.seo__text p {
  margin-bottom: 15px; }

.seo__text ul {
  margin-bottom: 20px; }

.seo__text .tit48 {
  font-size: 30px; }

@media only screen and (max-width: 1024px) {
  .our-work {
    display: block;
    padding-left: 40px;
    position: relative;
    margin-left: 0;
    margin-top: 20px; }
  .fz90 {
    font-size: 65px; }
  ul.checkmark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  ul.checkmark li:not(:last-child) {
    margin-bottom: 20px; }
  .services__img {
    padding-right: 30px; }
  .seo__img {
    padding-right: 30px; } }

@media only screen and (max-width: 767px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  section {
    padding-top: 50px; }
  .hiddenPC {
    display: block; }
  .hiddenMOB {
    display: none; }
  .fz90 {
    font-size: 36px; }
  .tit48, .tit30 {
    font-size: 24px; }
  h1 {
    font-family: "OpenSansRegular", "Trebuchet MS", sans-serif; }
  .section-top h1 {
    margin-bottom: 30px; }
  .services__img {
    padding-right: 0px;
    max-height: 135px;
    overflow: hidden;
    margin-bottom: 30px; }
  .services__img img {
    -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
            transform: translateY(-300px); }
  .section-top {
    height: 500px; }
  .logo {
    width: 131px;
    height: auto; }
  .header__phone,
  .header__phone-icon,
  .header__social {
    display: none; }
  .section-top .mouse {
    bottom: 20px; }
  .section-top .header__phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-top {
    padding-top: 90px; }
  .header__inner {
    padding-top: 0;
    height: 65px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .social, .header__phone-icon {
    margin: 0 12px; }
  .w50 {
    width: 100%; }
  .advant__img img {
    position: relative; }
  .btn {
    width: 100%; }
  .our-work {
    margin-left: 0;
    text-align: center;
    display: block;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 35px;
    margin-top: 30px; }
  .our-work:before {
    left: calc(50% - 15px);
    top: 0px; }
  ul li {
    margin-bottom: 15px; }
  .map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  a.icon-location {
    margin: 0px 0 25px 0; }
  .contacts__content {
    padding: 60px 20px 100px 20px; }
  .contacts {
    padding-bottom: 85px; }
  .seo__img {
    display: none; }
  .seo {
    padding: 65px 0 100px;
    position: relative; }
  .services__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .services__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .services__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .section-wtbg {
    padding-bottom: 90px; }
  .services {
    margin-top: -100px; }
  .copyrights {
    margin-left: 0px; }
  a.scrolltop {
    bottom: 0;
    left: calc(50% - 45px); }
  .faq {
    padding-top: 10px; }
  .faq .btn {
    max-width: 100%; } }
