@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

*:-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

*::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

*:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #fff;
}

body input:required:valid,
body textarea:required:valid {
  color: #fff;
}

body {
  background-color: #fff;
  font-size: 16px;
  min-width: 320px;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.25;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*класс для скрытия элементов, напр при стилизации чекбоксов*/
.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

/*add new style*/
*:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

th {
  font-weight: inherit;
}

audio,
video {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

i,
em {
  font-style: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/*убираем стандартный стиль селекта со стрелкой и делаем свою*/
/* https://codepen.io/yurch-html/pen/djdMZq */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "MontserratBlack";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MontserratBlack/MontserratBlack.eot");
  src: url("../fonts/MontserratBlack/MontserratBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratBlack/MontserratBlack.woff") format("woff"), url("../fonts/MontserratBlack/MontserratBlack.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratBoldItalic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MontserratBoldItalic/MontserratBoldItalic.eot");
  src: url("../fonts/MontserratBoldItalic/MontserratBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratBoldItalic/MontserratBoldItalic.woff") format("woff"), url("../fonts/MontserratBoldItalic/MontserratBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratExtraBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MontserratExtraBold/MontserratExtraBold.eot");
  src: url("../fonts/MontserratExtraBold/MontserratExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratExtraBold/MontserratExtraBold.woff") format("woff"), url("../fonts/MontserratExtraBold/MontserratExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MontserratLight/MontserratLight.eot");
  src: url("../fonts/MontserratLight/MontserratLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratLight/MontserratLight.woff") format("woff"), url("../fonts/MontserratLight/MontserratLight.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MontserratRegular/MontserratRegular.eot");
  src: url("../fonts/MontserratRegular/MontserratRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratRegular/MontserratRegular.woff") format("woff"), url("../fonts/MontserratRegular/MontserratRegular.ttf") format("truetype");
}

@font-face {
  font-family: "MontserratThin";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MontserratThin/MontserratThin.eot");
  src: url("../fonts/MontserratThin/MontserratThin.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratThin/MontserratThin.woff") format("woff"), url("../fonts/MontserratThin/MontserratThin.ttf") format("truetype");
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  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: .87;
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-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 {
  display: block;
}

.fancybox-slide--next {
  display: block;
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0 0;
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 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;
  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;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-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-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}

.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 {
  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 {
  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%;
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  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;
  vertical-align: top;
  width: 100%;
}

.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;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.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] {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.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), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.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-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.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);
}

.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);
}

.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;
}

.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);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.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);
}

.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);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.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%;
}

.fancybox-thumbs {
  background: #fff;
  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: transparent;
  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: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  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: 4px solid #4ea7f9;
  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;
}

@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* -----------------------------------
	global style
	------------------------------------ */
/*GLOBAL STYLE BEGIN*/
.tac {
  text-align: center;
}

::-moz-selection {
  background-color: #0489d4;
  color: #fff;
}

::selection {
  background-color: #0489d4;
  color: #fff;
}

body {
  font-family: "MontserratLight", sans-serif;
  overflow-x: hidden;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  color: #fff;
  letter-spacing: 0.8px;
  font-size: 32px;
  background: #0489d4;
}

.btn:hover {
  background: #eaf207;
  color: #000;
}

.title {
  font-family: "MontserratExtraBold";
  font-size: 38px;
  color: #000;
  text-transform: uppercase;
}

.title--color {
  color: #0489d4;
  border-bottom: 7px solid #0e1027;
  display: inline-block;
}

/*GLOBAL STYLE END*/
@media only screen and (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .title {
    font-size: 24px;
  }
}

/* -------------------------------------
	header
	------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  padding: 10px 0 0 0;
}

.header__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__colLogo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16%;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 16%;
}

.header__colNav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63%;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  max-width: 63%;
}

.header__colContacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  background: url(../img/mobi.png) no-repeat center left;
  background-size: contain;
  padding-left: 35px;
}

.header__contacts-link {
  display: block;
  color: #ffffff;
  font-family: "MontserratThin";
  font-size: 19px;
}

.logo {
  max-width: 163px;
}

.nav {
  padding: 2rem 0;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.nav__list .nav__link {
  margin: 0 5px;
  font-size: 17px;
  font-family: "MontserratThin";
  line-height: 16px;
  text-decoration: none;
  color: #fff;
}

.nav__list .nav__link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .header__colLogo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14%;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%;
    max-width: 14%;
  }
  .header__colNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62%;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    max-width: 62%;
  }
  .header__colContacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
  }
  .nav__list .nav__link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .nav {
    padding: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: fixed;
    background: #eaf207;
    top: 15px;
    right: 12px;
    height: 36px;
    width: 36px;
    z-index: 100;
    cursor: pointer;
  }
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    position: fixed;
    right: -9000px;
  }
  .nav__toggle {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: "";
    height: 3px;
    width: 30px;
    border-radius: 15px;
    background-color: #0489d4;
    position: fixed;
    top: 32px;
    right: 15px;
    z-index: 10;
  }
  .nav__toggle::before, .nav__toggle::after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 30px;
    border-radius: 15px;
    background-color: #0489d4;
  }
  .nav__toggle::before {
    top: -8px;
  }
  .nav__toggle::after {
    top: 8px;
  }
  .nav-expanded {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-align: center;
    line-height: 2em;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #0489d4;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav-expanded .nav__list {
    position: relative;
    right: 0;
    padding-top: 100px;
    text-align: center;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 2;
  }
  .nav-expanded .nav__link {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
  }
  .nav-expanded .nav__link:hover {
   /* background-color: rgba(0, 0, 0, 0.1);*/
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
  }
  .nav-expanded .nav__toggle {
    background-color: transparent;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .nav-expanded .nav__toggle:before {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-expanded .nav__toggle:after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    top: -0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav-expanded .nav__toggle::before, .nav-expanded .nav__toggle::after {
    background: #000;
  }
  .header__colLogo {
    max-width: 115px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-bottom: 5px;
  }
  .header__colNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1%;
        -ms-flex: 0 0 1%;
            flex: 0 0 1%;
    max-width: 1%;
  }
  .header__colContacts {
    padding-right: 0px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
  }
}

@media only screen and (max-width: 767px) {
  .header__colContacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .header__colLogo {
    max-width: 135px;
  }
  .header__colContacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

@media only screen and (max-width: 480px) {
  .header__colLogo {
    max-width: 90px;
  }
  .header__colContacts {
    padding-right: 43px;
    padding-left: 25px;
    background-size: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68%;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    max-width: 68%;
  }
  .header__contacts-link {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 375px) {
  .header__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__colLogo {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 10px;
  }
  .header__colContacts {
    padding-right: 0;
    padding-left: 25px;
    background-size: 22px;
  }
  .header__contacts-link {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .logo {
    max-width: 80px;
    margin: 0 auto;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.hero {
  padding-top: 85px;
  background: url(../img/heroBg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 460px;
  height: -webkit-calc(100vh - 160px);
  height: calc(100vh - 160px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__descr {
  max-width: 535px;
}

.hero__title {
  font-family: "MontserratExtraBold";
  line-height: 50px;
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
}

.hero__btn {
  width: 100%;
  margin-bottom: 5px;
}

.hero__txt {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

.hero-add {
  border: 5px solid #0e1027;
  background-color: #f4f4f4;
  min-height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-add__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-add__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

.hero-add__item1 {
  background: url(../img/arrowYellow.png) no-repeat center center;
  background-size: contain;
  color: #000;
  font-size: 28px;
  font-family: "MontserratExtraBold";
  padding: 20px;
}

.hero-add__item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15px 50%;
  font-size: 28px;
  color: #000;
}

.hero-add__item2 {
  padding: 3px 15px 3px 110px;
  border-right: 2px solid rgba(156, 156, 156, 0.4);
}

.hero-add__item3 {
  padding: 3px 15px 3px 130px;
}

@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 37px;
  }
  .hero__descr {
    max-width: 58%;
  }
  .hero__btn {
    padding: 18px 15px;
    font-size: 30px;
  }
  .hero-add__item1 {
    background: url(../img/arrowYellow.png) no-repeat center center;
    background-size: contain;
    font-size: 26px;
    padding: 20px 15px;
  }
  .hero-add__item {
    background-size: contain;
    background-position: 15px 50%;
    font-size: 26px;
  }
  .hero-add__item2 {
    padding: 0px 5px 0px 80px;
    border-right: 2px solid rgba(156, 156, 156, 0.4);
  }
  .hero-add__item3 {
    padding: 0px 5px 0px 85px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 31px;
  }
  .hero__descr {
    max-width: 65%;
  }
  .hero__btn {
    padding: 16px 15px;
    font-size: 27px;
  }
  .hero-add__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
  }
  .hero-add__item1 {
    background: url(../img/arrowYellow.png) no-repeat center center;
    background-size: contain;
    font-size: 22px;
    padding: 20px 5px;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    text-align: center;
  }
  .hero-add__item2 {
    padding: 70px 12px 0px 12px;
    border-right: 2px solid rgba(156, 156, 156, 0.4);
  }
  .hero-add__item3 {
    padding: 70px 12px 0px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    max-height: 500px;
  }
  .hero__title {
    font-size: 32px;
    text-align: center;
  }
  .hero__descr {
    max-width: 100%;
  }
  .hero__btn {
    padding: 16px 15px;
    font-size: 24px;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-add__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-add__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .hero-add__item1 {
    background: #FFF227;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
  }
  .hero-add__item2 {
    padding: 70px 12px 0px 12px;
    border-right: 0;
  }
  .hero-add__item3 {
    padding: 70px 12px 0px 12px;
  }
}

@media only screen and (max-width: 480px) {
  .hero__title {
    text-align: center;
    line-height: 1.3;
  }
  .hero__btn {
    padding: 16px 10px;
    font-size: 19px;
    max-width: 340px;
  }
  .hero__txt {
    font-size: 18px;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-add__item1 {
    font-size: 24px;
    padding: 20px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    margin: 10px auto 10px;
  }
}

@media only screen and (max-width: 375px) {
  .hero__title {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .hero__btn {
    padding: 16px 10px;
    font-size: 18px;
    max-width: 340px;
  }
  .hero__txt {
    font-size: 16px;
  }
  .hero-add__item1 {
    font-size: 22px;
    padding: 16px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 19px;
    margin: 10px auto 10px;
    max-width: 200px;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.hero {
  padding-top: 85px;
  background: url(../img/heroBg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 460px;
  height: -webkit-calc(100vh - 160px);
  height: calc(100vh - 160px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__descr {
  max-width: 535px;
}

.hero__title {
  font-family: "MontserratExtraBold";
  line-height: 50px;
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
}

.hero__btn {
  width: 100%;
  margin-bottom: 5px;
}

.hero__txt {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

.hero-add {
  border: 5px solid #0e1027;
  background-color: #f4f4f4;
  min-height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-add__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-add__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

.hero-add__item1 {
  background: url(../img/arrowYellow.png) no-repeat center center;
  background-size: contain;
  color: #000;
  font-size: 28px;
  font-family: "MontserratExtraBold";
  padding: 20px;
}

.hero-add__item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15px 50%;
  font-size: 28px;
  color: #000;
}

.hero-add__item2 {
  padding: 3px 15px 3px 110px;
  border-right: 2px solid rgba(156, 156, 156, 0.4);
}

.hero-add__item3 {
  padding: 3px 15px 3px 130px;
}

@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 37px;
  }
  .hero__descr {
    max-width: 58%;
  }
  .hero__btn {
    padding: 18px 15px;
    font-size: 30px;
  }
  .hero-add__item1 {
    background: url(../img/arrowYellow.png) no-repeat center center;
    background-size: contain;
    font-size: 26px;
    padding: 20px 15px;
  }
  .hero-add__item {
    background-size: contain;
    background-position: 15px 50%;
    font-size: 26px;
  }
  .hero-add__item2 {
    padding: 0px 5px 0px 80px;
    border-right: 2px solid rgba(156, 156, 156, 0.4);
  }
  .hero-add__item3 {
    padding: 0px 5px 0px 85px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 31px;
  }
  .hero__descr {
    max-width: 65%;
  }
  .hero__btn {
    padding: 16px 15px;
    font-size: 27px;
  }
  .hero-add__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
  }
  .hero-add__item1 {
    background: url(../img/arrowYellow.png) no-repeat center center;
    background-size: contain;
    font-size: 22px;
    padding: 20px 5px;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    text-align: center;
  }
  .hero-add__item2 {
    padding: 70px 12px 0px 12px;
    border-right: 2px solid rgba(156, 156, 156, 0.4);
  }
  .hero-add__item3 {
    padding: 70px 12px 0px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    max-height: 500px;
  }
  .hero__title {
    font-size: 32px;
    text-align: center;
  }
  .hero__descr {
    max-width: 100%;
  }
  .hero__btn {
    padding: 16px 15px;
    font-size: 24px;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-add__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-add__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .hero-add__item1 {
    background: #FFF227;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
  }
  .hero-add__item2 {
    padding: 70px 12px 0px 12px;
    border-right: 0;
  }
  .hero-add__item3 {
    padding: 70px 12px 0px 12px;
  }
}

@media only screen and (max-width: 480px) {
  .hero__title {
    text-align: center;
    line-height: 1.3;
  }
  .hero__btn {
    padding: 16px 10px;
    font-size: 19px;
    max-width: 340px;
  }
  .hero__txt {
    font-size: 18px;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-add__item1 {
    font-size: 24px;
    padding: 20px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    margin: 10px auto 10px;
  }
}

@media only screen and (max-width: 375px) {
  .hero__title {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .hero__btn {
    padding: 16px 10px;
    font-size: 18px;
    max-width: 340px;
  }
  .hero__txt {
    font-size: 16px;
  }
  .hero-add__item1 {
    font-size: 22px;
    padding: 16px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 19px;
    margin: 10px auto 10px;
    max-width: 200px;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.hero {
  padding-top: 85px;
  background: url(../img/heroBg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 460px;
  height: -webkit-calc(100vh - 160px);
  height: calc(100vh - 160px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__descr {
  max-width: 535px;
}

.hero__title {
  font-family: "MontserratExtraBold";
  line-height: 50px;
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
}

.hero__btn {
  width: 100%;
  margin-bottom: 5px;
}

.hero__txt {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

.hero-add {
  border: 5px solid #0e1027;
  background-color: #f4f4f4;
  min-height: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-add__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-add__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

.hero-add__item1 {
  background: url(../img/arrowYellow.png) no-repeat center center;
  background-size: contain;
  color: #000;
  font-size: 28px;
  font-family: "MontserratExtraBold";
  padding: 20px;
}

.hero-add__item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 15px 50%;
  font-size: 28px;
  color: #000;
}

.hero-add__item2 {
  padding: 3px 15px 3px 110px;
  border-right: 2px solid rgba(156, 156, 156, 0.4);
}

.hero-add__item3 {
  padding: 3px 15px 3px 130px;
}

@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 37px;
  }
  .hero__descr {
    max-width: 58%;
  }
  .hero__btn {
    padding: 18px 15px;
    font-size: 30px;
  }
  .hero-add__item1 {
    background: url(../img/arrowYellow.png) no-repeat center center;
    background-size: contain;
    font-size: 26px;
    padding: 20px 15px;
  }
  .hero-add__item {
    background-size: contain;
    background-position: 15px 50%;
    font-size: 26px;
  }
  .hero-add__item2 {
    padding: 0px 5px 0px 80px;
    border-right: 2px solid rgba(156, 156, 156, 0.4);
  }
  .hero-add__item3 {
    padding: 0px 5px 0px 85px;
  }
}

@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 31px;
  }
  .hero__descr {
    max-width: 65%;
  }
  .hero__btn {
    padding: 16px 15px;
    font-size: 27px;
  }
  .hero-add__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
  }
  .hero-add__item1 {
    background: url(../img/arrowYellow.png) no-repeat center center;
    background-size: contain;
    font-size: 22px;
    padding: 20px 5px;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    text-align: center;
  }
  .hero-add__item2 {
    padding: 70px 12px 0px 12px;
    border-right: 2px solid rgba(156, 156, 156, 0.4);
  }
  .hero-add__item3 {
    padding: 70px 12px 0px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    max-height: 500px;
  }
  .hero__title {
    font-size: 32px;
    text-align: center;
  }
  .hero__descr {
    max-width: 100%;
  }
  .hero__btn {
    padding: 16px 15px;
    font-size: 24px;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-add__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-add__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .hero-add__item1 {
    background: #FFF227;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
  }
  .hero-add__item2 {
    padding: 70px 12px 0px 12px;
    border-right: 0;
  }
  .hero-add__item3 {
    padding: 70px 12px 0px 12px;
  }
}

@media only screen and (max-width: 480px) {
  .hero__title {
    text-align: center;
    line-height: 1.3;
  }
  .hero__btn {
    padding: 16px 10px;
    font-size: 19px;
    max-width: 340px;
  }
  .hero__txt {
    font-size: 18px;
  }
  .hero-add__colC, .hero-add__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-add__item1 {
    font-size: 24px;
    padding: 20px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 21px;
    margin: 10px auto 10px;
  }
}

@media only screen and (max-width: 375px) {
  .hero__title {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }
  .hero__btn {
    padding: 16px 10px;
    font-size: 18px;
    max-width: 340px;
  }
  .hero__txt {
    font-size: 16px;
  }
  .hero-add__item1 {
    font-size: 22px;
    padding: 16px 0;
  }
  .hero-add__item {
    background-size: auto 50px;
    background-position: 50% 10px;
    font-size: 19px;
    margin: 10px auto 10px;
    max-width: 200px;
  }
}

/* -------------------------------------
	autopark
	------------------------------------- */
.autopark {
  padding: 40px 0 0 0;
}

.autopark__title {
  margin: 15px 0 20px;
}

.autopark__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.autopark__colImg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  max-width: 56%;
}

.autopark__colDescr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}

.autopark__headline {
  color: #000000;
  font-family: "MontserratBlack";
  font-size: 38px;
  margin-bottom: 28px;
}

.autopark__list {
  font-size: 23px;
  margin-bottom: 20px;
}

.autopark__item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
}

.autopark__img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.autopark__img-block {
  position: relative;
}

.autopark__long {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 23px;
  background: #eaf207;
  padding: 8px 17px 12px;
  text-align: center;
}

.autopark__price {
  position: absolute;
  right: 37px;
  top: 10px;
  width: 104px;
  height: 104px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  background: #0489d4;
  text-align: center;
  padding: 25px 0;
  font-family: "MontserratExtraBold";
}

.autopark__price-time {
  font-size: 23px;
}

.autopark__price-cost {
  font-size: 19px;
}

.autopark__txt {
  font-family: "MontserratExtraBold";
  font-size: 16px;
}

.autopark__btn {
  margin: 10px 0;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .autopark__colImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .autopark__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  }
  .autopark__list {
    font-size: 22px;
  }
  .autopark__txt {
    font-size: 15px;
  }
  .autopark__btn {
    font-size: 30px;
  }
  .autopark__headline {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .autopark__colImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .autopark__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {
  .autopark__list {
    font-size: 21px;
  }
  .autopark__txt {
    font-size: 15px;
  }
  .autopark__btn {
    font-size: 28px;
  }
  .autopark__headline {
    font-size: 34px;
  }
  .autopark__price {
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    height: 95px;
    padding: 20px 0;
  }
  .autopark__price-time {
    font-size: 20px;
  }
  .autopark__price-cost {
    font-size: 18px;
  }
  .autopark__long {
    padding: 6px 10px 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .autopark__list {
    font-size: 20px;
  }
  .autopark__txt {
    font-size: 14px;
  }
  .autopark__txt br {
    display: none;
  }
  .autopark__btn {
    font-size: 26px;
    padding: 15px;
  }
  .autopark__headline {
    font-size: 30px;
  }
  .autopark__price {
    width: 90px;
    height: 90px;
    padding: 20px 0;
  }
  .autopark__price-time {
    font-size: 19px;
  }
  .autopark__price-cost {
    font-size: 17px;
  }
  .autopark__long {
    padding: 6px 10px 8px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .autopark__list {
    font-size: 18px;
  }
  .autopark__txt {
    font-size: 13px;
  }
  .autopark__btn {
    font-size: 24px;
    padding: 13px;
  }
  .autopark__headline {
    font-size: 25px;
  }
  .autopark__price {
    width: 85px;
    height: 85px;
    padding: 20px 0;
  }
  .autopark__price-time {
    font-size: 18px;
  }
  .autopark__price-cost {
    font-size: 16px;
  }
  .autopark__long {
    padding: 5px 7px 7px;
    font-size: 18px;
  }
}

/* -------------------------------------
	services
	------------------------------------- */
.services__title {
  margin-bottom: 35px;
}

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

.services__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 30px;
}

.services__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__icon {
  display: block;
  width: 194px;
  height: 194px;
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #eaf207;
  background-size: auto;
  position: relative;
}

.services__descr {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  background-color: #0489d4;
  margin-left: -110px;
  padding: 20px 15px 20px 110px;
}

.services__txt {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}

.services__btn {
  text-decoration: underline;
  font-size: 28px;
  color: #eaf207;
  font-family: "MontserratBoldItalic";
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

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

@media only screen and (max-width: 1199px) {
  .services__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 30px;
  }
  .services__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services__icon {
    width: 165px;
    height: 165px;
  }
  .services__descr {
    margin-left: -110px;
    padding: 17px 15px 17px 78px;
  }
  .services__btn {
    font-size: 25px;
  }
  .services__txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .services__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 480px;
  }
  .services__icon {
    width: 170px;
    height: 170px;
  }
}

@media only screen and (max-width: 480px) {
  .services__title {
    margin-bottom: 0;
  }
  .services__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 480px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .services__item {
    display: block;
  }
  .services__icon {
    width: 140px;
    height: 140px;
    background-size: 80px 80px;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .services__icon2 {
    background-size: 100%;
  }
  .services__descr {
    margin: 0 auto;
    padding: 80px 15px 20px 15px;
    text-align: center;
    max-width: 290px;
    width: 100%;
  }
  .services__btn {
    font-size: 23px;
  }
  .services__txt {
    font-size: 22px;
  }
}

/* -------------------------------------
	advantages
	------------------------------------- */
.advantages {
  padding-bottom: 100px;
}

.advantages__title {
  color: #000000;
  font-family: "MontserratExtraBold";
  font-size: 30px;
  line-height: 1.25;
  text-transform: uppercase;
  background: #eaf207;
  padding: 37px 20px;
  margin: 20px 0;
}

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

.advantages__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 30px;
}

.advantages__icon {
  width: 186px;
  height: 186px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.advantages__txt {
  color: #000000;
  font-family: "MontserratExtraBold";
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .advantages__title {
    font-size: 26px;
  }
  .advantages__txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .advantages__title {
    font-size: 24px;
    padding: 15px 15px;
  }
  .advantages__txt {
    font-size: 20px;
  }
  .advantages__row {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .advantages__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .advantages__title {
    font-size: 20px;
    padding: 15px 15px;
  }
  .advantages__icon {
    background-size: contain;
    width: 150px;
    height: 150px;
  }
  .advantages__txt {
    font-size: 20px;
  }
  .advantages__row {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .advantages__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .advantages__title {
    font-size: 18px;
  }
  .advantages__icon {
    width: 130px;
    height: 130px;
  }
  .advantages__txt {
    font-size: 18px;
  }
}

/* -------------------------------------
	reviews-video
	------------------------------------- */
.reviews {
  padding: 30px 0 50px;
}

.reviews__title {
  margin-bottom: 45px;
}

.reviews__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.reviews__colVideo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.reviews__videoBlock {
  padding: 0;
}

.reviews .slick-wrapper .slick-list {
  margin: 0 -10px;
  overflow: hidden;
}

.reviews .playVideo {
  border-radius: 100%;
  -webkit-box-shadow: 0 0 1px 15px rgba(4, 137, 212, 0.5);
          box-shadow: 0 0 1px 15px rgba(4, 137, 212, 0.5);
  width: 114px;
  height: 114px;
  background: #0489d4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reviews .playVideo:before {
  position: absolute;
  content: " ";
  border: 25px solid transparent;
  border-left: 25px solid #eaf207;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-15%, -50%);
      -ms-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.reviews .playVideo:hover {
  -webkit-box-shadow: 0 0 1px 0 rgba(4, 137, 212, 0.5);
          box-shadow: 0 0 1px 0 rgba(4, 137, 212, 0.5);
}

.reviews__videoBlockWrapper {
  position: relative;
  display: block;
  margin: 0 15px 30px;
}

.reviews__info {
  position: absolute;
  bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  width: 100%;
  padding: 5px 10px;
}

.reviews__name {
  font-family: "MontserratExtraBold";
  font-size: 26px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  text-transform: uppercase;
}

.reviews__city {
  font-size: 20px;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  text-align: right;
}

.reviews .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;
}

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

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

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

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

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

.reviews .slick-track:before {
  display: table;
  content: '';
}

.reviews .slick-track:after {
  display: table;
  content: '';
  clear: both;
}

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

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

.reviews .slick-slide:focus {
  outline: 0;
}

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

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

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

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

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

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

.reviews .slick-prev, .reviews .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  cursor: pointer;
  opacity: .9;
  border: none;
  outline: none;
  bottom: -63px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.reviews .slick-prev::before, .reviews .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border: 2px solid #6a5cb0;
  width: 1rem;
  height: 1rem;
}

.reviews .slick-prev::before {
  left: 10px;
  border-right: 0;
  border-top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.reviews .slick-next::before {
  right: 10px;
  border-left: 1px;
  border-bottom: 1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.reviews .slick-prev {
  left: 35%;
}

.reviews .slick-next {
  right: 35%;
}

.reviews .slick-prev:hover, .reviews .slick-prev:focus,
.reviews .slick-next:hover,
.reviews .slick-next:focus {
  outline: none;
  opacity: 1;
}

.reviews .slick-prev:hover:before, .reviews .slick-prev:focus:before {
  opacity: 1;
}

.reviews .slick-next:hover:before, .reviews .slick-next:focus:before {
  opacity: 1;
}

.reviews .slick-prev.slick-disabled:before, .reviews .slick-next.slick-disabled:before {
  opacity: .25;
}

.reviews .slick-prev:before, .reviews .slick-next:before {
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.reviews .slick-prev:before {
  content: '←';
  font-size: 0;
}

.reviews .slick-next:before {
  content: '→';
  font-size: 0;
}

.reviews .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.reviews .slick-dots {
  position: absolute;
  bottom: -37px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.reviews .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.reviews .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #000;
}

.reviews .slick-dots li button:hover, .reviews .slick-dots li button:focus {
  outline: none;
}

.reviews .slick-dots li button:hover:before, .reviews .slick-dots li button:focus:before {
  opacity: 1;
}

.reviews .slick-dots li.slick-active button {
  opacity: 1;
  color: black;
  background: black;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 991px) {
  .reviews__videoBlock {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .reviews__videoBlock {
    max-width: 360px;
    margin: 0 auto;
  }
  .reviews .playVideo {
    -webkit-box-shadow: 0 0 1px 6px rgba(4, 137, 212, 0.5);
            box-shadow: 0 0 1px 6px rgba(4, 137, 212, 0.5);
    width: 60px;
    height: 60px;
  }
  .reviews .playVideo:before {
    border: 15px solid transparent;
    border-left: 15px solid #eaf207;
  }
  .reviews__name {
    font-size: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .reviews__city {
    font-size: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .reviews .slick-prev, .reviews .slick-next {
    bottom: -40px;
  }
}

@media only screen and (max-width: 375px) {
  .reviews .playVideo {
    -webkit-box-shadow: 0 0 1px 6px rgba(4, 137, 212, 0.5);
            box-shadow: 0 0 1px 6px rgba(4, 137, 212, 0.5);
    width: 50px;
    height: 50px;
  }
  .reviews .playVideo:before {
    border: 12px solid transparent;
    border-left: 12px solid #eaf207;
  }
  .reviews__name {
    font-size: 16px;
  }
  .reviews__city {
    font-size: 15px;
  }
  .reviews__videoBlockWrapper {
    margin: 0 15px 20px;
  }
}

/* -------------------------------------
	reviews-photo
	------------------------------------- */
.testimonials {
  margin: 0;
  padding-top: 5px;
}

.testimonials .slick-slider {
  margin: 0;
}

.testimonials__item {
  margin: 0 6px;
}

.testimonials .slick-slide {
  margin: 0;
}

.testimonials .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;
}

.testimonials .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 465px;
  margin: 0;
  padding: 0;
}

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

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

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

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

.testimonials .slick-track:before {
  display: table;
  content: '';
}

.testimonials .slick-track:after {
  display: table;
  content: '';
  clear: both;
}

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

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

.testimonials .slick-slide:focus {
  outline: 0;
}

.testimonials .slick-slide {
  max-height: 465px;
}

.testimonials .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

.testimonials .slick-prev, .testimonials .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  width: 29px;
  height: 29px;
  background: #0489d4;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  border: none;
  outline: none;
  top: -80px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.testimonials .slick-prev::before, .testimonials .slick-next::before {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}

.testimonials .slick-prev::before {
  left: -3px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.testimonials .slick-next::before {
  right: -3px;
}

.testimonials .slick-prev {
  right: 18vw;
}

.testimonials .slick-next {
  right: 15vw;
}

.testimonials .slick-prev:hover, .testimonials .slick-prev:focus,
.testimonials .slick-next:hover,
.testimonials .slick-next:focus {
  outline: none;
  opacity: 1;
}

.testimonials .slick-prev:hover:before, .testimonials .slick-prev:focus:before {
  opacity: 1;
}

.testimonials .slick-next:hover:before, .testimonials .slick-next:focus:before {
  opacity: 1;
}

.testimonials .slick-prev.slick-disabled:before, .testimonials .slick-next.slick-disabled:before {
  opacity: .25;
}

.testimonials .slick-prev:before, .testimonials .slick-next:before {
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonials .slick-prev:before {
  content: '←';
  font-size: 0;
}

.testimonials .slick-next:before {
  content: '→';
  font-size: 0;
}

.testimonials .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.testimonials .slick-dots {
  position: absolute;
  bottom: -37px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testimonials .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.testimonials .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #000;
}

.testimonials .slick-dots li button:hover, .testimonials .slick-dots li button:focus {
  outline: none;
}

.testimonials .slick-dots li button:hover:before, .testimonials .slick-dots li button:focus:before {
  opacity: 1;
}

.testimonials .slick-dots li.slick-active button {
  opacity: 1;
  color: black;
  background: black;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media only screen and (max-width: 1199px) {
  .testimonials .slick-prev {
    right: 10vw;
  }
  .testimonials .slick-next {
    right: 5vw;
  }
}

@media only screen and (max-width: 575px) {
  .testimonials .slick-prev {
    right: 60px;
  }
  .testimonials .slick-next {
    right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonials {
    max-width: 270px;
    margin: 0 auto;
  }
  .testimonials .slick-prev {
    right: 50px;
    top: -30px;
  }
  .testimonials .slick-next {
    right: 0px;
    top: -30px;
  }
}

/* -------------------------------------
	form-order
	------------------------------------- */
.form-order {
  overflow-x: hidden;
  background: url(../img/road.jpg) no-repeat left center;
  background-size: 60% auto;
  min-height: 540px;
  position: relative;
}

.form-order .container {
  z-index: 2;
}

.form-order:before {
  content: '';
  position: absolute;
  right: -200px;
  top: 0;
  width: 66%;
  height: 100%;
  background: #191B30;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: 1;
}

.form-order:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 66%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.form-order__headline {
  color: #ffffff;
  font-family: "MontserratExtraBold";
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.form-order__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-order__colL {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  max-width: 62%;
}

.form-order__colR {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
  padding-top: 54px;
}

.form-order__footer {
  margin-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-order__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: block;
}

.form-order__logo img {
  max-width: 163px;
}

.form-order__copyright {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-order__copyright-txt1 {
  color: #ffffff;
  font-family: "MontserratThin";
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 5px;
}

.form-order__copyright-txt2 {
  color: #ffffff;
  font-family: "MontserratThin";
  font-size: 11px;
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-align: right;
}

.form-order__copyright-link {
  font-family: "MontserratBlack";
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.form-order__copyright-link:hover {
  color: #eaf207;
}

.myForm {
  padding: 0 15px;
}

.myForm__field {
  border-bottom: 2px solid #fff;
  margin-bottom: 11px;
}

.myForm input:not([type=submit]) {
  color: #ffffff;
  font-size: 23px;
  width: 100%;
  display: block;
  padding: 5px 5px 7px 0;
}

.myForm__submit {
  background: #0489d4;
  -webkit-box-shadow: 0 0 1px 12px rgba(4, 137, 212, 0.3);
          box-shadow: 0 0 1px 12px rgba(4, 137, 212, 0.3);
  margin: 35px auto 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
}

.myForm__submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #eaf207;
}

.myForm input[type=submit] {
  font-family: "MontserratBlack";
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  padding: 24px 5px;
}

.myForm .privace {
  color: #ffffff;
  font-family: "MontserratThin";
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .form-order {
    background: url(../img/road.jpg) no-repeat left center;
    background-size: 100% auto;
    min-height: 500px;
  }
  .form-order__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57%;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
  }
  .form-order__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding-top: 54px;
  }
  .form-order:before {
    right: -200px;
    width: 72%;
  }
  .form-order:after {
    width: 66%;
  }
  .form-order__headline {
    font-size: 28px;
  }
  .myForm .privace {
    font-size: 12px;
  }
  .myForm input[type=submit] {
    font-size: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .form-order {
    background: url(../img/road.jpg) no-repeat left center;
    background-size: 100% auto;
    min-height: 450px;
  }
  .form-order__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
  }
  .form-order__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    padding-top: 54px;
  }
  .form-order:before {
    right: -200px;
    width: 82%;
  }
  .form-order:after {
    width: 66%;
  }
  .form-order__headline {
    font-size: 26px;
  }
  .form-order__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    display: block;
  }
  .form-order__logo img {
    max-width: 140px;
  }
  .form-order__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .myForm .privace {
    font-size: 10px;
  }
  .myForm input:not([type=submit]) {
    font-size: 21px;
  }
  .myForm input[type=submit] {
    font-size: 20px;
    padding: 18px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .form-order {
    background: url(../img/road.jpg) no-repeat left center;
    background-size: cover;
    min-height: 450px;
    padding-bottom: 50px;
  }
  .form-order__colL {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form-order__colR {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .form-order__img {
    max-width: 260px;
    margin: 15px auto 0;
  }
  .form-order:before {
    right: 0;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .form-order__footer {
    max-width: 340px;
    margin: 20px auto 0;
  }
  .myForm {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .form-order__headline {
    font-size: 24px;
  }
  .form-order__img {
    max-width: 220px;
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 375px) {
  .form-order__headline {
    font-size: 22px;
  }
  .form-order__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    display: block;
  }
  .form-order__logo img {
    max-width: 120px;
  }
  .form-order__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .form-order__copyright-txt1 {
    font-size: 9px;
  }
  .form-order__copyright-txt2 {
    font-size: 10px;
  }
  .myForm .privace {
    font-size: 9px;
  }
  .myForm input:not([type=submit]) {
    font-size: 20px;
  }
  .myForm input[type=submit] {
    font-size: 18px;
    padding: 18px 5px;
  }
}

/* -------------------------------------
	footer
	------------------------------------- */
/* -------------------------------------
	popups
	------------------------------------- */
.cd-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup .container {
  max-width: 500px;
}

.cd-popup .myForm {
  max-width: 400px;
  margin: 0 auto;
}

.cd-popup-container {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .25em .25em .4em .4em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 12px;
  right: 22px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 18px;
  height: 4px;
  background-color: #000;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 6px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: #000;
  white-space: nowrap;
}

.popupContainerWrap {
  background: #27345E;
  color: #fff;
  padding: 60px 15px 20px;
  max-width: 500px;
}

/* popup end */
.simplebar-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 375px) {
  .popupContainerWrap {
    padding: 60px 5px 20px;
  }
}
