@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot?ver1.0");
  src:
    url("../fonts/Gilroy-Black.eot?#iefix?ver1.0") format("embedded-opentype"),
    url("../fonts/Gilroy-Black.woff2?ver1.0") format("woff2"),
    url("../fonts/Gilroy-Black.woff?ver1.0") format("woff"),
    url("../fonts/Gilroy-Black.ttf?ver1.0") format("truetype"),
    url("../fonts/Gilroy-Black.svg#Gilroy-Black?ver1.0") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot?ver1.0");
  src:
    url("../fonts/Gilroy-Bold.eot?#iefix?ver1.0") format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.woff2?ver1.0") format("woff2"),
    url("../fonts/Gilroy-Bold.woff?ver1.0") format("woff"),
    url("../fonts/Gilroy-Bold.ttf?ver1.0") format("truetype"),
    url("../fonts/Gilroy-Bold.svg#Gilroy-Bold?ver1.0") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot?ver1.0");
  src:
    url("../fonts/Gilroy-Medium.eot?#iefix?ver1.0") format("embedded-opentype"),
    url("../fonts/Gilroy-Medium.woff2?ver1.0") format("woff2"),
    url("../fonts/Gilroy-Medium.woff?ver1.0") format("woff"),
    url("../fonts/Gilroy-Medium.svg#Gilroy-Medium?ver1.0") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0491;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot?ver1.0");
  src:
    url("../fonts/Gilroy-Regular.eot?#iefix?ver1.0") format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.woff2?ver1.0") format("woff2"),
    url("../fonts/Gilroy-Regular.woff?ver1.0") format("woff"),
    url("../fonts/Gilroy-Regular.ttf?ver1.0") format("truetype"),
    url("../fonts/Gilroy-Regular.svg#Gilroy-Regular?ver1.0") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.eot?ver1.0");
  src:
    url("../fonts/Gilroy-UltraLight.eot?#iefix?ver1.0")
      format("embedded-opentype"),
    url("../fonts/Gilroy-UltraLight.woff2?ver1.0") format("woff2"),
    url("../fonts/Gilroy-UltraLight.woff?ver1.0") format("woff"),
    url("../fonts/Gilroy-UltraLight.ttf?ver1.0") format("truetype"),
    url("../fonts/Gilroy-UltraLight.svg#Gilroy-UltraLight?ver1.0") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* constants */
/* */
/* slick */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;*/
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide {
  position: relative;
  overflow: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0%;
  text-align: center;
  z-index: 1000;
  width: 15px;
  height: 100%;
  background: transparent;
  display: block;
  border: none;
  text-indent: 9999px;
  background: url(../img/arrows-carousel.png?ver1.0) no-repeat left;
  background-size: 35px;
}
.slick-arrow:after {
  vertical-align: top;
  content: "";
  display: inline-block;
  width: 33px;
  height: 16px;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
  background-position: right;
}

.slick-dots {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 47px;
  line-height: 0;
  margin: 0;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 2px 0 2px;
}

.slick-dots li button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: none;
  width: 9px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.44;
  height: 9px;
  text-indent: 99999px;
  background-color: #fff;
  border: none;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

select {
  display: none;
  opacity: 0;
}

input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  width: 18px;
  height: 18px;
}

.jq-checkbox {
  top: 0px;
  left: 0px;
  vertical-align: top;
  cursor: pointer;
  overflow: visible !important;
  margin-right: 12px;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(209, 208, 207, 0.28);
  box-shadow: 0px 5px 5px 0px rgba(209, 208, 207, 0.28);
  width: 30px;
  height: 30px;
}

.jq-checkbox__div {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 23px;
  height: 23px;
}

.jq-checkbox.checked {
  background: #006eb7;
  border-color: #006eb7;
}

.jq-checkbox.checked .jq-checkbox__div {
  background: url(../img/icons.png?ver1.0) no-repeat -65px 0;
}

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-radio {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background: #fff;
  float: left;
  cursor: pointer;
  margin-right: 15px;
  top: 0px;
  border-radius: 50%;
  border: solid 1px #dbdbdb;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(209, 208, 207, 0.28);
  box-shadow: 0px 5px 5px 0px rgba(209, 208, 207, 0.28);
}

.jq-radio .jq-radio__div {
  top: 8px;
  left: 8px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}

.jq-radio.checked {
  border-color: #006eb7;
}

.jq-radio.checked .jq-radio__div {
  background: #006eb7;
}

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.jq-file {
  width: 217px;
  height: 54px;
  border: solid 1px #81b5d8;
  border-radius: 4px;
  background-image: -ms-linear-gradient(90deg, #f7f7f9 0%, white 100%);
}

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
  height: 52px;
  line-height: 49px;
  padding: 0 10px 0 40px;
  color: #006eb7;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 4px;
}

.jq-file__browse {
  position: absolute;
  top: 15px;
  left: 22px;
  font:
    0px/30px Arial,
    sans-serif;
  width: 20px;
  height: 20px;
}

.jq-file__browse:before,
.jq-file__browse:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  background: #006eb7;
}

.jq-file__browse:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jq-file.changed .jq-file__browse {
  display: none;
}

.jq-file.changed .jq-file__name {
  text-align: left;
  padding: 0 32px 0 19px;
}

.jq-file.changed + .file-clear {
  display: block;
}

.jq-file.disabled .jq-file__name {
  color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 0px;
  width: 100%;
}

.jq-selectbox__select {
  line-height: 30px;
  color: #000;
  padding: 4px 20px 4px 10px;
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  background-color: white;
  height: 40px;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  min-width: 100%;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 5px;
  width: 15px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 9px;
  height: 15px;
  overflow: hidden;
}

.jq-selectbox__trigger-arrow:after,
.jq-selectbox__trigger-arrow:before {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.jq-selectbox__trigger-arrow:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jq-selectbox__trigger-arrow:after {
  right: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opened .jq-selectbox__trigger-arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.opened .jq-selectbox__trigger-arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jq-selectbox__dropdown {
  color: #006eb7;
  padding: 5px 0;
  top: 37px;
  left: 0px;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  overflow: hidden;
  border: solid 1px #00497a;
  border-radius: 4px;
  background-color: white;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 14px;
  padding: 0px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.jq-selectbox li.selected,
.jq-selectbox li.sel {
  color: #000;
}

.jq-selectbox li:hover {
  color: #000;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow:
    inset 1px 1px #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 1px 1px #f1f1f1,
    0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #333;
  font:
    14px/18px Arial,
    sans-serif;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff;
}

.jq-select-multiple li.disabled {
  color: #aaa;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

/*serv*/
.price-raz {
  padding-top: 150px;
  margin-bottom: 100px;
}
.price-raz-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.price-raz-c {
  font-size: 20px;
  font-weight: bold;
}
.price-raz-text-block {
  width: 60%;
}
.price-raz-title {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.price-raz-text {
  font-size: 18px;
}
/*img-block*/
.img-block {
  height: 500px;
  overflow: hidden;
  padding-top: 100px;
}
.img-block img {
  width: 100%;
}
/*gelary*/
.gelary_1 .my-fancybox:not(:first-child) {
  display: none;
}
.gelary__wrap {
  max-width: 1200px;
  margin: 50px auto 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
.gelary__item {
  width: 45%;
}
.gelary__item:nth-child(odd) {
  margin-top: 70px;
}
.gelary__text_wite {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
}

/* */
div.scrollingHotSpotLeft {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  left: 0;
  cursor: w-resize;
}

div.scrollingHotSpotLeftVisible {
  opacity: 0.35;
  -moz-opacity: 0.35;
  filter: alpha(opacity=35);
  zoom: 1;
}

div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  right: 0;
  cursor: e-resize;
}

div.scrollingHotSpotRightVisible {
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}

div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

/* ___________ reset CSS____________________*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

a,
p,
ul,
ol,
li,
img,
span,
strong,
em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
caption,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

canvas,
details,
embed,
figcaption,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

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

body {
  line-height: 1;
}

b,
strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 12px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0em;
}

dt {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}

html {
  height: 100%;
  background: #fff;
}

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

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
  position: relative;
  height: 1px;
  overflow: hidden;
}

img.alignleft {
  float: left;
  margin: 3px 28px 10px 0px;
}

.alignright {
  text-align: right;
}

img.alignright {
  float: right;
  margin: 3px 0px 10px 28px;
}

.aligncenter {
  text-align: center;
}

img.alignnone {
  margin-bottom: 14px;
}

/*-----------------------------------*/
body {
  font-size: 14px;
  font-family: "Gilroy", arial, sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1 {
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 60px;
  text-align: center;
}

h2 {
  margin: 0 0 21px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 19px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
}

h4 {
  margin: 0 0 49px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
}

.main-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  min-width: 320px;
}

.wrapper {
  max-width: 1470px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 50px;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.include-svg-all {
  display: none;
}

.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* */
.hiding {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*--------------- header ------------------*/
#header {
  position: fixed;
  z-index: 30;
  top: 37px;
  left: 0;
  right: 0;
  padding: 32px 0 0px;
  height: 121px;
  min-width: 320px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#header.fix {
  background: #fff;
  top: 0;
  -webkit-box-shadow: 0px 3px 81.9px 8.1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 81.9px 8.1px rgba(0, 0, 0, 0.05);
}
#header.fix .head-phone {
  display: none;
}
#header.fix .nav > ul > li > a {
  color: #000;
}
#header.fix .nav > ul > li > a:before {
  background: #000;
}
#header.fix .nav > ul > li ul {
  background: #fff;
}
#header.fix .nav > ul > li ul li a {
  color: #000;
}
/*#header.fix.bg .nav > ul > li ul li a {
        color: #fff; }*/
#header.fix .nav > ul > li ul li a:before {
  background: #000;
}
#header.fix .head-lang .jq-selectbox__select {
  color: #000;
  padding: 4px 15px 4px 10px;
}
#header.fix .head-lang .jq-selectbox__trigger-arrow:after,
#header.fix .head-lang .jq-selectbox__trigger-arrow:before {
  background: #000;
}
#header.fix .logo {
  width: 220px;
  background: url(../img/logo2.png?ver1.0) no-repeat left;
  color: #000;
}
#header.fix .logo img {
  opacity: 0;
}
#header.fix .fix-call {
  color: #000;
  bottom: 283px;
}
#header.fix .fix-call:after {
  border-color: #000;
  opacity: 0;
}
#header.fix .fix-call i {
  -webkit-animation: neonblack 1.5s ease-in-out infinite alternate;
  animation: neonblack 1.5s ease-in-out infinite alternate;
}
#header.fix .fix-call i:before {
  background-position: -55px 0;
}
#header.fix .fix-call span {
  opacity: 0;
  background: #fff;
  border-radius: 4px;
  padding: 10px 5px 25px 10px;
  margin: -10px -5px -25px 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header.fix .fix-call:hover span {
  opacity: 1;
}
#header.fix .fix-call:hover:after {
  opacity: 1;
  margin-left: 23px;
}
#header.fix .mobile-button span,
#header.fix .mobile-button span:before,
#header.fix .mobile-button span:after {
  background: #000;
}
#header.fix .mobile-button.open span {
  background: transparent;
}
#header .logo {
  line-height: 0;
  font-size: 0;
  margin: 6px 40px 0 0;
  position: relative;
  display: block;
  float: left;
  z-index: 10;
  height: 48px;
  color: #fff;
}
#header .logo img {
  height: 87px;
  max-width: 9999px;
  margin-top: -21px;
}
#header .head-lang {
  float: right;
  text-transform: uppercase;
  margin-right: -5px;
}
#header .head-lang .jq-selectbox {
  width: 50px;
}
#header .head-lang .jq-selectbox__select {
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#header .head-phone {
  float: left;
  display: none;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 4.5px;
  margin-top: -12px;
}
#header .head-phone a {
  color: #000;
}
#header .nav {
  float: right;
  padding-top: 7px;
  width: 600px;
  letter-spacing: 1.6px;
  padding-right: 9px;
  user-select: none;
}
#header .nav > ul {
  margin: 0;
  padding: 0;
  position: relative;
}
#header .nav > ul > li {
  list-style: none;
  float: left;
  width: 25%;
  position: relative;
}
#header .nav > ul > li > a {
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 23px;
  color: #fff;
  font-size: 16px;
  width: fit-content;
}
#header .nav > ul > li > a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 100%;
  margin-right: 23px;
  margin-right: 13px;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
}
#header .nav > ul > li:hover > a:before,
#header .nav > ul > li:focus > a:before,
#header .nav > ul > li.active > a:before {
  width: 61px;
}

#header .nav > ul > li ul {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
  /*  position: absolute;*/
  top: 23px;
  text-align: left;
  left: -5px;
  padding: 5px 10px 5px 30px;
  margin-bottom: 0;
}
#header .nav > ul > li > ul {
  width: 500px;
  display: none;
  padding: 10px 15px 50px 15px;
}
#header .nav > ul > li ul li {
  width: 100%;
  float: none;
  line-height: 18px;
  display: inline-block;
  position: relative;
}
#header .nav > ul > li ul li a {
  margin: 0;
  position: relative;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.7px;
  margin-left: 22px;
}
#header .nav > ul > li ul li a:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  margin-top: 1px;
  top: 50%;
  left: 100%;
  margin-left: 9px;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
}
#header .nav > ul > li ul li:hover > a:before,
#header .nav > ul > li ul li:focus > a:before,
#header .nav > ul > li ul li.active > a:before {
  width: 21px;
}
#header.bg .nav > ul > li ul {
  background: #000;
}
#header.bg.fix .nav > ul > li ul {
  background: #fff;
}

@media screen and (min-width: 1024px) {
  /*#header .nav > ul > li:hover>ul {
          display: block;
        }
*/

  #header .nav > ul > li > ul > li > ul {
    display: none;
  }
  /*#header ul.sub-menu>li:hover>ul{
    display: block;
}*/

  #header .nav > ul > li > ul > li > ul > li > ul {
    display: none;
  }
  /*#header .nav>ul>li>ul>li>ul>li:hover>ul{
  display: block;

}*/
}

.mobile-button {
  cursor: pointer;
  position: relative;
  z-index: 20;
  float: right;
  display: none;
  cursor: pointer;
  width: 40px;
  margin-top: 15px;
  height: 30px;
  margin-left: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mobile-button span {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background: #fff;
  height: 2px;
  display: block;
  margin: 14px auto 0px;
  position: relative;
}

.mobile-button span:before,
.mobile-button span:after {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  content: "";
  background: #fff;
  height: 2px;
  display: block;
  top: -13px;
  left: 0;
  right: 0;
  position: absolute;
}

.mobile-button span:after {
  top: auto;
  bottom: -13px;
}

.open.mobile-button span {
  background: transparent;
  border-color: transparent;
}

.open.mobile-button span:before {
  left: 3px;
  right: 3px;
  top: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.open.mobile-button span:after {
  left: 3px;
  right: 3px;
  top: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*---------------- footer ----------------*/
#footer {
  clear: both;
  height: 272px;
}
#footer .foot-in {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 272px;
  font-size: 14px;
  color: #fff;
  background: #000;
  overflow: hidden;
}
#footer .wrapper {
  max-width: 1136px;
}
#footer .foot-cols {
  margin: 58px 0 7px;
  letter-spacing: 3px;
}
#footer .foot-cols .sm-link {
  color: #fff;
  letter-spacing: 0.8px;
  margin-top: 6px;
  line-height: 1.2;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
#footer .foot-cols .sm-link:hover {
  border-color: transparent;
}
#footer .foot-cols:after {
  content: "";
  display: block;
  clear: both;
}
#footer .foot-cols .foot-left {
  float: left;
  text-align: left;
  width: 240px;
}
#footer .foot-cols .foot-right {
  float: right;
  text-align: right;
  width: 240px;
}
#footer .foot-cols .foot-cnt {
  text-align: center;
}
#footer .foot-cols .foot-inf {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  line-height: 1.7;
}
#footer .foot-cols .foot-inf a {
  color: #fff;
}
#footer .foot-cols .foot-mail {
  letter-spacing: 2.1px;
}
#footer .foot-cols .foot-addr {
  letter-spacing: 2.3px;
}
#footer .foot-title {
  text-transform: uppercase;
  opacity: 0.2;
  margin-bottom: 27px;
}
#footer .copy {
  font-size: 12px;
  opacity: 0.2;
  text-align: center;
  letter-spacing: 0.8px;
      margin-top: 83px;
}
#footer .foot-soc {
  text-align: center;
  margin: 9px 0 31px;
}
#footer .foot-soc .soc a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
  width: 40px;
  font-size: 24px;
  color: #4d4d4d;
}
#footer .foot-soc .soc .soc1:hover {
  color: #0170d4;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
#footer .foot-soc .soc .soc2:hover {
  color: #d8595e;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}
#footer .foot-soc .soc .soc3:hover {
  color: #e40e0e;
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}
#footer .foot-soc .soc .soc4:hover {
  color: #f93439;
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
#footer .foot-soc .soc .soc5:hover {
  color: #005cff;
  -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
  animation: neon5 1.5s ease-in-out infinite alternate;
}

@keyframes neon {
  from {
    -webkit-box-shadow: 0 0 27px rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 27px rgba(255, 255, 255, 0.56);
  }
  to {
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
  }
}
@keyframes neonblack {
  from {
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.56);
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.56);
  }
  to {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
@keyframes neon1 {
  from {
    text-shadow:
      0 0 10px rgba(1, 112, 212, 0.5),
      0 0 20px rgba(1, 112, 212, 0.5),
      0 0 30px rgba(1, 112, 212, 0.5),
      0 0 40px rgba(1, 112, 212, 0.5),
      0 0 70px rgba(1, 112, 212, 0.5),
      0 0 80px rgba(1, 112, 212, 0.5),
      0 0 100px rgba(1, 112, 212, 0.5),
      0 0 150px rgba(1, 112, 212, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(1, 112, 212, 0.5),
      0 0 10px rgba(1, 112, 212, 0.5),
      0 0 15px rgba(1, 112, 212, 0.5),
      0 0 20px rgba(1, 112, 212, 0.5),
      0 0 35px rgba(1, 112, 212, 0.5),
      0 0 40px rgba(1, 112, 212, 0.5),
      0 0 50px rgba(1, 112, 212, 0.5),
      0 0 75px rgba(1, 112, 212, 0.5);
  }
}
@keyframes neon2 {
  from {
    text-shadow:
      0 0 10px rgba(200, 41, 185, 0.5),
      0 0 20px rgba(200, 41, 185, 0.5),
      0 0 30px rgba(200, 41, 185, 0.5),
      0 0 40px rgba(200, 41, 185, 0.5),
      0 0 70px rgba(200, 41, 185, 0.5),
      0 0 80px rgba(200, 41, 185, 0.5),
      0 0 100px rgba(200, 41, 185, 0.5),
      0 0 150px rgba(200, 41, 185, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(200, 41, 185, 0.5),
      0 0 10px rgba(200, 41, 185, 0.5),
      0 0 15px rgba(200, 41, 185, 0.5),
      0 0 20px rgba(200, 41, 185, 0.5),
      0 0 35px rgba(200, 41, 185, 0.5),
      0 0 40px rgba(200, 41, 185, 0.5),
      0 0 50px rgba(200, 41, 185, 0.5),
      0 0 75px rgba(200, 41, 185, 0.5);
  }
}
@keyframes neon3 {
  from {
    text-shadow:
      0 0 10px rgba(228, 14, 14, 0.5),
      0 0 20px rgba(228, 14, 14, 0.5),
      0 0 30px rgba(228, 14, 14, 0.5),
      0 0 40px rgba(228, 14, 14, 0.5),
      0 0 70px rgba(228, 14, 14, 0.5),
      0 0 80px rgba(228, 14, 14, 0.5),
      0 0 100px rgba(228, 14, 14, 0.5),
      0 0 150px rgba(228, 14, 14, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(228, 14, 14, 0.5),
      0 0 10px rgba(228, 14, 14, 0.5),
      0 0 15px rgba(228, 14, 14, 0.5),
      0 0 20px rgba(228, 14, 14, 0.5),
      0 0 35px rgba(228, 14, 14, 0.5),
      0 0 40px rgba(228, 14, 14, 0.5),
      0 0 50px rgba(228, 14, 14, 0.5),
      0 0 75px rgba(228, 14, 14, 0.5);
  }
}
@keyframes neon4 {
  from {
    text-shadow:
      0 0 10px rgba(249, 52, 57, 0.5),
      0 0 20px rgba(249, 52, 57, 0.5),
      0 0 30px rgba(249, 52, 57, 0.5),
      0 0 40px rgba(249, 52, 57, 0.5),
      0 0 70px rgba(249, 52, 57, 0.5),
      0 0 80px rgba(249, 52, 57, 0.5),
      0 0 100px rgba(249, 52, 57, 0.5),
      0 0 150px rgba(249, 52, 57, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(249, 52, 57, 0.5),
      0 0 10px rgba(249, 52, 57, 0.5),
      0 0 15px rgba(249, 52, 57, 0.5),
      0 0 20px rgba(249, 52, 57, 0.5),
      0 0 35px rgba(249, 52, 57, 0.5),
      0 0 40px rgba(249, 52, 57, 0.5),
      0 0 50px rgba(249, 52, 57, 0.5),
      0 0 75px rgba(249, 52, 57, 0.5);
  }
}
@keyframes neon5 {
  from {
    text-shadow:
      0 0 10px rgba(0, 92, 255, 0.5),
      0 0 20px rgba(0, 92, 255, 0.5),
      0 0 30px rgba(0, 92, 255, 0.5),
      0 0 40px rgba(0, 92, 255, 0.5),
      0 0 70px rgba(0, 92, 255, 0.5),
      0 0 80px rgba(0, 92, 255, 0.5),
      0 0 100px rgba(0, 92, 255, 0.5),
      0 0 150px rgba(0, 92, 255, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(0, 92, 255, 0.5),
      0 0 10px rgba(0, 92, 255, 0.5),
      0 0 15px rgba(0, 92, 255, 0.5),
      0 0 20px rgba(0, 92, 255, 0.5),
      0 0 35px rgba(0, 92, 255, 0.5),
      0 0 40px rgba(0, 92, 255, 0.5),
      0 0 50px rgba(0, 92, 255, 0.5),
      0 0 75px rgba(0, 92, 255, 0.5);
  }
}
@-webkit-keyframes neon {
  from {
    -webkit-box-shadow: 0 0 27px rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 27px rgba(255, 255, 255, 0.56);
  }
  to {
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
  }
}
@-webkit-keyframes neonblack {
  from {
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.56);
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.56);
  }
  to {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
@-webkit-keyframes neon1 {
  from {
    text-shadow:
      0 0 10px rgba(1, 112, 212, 0.5),
      0 0 20px rgba(1, 112, 212, 0.5),
      0 0 30px rgba(1, 112, 212, 0.5),
      0 0 40px rgba(1, 112, 212, 0.5),
      0 0 70px rgba(1, 112, 212, 0.5),
      0 0 80px rgba(1, 112, 212, 0.5),
      0 0 100px rgba(1, 112, 212, 0.5),
      0 0 150px rgba(1, 112, 212, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(1, 112, 212, 0.5),
      0 0 10px rgba(1, 112, 212, 0.5),
      0 0 15px rgba(1, 112, 212, 0.5),
      0 0 20px rgba(1, 112, 212, 0.5),
      0 0 35px rgba(1, 112, 212, 0.5),
      0 0 40px rgba(1, 112, 212, 0.5),
      0 0 50px rgba(1, 112, 212, 0.5),
      0 0 75px rgba(1, 112, 212, 0.5);
  }
}
@-webkit-keyframes neon2 {
  from {
    text-shadow:
      0 0 10px rgba(200, 41, 185, 0.5),
      0 0 20px rgba(200, 41, 185, 0.5),
      0 0 30px rgba(200, 41, 185, 0.5),
      0 0 40px rgba(200, 41, 185, 0.5),
      0 0 70px rgba(200, 41, 185, 0.5),
      0 0 80px rgba(200, 41, 185, 0.5),
      0 0 100px rgba(200, 41, 185, 0.5),
      0 0 150px rgba(200, 41, 185, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(200, 41, 185, 0.5),
      0 0 10px rgba(200, 41, 185, 0.5),
      0 0 15px rgba(200, 41, 185, 0.5),
      0 0 20px rgba(200, 41, 185, 0.5),
      0 0 35px rgba(200, 41, 185, 0.5),
      0 0 40px rgba(200, 41, 185, 0.5),
      0 0 50px rgba(200, 41, 185, 0.5),
      0 0 75px rgba(200, 41, 185, 0.5);
  }
}
@-webkit-keyframes neon3 {
  from {
    text-shadow:
      0 0 10px rgba(228, 14, 14, 0.5),
      0 0 20px rgba(228, 14, 14, 0.5),
      0 0 30px rgba(228, 14, 14, 0.5),
      0 0 40px rgba(228, 14, 14, 0.5),
      0 0 70px rgba(228, 14, 14, 0.5),
      0 0 80px rgba(228, 14, 14, 0.5),
      0 0 100px rgba(228, 14, 14, 0.5),
      0 0 150px rgba(228, 14, 14, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(228, 14, 14, 0.5),
      0 0 10px rgba(228, 14, 14, 0.5),
      0 0 15px rgba(228, 14, 14, 0.5),
      0 0 20px rgba(228, 14, 14, 0.5),
      0 0 35px rgba(228, 14, 14, 0.5),
      0 0 40px rgba(228, 14, 14, 0.5),
      0 0 50px rgba(228, 14, 14, 0.5),
      0 0 75px rgba(228, 14, 14, 0.5);
  }
}
@-webkit-keyframes neon4 {
  from {
    text-shadow:
      0 0 10px rgba(249, 52, 57, 0.5),
      0 0 20px rgba(249, 52, 57, 0.5),
      0 0 30px rgba(249, 52, 57, 0.5),
      0 0 40px rgba(249, 52, 57, 0.5),
      0 0 70px rgba(249, 52, 57, 0.5),
      0 0 80px rgba(249, 52, 57, 0.5),
      0 0 100px rgba(249, 52, 57, 0.5),
      0 0 150px rgba(249, 52, 57, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(249, 52, 57, 0.5),
      0 0 10px rgba(249, 52, 57, 0.5),
      0 0 15px rgba(249, 52, 57, 0.5),
      0 0 20px rgba(249, 52, 57, 0.5),
      0 0 35px rgba(249, 52, 57, 0.5),
      0 0 40px rgba(249, 52, 57, 0.5),
      0 0 50px rgba(249, 52, 57, 0.5),
      0 0 75px rgba(249, 52, 57, 0.5);
  }
}
@-webkit-keyframes neon5 {
  from {
    text-shadow:
      0 0 10px rgba(0, 92, 255, 0.5),
      0 0 20px rgba(0, 92, 255, 0.5),
      0 0 30px rgba(0, 92, 255, 0.5),
      0 0 40px rgba(0, 92, 255, 0.5),
      0 0 70px rgba(0, 92, 255, 0.5),
      0 0 80px rgba(0, 92, 255, 0.5),
      0 0 100px rgba(0, 92, 255, 0.5),
      0 0 150px rgba(0, 92, 255, 0.5);
  }
  to {
    text-shadow:
      0 0 5px rgba(0, 92, 255, 0.5),
      0 0 10px rgba(0, 92, 255, 0.5),
      0 0 15px rgba(0, 92, 255, 0.5),
      0 0 20px rgba(0, 92, 255, 0.5),
      0 0 35px rgba(0, 92, 255, 0.5),
      0 0 40px rgba(0, 92, 255, 0.5),
      0 0 50px rgba(0, 92, 255, 0.5),
      0 0 75px rgba(0, 92, 255, 0.5);
  }
}
.link-up {
  display: none;
  z-index: 20;
  width: 49px;
  height: 49px;
  text-align: center;
  position: fixed;
  right: 50%;
  bottom: 306px;
  margin-right: -683px;
  background-color: black;
  -webkit-box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.17);
}
.link-up:before {
  content: "";
  vertical-align: top;
  width: 6px;
  height: 6px;
  margin: 23px 0 0 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.link-up:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.fix-call {
  position: fixed;
  bottom: 150px;
  letter-spacing: 2.2px;
  right: 50%;
  margin-right: -600px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 20;
}
.fix-call:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 3px;
  margin-top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fix-call i {
  vertical-align: bottom;
  position: relative;
  text-align: center;
  margin: 0px 0 7px 3px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
  animation: neon 1.5s ease-in-out infinite alternate;
}
/* .fix-call i:before {
  width: 51px;
  height: 51px;
  background: url(../img/icons.png?ver1.0) no-repeat 0 0;
  display: block;
  content: "";
} */

/*--------------- content --------------*/
.content {
  position: relative;
  z-index: 1;
  clear: both;
  display: block;
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

section {
  clear: both;
}
section:after {
  content: "";
  display: block;
  clear: both;
}

/* */
.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-family: "Gilroy", arial;
  cursor: pointer;
  display: inline-block;
  border: none;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 56px;
  height: 57px;
  padding: 0 25px;
  color: #fff;
  background: #383737;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 1.5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.btn:hover {
  -webkit-box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.17);
}
.btn:active,
.btn:focus {
  opacity: 0.8;
}

.form-row {
  position: relative;
  margin-bottom: 37px;
  letter-spacing: 1.8px;
}
.form-row label {
  display: block;
  font-size: 16px;
  color: #a7a7a7;
}
.form-row:after {
  content: "";
  display: block;
  clear: both;
}

.input {
  height: 63px;
  position: relative;
  z-index: 1;
}

.input__field {
  font-family: "Gilroy", arial;
  position: relative;
  display: block;
  border: none;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none;
}

.input--nao {
  overflow: hidden;
  padding-top: 14px;
}

.input__field--nao {
  width: 100%;
  background: transparent;
  height: 49px;
  font-size: 16px;
}

.input__label--nao {
  position: absolute;
  top: 21px;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0em;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition:
    -webkit-transform 0.2s 0.15s,
    color 1s;
  -webkit-transition:
    color 1s,
    -webkit-transform 0.2s 0.15s;
  transition:
    color 1s,
    -webkit-transform 0.2s 0.15s;
  transition:
    transform 0.2s 0.15s,
    color 1s;
  transition:
    transform 0.2s 0.15s,
    color 1s,
    -webkit-transform 0.2s 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.graphic--nao {
  height: 63px;
  stroke-width: 0.8px;
  stroke: #000;
  pointer-events: none;
  -webkit-transition:
    stroke 0.7s,
    -webkit-transform 0.7s;
  transition:
    stroke 0.7s,
    -webkit-transform 0.7s;
  transition:
    transform 0.7s,
    stroke 0.7s;
  transition:
    transform 0.7s,
    stroke 0.7s,
    -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
  -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
  stroke: #000;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}

.form-btn {
  clear: both;
  padding-top: 37px;
}

.t-inp,
textarea {
  padding: 10px 20px 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  height: 48px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  border-radius: 0px;
  font-family: "Gilroy", arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-inp {
  white-space: nowrap;
}

textarea {
  height: 149px;
  resize: none;
  overflow: auto;
}

.t-inp.error,
textarea.error {
  border-color: #ff0000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*-------------------------------------------------------------*/
.section-top {
  height: 100vh;
  position: relative;
  z-index: 0;
}
.section-top .home-slider {
  background: url(https://i.pinimg.com/originals/0b/3f/e5/0b3fe51315b3f8d36f614d1275f965ae.jpg) no-repeat center;
  background-size: cover;
}
.section-top h1 {
  font-weight: bold;
  opacity: 28.7;
  font-size: 74px;
  color: #fff;
  text-align: left;
  letter-spacing: 7.5px;
  position: relative;
}
.section-top .wrapper {
  max-width: 1000px;
}
.section-top .v-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-top: 60px;
}
.section-top .slick-slide {
  height: 100vh;
}
.section-top .slick-slide:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 519px;
  height: 416px;
  z-index: 0;
  margin: -37px 0 0 -244px;
  background: url(../img/dash-bg-large.png?ver1.0) no-repeat;
}
.section-top .slick-dots {
  counter-reset: my-counter;
  position: relative;
  position: absolute;
  left: 50%;
  margin-left: -675px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
  padding-top: 168px;
  margin-top: 24px;
}
.section-top .slick-dots:before {
  width: 1px;
  height: 51px;
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  background: #fff;
  font-size: 52px;
}
.section-top .slick-dots li {
  display: block;
  margin: 31px 0 0;
}
.section-top .slick-dots li:before {
  opacity: 0;
  content: "0" counter(my-counter);
  font-weight: 200;
  font-size: 52px;
  color: #fff;
  counter-increment: my-counter;
  position: absolute;
  top: 67px;
  line-height: 1;
  letter-spacing: 4px;
  left: 33px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.section-top .slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: 0.2;
}
.section-top .slick-dots li:hover button {
  opacity: 0.5;
}
.section-top .slick-dots .slick-active button {
  opacity: 1;
}
.section-top .slick-dots .slick-active:before {
  opacity: 1;
}
.section-top .scrolldown {
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: 210px 0 0 -439px;
  color: #fff;
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-top .scrolldown:before {
  content: "";
  display: block;
  width: 16px;
  height: 100px;
  background: url(../img/icons.png?ver1.0) no-repeat 0 -60px;
}
.section-top .scrolldown span {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  margin: 10px 7px;
  display: block;
  -webkit-background-size: 125px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#222),
      to(#222),
      color-stop(0.5, #fff)
    )
    0 0 no-repeat;
  -webkit-background-size: 125px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top left;
  }
}
.section-services {
  padding: 56px 0 24px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section-services:before {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat 0 0;
  width: 490px;
  height: 361px;
  left: 50%;
  margin-left: -960px;
  top: 5px;
}
.section-services .subtitle {
  left: -119px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 6px;
  margin: 0 0 68px 0px;
  position: relative;
}
.section-services .subtitle:before {
  width: 53px;
  height: 9px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 34px 0 0;
  background: url(../img/icons.png?ver1.0) no-repeat -110px 0px;
}
.section-services .wrapper {
  position: relative;
}
.section-services .h2 {
  font-size: 0;
  text-transform: uppercase;
}
.section-services .h2 div {
  position: absolute;
  font-size: 224px;
  font-weight: 900;
  color: #f7f7f7;
  z-index: 0;
  line-height: 1;
}
.section-services .h2 .let0 {
  bottom: 0px;
  right: 815px;
}
.section-services .h2 .let6 {
  bottom: 240px;
  right: 956px;
}
.section-services .h2 .let1 {
  bottom: 80px;
  right: 1016px;
}
.section-services .h2 .let2 {
  right: 679px;
  top: -7px;
}
.section-services .h2 .let3 {
  bottom: 94px;
  right: 475px;
}
.section-services .h2 .let4 {
  right: 325px;
  top: -12px;
}
.section-services .h2 .let5 {
  bottom: 6px;
  right: -2px;
}
.section-services .letter {
  float: left;
  margin: 87px 0 0 -54px;
  width: 371px;
  position: relative;
  z-index: 5;
}
.section-services .serv-list {
  overflow: hidden;
  counter-reset: my-badass-counter;
  position: relative;
  z-index: 2;
}
.section-services .serv-list:after {
  content: "";
  display: block;
  clear: both;
}
.section-services .serv-list li {
  list-style: none;
  float: left;
  width: 37.42%;
  padding: 0 0 57px 8%;
  letter-spacing: 1.4px;
}
.section-services .serv-list li .serv-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 3.2px;
  margin: 0 0 12px 2px;
}
.section-services .serv-list li p {
  margin: 0;
}
.section-services .serv-list li:nth-child(3n + 1) {
  clear: both;
  padding-left: 0;
  width: 25.16%;
}

.section-portfolio {
  padding: 42px 0 24px;
  background: #fff;
  position: relative;
  z-index: 2;
  position: relative;
}
.section-portfolio:before {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat 0 0;
  width: 416px;
  height: 254px;
  left: 50%;
  margin-left: -844px;
  top: 82px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-portfolio .wrapper {
  position: relative;
  z-index: 2;
}
.section-portfolio h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 130px;
}
.section-portfolio .sec-title .subtitle {
  left: 32px;
  margin-top: 89px;
}
.section-portfolio .hor-slider {
  width: 100%;
  height: 640px;
  position: relative;
}
.section-portfolio .hor-slider div.scrollWrapper {
  padding: 21px 0 25px 0;
}
.section-portfolio .hor-slider .img-slide {
  position: relative;
  z-index: 1;
}
.section-portfolio .hor-slider .img-slide img {
  position: relative;
  z-index: 2;
}
.section-portfolio .hor-slider .img-slide:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9eeb3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}
.section-portfolio .hor-slider .img-slide:hover:before {
  left: 26px;
  top: 25px;
}
.section-portfolio .hor-slider .img-slide1 {
  margin: 0px -167px 0 0px;
}
.section-portfolio .hor-slider .img-slide2 {
  margin: 175px -54px 0 0px;
  z-index: 2;
}
.section-portfolio .hor-slider .img-slide2:before {
  -webkit-box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.52);
}
.section-portfolio .hor-slider .img-slide3 {
  margin: 37px -182px 0 0px;
}
.section-portfolio .hor-slider .img-slide4 {
  margin: 165px -82px 0 0px;
  z-index: 2;
}
.section-portfolio .hor-slider .img-slide4:before {
  -webkit-box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.52);
}
.section-portfolio .hor-slider .img-slide5 {
  margin: 0px -57px 0 0px;
}
.section-portfolio .hor-slider .img-slide6 {
  margin: 165px -150px 0 0px;
  z-index: 2;
}
.section-portfolio .hor-slider .img-slide6:before {
  -webkit-box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.52);
}
.section-portfolio .hor-slider div.scrollableArea * {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  /* If you don't want the images in the scroller to be selectable, try the following
        block of code. It's just a nice feature that prevent the images from
        accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: cover;
}

.section-video {
  padding: 50px 0 0;
  position: relative;
}
.section-video:before {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat;
  width: 416px;
  height: 254px;
  right: 50%;
  margin-right: -632px;
  top: 0px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-video h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 162px;
  line-height: 1;
  margin: 0;
}
.youtube {
  cursor: pointer;
}
.section-video .video-cov {
  height: 602px;
  position: relative;
  overflow: hidden;
  background: #ddd;
  top: -36px;
}
.section-video .video-cov iframe,
.section-video .video-cov video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video .video-cov .video-link {
  display: block;
  position: relative;
  height: 602px;
  background: url(../img/img4.jpg?ver1.0) no-repeat center;
  background-size: cover;
  z-index: 2;
}
.section-video .video-cov .video-link:before {
  content: "";
  opacity: 0.63;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
}
.section-video .video-cov .video-play {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -49px 0 0 -49px;
  border: 2px solid #fff;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-video .video-cov .video-play:before,
.section-video .video-cov .video-play:after {
  background: #fff;
  content: "";
  left: 50%;
  margin-left: -1.5px;
  top: 16px;
  width: 3px;
  height: 60px;
  position: absolute;
  -webkit-transform: rotate(21deg);
  transform: rotate(21deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.section-video .video-cov .video-play:after {
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
.section-video .video-cov .video-play i {
  display: block;
  border: 6px solid transparent;
  border-bottom: 17px solid #fff;
  width: 0;
  margin: 49px auto 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-video .video-cov .video-play:hover {
  background: #da2424;
  border-color: #da2424;
}
.section-video .video-cov .video-play:hover:before,
.section-video .video-cov .video-play:hover:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  top: 0px;
}
.section-video .video-cov .video-play:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 6px solid #fff;
  border-top-width: 0px;
  margin: 44px auto 0;
}
.section-video .video-cov.play .video-link {
  opacity: 0;
  visibility: hidden;
}
.section-video .sec-title .subtitle {
  left: -63px;
  text-shadow: 0 0;
  margin: 76px 0 0;
  letter-spacing: 4.7px;
}

.section-feedback {
  padding: 72px 0px;
  position: relative;
  z-index: 1;
}
.section-feedback:before,
.section-feedback:after {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat;
  width: 254px;
  height: 217px;
}
.section-feedback:before {
  right: 50%;
  margin-right: -739px;
  top: -29px;
}
.section-feedback:after {
  left: 50%;
  margin-left: -778px;
  top: 280px;
  width: 416px;
  height: 254px;
}
.section-feedback .wrapper {
  z-index: 2;
  position: relative;
}
.section-feedback .letter {
  float: left;
  margin: 0 -51px 0 -60px;
}
.section-feedback .letter img {
  height: auto;
}
.section-feedback .subtitle {
  overflow: hidden;
  padding: 116px 0 72px;
  max-width: 700px;
  letter-spacing: 3.25px;
  line-height: 1.55;
  font-weight: bold;
  font-size: 20px;
}
.section-feedback .form {
  float: right;
  width: 841px;
  margin: 0 67px 0 0;
  position: relative;
}
.section-feedback .form:before {
  width: 53px;
  height: 9px;
  content: "";
  position: absolute;
  left: -154px;
  top: 28px;
  background: url(../img/icons.png?ver1.0) no-repeat -110px 0px;
}
.section-feedback .form .form-row {
  float: left;
  width: 45.5%;
  margin-left: 9%;
}
.section-feedback .form .form-row:nth-child(odd) {
  margin-left: 0;
}
.section-feedback .form .form-row .jq-selectbox {
  position: absolute;
  top: 14px;
  left: 0;
  margin-bottom: -49px;
  float: left;
  vertical-align: top;
}
.section-feedback .form .form-row .jq-selectbox__select {
  height: 49px;
  border: none;
  padding: 0 30px 0 0;
  line-height: 39px;
  font-size: 16px;
  background: transparent;
}
.section-feedback .form .form-row .jq-selectbox__dropdown {
  top: 44px;
  line-height: 35px;
  font-size: 16px;
}
.section-feedback .form .form-row .placeholder .jq-selectbox__select {
  color: #a7a7a7;
}
.section-feedback .form .form-row .jq-selectbox__trigger-arrow:after,
.section-feedback .form .form-row .jq-selectbox__trigger-arrow:before {
  background-color: #000;
}
.section-feedback .form .btn {
  width: 269px;
  text-transform: uppercase;
}

.section-why {
  padding: 100px 0 49px;
  position: relative;
}
.section-why:before,
.section-why:after {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat;
  width: 416px;
  height: 254px;
  z-index: 0;
}
.section-why:before {
  right: 50%;
  margin-right: -634px;
  top: 504px;
}
.section-why:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  margin-left: -277px;
  bottom: 124px;
}
.section-why .wrapper {
  position: relative;
  z-index: 1;
}
.section-why .h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #f0f0f0;
  font-weight: bold;
  font-size: 130px;
  line-height: 1;
  position: relative;
  margin: 0 auto -97px;
  max-width: 1157px;
}
.section-why .h2 .let1 {
  position: absolute;
  top: -58px;
  right: 0;
  width: 385px;
}
.section-why .h2 .let2 {
  position: absolute;
  font-size: 212px;
  right: 5px;
  top: 287px;
}
.section-why .boxes {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}
.section-why .boxes:after {
  content: "";
  display: block;
  clear: both;
}
.section-why .boxes .box-item {
  float: left;
  position: relative;
}
.section-why .boxes .box-item .box-img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-why .boxes .box-item:hover .box-img {
  -webkit-box-shadow:
    0px 3px 81.9px 8.1px rgba(0, 0, 0, 0.23),
    0px 24px 158px 0px rgba(40, 43, 43, 0.004);
  box-shadow:
    0px 3px 81.9px 8.1px rgba(0, 0, 0, 0.23),
    0px 24px 158px 0px rgba(40, 43, 43, 0.004);
}
.section-why .boxes .box-item .box-desc {
  position: absolute;
  letter-spacing: 1.4px;
  text-shadow: 0 0;
}
.section-why .boxes .box-item:after {
  content: "";
  display: block;
  clear: both;
}
.section-why .boxes .box-item1,
.section-why .boxes .box-item:nth-child(1) {
  width: 625px;
  margin-top: 61px;
}
.section-why .boxes .box-item1 .box-img,
.section-why .boxes .box-item:nth-child(1) .box-img {
  float: right;
  width: 453px;
  height: 526px;
}

/* Мобильная адаптивка */
@media (max-width: 768px) {
.section-why .boxes .box-item1 .box-img,
.section-why .boxes .box-item:nth-child(1) .box-img {
  float: right;
  width: 102%;
  height: 526px;  /* центрируем изображение */
  }
}

.section-why .boxes .box-item1 .box-desc,
.section-why .boxes .box-item:nth-child(1) .box-desc {
  text-align: right;
  left: 0;
  bottom: 49px;
  right: 325px;
}
.section-why .boxes .box-item2,
.section-why .boxes .box-item:nth-child(2) {
  width: 439px;
  float: right;
  margin-bottom: 84px;
}
.section-why .boxes .box-item2 .box-img,
.section-why .boxes .box-item:nth-child(2) .box-img {
  float: left;
  width: 225px;
  height: 300px;
}
@media (max-width: 768px) {
.section-why .boxes .box-item2 .box-img,
.section-why .boxes .box-item:nth-child(2) .box-img {
  float: left;
  width: 105%;
  height: 300px;
}
}
.section-why .boxes .box-item2 .box-desc,
.section-why .boxes .box-item:nth-child(2) .box-desc {
  right: 0;
  top: 60px;
  left: 124px;
}
.section-why .boxes .box-item3,
.section-why .boxes .box-item:nth-child(3) {
  width: 460px;
  float: right;
  /* margin-right: 78px; */
}
.section-why .boxes .box-item3 .box-img,
.section-why .boxes .box-item:nth-child(3) .box-img {
  float: right;
  width: 340px;
  height: 300px;
}
@media (max-width: 768px) {
.section-why .boxes .box-item3 .box-img,
.section-why .boxes .box-item:nth-child(3) .box-img {
  float: none !important;
  width: 103%;
  height: 300px;
}
}
.section-why .boxes .box-item3 .box-desc,
.section-why .boxes .box-item:nth-child(3) .box-desc {
  right: 0;
  top: 130px;
  left: 180px;
}

.section-numbs {
  padding: 20px 0 144px 0;
}
.section-numbs .sec-title {
  text-align: center;
}
.section-numbs .sec-title:after {
  content: "";
  display: block;
  margin: -15px auto 0;
  height: 51px;
  background: #000;
  width: 1px;
}
.section-numbs .sec-title h2 {
  float: none;
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  margin: 0;
  letter-spacing: 3px;
}
.section-numbs .sec-title h2 sup {
  font-size: 58%;
  font-weight: 600;
  margin-top: 24px;
  display: inline-block;
}
.section-numbs .sec-title .subtitle {
  float: none;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2.5px;
  text-shadow: 0 0;
  margin-top: 41px;
  left: -55px;
  margin-right: 34px;
}
.section-numbs h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 110px;
  line-height: 1;
}
.section-numbs h2 span {
  font-size: 88px;
}
.section-numbs .subtitle {
  font-size: 16px;
  font-weight: bold;
}
.section-numbs .numbs {
  text-align: center;
  margin: 44px auto 0;
  max-width: 1273px;
  text-shadow: 0 0;
}
.section-numbs .numbs .numb-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 11px;
  letter-spacing: 3px;
  width: 293px;
  padding-right: 27px;
}
.section-numbs .numbs .numb-item p {
  margin: 0;
  color: #a7a7a7;
  letter-spacing: 1.6px;
}
.section-numbs .numbs .numb-item .numb-big {
  font-size: 19px;
  line-height: 1.3;
}
.section-numbs .numbs .numb-item .numb-big b {
  font-size: 29px;
  font-weight: 400;
  margin-right: 4px;
  margin-left: 39px;
  display: inline-block;
}
.section-numbs .numbs .spec .numb-big {
  color: #41648e;
}

.section-revs {
  padding: 109px 0 65px;
  background: #f7f7f7;
  position: relative;
  z-index: 4;
}
.section-revs:before,
.section-revs:after {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat;
  width: 416px;
  height: 254px;
}
.section-revs:before {
  right: 50%;
  margin-right: -837px;
  top: -69px;
}
.section-revs:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  margin-left: -885px;
  bottom: -119px;
}
.section-revs .revs-slider {
  margin: 0 auto;
  max-width: 715px;
  position: relative;
}
.section-revs .revs-slider:before,
.section-revs .revs-slider:after {
  left: -11px;
  content: "\2033";
  position: absolute;
  font-weight: bold;
  font-size: 111px;
  color: #eaeaea;
  top: -44px;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-revs .revs-slider:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 45px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.section-revs .revs-slider .rev {
  margin: 0 auto;
  max-width: 575px;
  text-align: center;
  cursor: pointer;
}
.section-revs .revs-slider .rev .rev-author {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
  text-shadow: 0 0;
}
.section-revs .revs-slider .rev .rev-txt {
  letter-spacing: 1.5px;
  text-shadow: 0 0;
  margin-bottom: 28px;
}
.section-revs .revs-slider .rev .rev-date {
  color: #a7a7a7;
  letter-spacing: 1.5px;
}
.section-revs .slick-dots {
  position: static;
  margin: 63px 0 0;
}
.section-revs .slick-dots li {
  display: none;
  font-size: 22px;
  line-height: 1;
  text-shadow: 0 0;
}
.section-revs .slick-dots li.slick-active {
  display: block;
}
.section-revs .slick-dots li b {
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
}
.section-revs .slick-dots li b:last-child {
  vertical-align: bottom;
  margin: 0 -3px -7px 2px;
}

.section-info {
  padding: 50px 0 20px;
}
.section-info .wrapper {
  max-width: 1125px;
}
.section-info .info-txt {
  text-align: justify;
  position: relative;
  overflow: hidden;
  max-height: 240px;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  letter-spacing: 1.3px;
}
.section-info .info-txt:before {
  content: "";
  display: block;
  margin: 0px auto 34px;
  height: 51px;
  background: #000;
  width: 1px;
}
.section-info .info-txt ol {
  margin-left: 30px;
}
.section-info .seo-text.open .info-txt {
  max-height: 1000px;
  padding-bottom: 50px;
}
.section-info .seo-text.open .arrow-gradient {
  height: 50px;
}
.section-info .seo-text.open .arrow-gradient:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.section-info .seo-text {
  position: relative;
  margin-bottom: 42px;
}
.section-info .arrow-gradient {
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(40%, white),
    to(white)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    white 40%,
    white 100%
  );
}
.section-info .arrow-gradient:after {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition:
    transform 1s,
    -webkit-transform 1s;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-title {
  margin: 0 auto;
  max-width: 1166px;
}
.sec-title h2 {
  float: left;
  line-height: 1;
}
.sec-title .subtitle {
  float: left;
  position: relative;
  left: -100px;
}
.sec-title:after {
  content: "";
  display: block;
  clear: both;
}

.subtitle {
  text-transform: uppercase;
}
.subtitle a {
  color: #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 1.7;
}

.sitemap-link {
  text-align: center;
}
.sitemap-link a {
  color: #bfbebe;
  border-bottom: 1px solid #bfbebe;
  text-transform: uppercase;
  opacity: 0.51;
  letter-spacing: 6px;
}
.sitemap-link a:hover {
  opacity: 1;
}

.sitemap-list {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  overflow: hidden;
  max-height: 0;
}
.sitemap-list.open {
  max-height: 700px;
  padding-top: 20px;
}
.sitemap-list ul li {
  list-style: none;
  float: left;
  width: 49%;
  margin-left: 2%;
  padding: 0 0 20px 20px;
  position: relative;
}
.sitemap-list ul li:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #dcdcdc;
}
.sitemap-list ul li:nth-child(odd) {
  clear: both;
  margin-left: 0;
}
.sitemap-list ul li a {
  text-shadow: 0 0;
  border-bottom: 1px solid transparent;
  letter-spacing: 1.3px;
}
.sitemap-list ul li a:hover {
  border-color: #000;
}

.section-map {
  background: #000;
}
.section-map .map {
  height: 707px;
  position: relative;
  overflow: hidden;
  /* background: url(../img/img-map.jpg?ver1.0) no-repeat center; */
  background-size: cover;
}
.section-map .map:before {
  background: #000;
  opacity: 0.8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.section-map .map .map-link {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 14px;
  width: 180px;
  margin: -50px 0 0 -90px;
  font-weight: bold;
}
.section-map .map .map-link span {
  border-bottom: 1px solid #fff;
  letter-spacing: 4.8px;
}
.section-map .map .map-link:hover span {
  border-color: transparent;
}
.section-map .map .map-link:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 139px;
  height: 134px;
  background: url(../img/point.png?ver1.0) no-repeat center;
}

.section-form.section-feedback {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  padding: 88px 0px;
}
.section-form.section-feedback:before {
  display: none;
}
.section-form.section-feedback:after {
  left: 50%;
  margin-left: -732px;
  top: 8px;
  width: 254px;
  height: 394px;
}
.section-form.section-feedback .wrapper {
  max-width: 1152px;
}
.section-form.section-feedback .subtitle {
  padding: 0;
  font-size: 12px;
  margin: 0 0 58px 31px;
  letter-spacing: 6.2px;
}
.section-form.section-feedback .subtitle:before {
  width: 53px;
  height: 9px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 34px 0 0;
  background: url(../img/icons.png?ver1.0) no-repeat -110px 0px;
}
.section-form.section-feedback .subtitle h2 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.section-form.section-feedback .form {
  margin: 0 0px 1px 0;
}
.section-form.section-feedback .form:before {
  display: none;
}

.inner #header {
  top: 0px;
}

.inner-top {
  position: relative;
  background: url(https://avatars.mds.yandex.net/get-altay/13940652/2a000001941bc963b08df6917d6ef2e81dac/orig) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 459px;
  color: #fff;
}
.inner-top:before {
  content: "";
  opacity: 0.4;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inner-top .h1 {
  font-size: 174px;
  font-weight: 900;
  opacity: 0.73;
  float: left;
  text-transform: uppercase;
  margin: 0 -312px 0 0;
  line-height: 1;
  letter-spacing: 8px;
}
.inner-top h1 {
  text-align: left;
  opacity: 1;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 85px;
  letter-spacing: 6px;
}
.inner-top .v-txt {
  bottom: 8%;
  position: absolute;
  left: 0;
  right: 0;
}
.inner-top .wrapper {
  max-width: 1362px;
}

.section-slider {
  padding: 20px 0 112px;
}
.section-slider .br-slider {
  padding: 0 6px;
  text-align: center;
}
.section-slider .br-slider .slick-slide {
  height: 159px;
  font-size: 0;
  line-height: 159px;
}
.section-slider .br-slider .slick-slide img {
  max-height: 100%;
}

.section-slider + .section-form {
  overflow: visible;
  padding: 88px 0px 108px;
}
.section-slider + .section-form:after {
  left: 50%;
  margin-left: -937px;
  top: -22px;
  width: 471px;
  height: 416px;
}

section.shift {
  border-top: 122px solid #000;
}

.section-team {
  padding: 63px 0;
  position: relative;
}
.section-team:before,
.section-team:after {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat;
  width: 416px;
  height: 225px;
}
.section-team:before {
  right: 50%;
  margin-right: -860px;
  top: 85px;
}
.section-team:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 50%;
  margin-left: -674px;
  bottom: 276px;
}
.section-team .team {
  margin: 0 auto;
  max-width: 1284px;
}
.section-team .team .team-item {
  float: left;
  position: relative;
  width: 50%;
}
.section-team .team .team-item .team-img {
  width: 462px;
  height: 555px;
  background: #f6f6f6;
  margin: 155px auto;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-team .team .team-item .team-img img {
  position: absolute;
  bottom: 0;
  left: 25px;
}
.section-team .team .team-item h2 {
  position: absolute;
  z-index: 0;
  font-size: 224px;
  font-weight: 900;
  color: #f7f7f7;
  line-height: 1;
  letter-spacing: 11px;
}
.section-team .team .team-item .subtitle {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  letter-spacing: 6px;
}
.section-team .team .team-item:hover .team-img {
  background: #faf1c1;
}
.section-team .team .team-item1 h2 {
  top: 0;
  left: -55px;
}
.section-team .team .team-item1 .subtitle {
  top: 112px;
  left: 394px;
}
.section-team .team .team-item2 h2 {
  bottom: -33px;
  left: -9px;
}
.section-team .team .team-item2 .subtitle {
  bottom: 81px;
  left: 285px;
}
.section-team .team:after {
  content: "";
  display: block;
  clear: both;
}

.section-about {
  position: relative;
  padding: 115px 0 89px;
}
.section-about .wrapper {
  /* max-width: 1250px; */
  position: relative;
}
.section-about:before,
.section-about:after {
  content: "";
  position: absolute;
  background: url(../img/dash-bg-reg.png?ver1.0) repeat;
  height: 416px;
  width: 254px;
}
.section-about:before {
  right: 50%;
  margin-right: -449px;
  top: 185px;
}
.section-about:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 50%;
  margin-left: -315px;
  bottom: 178px;
}
.section-about .about-txt {
  margin: 0 -246px 0 34px;
  float: left;
  position: relative;
  z-index: 4;
  background: #fff;
  width: 1100px;
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 1.4px;
  padding: 42px 48px 15px;
  min-height: 546px;
  -webkit-box-shadow: -2.847px 6.395px 51.87px 5.13px rgba(0, 0, 0, 0.07);
  box-shadow: -2.847px 6.395px 51.87px 5.13px rgba(0, 0, 0, 0.07);
}
.section-about .about-txt p {
  margin-bottom: 30px;
}
.section-about .about-img {
  overflow: hidden;
  padding-top: 104px;
  position: relative;
  z-index: 1;
}
.section-about h2 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: 166px;
  left: -337px;
  letter-spacing: 5px;
  z-index: 1;
  font-size: 224px;
  font-weight: 900;
  color: #f7f7f7;
}
.section-about .subtitle {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5.9px;
  position: relative;
  z-index: 5;
  margin: 0 0 -1px -4px;
}
.section-about .subtitle:after {
  width: 66px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
  margin-top: 6px;
}

.section-about + .section-form {
  overflow: visible;
}
.section-about + .section-form:after {
  left: 50%;
  margin-left: -937px;
  top: -22px;
  width: 471px;
  height: 416px;
}

.section-journal {
  padding-top: 74px;
}
.section-journal h2 {
  font-size: 90px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: none;
}

.block-tabs {
  padding-top: 13px;
}
.block-tabs .tabs {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #a2a2a2;
}
.block-tabs .tabs__item {
  display: inline-block;
  padding: 0 20px 30px;
}
.block-tabs .tabs-content {
  padding-top: 6px;
  margin: 0 -37px;
}
.block-tabs .tabs-content:after {
  display: block;
  content: "";
  clear: both;
}
.block-tabs .filter-btn {
  display: inline-block;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #a2a2a2;
  font-family: inherit;
  cursor: pointer;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block-tabs .filter-btn:hover {
  color: #000;
}
.block-tabs .filter-btn.active {
  color: #000;
}
.block-tabs .filter-box {
  float: left;
  padding: 54px 34px 45px;
}
.block-tabs .filter-box .journal-item__image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  height: 307px;
}
.block-tabs .filter-box .journal-item__info {
  background: #fff;
  padding-top: 51px;
  max-width: 100%;
  color: #000;
  font-size: 17px;
}
.block-tabs .filter-box .journal-item-inside {
  max-width: 402px;
}
.block-tabs .filter-box .journal-item-category {
  font-size: 12px;
  color: #525252;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  letter-spacing: 1.3px;
  margin: 0;
}
.block-tabs .filter-box .journal-item-category__item {
  padding-right: 10px;
  display: inline-block;
  list-style: none;
}
.block-tabs .filter-box .journal-item__name {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.4px;
  line-height: 1.15;
}
.block-tabs .filter-box .journal-item__name:hover {
  opacity: 0.8;
}
.block-tabs .filter-box .journal-item__text {
  padding: 31px 0 21px;
  letter-spacing: 0.1px;
  text-align: justify;
}
.block-tabs .filter-box .journal-item__link {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #000;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.block-tabs .filter-box .journal-item__link:hover {
  border-color: transparent;
}
.block-tabs .filter-box.f-1,
.block-tabs .filter-box.f-6 {
  width: 33.33%;
}
.block-tabs .filter-box.f-2 {
  width: 66.66%;
}
.block-tabs .filter-box.f-2 .journal-item__info {
  margin-left: 23%;
  margin-top: -105px;
  padding-left: 78px;
  padding-top: 55px;
}
.block-tabs .filter-box.f-2 .journal-item__image {
  height: 624px;
}
.block-tabs .filter-box.f-2 .journal-item-inside {
  max-width: 400px;
}
.block-tabs .filter-box.f-2 .journal-item-category {
  padding-bottom: 24px;
}
.block-tabs .filter-box.f-3,
.block-tabs .filter-box.f-4 {
  width: 50%;
  padding-bottom: 56px;
}
.block-tabs .filter-box.f-3 .journal-item__info,
.block-tabs .filter-box.f-4 .journal-item__info {
  max-width: 498px;
  padding-top: 55px;
  margin-top: -107px;
}
.block-tabs .filter-box.f-3 .journal-item__image,
.block-tabs .filter-box.f-4 .journal-item__image {
  height: 467px;
}
.block-tabs .filter-box.f-3 .journal-item-inside,
.block-tabs .filter-box.f-4 .journal-item-inside {
  max-width: 400px;
}
.block-tabs .filter-box.f-5 {
  width: 66.66%;
}
.block-tabs .filter-box.f-5 .journal-item__info {
  margin-right: 23%;
  margin-top: -103px;
  padding-left: 75px;
  padding-top: 55px;
}
.block-tabs .filter-box.f-5 .journal-item__image {
  height: 620px;
}
.block-tabs .filter-box.f-5 .journal-item-inside {
  max-width: 400px;
}
.block-tabs .filter-box.f-1,
.block-tabs .filter-box.f-3,
.block-tabs .filter-box.f-5 {
  clear: both;
}

.section-post {
  position: relative;
  padding: 104px 0 0 0;
}
.section-post:after {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition:
    transform 1s,
    -webkit-transform 1s;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-post .post {
  padding: 0px 100px 0 100px;
  max-width: 1370px;
  margin: 0 auto;
}
.section-post .post-category {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 700;
}
.section-post .post-category__item {
  display: inline-block;
  list-style: none;
  padding: 0 20px;
  letter-spacing: 1.7px;
}
.section-post h2 {
  font-size: 80px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #000;
  text-transform: none;
  text-align: center;
  line-height: 0.92;
}
.section-post .post-top-info {
  text-align: center;
  font-size: 14px;
  color: #a2a2a2;
  text-transform: uppercase;
  padding: 45px 0 0;
  letter-spacing: 1.6px;
}
.section-post .post-top-info__item {
  display: inline-block;
  margin: 0 15px;
  padding-left: 23px;
  font-weight: 700;
  position: relative;
}
.section-post .post-top-info__date:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../img/icons.png") no-repeat -186px 0;
}
.section-post .post-top-info__like:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 13px;
  background: url("../img/icons.png") no-repeat -185px -17px;
}
.section-post .post-image {
  text-align: center;
  margin-top: 80px;
}
.section-post .post-image img {
  max-width: 100%;
  height: auto;
}

.section-post .post-text {
  font-size: 17px;
  color: #000;
  padding-top: 42px;
  line-height: 1.95;
  padding-left: 4px;
  letter-spacing: 0px;
  text-align: justify;
}

.section-post .post-text p {
  padding-bottom: 26px;
  margin-bottom: 0;
}

.section-post .post-text h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0;
}

.section-post .post-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 39px;
  margin-top: 24px;
}
.section-post .block-quote {
  background: #f7f7f7;
  padding: 110px 0 118px;
  margin: 30px 0 30px;
  line-height: 1.8;
}
.section-post .post-quote {
  max-width: 980px;
  padding: 0 80px 0 95px;
  position: relative;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: -0.1px;
}
.section-post .post-quote:before {
  position: absolute;
  content: "";
  font-size: 150px;
  font-weight: 700;
  top: -60px;
  left: 0;
  color: #eaeaea;
  width: 56px;
  height: 44px;
  background: url("../img/icons.png") no-repeat -144px -35px;
}
.section-post .post-quote:after {
  position: absolute;
  content: "";
  font-size: 150px;
  font-weight: 700;
  bottom: -46px;
  right: -5px;
  color: #eaeaea;
  width: 56px;
  height: 44px;
  background: url("../img/icons.png") no-repeat -144px -80px;
}
.section-post .post-links {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 72px 0 70px;
  letter-spacing: 1.5px;
}
.likebtn-label.lb-like-label {
  text-transform: uppercase;
  padding-right: 0;
}
.section-post .post-links__item {
  display: inline-block;
  list-style: none;
  margin-right: -4px;
  width: 33.33%;
  text-align: center;
}
.section-post .post-links__item:nth-child(1) {
  text-align: left;
}
.section-post .post-links__item:nth-child(3) {
  text-align: right;
}
.section-post .post-links .post-link {
  color: #a2a2a2;
  border-bottom: 1px solid transparent;
  position: relative;
}
.section-post .post-links .post-link:hover {
  color: #000;
  border-color: #000;
}
.section-post .post-links .post-link_like {
  margin-left: 25px;
}
.section-post .post-links .post-link_like:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -22px;
  width: 15px;
  height: 13px;
  background: url("../img/icons.png") no-repeat -185px -17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-post .post-links .post-link_like:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -22px;
  width: 15px;
  height: 13px;
  background: url("../img/icons.png") no-repeat -167px -17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.section-post .post-links .post-link_like:hover:before {
  opacity: 0;
}
.section-post .post-links .post-link_like:hover:after {
  opacity: 1;
}
.section-post .post-right-links {
  /*position: absolute;
    top: 47.2%;*/
  position: fixed;
  top: 40%;
  font-size: 14px;
  color: #000;
  right: -178px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 3;
}
.post-right-links.journal-page {
  right: -348px;
  transition: all 0.4s ease;
}
.section-post .post-right-links__link {
  margin: 0 40px;
  color: #000;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
.section-post .post-right-links__link:hover {
  border-color: transparent;
}
.section-post .post-arrows .post-arrow {
  position: absolute;
  top: 720px;
  background: url("../img/icons.png") no-repeat;
  width: 23px;
  height: 51px;
}
.section-post .post-arrows .post-arrow_next {
  background-position: -177px -125px;
  right: 60px;
}
.section-post .post-arrows .post-arrow_prev {
  background-position: -143px -125px;
  left: 60px;
}
.section-post .post-arrows .post-arrow__image {
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: -60px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: initial;
  -webkit-box-shadow: 3.801px 12.432px 46px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3.801px 12.432px 46px 0px rgba(0, 0, 0, 0.25);
  width: 0;
  height: 0;
}
.section-post .post-arrows .post-arrow_prev .post-arrow__image {
  left: -60px;
  right: auto;
}
.section-post .post-arrows .post-arrow:hover {
  overflow: visible;
}
.section-post .post-arrows .post-arrow:hover .post-arrow__image {
  opacity: 1;
  width: 160px;
  height: 160px;
}

.popup {
  display: none;
  max-width: 694px;
  background: #fff;
  width: 100%;
  margin: 0;
}
.popup .btn {
  width: 270px;
  text-align: center;
  text-transform: uppercase;
}
.popup .fancybox-close-small {
  outline: none;
  top: 22px;
  right: 23px;
}
.popup .fancybox-close-small:after {
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  background: url(../img/icons.png) no-repeat -106px -125px;
  content: "";
  border-radius: 0;
}
.popup .fancybox-close-small:hover {
  opacity: 0.8;
}
.popup .form {
  padding-top: 20px;
}
.popup .form-btn {
  padding-top: 20px;
}

.popup-content {
  max-width: 380px;
  margin: 0 auto;
  padding: 23px 0 30px 0;
}

.popup.calc .popup-content {
  max-width: 100%;
}

.popup.calc {
  max-width: 1000px;
}

.popup.calc .col-left,
.popup.calc .col-right {
  width: 100%;
}

.popup-title {
  font-size: 12px;
  color: #000;
  letter-spacing: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

/*---------------------------------------------------------*/
.section-price {
  position: relative;
  padding: 58px 0 82px 0;
}
.section-price h1 {
  font-size: 130px;
  color: #f0f0f0;
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
  line-height: 1;
}
.section-price .wrapper {
  position: relative;
}
.section-price .post-right-links {
  top: 43.3%;
  right: -100px;
}

.price-sidebar {
  float: left;
  width: 30.3%;
}

.price-center {
  overflow: hidden;
}

.price-tabs {
  list-style: none;
  text-transform: uppercase;
}
.price-tabs li {
  margin-bottom: 30px;
}
.price-tabs li a {
  font-size: 16px;
  color: #a3a3a3;
  font-weight: 500;
}
.price-tabs li a:hover {
  color: #000000;
}
.price-tabs li.active a {
  color: #000000;
}

.price-text {
  font-size: 16px;
  line-height: 33px;
}
.price-text h3 {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  margin-bottom: 38px;
}
.price-text ul {
  margin: -1px 0 30px;
}
.price-text ul li:before {
  content: "- ";
}
.price-text ol {
  margin-bottom: 36px;
}
.price-text ol li {
  list-style-position: inside;
  margin-bottom: -1px;
}
.price-text table {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 39px;
}
.price-text table tr.bord td {
  border-top: 1px solid #e1e1e1;
}
.price-text table td {
  padding: 8px 0;
  height: 60px;
  vertical-align: middle;
}
.price-text.pane {
  display: none;
}
.price-text.active {
  display: block;
}

.page-top {
  margin-bottom: 74px;
}
.page-top:after {
  content: "";
  display: block;
  clear: both;
}
.page-top .link-back {
  float: right;
  margin-top: 56px;
}
.page-top h1 {
  float: left;
}

.link-back {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-shadow: 0 0;
  letter-spacing: 1.56px;
}
.link-back:before {
  width: 53px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 9px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 21px 0 0;
  background: url(../img/icons.png?ver1.0) no-repeat -110px 0px;
}

.acc__item.active .acc__item__opener:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 4px 0 0 15px;
}

.acc__item__opener {
  margin-bottom: 32px;
  line-height: 31px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.acc__item__opener:after {
  margin: -12px 0 0 15px;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.acc__item__drop {
  display: none;
}

.price-pane-title {
  display: none;
  font-size: 22px;
  color: #a3a3a3;
  font-weight: 500;
  position: relative;
  padding: 5px 0;
}
.price-pane-title:after {
  position: absolute;
  right: 10px;
  top: 0;
  margin: 13px 0 0 15px;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.price-pane-title.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* */
.section-servs {
  padding: 80px 0 17px;
  text-align: center;
}

.serv-list {
  margin: 0 auto;
  max-width: 1144px;
}
.serv-list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 -2px 41px;
  width: 33.33%;
}
.serv-list li a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 0 0;
  border-bottom: 1px solid transparent;
}
.serv-list li a:hover {
  border-bottom: 1px solid #000;
}
.serv-list li.active a {
  border-bottom: 1px solid #000;
}

.section-calc:before {
  width: 1px;
  height: 51px;
  background: #000;
  display: block;
  margin: 0 auto 30px;
  content: "";
}
.section-calc h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 130px;
}
.section-calc .subtitle {
  font-weight: bold;
  letter-spacing: 4.5px;
  margin: 55px -150px 0 -32px;
}
.section-calc .wrapper {
  max-width: 1447px;
}
.section-calc .sec-title {
  max-width: 944px;
  margin-bottom: -37px;
}

.section-post-serv:before {
  width: 1px;
  height: 51px;
  background: #000;
  display: block;
  margin: 0 auto 30px;
  content: "";
}
.section-post-serv h1 {
  font-weight: bold;
  font-size: 80px;
}
.section-post-serv h4 {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 4px;
}
.section-post-serv .post-text {
  font-size: 16px;
  padding-top: 32px;
  line-height: 33px;
  letter-spacing: -0.1px;
}
.section-post-serv .post-text p + img {
  margin-bottom: 23px;
  margin-top: -4px;
}
.section-post-serv .post-quote {
  padding: 0 55px 0 60px;
  max-width: 960px;
  font-size: 16px;
  letter-spacing: 0.06px;
}
.section-post-serv .post-quote:before,
.section-post-serv .post-quote:after {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.section-post-serv .block-quote {
  padding: 104px 0 74px;
  margin: 6px 0 10px;
  line-height: 33px;
}
.section-post-serv:after {
  display: none;
}

.section-steps {
  padding: 35px 0;
}
.section-steps .wrapper {
  max-width: 1553px;
}
.section-steps h3 {
  max-width: 1164px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 60px;
  border-top: 1px solid #000;
  padding-top: 64px;
  text-align: left;
  text-transform: uppercase;
}

.steps {
  margin: 70px 0 20px 0px;
  max-width: 1439px;
  counter-reset: myCounter;
}
.steps:after {
  content: "";
  display: block;
  clear: both;
}

.steps__item {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 139px;
  list-style: none;
  margin-top: 74px;
  margin-bottom: -11px;
}
.steps__item:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  z-index: 0;
  font-size: 168px;
  left: 141px;
  top: -158px;
  color: #fafafa;
  font-weight: bold;
}
.steps__item:nth-child(even) {
  margin-top: 114px;
}
.steps__item:nth-child(4n + 1) {
  clear: both;
}
.steps__item:nth-child(4n) {
  margin-top: 134px;
}
.steps__item:nth-child(4n-1) {
  margin-top: 54px;
}

.steps__num {
  position: absolute;
  left: 0px;
  top: 2px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  width: 124px;
  height: 124px;
  padding-top: 48px;
  background: url(../img/num.png) no-repeat center;
}

.steps__title {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: -11px;
  font-size: 16px;
  text-shadow: 0 0;
  letter-spacing: 1.7px;
  line-height: 18px;
  position: relative;
  z-index: 1;
}
.steps__title:after {
  width: 29px;
  height: 1px;
  background: #dcdcdc;
  display: block;
  content: "";
  margin: 16px 6px 16px;
}

.steps__sm {
  font-size: 12px;
  position: relative;
  z-index: 1;
  line-height: 22px;
  padding-left: 3px;
  text-shadow: 0 0;
  letter-spacing: 1.29px;
}

.sectiob-links {
  padding: 23px 0;
}
.sectiob-links h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 130px;
}
.sectiob-links .subtitle {
  font-weight: bold;
  letter-spacing: 4.4px;
  margin: 55px -100px 0 -125px;
}
.sectiob-links .wrapper {
  max-width: 1274px;
}

.links-list {
  margin: 51px -94px 83px 0;
}
.links-list:after {
  content: "";
  display: block;
  clear: both;
}
.links-list li {
  float: left;
  width: 33.33%;
  list-style: none;
  margin-bottom: 23px;
  text-shadow: 0 0;
  letter-spacing: 1.55px;
}
.links-list li a {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  text-shadow: 0 0;
}
.links-list li a:hover {
  border-color: #000;
}

/* */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* */
.calc {
  margin: 0 0 4px;
  -webkit-box-shadow: -2.179px 24.905px 72.8px 7.2px rgba(0, 0, 0, 0.23);
  box-shadow: -2.179px 24.905px 72.8px 7.2px rgba(0, 0, 0, 0.23);
  padding: 65px 101px 109px 94px;
  position: relative;
  background: #fff;
}
.calc:before,
.calc:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 48px;
  left: 42px;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
}
.calc:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  left: auto;
  bottom: 61px;
  right: 42px;
}
.calc .row {
  margin-right: -15px;
  margin-left: -15px;
}
.calc .row:after {
  display: table;
  content: " ";
  clear: both;
}
.calc .col-md-6 {
  float: left;
  width: 50%;
}
.calc .col-md-12 {
  float: left;
  width: 100%;
}
.calc .col-md-4 {
  width: 33.33333333%;
}
.calc .col-md-5 {
  width: 41.66666667%;
}
.calc .col-xs-10 {
  width: 83.33333333%;
}
.calc .col-xs-1 {
  width: 8.33333333%;
}
.calc .col-xs-7 {
  width: 58.33333333%;
}
.calc .col-sm-7 {
  width: 58.33333333%;
}
.calc .col-sm-3 {
  width: 25%;
}
.calc .col-sm-8 {
  width: 66.66666667%;
}
.calc .col-xs-2 {
  width: 11.66666667%;
  padding-right: 15px;
}
.calc .col-left {
  float: left;
  width: 43.5%;
  width: 514px;
}
.calc .col-right {
  float: right;
  width: 50%;
  width: 591px;
}
.calc .mail-wrap {
  width: 27.6%;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid red;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

.room-space {
  text-align: right;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 0 0 0px;
  margin: 0 0 67px;
}

.room-space label {
  vertical-align: middle;
}

.room-space .data {
  display: inline-block;
  vertical-align: bottom;
  background: #fff;
  padding: 0 21px 0 0;
  overflow: hidden;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #a3a3a3;
  height: 33px;
  margin-left: 5px;
}

.room-space .text {
  letter-spacing: 1.8px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.wpcf7-form .room-space input[type="text"] {
  font-family: "Gilroy", arial, sans-serif;
  float: left;
  vertical-align: middle;
  text-align: right;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  border: none;
  background: #fff;
  width: 42px;
  padding: 4px 0 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 32px;
}

.wpcf7-form .room-space .unit,
.wpcf7-form .select-list .amount .unit {
  float: left;
  text-align: left;
  width: 30px;
  font-size: 22px;
  line-height: 26px;
  padding: 0px 0 0 11px;
  font-weight: 400;
  color: #000;
}

.option-list {
  list-style: none;
  padding: 0;
}

.option-list li {
  margin-bottom: 3px;
  height: 35px;
  position: relative;
}

.option-list li div {
  font-size: 16px;
  color: #a4a4a4;
  white-space: nowrap;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.option-list li div.price-wrap {
  font-size: 0;
  opacity: 0.3;
  float: right;
}

.option-list li.selected div.price-wrap {
  opacity: 1;
}

.option-list li div.input-box {
  height: 35px;
  margin: -5px 0 0 12px;
  padding-left: 11px;
  opacity: 0;
  visibility: hidden;
}

.option-list li.selected div.input-box {
  opacity: 1;
  visibility: visible;
}

.option-list li.selected div.input-box > div {
  display: inline-block;
}

.option-list li div.price-wrap span {
  font-size: 20px;
  display: inline-block;
  color: #000;
  font-weight: 500;
  line-height: 27px;
}

.option-list .label {
  position: relative;
  padding: 2px 0 2px 32px;
  letter-spacing: 1.8px;
}

.option-list li .cheker {
  display: inline-block;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #e1e1e1;
  cursor: pointer;
  margin-bottom: 4px;
}

.option-list li.selected .cheker:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: 3px auto;
  border-radius: 50%;
  background: #040404;
}

.option-list li.selected div.price-wrap span {
  font-weight: bold;
}

.input-box .input-wrap {
  width: 20px;
  margin: 0 -2px;
}

.input-box .input-wrap input {
  width: 20px;
  padding-right: 0px;
  text-align: center;
  border: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  background: transparent;
  font-size: 16px;
  font-style: italic;
  font-family: "Gilroy", arial, sans-serif;
}

.input-box .number-label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding-top: 2px;
  margin: 0 5px 0 0;
}

.input-box .minus,
.input-box .plus {
  height: 35px;
  width: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.result-row {
  margin-top: 15px;
  font-size: 0;
}

.result-row > div {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}

.result-row .sum {
  font-size: 0;
  padding: 0;
  width: 39%;
}

.result-row .sum .sum-text {
  font-size: 16px;
  letter-spacing: 1.9px;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  line-height: 1;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.result-row .sum .sum-value,
.result-row .sum .sum-currency {
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  color: #000;
  text-align: right;
  padding: 0;
  vertical-align: bottom;
  float: none;
  line-height: 0.8;
}

.result-row .text-input {
  max-width: 300px;
  font-family: "Gilroy", arial, sans-serif;
  height: 33px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #b0b0b0;
  width: 100%;
}

.result-row .text-input::-webkit-input-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}

.result-row .text-input:-moz-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}

.result-row .text-input::-moz-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}

.result-row .text-input:-ms-input-placeholder {
  color: #bbbbbb;
  font-size: 16px;
}

.result-row .text-input.placeholder {
  color: #bbbbbb;
}

.wpcf7-form .check-hidden {
  display: none;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -8px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

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

.vcenter-wrap {
  font-size: 0;
}

.input-box {
  width: 115px;
  height: 35px;
  border-radius: 18px;
  background: #f1f1f1;
}

.submit-wrap .btn {
  font-weight: 400;
  padding: 0 35px;
  letter-spacing: 1.8px;
  margin-top: 69px;
  -webkit-box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.17);
}

.section-why-top {
  padding-top: 0;
}

#menu-glavnoe-menju > li.menu-item-has-children:hover > .sub-menu,
#menu-glavnoe-menju > #menu-item-225:hover > .sub-menu,
#menu-golovne-menju > li.menu-item-has-children:hover > .sub-menu,
#menu-golovne-menju > #menu-item-4267:hover > .sub-menu {
  display: block;
}

.sub-menu .menu-item-has-children:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
  transition: all 0.4s ease;
}

.sub-menu .open.menu-item-has-children:before {
  transform: rotate(133deg);
  top: 5px;
}

.fix #menu-glavnoe-menju .menu-item-has-children:before,
.fix #menu-item-225:before,
.fix #menu-golovne-menju .menu-item-has-children:before,
.fix #menu-item-4267:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.menu-item-has-children,
#menu-item-225,
#menu-item-4267 {
  cursor: pointer;
}

#header .nav > ul > li.open > ul,
#header .nav > ul > li > ul > li.open > ul,
#header .nav > ul > li > ul > li > ul > li.open > ul {
  display: block;
}

/*--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1439px) {
  .section-top .slick-dots {
    left: 20px;
    margin-left: 0;
  }

  .section-feedback .form {
    margin: 0 0px 0 0;
    width: 800px;
  }
  .section-feedback .form:before {
    left: -143px;
  }

  .section-numbs .numbs {
    max-width: 1180px;
  }
  .section-numbs .numbs .numb-item {
    width: 268px;
  }

  .section-slider {
    padding: 20px 0 55px;
  }

  .calc {
    padding: 50px 43px 107px 60px;
  }
  .calc .col-left {
    width: 481px;
  }

  .steps {
    margin: 70px 0 20px -20px;
  }

  .steps__item {
    padding-left: 125px;
  }
}
@media screen and (max-width: 1279px) {
  .wrapper {
    padding: 0 20px;
  }

  #header .nav {
    width: 650px;
    margin-right: -45px;
  }
  #header .nav > ul > li > a:before {
    margin-right: 15px;
  }
  #header .nav > ul > li:hover > a:before,
  #header .nav > ul > li:focus > a:before,
  #header .nav > ul > li.active > a:before {
    width: 45px;
  }
  #header .logo {
    margin: 6px 15px 0 0;
  }
  #header .head-phone {
    font-size: 21px;
    letter-spacing: 2px;
  }

  .link-up {
    right: 20px;
    margin-right: 0;
    bottom: 206px;
  }

  .fix-call {
    right: 20px;
    margin-right: 0;
  }

  .section-top .wrapper {
    max-width: 928px;
  }

  .section-services .letter {
    margin: 87px 0 0 -20px;
    width: 280px;
  }
  .section-services .letter img {
    height: auto;
  }
  .section-services .serv-list li {
    padding: 0 0 57px 3.5%;
    width: 35%;
  }
  .section-services .serv-list li:nth-child(3n + 1) {
    width: 30%;
  }
  .section-services .subtitle {
    left: -88px;
  }
  .section-services .h2 div {
    font-size: 200px;
  }
  .section-services .h2 .let1 {
    right: 716px;
    bottom: 152px;
  }
  .section-services .h2 .let2 {
    right: 455px;
  }
  .section-services .h2 .let3 {
    right: 236px;
    bottom: 176px;
  }
  .section-services .h2 .let4 {
    right: 231px;
  }

  .section-feedback .letter {
    margin: 0 -51px 0 -20px;
  }
  .section-feedback .subtitle {
    padding: 116px 0 35px;
  }
  .section-feedback .form {
    width: 690px;
  }
  .section-feedback .form:before {
    left: -95px;
  }
  .section-feedback .form .form-row {
    width: 47.5%;
    margin-left: 5%;
  }

  .section-portfolio h2 {
    font-size: 110px;
  }
  .section-portfolio .sec-title .subtitle {
    margin-top: 72px;
  }

  .section-video h2 {
    font-size: 145px;
  }
  .section-video .video-cov {
    top: -18px;
  }

  .section-why .h2 {
    font-size: 140px;
    margin: 0 auto -88px;
  }
  .section-why .h2 .let2 {
    top: 245px;
  }
  .section-why .boxes .box-item1 {
    width: 525px;
  }
  .section-why .boxes .box-item1 .box-desc {
    right: 225px;
  }
  .section-why .boxes .box-item2 {
    width: 403px;
  }
  .section-why .boxes .box-item3 {
    width: 445px;
    margin-right: 0px;
  }

  .section-numbs .numbs {
    max-width: 1024px;
  }
  .section-numbs .numbs .numb-item {
    width: 243px;
    margin: 0 0px 11px;
    padding: 0;
  }

  .inner-top {
    padding-bottom: 350px;
  }

  .section-slider {
    padding: 10px 0 10px;
  }

  .section-slider + .section-form {
    padding: 72px 0px;
  }

  .section-map .map {
    height: 500px;
  }

  .section-team .team .team-item h2 {
    font-size: 195px;
    letter-spacing: 6px;
  }
  .section-team .team .team-item1 h2 {
    left: -19px;
    top: -10px;
  }
  .section-team .team .team-item1 .subtitle {
    left: 340px;
    top: 100px;
  }

  .section-about h2 {
    font-size: 195px;
  }

  .block-tabs .filter-box.f-2 .journal-item__info {
    padding-left: 50px;
  }

  .block-tabs .filter-box.f-5 .journal-item__info {
    padding-left: 50px;
  }

  .block-tabs .filter-box {
    padding: 44px 20px 35px;
  }

  .block-tabs .tabs-content {
    margin: 0 -20px;
  }

  .section-post h2 {
    font-size: 72px;
  }

  .section-post .post-arrows .post-arrow_next {
    right: 30px;
  }

  .section-post .post-arrows .post-arrow_prev {
    left: 30px;
  }

  .section-post .post-arrows .post-arrow__image {
    right: -30px;
  }

  .section-post .post-arrows .post-arrow_prev .post-arrow__image {
    left: -30px;
    right: auto;
  }

  .section-post .post-right-links {
    right: -208px;
  }

  .section-post .post-links {
    letter-spacing: 1px;
  }

  .section-steps h3 {
    font-size: 55px;
  }

  .links-list {
    margin: 51px 0px 83px 0;
  }
  .links-list li {
    width: 50%;
  }

  .calc .col-left {
    float: none;
    width: 100%;
  }

  .calc .col-right {
    float: none;
    width: 100%;
  }

  .steps__item {
    width: 33.33%;
    margin-top: 74px;
  }
  .steps__item:nth-child(4n + 1) {
    clear: none;
  }
  .steps__item:nth-child(3n + 1) {
    clear: both;
    margin-top: 74px;
  }
  .steps__item:nth-child(3n-1) {
    margin-top: 114px;
  }
  .steps__item:nth-child(3n) {
    margin-top: 54px;
  }
}
@media screen and (max-width: 1023px) {
  .hiding {
    opacity: 1;
  }

  .animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }

  .mobile-button {
    display: block;
  }

  #header {
    top: 0;
    height: auto;
    padding: 15px 0 5px;
  }
  #header .nav {
    clear: both;
    width: 100%;
    display: none;
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    width: auto;
    margin: 0 0 15px 72px;
    float: none;
  }
  #header .nav:after {
    content: "";
    display: block;
    clear: both;
  }
  #header .nav.open {
    opacity: 1;
    display: block;
  }
  #header .nav > ul > li > a:before {
    margin-right: 23px;
  }
  #header .nav > ul > li:hover > a:before,
  #header .nav > ul > li:focus > a:before,
  #header .nav > ul > li.active > a:before {
    width: 49px;
  }
  #header .logo {
    margin-bottom: 15px;
  }
  #header .head-lang {
    margin-top: 10px;
  }

  .sitemap-list ul li {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .section-numbs h2 {
    font-size: 102px;
  }
  .section-numbs h2 span {
    font-size: 82px;
  }
  .section-numbs .sec-title .subtitle {
    margin-right: 0;
    font-size: 14px;
    left: -47px;
  }
  .section-numbs .numbs {
    margin: 0 -10px;
  }
  .section-numbs .numbs .numb-item {
    width: 184px;
  }

  .section-why .h2 {
    font-size: 100px;
    margin: 0 auto -74px;
  }
  .section-why .h2 span {
    margin: 0 !important;
  }
  .section-why .h2 .let1,
  .section-why .h2 .let2 {
    position: static;
    display: inline;
    font-size: 100%;
    margin: 0 !important;
  }
  .section-why .boxes {
    max-width: 875px;
  }
  .section-why .boxes .box-item1 {
    float: none;
    width: auto;
  }
  .section-why .boxes .box-item1 .box-desc {
    right: 325px;
  }
  .section-why .boxes .box-item2 {
    width: 439px;
    float: left;
    margin-bottom: -100px;
  }
  .section-why .boxes .box-item3 {
    width: 460px;
  }

  .section-feedback .form {
    width: auto;
    float: none;
    clear: both;
    margin-left: 92px;
  }
  .section-feedback .subtitle {
    letter-spacing: 2.25px;
    font-size: 18px;
  }

  .section-video .video-cov {
    height: auto;
    top: -12px;
  }
  .section-video .video-cov .video-link {
    height: auto;
    padding-bottom: 50%;
    min-height: 230px;
  }
  .section-video .sec-title .subtitle {
    left: -18px;
    margin: 40px 0 0;
  }
  .section-video h2 {
    font-size: 100px;
  }

  .section-portfolio h2 {
    font-size: 100px;
  }
  .section-portfolio .sec-title .subtitle {
    left: 0px;
  }

  .section-services .h2 {
    padding-top: 185px;
  }
  .section-services .h2 div {
    display: inline;
    position: static;
    font-size: 150px;
    margin: 0 !important;
  }
  .section-services .letter {
    margin: 0 -57px 0 -20px;
  }
  .section-services .serv-list {
    clear: both;
  }
  .section-services .serv-list li,
  .section-services .serv-list li:nth-child(3n + 1) {
    padding: 0 0 50px;
    width: 48%;
    margin-left: 4%;
    clear: none;
  }
  .section-services .serv-list li:nth-child(odd) {
    margin-left: 0;
    clear: both;
  }
  .section-services .subtitle {
    margin: 0 0 30px;
    clear: both;
    left: 0;
  }

  .section-top .wrapper {
    padding: 0 60px;
  }

  .section-form.section-feedback .subtitle {
    margin-left: 0;
  }

  .section-map .map {
    height: 380px;
  }

  .section-team {
    padding: 25px 0;
  }
  .section-team .team .team-item {
    width: 100%;
  }
  .section-team .team .team-item:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-team .team .team-item .team-img {
    margin: 190px auto 30px;
  }
  .section-team .team .team-item2 h2 {
    bottom: auto;
    left: -19px;
    top: -10px;
  }
  .section-team .team .team-item2 .subtitle {
    bottom: auto;
    left: 340px;
    top: 100px;
  }

  section.shift {
    border-top: 89px solid #000;
  }

  .section-about {
    padding: 125px 0 40px;
  }
  .section-about .about-txt {
    margin-left: 0;
  }
  .section-about h2 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0;
    top: -150px;
    left: auto;
  }

  .block-tabs .filter-box {
    padding: 24px 15px 25px;
  }

  .section-journal h2 {
    font-size: 70px;
  }

  .block-tabs .tabs-content {
    padding-top: 0;
  }

  .block-tabs .filter-box.f-1,
  .block-tabs .filter-box.f-6 {
    width: 40%;
  }

  .block-tabs .filter-box.f-2 {
    width: 60%;
  }

  .block-tabs .filter-box .journal-item__info {
    padding-top: 40px;
  }

  .block-tabs .filter-box .journal-item__name {
    font-size: 20px;
  }

  .block-tabs .filter-box .journal-item__text {
    font-size: 16px;
    padding: 21px 0 21px;
  }

  .block-tabs .filter-box .journal-item__image {
    height: 267px;
  }

  .block-tabs .filter-box.f-2 .journal-item__image {
    height: 424px;
  }

  .block-tabs .filter-box.f-2 .journal-item__info {
    padding-left: 40px;
    padding-top: 40px;
    margin-left: 15%;
  }

  .block-tabs .filter-box.f-3 .journal-item__image,
  .block-tabs .filter-box.f-4 .journal-item__image {
    height: 367px;
  }

  .block-tabs .filter-box.f-3 .journal-item__info,
  .block-tabs .filter-box.f-4 .journal-item__info {
    padding-top: 40px;
  }

  .block-tabs .filter-box.f-3,
  .block-tabs .filter-box.f-4 {
    padding-bottom: 25px;
  }

  .block-tabs .filter-box.f-5 {
    width: 60%;
  }

  .block-tabs .filter-box.f-5 .journal-item__image {
    height: 424px;
  }

  .block-tabs .filter-box.f-5 .journal-item__info {
    padding-left: 40px;
    margin-right: 13%;
    padding-top: 40px;
  }

  .section-post h2 {
    font-size: 72px;
  }

  .section-post {
    padding: 80px 0 0 0;
  }

  .section-post h2 {
    font-size: 60px;
  }

  .post-right-links {
    display: none;
  }

  .section-post .post {
    padding: 0px 50px 0 50px;
  }

  .section-post .post-arrows .post-arrow {
    top: 520px;
  }

  .section-post .post-arrows .post-arrow_next {
    right: 20px;
  }

  .section-post .post-arrows .post-arrow_prev {
    left: 20px;
  }

  .section-post .post-arrows .post-arrow:hover .post-arrow__image {
    width: 140px;
    height: 140px;
  }

  .section-post .post-arrows .post-arrow__image {
    right: -20px;
  }

  .section-post .post-arrows .post-arrow_prev .post-arrow__image {
    left: -20px;
    right: auto;
  }

  .section-post .block-quote {
    padding: 80px 0 80px;
  }

  .section-post .post-links {
    text-align: center;
    padding-bottom: 40px;
  }

  .section-post .post-links__item {
    width: 50%;
    text-align: center !important;
    padding-bottom: 25px;
  }

  .page-top h1 {
    float: none;
    font-size: 100px;
  }
  .page-top .link-back {
    float: none;
    margin: 0 0 30px;
  }

  .price-sidebar {
    display: none;
  }

  .price-pane-title {
    display: block;
  }

  .price-pane-drop {
    display: none;
    padding-top: 15px;
  }

  .price-text.pane {
    display: block;
    margin: 0 -20px;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
  }

  .section-price {
    padding: 58px 0;
  }

  .price-center {
    overflow: visible;
  }

  .page-top {
    margin-bottom: 35px;
  }

  .serv-list li {
    width: 50%;
  }

  .section-calc h2,
  .sectiob-links h2 {
    font-size: 100px;
  }

  .section-post-serv h1 {
    font-size: 70px;
  }

  .steps__item {
    width: 50%;
    margin-top: 114px;
  }
  .steps__item:nth-child(3n + 1) {
    clear: none;
  }
  .steps__item:nth-child(even) {
    margin-top: 114px;
  }
  .steps__item:nth-child(odd) {
    clear: both;
    margin-top: 74px;
  }

  .section-steps h3 {
    font-size: 42px;
  }

  #header .nav > ul > li.open > ul,
  #header .nav > ul > li > ul > li.open > ul,
  #header .nav > ul > li > ul > li > ul > li.open > ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #header .nav > ul > li {
    width: 50%;
  }

  #header .nav > ul > li ul {
    display: none;
  }

  .section-top h1 {
    font-size: 65px;
  }

  .section-services {
    padding: 35px 0 24px;
  }
  .section-services .letter {
    width: 200px;
  }
  .section-services .h2 {
    padding-top: 90px;
  }

  .section-portfolio h2 {
    font-size: 80px;
    margin: 0;
  }
  .section-portfolio .sec-title .subtitle {
    margin-top: 47px;
  }

  .section-video h2 {
    font-size: 80px;
  }

  .section-feedback .letter {
    width: 200px;
    margin: 0 -30px 0 -20px;
  }
  .section-feedback .subtitle {
    padding: 74px 0 35px;
  }
  .section-feedback .form {
    margin-left: 0px;
  }

  .section-why {
    padding: 0px 0 49px;
  }
  .section-why .h2 {
    font-size: 80px;
  }

  .section-numbs {
    padding: 20px 0 60px 0;
  }
  .section-numbs h2 {
    font-size: 80px;
  }
  .section-numbs h2 span {
    font-size: 60px;
  }
  .section-numbs .sec-title .subtitle {
    left: -30px;
    letter-spacing: 1.5px;
    margin-right: -30px;
  }
  .section-numbs .sec-title:after {
    margin: 2px auto 0;
  }

  .section-revs {
    padding: 35px 0 35px;
  }
  .section-revs .revs-slider {
    padding: 0 35px;
  }
  .section-revs .slick-dots {
    margin: 30px 0 0;
  }

  #footer {
    height: auto;
  }
  #footer .foot-in {
    height: auto;
    position: relative;
    padding-bottom: 20px;
  }
  #footer .foot-cols {
    margin: 35px 0 0px;
  }
  #footer .foot-cols .foot-left,
  #footer .foot-cols .foot-right,
  #footer .foot-cols .foot-cnt {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  #footer .foot-title {
    margin-bottom: 10px;
  }

  .link-up {
    right: 10px;
  }

  .fix-call {
    bottom: 14px;
    right: 10px;
  }

  #header.fix .fix-call {
    bottom: 14px;
  }

  #footer .foot-soc .soc a {
    margin: 0px 2px;
  }

  .inner-top {
    padding-bottom: 285px;
  }
  .inner-top .h1 {
    font-size: 140px;
    margin: 0 -258px 0 0;
  }
  .inner-top h1 {
    padding-top: 67px;
  }

  .section-map .map {
    height: 300px;
  }

  .section-team .team .team-item h2 {
    font-size: 140px;
  }
  .section-team .team .team-item .team-img {
    margin: 145px auto 30px;
    width: 460px;
  }
  .section-team .team .team-item1 h2 {
    left: -10px;
  }
  .section-team .team .team-item1 .subtitle {
    left: 250px;
    top: 67px;
  }
  .section-team .team .team-item2 h2 {
    left: -10px;
  }
  .section-team .team .team-item2 .subtitle {
    left: 250px;
    top: 47px;
  }

  .section-about h2 {
    font-size: 140px;
    top: -100px;
  }

  .block-tabs .filter-box.f-1,
  .block-tabs .filter-box.f-2,
  .block-tabs .filter-box.f-3,
  .block-tabs .filter-box.f-4,
  .block-tabs .filter-box.f-5,
  .block-tabs .filter-box.f-6 {
    width: 50%;
  }

  .block-tabs .filter-box.f-1 .journal-item__image,
  .block-tabs .filter-box.f-2 .journal-item__image,
  .block-tabs .filter-box.f-3 .journal-item__image,
  .block-tabs .filter-box.f-4 .journal-item__image,
  .block-tabs .filter-box.f-5 .journal-item__image,
  .block-tabs .filter-box.f-6 .journal-item__image {
    height: 267px;
  }

  .block-tabs .filter-box.f-1 .journal-item__info,
  .block-tabs .filter-box.f-2 .journal-item__info,
  .block-tabs .filter-box.f-3 .journal-item__info,
  .block-tabs .filter-box.f-4 .journal-item__info,
  .block-tabs .filter-box.f-5 .journal-item__info,
  .block-tabs .filter-box.f-6 .journal-item__info {
    padding-left: 0;
    padding-top: 25px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .section-post h2 {
    font-size: 46px;
    line-height: 1.1;
  }

  .section-post .post-arrows .post-arrow {
    top: 460px;
  }

  .section-post .post-quote {
    padding: 0 50px 0 50px;
  }

  .section-post .post-links {
    letter-spacing: 0.5px;
    padding: 30px 0 20px;
  }

  .popup {
    max-width: 500px;
  }

  .block-tabs .filter-box .journal-item__text {
    padding: 14px 0 15px;
  }

  .block-tabs .filter-box .journal-item__link {
    font-size: 16px;
  }

  .block-tabs .tabs__item {
    padding-bottom: 20px;
  }

  .section-price {
    padding: 35px 0 50px;
  }
  .section-price h1 {
    font-size: 80px;
  }

  .section-calc h2,
  .sectiob-links h2 {
    font-size: 80px;
  }

  .section-calc .subtitle,
  .sectiob-links .subtitle {
    margin-top: 35px;
  }

  .section-post-serv h1 {
    font-size: 65px;
  }

  .serv-list li {
    margin: 0 -2px 20px;
  }

  .section-servs {
    padding: 35px 0 17px;
  }

  .calc {
    padding: 30px 20px 30px 35px;
    margin: 7px -20px;
  }
  .calc:before,
  .calc:after {
    display: none;
  }

  .calc .name-wrap,
  .calc .mail-wrap {
    width: 50%;
    padding: 0 15px 0 0;
  }

  .calc .result-row .sum {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .submit-wrap .btn {
    margin-top: 35px;
  }

  .links-list li {
    width: 100%;
    float: none;
  }

  #menu-glavnoe-menju .menu-item-has-children a,
  #menu-golovne-menju .menu-item-has-children a {
    color: #000;
    width: fit-content;
    display: block;
    max-width: 200px;
  }

  #menu-glavnoe-menju .menu-item-has-children,
  #menu-golovne-menju .menu-item-has-children {
    position: relative;
  }

  /* #menu-glavnoe-menju .menu-item-has-children:before,
  #menu-golovne-menju .menu-item-has-children:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
  } */
  .fix #menu-glavnoe-menju .menu-item-has-children:before,
  .fix #menu-golovne-menju .menu-item-has-children:before {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #menu-glavnoe-menju .open.menu-item-has-children:before,
  #menu-golovne-menju .open.menu-item-has-children:before {
    transform: rotate(133deg);
    top: 10px;
  }
  #header .nav > ul > li > ul {
    width: auto;
  }
}

@media screen and (max-width: 639px) {
  #menu-glavnoe-menju > li.menu-item-has-children:hover > .sub-menu,
  #menu-glavnoe-menju > #menu-item-225:hover > .sub-menu,
  #menu-golovne-menju > li.menu-item-has-children:hover > .sub-menu,
  #menu-golovne-menju > #menu-item-4267:hover > .sub-menu {
    display: none;
  }
  #menu-glavnoe-menju > li.menu-item-has-children.open:hover > .sub-menu,
  #menu-glavnoe-menju > #menu-item-225.open:hover > .sub-menu,
  #menu-golovne-menju > li.menu-item-has-children.open:hover > .sub-menu,
  #menu-golovne-menju > #menu-item-4267.open:hover > .sub-menu {
    display: block;
  }
  #header .nav > ul > li ul li a:before {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    margin-top: 1px;
    top: 50%;
    left: unset;
    margin-left: 0;
    right: 100%;
    margin-right: 9px;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
  }
  #header.bg .nav > ul > li ul {
    background: transparent;
  }
  #header {
    padding: 10px 0 0;
    z-index: 50;
    max-height: 100%;
  }
  #header.fix .nav {
    background: #fff;
  }
  #header .logo {
    width: 120px;
    overflow: hidden;
    margin: 0px 10px 10px 0;
    margin-top: 12px;
  }

  #header .nav {
    background: rgba(0, 0, 0, 0.8);
    margin: 0 -10px 10px;
    z-index: 60;
    position: relative;
    height: calc(100vh - 75px);
    overflow-y: scroll;
  }

  #header .nav > ul > li {
    float: none;
    width: auto;
    margin: 5px 0 5px 51px;
  }
  #header .nav.open {
    padding: 10px 0;
  }
  #header .head-lang {
    margin-top: 4px;
  }
  #header .mobile-button {
    margin-left: 15px;
    margin-top: 10px;
    width: 35px;
  }
  #header .head-phone {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 49px;
  }

  .wrapper {
    padding: 0 10px;
  }

  .section-top .wrapper {
    padding: 0 25px;
  }
  .section-top .slick-dots {
    padding: 0;
    margin: 0;
    left: 10px;
  }
  .section-top .slick-dots:before {
    display: none;
  }
  .section-top .slick-dots li {
    margin: 15px 0 0;
  }
  .section-top .slick-dots li:before {
    display: none;
  }
  .section-top h1 {
    letter-spacing: 4.5px;
    font-size: 35px;
  }
  .section-top .v-txt {
    margin-top: 10px;
  }

  .section-services .letter {
    width: 100px;
    margin: 0 -20px 20px 0px;
  }
  .section-services .h2 {
    padding-top: 62px;
  }
  .section-services .h2 div {
    font-size: 55px;
  }
  .section-services .subtitle {
    text-align: center;
  }
  .section-services .subtitle:before {
    display: none;
  }
  .section-services .serv-list li,
  .section-services .serv-list li:nth-child(3n + 1) {
    float: none;
    width: auto;
    margin-left: 0;
    padding: 0 0 28px;
  }

  .section-portfolio {
    padding: 0px 0 24px;
  }
  .section-portfolio h2 {
    font-size: 47px;
  }
  .section-portfolio .sec-title .subtitle {
    margin-top: 4px;
    clear: both;
  }

  .section-video {
    padding: 0px 0 0;
  }
  .section-video h2 {
    font-size: 47px;
  }
  .section-video .sec-title .subtitle {
    margin-top: 4px;
    clear: both;
    left: 0;
    margin-bottom: 10px;
  }
  .section-video .video-cov {
    top: 0;
  }

  .section-feedback .letter {
    width: 100px;
    margin: 0 4px 20px 0px;
  }
  .section-feedback .subtitle {
    letter-spacing: 1.25px;
    font-size: 12px;
    padding: 21px 0 5px;
  }
  .section-feedback .form .form-row {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
  }
  .section-feedback .form .btn {
    width: 100%;
  }

  .form-btn {
    padding-top: 7px;
  }

  .section-why {
    padding: 0px 0 0px;
  }
  .section-why .h2 {
    font-size: 38px;
    margin: 0 auto 10px;
  }
  .section-why .boxes .box-item2 {
    margin-bottom: 0;
  }
  .section-why .boxes .box-item1 .box-desc {
    right: 225px;
  }
  .section-why .boxes .box-item1 .box-img {
    width: 394px;
    height: 457px;
  }

  .section-numbs {
    padding: 0px 0 30px 0;
  }
  .section-numbs h2 {
    font-size: 47px;
  }
  .section-numbs h2 span {
    font-size: 40px;
  }
  .section-numbs .sec-title .subtitle {
    left: 0;
    margin-right: 0;
    margin-top: 9px;
  }
  .section-numbs .numbs .numb-item {
    width: 157px;
    letter-spacing: 2px;
  }
  .section-numbs .numbs .numb-item .numb-big b {
    margin-right: -5px;
    margin-left: 28px;
  }

  .section-revs .revs-slider {
    padding: 0 0px;
  }
  .section-revs .revs-slider:before {
    top: -54px;
  }
  .section-revs .revs-slider:after {
    bottom: 5px;
  }

  .section-info {
    padding: 25px 0 20px;
  }
  .section-info .info-txt:before {
    margin: 0px auto 13px;
  }

  #footer .copy {
    font-size: 11px;
  }

  .section-info .seo-text.open .info-txt {
    max-height: 2000px;
  }

  .sitemap-list.open {
    max-height: 1500px;
  }

  .section-form.section-feedback .subtitle {
    letter-spacing: 3.7px;
    margin: 0 0 25px;
  }
  .section-form.section-feedback .subtitle:before {
    display: none;
  }

  .inner-top {
    text-align: center;
    padding-bottom: 170px;
  }
  .inner-top .h1 {
    margin: 0;
    font-size: 55px;
    float: none;
  }
  .inner-top h1 {
    padding: 0;
    text-align: center;
  }
  .inner-top .v-txt {
    bottom: 0%;
  }

  .section-slider .br-slider .slick-slide {
    height: 110px;
    overflow: hidden;
    line-height: 110px;
  }

  .section-slider + .section-form,
  .section-form.section-feedback {
    padding: 45px 0px;
  }

  .price-raz-item {
    display: block;
  }
  .price-raz-text-block {
    width: 100%;
  }
  .img-block {
    height: 350px;
  }
  .gelary__item {
    width: 100%;
  }
  .section-map .map {
    height: 850px;
  }
  .section-map .map .map-link {
    margin: -64px 0 0 -90px;
    font-size: 12px;
    line-height: 1;
  }
  .section-map .map .map-link span {
    letter-spacing: 3.8px;
  }

  section.shift {
    border-top: 68px solid #000;
  }

  .section-about .about-txt {
    float: none;
    width: auto;
    margin: 0 -10px;
    padding: 15px 20px 5px;
    min-height: 246px;
  }
  .section-about .about-img {
    padding-top: 10px;
  }
  .section-about h2 {
    font-size: 120px;
  }

  .section-team .team .team-item {
    text-align: center;
  }
  .section-team .team .team-item h2 {
    position: static;
    margin: 0;
    font-size: 120px;
  }
  .section-team .team .team-item .subtitle {
    position: static;
  }
  .section-team .team .team-item .team-img {
    margin: 20px auto 30px;
    width: 300px;
    height: 365px;
  }
  .section-team .team .team-item .team-img img {
    left: 10px;
    max-height: 106%;
  }

  .section-journal h2 {
    font-size: 50px;
  }

  .block-tabs .filter-box.f-1,
  .block-tabs .filter-box.f-2,
  .block-tabs .filter-box.f-3,
  .block-tabs .filter-box.f-4,
  .block-tabs .filter-box.f-5,
  .block-tabs .filter-box.f-6 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .block-tabs .tabs-content {
    margin-left: 0;
    margin-right: 0;
  }

  .block-tabs .filter-box.f-1 .journal-item-inside,
  .block-tabs .filter-box.f-2 .journal-item-inside,
  .block-tabs .filter-box.f-3 .journal-item-inside,
  .block-tabs .filter-box.f-4 .journal-item-inside,
  .block-tabs .filter-box.f-5 .journal-item-inside,
  .block-tabs .filter-box.f-6 .journal-item-inside {
    max-width: 100%;
  }

  .section-journal {
    padding-top: 34px;
  }

  .block-tabs .tabs {
    margin-bottom: 0;
  }

  .section-post {
    padding: 34px 0 0 0;
  }

  .section-post .post-arrows .post-arrow_next {
    right: 10px;
  }

  .section-post .post-arrows .post-arrow_prev {
    left: 10px;
  }

  .section-post .post-category__item {
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 13px;
  }

  .section-post h2 {
    font-size: 36px;
  }

  .section-post .post-top-info {
    font-size: 13px;
    padding: 30px 0 0;
    letter-spacing: 1px;
  }

  .section-post .post-image {
    margin-top: 50px;
  }

  .section-post .post-text {
    font-size: 16px;
    padding-top: 32px;
    line-height: 1.6;
  }

  .section-post .post-text h3 {
    font-size: 22px;
  }

  .section-post .post-quote {
    font-size: 16px;
  }

  .section-post .post-links__item {
    width: 100%;
  }

  .section-post .post {
    padding: 0px 40px 0 40px;
  }

  .popup {
    max-width: 420px;
  }

  .section-price {
    padding: 35px 0 50px;
  }
  .section-price h1 {
    font-size: 55px;
  }

  .page-top {
    margin-bottom: 5px;
  }
  .page-top .link-back {
    margin: 0 0 10px;
  }

  .serv-list li {
    display: block;
    width: 100%;
    margin: 0 0px 20px;
  }

  .section-calc h2,
  .sectiob-links h2 {
    margin: 0;
    float: none;
    font-size: 43px;
  }

  .section-calc .subtitle,
  .sectiob-links .subtitle {
    left: 0;
    float: none;
    margin: 0 0 43px;
  }

  .room-space .text {
    display: block;
    margin-left: -10px;
    font-size: 14px;
  }

  .option-list li {
    margin-bottom: 10px;
    height: auto;
  }

  .option-list li div {
    font-size: 14px;
    line-height: 16px;
    white-space: normal;
  }

  .calc .option-list {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
  }

  .option-list .label {
    display: block;
    float: none;
    width: auto;
    padding: 2px 0 2px 25px;
  }

  .calc .col-xs-2,
  .option-list li div.price-wrap {
    padding-right: 0;
    float: none;
    width: auto;
    text-align: left;
    padding-left: 25px;
  }

  .option-list li .cheker {
    top: 0;
  }

  .option-list li div.input-box {
    margin: 4px 0 6px 12px;
  }

  .submit-wrap .btn {
    width: 100%;
  }

  .calc {
    padding: 30px 30px 30px 30px;
  }
  .calc .result-row {
    margin-left: 0;
    margin-right: 0;
  }
  .calc .result-row > div {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 0 10px;
  }
  .calc .result-row > div span {
    width: 100%;
    display: block;
  }
  .calc .result-row .text-input {
    max-width: 100%;
  }

  .section-post-serv h1 {
    font-size: 30px;
  }

  .section-steps h3 {
    font-size: 25px;
  }

  .steps__item {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .steps__item:nth-child(odd),
  .steps__item:nth-child(even) {
    margin-top: 40px;
  }
  .steps__item:before {
    left: 250px;
    top: -58px;
  }

  .section-post-serv h4 {
    font-size: 20px;
  }

  .option-list li div.price-wrap {
    clear: both;
  }

  .option-list li div.input-box {
    display: none;
  }

  .option-list li.selected div.input-box {
    display: block;
  }
  #header .logo img {
    margin-top: -5px;
    position: fixed;
  }
}
@media screen and (max-width: 479px) {
  .section-why {
    padding: 0px 0 0px;
  }
  .section-why .boxes .box-item {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  .section-why .boxes .box-item .box-img {
    margin: 0 0px 10px;
    width: 100%;
    height: auto;
    float: none;
  }
  .section-why .boxes .box-item .box-desc {
    text-align: left;
    /* position: static; */
  }

  .section-journal h2 {
    font-size: 40px;
  }

  .section-post .post-arrows .post-arrow {
    top: 330px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .section-post h2 {
    font-size: 28px;
  }

  .section-post .post-category__item {
    padding: 0 12px;
    letter-spacing: 0.5px;
    font-size: 13px;
  }

  .section-post .post-text h3 {
    font-size: 20px;
  }

  .section-post .post-quote:before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    top: -40px;
    left: -10px;
  }

  .section-post .post-quote:after {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    bottom: -40px;
    right: -10px;
  }

  .section-post .post-arrows .post-arrow_next {
    right: 2px;
  }

  .section-post .post-arrows .post-arrow_prev {
    left: 2px;
  }

  .section-post .post {
    padding: 0px 25px 0 25px;
  }

  .section-post .post-image {
    margin-top: 30px;
  }

  .section-post .post-quote {
    padding: 0 25px 0 25px;
    line-height: 1.5;
  }

  .section-post .post-text img {
    margin-bottom: 29px;
    margin-top: 4px;
  }

  .popup .fancybox-close-small:after {
    border-radius: 50%;
  }

  .popup .fancybox-close-small {
    top: 10px;
    right: 10px;
  }

  .popup-content {
    padding: 10px 0 6px 0;
  }
}
@media screen and (max-height: 320px) {
  #header .nav.open {
    padding: 0px 0;
  }
}
