@charset "UTF-8";
/*==============================FONTS==============================*/
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-RegularItalic.eot");
  src: url("../fonts/Gilroy-RegularItalic-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.eot");
  src: url("../fonts/Gilroy-Semibold-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold-1.eot") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea,
button {
  color: #363636;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #363636;
}

input::-moz-placeholder {
  color: #363636;
}

input:-moz-placeholder {
  color: #363636;
}

input:-ms-input-placeholder {
  color: #363636;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #363636;
}

textarea::-moz-placeholder {
  color: #363636;
}

textarea:-moz-placeholder {
  color: #363636;
}

textarea:-ms-input-placeholder {
  color: #363636;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================PLUGINS==============================*/
/*---------------------arcticmodal------------------------*/
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

/*-----------------slick-slider---------------------*/
.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-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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 img {
  display: block;
}

.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 {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  width: 23px;
  height: 48px;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  background-color: #89095c;
  opacity: 1;
}

.slick-dots li button {
  width: 19px;
  height: 19px;
  background: #fff;
  background-color: #fff;
  border-radius: 100%;
}

/*---------------------fancybox------------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header ul{
 list-style:none;   
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: 'Gilroy';
  line-height: 1;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
}

h1, h2, h3, h4, h5, h6,
.title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.1;
}

h1, .title_1 {
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #25282E;
}

h2, .title_2 {
  margin-bottom: 35px;
  font-size: 35px;
  text-align: center;
  color: #25282E;
}

.title_white {
  color: #fff;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #565656;
}

ul, ol {
line-height:1.6;
margin-left:15px;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: top;
}

.ibg {
  background-position: 50% 50%;
  background-size: cover;
}

.ibg img {
  display: none;
}

.ruble {
  white-space: nowrap;
}

.ruble:after {
  content: '₽';
  display: inline-block;
  margin-left: 5px;
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: inline-block;
  padding: 18px 25px;
  text-align: center;
  font-size: 14px;
  background: #dc2d66 ;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #8c115d;
}

.btn_white {
 // background: #fff;
 // color: #363636;
}

.btn_white:hover {
  background: #8c115d;
  color: #fff;
}

.btn_black {
  //background: #404040;
}

.btn_black:hover {
  color: #fff;
  background: #8c115d;
}

.input {
  padding: 0 20px 0 35px;
  width: 100%;
  height: 53px;
  font-size: 14px;
  font-weight: 600;
  background: #F9F9F9;
  color: #363636;
}

.textarea {
  padding: 25px 20px 0 35px;
  width: 100%;
  max-width: 100%;
  height: 120px;
  font-size: 14px;
  font-weight: 600;
  background: #F9F9F9;
  color: #363636;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label span:hover {
  border-color: transparent;
}

.inputfile + label span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #565656;
}

.inputfile + label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  color: #565656;
  padding-left: 25px;
  line-height: 17px;
  background-image: url(../images/icon-file.svg);
  background-size: 17px 17px;
  background-position: 0 90%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*==============================MODALS==============================*/
.box-modal {
  position: relative;
  padding: 40px 30px;
  width: 400px;
  background: #fff;
}

.arcticmodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-modal-close.png);
  cursor: pointer;
}

.modal__title {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #25282E;
  text-align: center;
  text-align: center;
}

.modal-input {
  margin-bottom: 15px;
}

.modal-button {
  padding-top: 10px;
  text-align: center;
}

/*==============================INDEX==============================*/
/*---------------------header------------------------*/
.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 110px;
}

.header-logo img{
 width: 220px;
}

.header-menu__switcher {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 15px;
  vertical-align: middle;
  margin-right: 10px;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

.header-menu__switcher span,
.header-menu__switcher span:before,
.header-menu__switcher span:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 35px;
  height: 5px;
  background: #25282E;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-menu__switcher span:before {
  top: -10px;
}

.header-menu__switcher span:after {
  top: auto;
  bottom: -10px;
}

.header-menu__switcher.active {
  border-radius: 5px 5px 0 0;
}

.header-menu__switcher.active span {
  background-color: transparent;
}

.header-menu__switcher.active span:before,
.header-menu__switcher.active span:after {
  top: 0;
  background: #25282E;
}

.header-menu__switcher.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu__switcher.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu-list li {
  padding: 0 16px;
}

.header-menu-list li a {
  color: #25282E;
  font-weight: 600;
}

.header-menu-list li a:hover {
  color: #dc2d66 ;
}

.header-menu-list li a.active {
  font-weight: 700;
  color: #8c115d ;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 0 20px 35px;
  background: #FAFAFA;
  border-left: 1px solid #EEEEEE;
}

.header-contacts:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 5000px;
  background: #FAFAFA;
}

.header-contacts-leftside {
  text-align: right;
  padding-right: 18px;
}

a.header-phone {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #363636;
}

.header-mail {
  color: #565656;
}

/*---------------------promo------------------------*/
.promo {

  position: relative;
  background: url(../images/bg-promo.jpg)  no-repeat;
  background-size: cover;
  background-position: center;
}
.img2{
    background-size: cover !important;
  background-position: center bottom !important;
  background: url(../images/img2.jpg)  no-repeat;
}
.promo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 54, 54, 0.8)), to(rgba(54, 54, 54, 0.35)));
  background: -webkit-linear-gradient(left, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: -o-linear-gradient(left, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: linear-gradient(90deg, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
}

.promo-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 640px;
  z-index: 10;
}

.promo__quote {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
}

.promo__quote span {
  display: block;
}

.promo__author {
  margin-bottom: 55px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-style: italic;
}
.promo__author p{
  margin-bottom: 55px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-style: italic;
}

.promo__btn {
  min-width: 232px;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 25px;
}

.footer-logo img{
  width: 220px;
}
/*---------------------steps------------------------*/
.steps {
  padding: 40px 0 115px 0;
}

.steps__title {
  margin-bottom: 65px;
}

.steps-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-row:after {
  content: '';
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc2d66 ;
  border-left: 150px solid #fff;
  border-right: 150px solid #fff;
}

.steps-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0 50px;
}

.steps-item__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 122px;
  height: 122px;
  background: #fff;
  border: 2px solid #dc2d66 ;
  border-radius: 50%;
  z-index: 10;
}

.steps-item__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #25282E;
}

.steps-item__title span {
  display: block;
}

.steps-item__text {
  font-size: 12px;
  line-height: 14px;
  color: #565656;
}

/*---------------------author------------------------*/
.author {
  background: url(../images/bg-author.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.author-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.author__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  width: 570px;
}

.author__image span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.author-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 490px;
  padding: 55px 0;
}

.author__title {
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

.author__name {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.author__text {
  max-width: 530px;
}

.author__text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

/*---------------------mainservices------------------------*/
.mainservices {
  padding: 45px 0 50px 0;
  background: #F9F9F9;
}

.mainservices__title {
  margin-bottom: 15px;
}

.services-bigitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.services-bigitem-leftside {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 660px;
  flex: 0 0 660px;
  max-width: 660px;
  min-height: 285px;
}

.services-bigitem__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services-bigitem__image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 54, 54, 0.8)), to(rgba(54, 54, 54, 0.35)));
  background: -webkit-linear-gradient(left, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: -o-linear-gradient(left, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: linear-gradient(90deg, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
}

.services-bigitem-content {
  padding: 35px 20px 20px 50px;
}

.services-bigitem__title {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #25282E;
}

.services-bigitem__price {
  margin-bottom: 20px;
  line-height: 30px;
  width: 127px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #dc2d66 ;
  border-radius: 5px;
}

.services-bigitem__text {
  padding-bottom: 25px;
}

.services-bigitem__text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #565656;
}

.services-bigitem-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}

.services-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 40px;
  padding: 0 20px;
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-item:hover {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}

.services-item-top {
  position: relative;
  display: block;
}

.services-item-top-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 5;
}

.services-item__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.services-item__price {
  display: inline-block;
  width: 127px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #dc2d66 ;
  border-radius: 5px;
}

.services-item__image {
  position: relative;
  height: 255px;
}

.services-item__image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 54, 54, 0.8)), to(rgba(54, 54, 54, 0.35)));
  background: -webkit-linear-gradient(left, rgba(54, 54, 54, 0.6) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: -o-linear-gradient(left, rgba(54, 54, 54, 0.6) 0%, rgba(54, 54, 54, 0.25) 100%);
    background: linear-gradient(90deg, rgb(0 0 0 / 60%) 0%, rgb(12 12 12 / 45%) 100%);
}
.mainm{
padding:50px 0 75px;   
}
.clear{
 clear:BOTH;   
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px;
    margin-bottom: 50px;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

td, th {
  padding: 5px; }
.services-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-item__text {
  padding: 12px 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #565656;
}

.services-item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 18px;
}

.services-item__callback {
  margin-right: 5px;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 600;
  color: #dc2d66;
  border: 1px solid #dc2d66;
}

.services-item__callback:hover {
  background: #8c115d;
  border-color: #262626;
  color: #fff;
}

.services-item__eye {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border: 1px solid #363636;
  background-image: url(../images/icon-eye.svg);
  background-size: 23px 13px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.services-item__eye:hover {
  background-color: #262626;
  background-image: url(../images/icon-eye-white.svg);
  border-color: #262626;
  color: #fff;
}

/*---------------------mainabout------------------------*/
.mainabout {
  padding: 80px 0 
}

.mainabout__title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
}

.mainabout__text {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

/*---------------------features------------------------*/
.features {
  position: relative;
  padding: 75px 0 100px 0;
  background: url(../images/bg-features.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.features:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background-image: url(../images/);
}

.features__title {
  margin-bottom: 55px;
}

.features-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0 20px;
}

.features-item__icon {
  height: 95px;
}
.features-item__icon img{
  height: 95px;
  object-fit: cover;
}
.features-item__title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.features-item__text {
  margin: 0 auto;
  max-width: 235px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

/*---------------------clients------------------------*/
.clients {
  padding: 80px 0 100px 0;
}

.clients__title {
  margin-bottom: 20px;
}

.clients-carousel__item {
  height: 100px;
  text-align: center;
  padding: 0 50px;
}

.clients-carousel__item:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.clients-carousel__item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/*---------------------mainform------------------------*/
.mainform {
  position: relative;
  padding: 50px 0 65px 0;
  background: #F9F9F9;
}

.mainform__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56%;
}

.mainform-content {
  margin-left: 90px;
  padding: 30px 25px 35px;
  width: 650px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}

.mainform__title {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #363636;
}

.mainform__subtitle {
  margin-bottom: 30px;
  text-align: center;
  color: #565656;
}

.mainform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -11px 20px;
}

.mainform-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 11px;
}

.mainform-textarea {
  margin-bottom: 20px;
}

.mainform-file {
  text-align: center;
  margin-bottom: 27px;
}

.mainform-file__item {
  display: inline-block;
  font-size: 14px;
  color: #565656;
  padding-left: 25px;
  line-height: 17px;
  background-image: url(../images/icon-file.svg);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.mainform-file__item span {
  padding-bottom: 2px;
  border-bottom: 1px solid #565656;
}

.mainform-file__item:hover {
  border-color: transparent;
}

.mainform-button {
  text-align: center;
}

.mainform__btn {
  min-width: 205px;
}

/*---------------------footer------------------------*/
.footer {
  background: #3a3a3a;
}

.footer-content {
  padding: 50px 0 40px 0;
}

.footer-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 115px;
}

.footer-content-col {
  padding-right: 30px;
}

.footer-content-col:last-child {
  padding-right: 0;
}

.footer-logo__title {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.footer-logo__text {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

.footer-address__title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.footer-address__text {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

.footer-timetable__title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.footer-timetable__text {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contacts-leftside {
  text-align: right;
  padding-right: 18px;
}

a.footer-phone {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-mail {
  color: #fff;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #666666;
}

.footer-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 115px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-links__item {
  margin-right: 15px;
  padding-bottom: 3px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer-links__item:hover {
  border-color: transparent;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social__title {
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.footer-social-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social__btn {
  margin-left: 10px;
}

/*==============================SERVICES==============================*/
.breadcrumbs {
  position: relative;
  padding: 40px 0 30px 0;
  background: url(../images/bg-breadcrumbs.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.breadcrumbs:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 54, 54, 0.8)), to(rgba(54, 54, 54, 0.35)));
  background: -webkit-linear-gradient(left, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: -o-linear-gradient(left, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
  background: linear-gradient(90deg, rgba(54, 54, 54, 0.8) 0%, rgba(54, 54, 54, 0.35) 100%);
}

.breadcrumbs-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 5;
}

.breadcrumbs-list li {
  position: relative;
  margin: 0 28px 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.breadcrumbs-list li:last-child:after {
  display: none;
}

.breadcrumbs-list li:after {
  content: '>';
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  color: #C4C4C4;
}

.breadcrumbs-list li a {
  color: #C4C4C4;
}

.breadcrumbs-home {
  position: relative;
  display: inline-block;
  padding-left: 42px;
}

.breadcrumbs-home:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: #dc2d66 ;
  background-image: url(../images/icon-home.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px 14px;
  border-radius: 3px;
}

.service {
  padding-top: 12px;
}

.service__title {
  margin-bottom: 27px;
  font-size: 25px;
  line-height: 27px;
  text-align: left;
}

.service-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -23px 10px;
}

.service-images-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 25px 23px;
}

.service-images__item {
  height: 338px;
}

.service-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-info {
  margin: 0 auto;
  width: 555px;
  border: 1px solid #E2E2E2;
}

.service-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E2E2E2;
}

.service-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 25px 15px 20px;
  border-right: 1px solid #E2E2E2;
}

.service-price__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #dc2d66 ;
}

.service-price-content {
  padding-left: 10px;
}

.service-price__title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #7C7C81;
}

.service-price__value {
  font-size: 25px;
  font-weight: 700;
  color: #333;
}

.service-manufacturing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 25px 10px 20px;
}

.service-manufacturing__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #dc2d66 ;
}

.service-manufacturing-content {
  padding-left: 10px;
}

.service-manufacturing__title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #7C7C81;
}

.service-manufacturing__value {
  font-size: 25px;
  font-weight: 700;
  color: #333;
}

.service-info-bottom {
  padding: 11px 23px;
}

.service-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-callback__btn {
  padding: 18px 31px;
}

.service-callback__phone {
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #565656;
}

.service-callback__phone strong {
  color: #333;
}

/*==============================AUDIT==============================*/
.audit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-left: 40px;
}

.audit-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 40px;
  padding: 0 20px;
}

/*==============================PORTFOLIO==============================*/
.main-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  max-width: 260px;
}

.sidebar-menu__title {
  padding: 0 20px 0 18px;
  line-height: 43px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #dc2d66 ;
}

.sidebar-menu {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}

.sidebar-menu ul {
  padding: 0 7px;
}

.sidebar-menu ul li:last-child a {
  border-bottom: 0;
}

.sidebar-menu ul li a {
  display: block;
  padding: 15px 35px 15px 10px;
  font-size: 12px;
  color: #363636;
  background-image: url(../images/icon-menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  border-bottom: 1px solid #F5F4F4;
}

.sidebar-menu ul li a:hover {
  color: #dc2d66 ;
  background-image: url(../images/icon-menu-arrow-green.svg);
}

.sidebar-menu ul li a.active {
  background-image: url(../images/icon-menu-arrow-green.svg);
  color: #dc2d66 ;
  border-color: #dc2d66 ;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
}

.portfolio {
  padding-bottom: 25px;
}

.portfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.portfolio-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.portfolio-item:nth-child(even) .portfolio-item-content {
  padding: 0 40px 0 20px;
  text-align: right;
}

.portfolio-item:last-child {
  margin-bottom: 0;
}

.portfolio-item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  max-width: 450px;
}

.portfolio-item__image {
  height: 330px;
}

.portfolio-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-item-content {
  padding: 0 20px 0 40px;
}

.portfolio-item__title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: #333333;
}

.portfolio-item__text {
  font-size: 14px;
  line-height: 16px;
  color: #7C7C81;
}

.portfolio-item__text p {
  color: #7C7C81;
}

/*==============================ABOUT==============================*/
.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.about-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-section:nth-child(even) .about-section-content {
  padding: 15px 32px 0 90px;
  text-align: right;
}

.about-section:last-child {
  margin-bottom: 0;
}

.about-section-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 555px;
  flex: 0 0 555px;
  max-width: 555px;
}

.about-section__image {
  height: 440px;
}

.about-section-content {
  padding: 15px 90px 0 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-section__title {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: #333333;
}

.about-section__text {
  font-size: 15px;
  line-height: 17px;
  color: #7C7C81;
}

.about-section__text p {
  font-size: 15px;
  line-height: 17px;
  color: #7C7C81;
}

/*==============================CONTACTS==============================*/
.main {
  padding: 40px 0;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 535px;
  padding-left: 50px;
}

.contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 50px 50px 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  max-width: 450px;
  background: #F9F9F9;
  border-right: 40px solid #fff;
}

.contacts-content__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #25282E;
}

.contacts-item {
  position: relative;
  margin-bottom: 35px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #25282E;
}

.contacts-item a {
  color: #25282E;
}

.contacts-item a:hover {
  color: #dc2d66 ;
}

.contacts-item:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #dc2d66 ;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
}

.contacts-item_phone:before {
  background-image: url(../images/icon-contacts-phone.svg);
}

.contacts-item_mail:before {
  background-image: url(../images/icon-contacts-mail.svg);
}

.contacts-item_timetable:before {
  background-image: url(../images/icon-contacts-timetable.svg);
}

.contacts-item_address:before {
  background-image: url(../images/icon-contacts-address.svg);
}

.contacts-map {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1420px) {
  .center-wrapper {
    max-width: 1200px;
  }
  .header-row {
    padding: 0 50px;
  }
  .steps-item {
    padding: 0 20px;
  }
  .services-row {
    margin: 0 -15px;
  }
  .services-col {
    margin-top: 30px;
    padding: 0 15px;
  }
  .services-item__image {
    height: 230px;
  }
  .features-item {
    padding: 0 15px;
  }
  .footer-content-row {
    padding: 0 50px;
  }
  .footer-bottom-row {
    padding: 0 50px;
  }
  .promo-content {
    height: 550px;
  }
  .about-section-content {
    padding-right: 30px;
  }
  .about-section:nth-child(even) .about-section-content {
    padding-left: 30px;
  }
  .audit-row {
    margin: 0 -15px;
    padding-left: 0;
  }
  .audit-col {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .service-images {
    margin: 0 -15px 10px;
  }
  .service-images-col {
    padding: 20px 15px;
  }
  .service-images__item {
    height: 295px;
  }
  .portfolio-item-content {
    padding: 0 0 0 30px;
  }
  .portfolio-item:nth-child(even) .portfolio-item-content {
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 1260px) {
  .center-wrapper {
    max-width: 980px;
    padding: 0 15px;
  }
  .header-row {
    padding: 0;
  }
  .header-menu-list li {
    padding: 0 10px;
  }
  .promo__quote {
    font-size: 24px;
    line-height: 30px;
  }
  .promo-content {
    height: 430px;
  }
  .header-contacts {
    padding-left: 20px;
  }
  .steps-item {
    padding: 0 11px;
  }
  .author__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    width: 420px;
  }
  .author__image span {
    text-align: left;
  }
  .services-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .services-bigitem-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
  }
  .services-bigitem-content {
    padding: 20px 20px 20px 30px;
  }
  .services-bigitem__text {
    padding-bottom: 10px;
  }
  .features-item__title {
    font-size: 18px;
  }
  .footer-content-row {
    padding: 0;
  }
  .footer-bottom-row {
    padding: 0;
  }
  .about-section-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
  .about-section__image {
    height: 365px;
  }
  .about-section-content {
    padding-right: 0;
  }
  .about-section:nth-child(even) .about-section-content {
    padding-left: 0;
  }
  .contacts {
    padding-left: 0;
  }
  .contacts-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 415px;
    flex: 0 0 415px;
    max-width: 415px;
    padding: 50px 30px 50px 50px;
    border-right: 20px solid #fff;
  }
  .audit-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .audit-col .services-item__image {
    height: 255px;
  }
  .service-images__item {
    height: 210px;
  }
  .portfolio-item {
    display: block;
  }
  .portfolio-item-media {
    max-width: 100%;
  }
  .portfolio-item__image {
    height: auto;
  }
  .portfolio-item-content {
    padding: 15px 0 0;
  }
  .portfolio-item:nth-child(even) .portfolio-item-content {
    padding: 15px 0 0;
    text-align: left;
  }
}

@media only screen and (min-width: 1011px) {
  .header-menu {
    display: block !important;
  }
}

@media only screen and (max-width: 1010px) {
  .center-wrapper {
    max-width: 750px;
  }
  .sidebar-menu__title {
    position: relative;
  }
  .sidebar-menu__title.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sidebar-menu__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6.5px;
    width: 20px;
    height: 13px;
    background-image: url(../images/icon-menu-title.png);
  }
  .sidebar-menu ul {
    display: none;
  }
  .sidebar-menu ul.active {
    display: block;
  }
  .header .center-wrapper {
    max-width: 100%;
  }
  .header-row {
    padding-left: 55px;
  }
  .header-menu__switcher {
    display: inline-block;
  }
  .header-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 30;
  }
  .header-menu-list {
    display: block;
  }
  .header-menu-list li {
    display: block;
  }
  .header-menu-list li a {
    display: block;
    padding: 14px 0;
    font-size: 17px;
    text-align: center;
  }
  .promo__quote {
    font-size: 18px;
    line-height: 26px;
  }
  .promo__author {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .promo-content {
    height: 330px;
  }
  .steps {
    padding-bottom: 50px;
  }
  .steps-row:after {
    display: none;
  }
  .steps-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .steps-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .author__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
  }
  .author__image img {
    max-width: 100%;
  }
  .author-content {
    padding-left: 50px;
  }
  .author__title {
    font-size: 30px;
  }
  .services-bigitem {
    display: block;
  }
  .services-bigitem-leftside {
    max-width: 100%;
    min-height: auto;
  }
  .services-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services-item__image {
    height: 285px;
  }
  .features {
    padding-bottom: 30px;
  }
  .features-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .features-item__title {
    font-size: 20px;
  }
  .mainform {
    padding: 50px 0;
  }
  .mainform-content {
    margin-left: 0;
    width: auto;
  }
  .footer-content-row {
    display: block;
  }
  .footer-content-col {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-section {
    display: block;
  }
  .about-section-media {
    max-width: 100%;
  }
  .services-bigitem__image,
  .about-section__image {
    position: static;
    height: auto;
    background-image: none !important;
  }
  .services-bigitem__image img,
  .about-section__image img {
    display: block !important;
    width: 100%;
    height: auto;
  }
  .about-section-content {
    padding-left: 0;
  }
  .about-section:nth-child(even) .about-section-content {
    text-align: left;
  }
  .contacts {
    display: block;
    height: auto;
  }
  .contacts-content {
    border-right: 0;
    max-width: 100%;
    padding: 40px 30px 20px 50px;
  }
  .contacts-map {
    height: 350px;
  }
  .main-body {
    display: block;
  }
  .sidebar {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .content {
    padding-left: 0;
  }
  .audit-col .services-item__image {
    height: 285px;
  }
}

@media only screen and (max-width: 767px) {
    .clients-carousel__item {
  height: 100px;
  text-align: center;
  padding: 0 10px;
}
.header-logo img {
    width: 145px;
}
.slick-dots {
    bottom: 5px;
}
  .promo__quote span {
    display: inline;
  }
  .author-content {
    padding: 20px 0 20px 25px;
  }
  .author__title {
    font-size: 23px;
  }
  .author__text p {
    font-size: 15px;
  }
  .author__name {
    font-size: 19px;
  }
  .services-item__image {
    height: 240px;
  }
  .about-section:nth-child(even) .about-section-content {
    padding-right: 0;
  }
  .contacts-content {
    padding: 30px 10px 5px 30px;
  }
}

@media only screen and (max-width: 639px) {
  .header-callback {
    padding: 18px 10px;
  }
  .header-row {
    padding-left: 50px;
  }
  a.header-phone {
    font-size: 16px;
  }
  .promo-content {
    height: auto;
    padding: 30px 0;
  }
  .promo__author {
    font-size: 17px;
  }
  .steps-item {
    padding: 0 5px;
  }
  .author-row {
    display: block;
  }
  .author__image span {
    position: static;
  }
  .author-content {
    min-height: auto;
    padding-top: 30px;
    padding-left: 10px;
  }
  .services-row {
    display: block;
  }
  .services-col {
    max-width: 100%;
  }
  .services-item {
    margin: 0 auto;
    width: 310px;
  }
  .services-item__image {
    height: 255px;
  }
  .features-row {
    display: block;
  }
  .features-item {
    max-width: 100%;
  }
  .mainform-row {
    display: block;
    margin-bottom: 15px;
  }
  .mainform-col {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .footer-bottom-row {
    display: block;
  }
  .footer-bottom-leftside {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-links__item {
    margin: 0 15px;
  }
  .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-content {
    padding: 30px 0 10px 0;
  }
  .mainform__bg {
    width: 50%;
  }
  .audit-row {
    display: block;
  }
  .audit-col {
    max-width: 100%;
  }
  .service-images {
    display: block;
  }
  .service-images-col {
    max-width: 100%;
  }
  .service-images__item {
    height: auto;
  }
  .service-info {
    width: 100%;
  }
  .service-info-top {
    display: block;
  }
  .service-price {
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .service-manufacturing {
    max-width: 100%;
  }
  .service-images-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .header-contacts-leftside {
    display: none;
  }
  .promo__author {
    font-size: 15px;
  }
  .promo__quote {
    font-size: 16px;
  }
  .steps-row {
    display: block;
  }
  .steps-item {
    max-width: 100%;
  }
  .steps {
    padding-bottom: 10px;
  }
  .author__title {
    font-size: 25px;
  }
  .services-bigitem-content {
    padding: 15px;
  }
  a.footer-phone {
    font-size: 17px;
    white-space: nowrap;
  }
  .service-callback {
    display: block;
  }
  .service-callback__phone {
    padding-top: 15px;
    padding-left: 0;
  }
  .box-modal {
    width: 100%;
  }
  .arcticmodal-container_i {
    width: 100%;
  }
  .arcticmodal-container_i2 {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 359px) {
  .header-contacts {
    padding-left: 15px;
  }
  .promo__author {
    font-size: 17px;
  }
  .steps-item__icon {
    margin-bottom: 15px;
  }
  .author__image {
    width: 270px;
  }
  .services-item {
    width: 290px;
  }
  .services-item__image {
    height: 240px;
  }
  .footer-callback {
    padding: 18px 10px;
  }
  a.footer-phone {
    font-size: 15px;
  }
  .footer-links__item {
    margin: 0 7px;
  }
}
.portf img{
    height:85px;
}