@charset "UTF-8";
/*Обнуление*/
*, *:before, *:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

a, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

nav, footer, header, aside, section, main, legend {
  display: block;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img, svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p + p {
  margin-top: 1em;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active, button:focus, button:active {
  outline: none;
}

label {
  cursor: pointer;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?v2akc1");
  src: url("../fonts/icons.eot?v2akc1#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?v2akc1") format("truetype"), url("../fonts/icons.woff?v2akc1") format("woff"), url("../fonts/icons.svg?v2akc1#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-check:before {
  content: "\f00c";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-phone:before {
  content: "\f095";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-quote-right:before {
  content: "\f10e";
}

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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.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;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

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

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

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  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;
}

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
}

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

.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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;
}

.fancybox-loading {
  animation: a 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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  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;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

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

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (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;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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;
  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: 50%;
  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;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

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

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

body {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5e5e5e;
}

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: block;
  margin-left: -100000px;
  background: transparent;
  font-size: 0;
}

.no-scroll {
  overflow: hidden;
}

.default-btn {
  position: relative;
  display: inline-block;
  padding: 8px 30px 8px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #ffc222;
  border-right-width: 20px;
  cursor: pointer;
  outline: none;
}
.default-btn::after {
  font-family: "icons" !important;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  font-family: "Roboto", sans-serif;
}

.header__top {
  background-color: #303030;
}

.header__contacts {
  display: flex;
  align-items: center;
}

a.header__phone,
a.header__email {
  position: relative;
  color: #cbcbcb;
  letter-spacing: 0.25px;
}

a.header__phone {
  padding: 0 30px 0 20px;
}
a.header__phone::before {
  font-family: "icons" !important;
  content: "\f095";
  position: absolute;
  left: 0;
  color: #ffc222;
}

a.header__email {
  padding-left: 24px;
}
a.header__email::before {
  font-family: "icons" !important;
  content: "\f003";
  position: absolute;
  left: 0;
  color: #ffc222;
}

a.header__btn {
  position: relative;
  padding: 5px 20px 4px 50px;
  margin-left: auto;
  font-size: 16px;
  line-height: 36px;
  color: #1b1b1b;
  background-color: #ffc222;
}
a.header__btn::before {
  font-family: "icons" !important;
  content: "\f0b1";
  position: absolute;
  left: 22px;
  color: #1b1b1b;
}

.header__content {
  padding: 34px 0px 23px;
}

.header__content-inner {
  display: flex;
  justify-content: space-between;
}

.menu li {
  display: inline-block;
}
.menu a {
  padding: 0 16px;
  font-size: 16px;
  color: #323232;
  line-height: 36px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
.menu a:hover {
  border: 1px solid #ffc222;
  opacity: 0.9;
}
.menu li + li {
  margin-left: 10px;
}

.modal {
  display: none;
}

.header__btn-menu {
  display: none;
  font-size: 28px;
}

.slider {
  min-height: 500px;
  background-image: url(../images/slider/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider__inner {
  position: relative;
}

.slider__item-content {
  max-width: 665px;
  padding-top: 110px;
  margin: 0 auto;
  text-align: center;
}

.slider__title {
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.slider__text {
  margin-bottom: 50px;
  font-size: 18px;
  color: #d3d2d2;
  line-height: 24px;
}

a.slider__btn {
  color: #fff;
}

a.default-btn {
  position: relative;
  display: inline-block;
  padding: 8px 30px 8px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #ffc222;
  border-right-width: 20px;
  cursor: pointer;
  outline: none;
}
a.default-btn::after {
  font-family: "icons" !important;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.slick-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70%;
  font-family: "icons" !important;
  border: 1px solid #fff;
  background-color: #ffc222;
  cursor: pointer;
  outline: none;
  z-index: 3;
}
.slick-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.slick-btn.slick-disabled {
  background-color: transparent;
  cursor: default;
}

.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\f105";
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\f104";
}

.services {
  padding: 50px 30px;
}

.services__top,
.news__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.services__title-box,
.form__title-box,
.news__title-box {
  max-width: 520px;
  padding-left: 140px;
  position: relative;
}
.services__title-box::before,
.form__title-box::before,
.news__title-box::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 0;
  top: 11px;
  background-color: #ffc222;
}

.services__title,
.form__title,
.news__title {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #212020;
}

.services__text,
.form__text,
.news__text {
  letter-spacing: 0.1px;
}

.services__btn a,
.news__btn a {
  padding: 5px 38px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #373636;
  border: 3px solid #e6e6e6;
}

.services__items {
  display: flex;
  justify-content: space-between;
}

.services__item {
  position: relative;
  max-width: 360px;
  min-height: 375px;
  padding: 30px 0px 80px;
  text-align: center;
  box-shadow: 0px 7px 24.3px 2.7px rgba(91, 89, 89, 0.14);
  background-color: #f9f9f9;
}

.services__item-title {
  padding: 24px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #212020;
}

.services__item-text {
  padding: 0 30px 30px;
  letter-spacing: 0.1px;
}

.services__item-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.services__item-btn .default-btn {
  color: #373636;
}
.services__item-btn .default-btn::after {
  color: #fff;
}

.services__item-link {
  margin-right: 60px;
  font-family: "Roboto", sans-serif;
  color: #050505;
  border-bottom: 1px solid #050505;
}

.about {
  min-height: 300px;
  padding: 20px 0px 45px;
  background-image: url(../images/about/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__inner {
  max-width: 545px;
}

.about__title {
  padding: 10px 0px 25px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.about__text {
  margin-bottom: 30px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #d3d2d2;
}

a.about__btn {
  color: #fff;
}
a.about__btn::after {
  color: #000;
}

.form {
  padding-top: 50px;
}

.form__inner {
  min-height: 460px;
  padding-bottom: 40px;
  background-image: url(../images/form/lady.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.form__box {
  max-width: 850px;
  padding-top: 45px;
}

.form__box-inner {
  display: flex;
  justify-content: space-between;
}
.form__box-inner .jq-selectbox.jqselect {
  width: 100%;
  display: block;
}
.form__box-inner .jq-selectbox__select {
  height: 40px;
  padding-left: 17px;
  border: 1px solid #e6e6e6;
}
.form__box-inner .jq-selectbox__trigger-arrow::after {
  font-family: "icons" !important;
  content: "\f105";
  position: absolute;
  right: 17px;
  top: 0;
  transform: rotate(90deg);
}
.form__box-inner .jq-selectbox__dropdown {
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #e6e6e6;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.form__box-inner .jq-selectbox li {
  min-height: 18px;
  padding: 5px 17px 6px;
  color: #231F20;
}
.form__box-inner .jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.form__box-inner .jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.form__box-inner .jq-selectbox li.disabled {
  color: #AAA;
}
.form__box-inner .jq-selectbox li.disabled:hover {
  background: none;
}
.form__box-inner .jq-selectbox li.optgroup {
  font-weight: bold;
}
.form__box-inner .jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.form__box-inner .jq-selectbox li.option {
  padding-left: 25px;
}
.form__box-inner label {
  font-family: "Roboto", sans-serif;
  line-height: 36px;
  color: #282828;
}
.form__box-inner input {
  height: 40px;
  margin-bottom: 8px;
  padding: 0px 10px;
  border: 1px solid #e6e6e6;
}
.form__box-inner textarea {
  height: 208px;
  padding: 10px;
  margin-bottom: 43px;
  border: 1px solid #e6e6e6;
  resize: none;
}
.form__box-inner label, .form__box-inner input, .form__box-inner textarea {
  width: 100%;
  display: block;
}
.form__box-inner button {
  margin-left: auto;
}

.form__box-left {
  max-width: 260px;
  width: 100%;
}

.form__box-right {
  max-width: 555px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.advantages {
  min-height: 285px;
  padding: 55px 0px 40px;
  background-image: url(../images/advantages/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantages__inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.advantages__item {
  max-width: 360px;
  padding: 0px 15px;
}

.advantages__title {
  position: relative;
  padding: 60px 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.advantages__title::before {
  width: 40px;
  height: 40px;
  position: absolute;
  content: "";
  background-image: url(../images/advantages/icon.png);
  top: 0;
  left: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.advantages__text {
  color: #d3d2d2;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.news {
  padding: 55px 0px 110px;
  background-color: #f9f9f9;
}

.news__inner {
  display: flex;
  justify-content: space-between;
}

.news__slider {
  position: relative;
  max-width: 555px;
  width: 100%;
  padding: 60px 35px 45px 70px;
  box-shadow: 0px 5px 15.36px 0.64px rgba(128, 127, 127, 0.13);
  background-color: #fff;
}
.news__slider::before {
  position: absolute;
  top: 0;
  left: 70px;
  font-family: "icons" !important;
  content: "\f10e";
  width: 65px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #ffc222;
}

.news__slider-inner .slick-btn {
  top: auto;
  bottom: -110px;
}
.news__slider-inner .slick-next {
  right: -35px;
}
.news__slider-inner .slick-prev {
  left: auto;
  right: 20px;
}
.news__slider-inner .slick-disabled {
  border-color: #dadada;
}
.news__slider-inner .slick-disabled::before {
  color: #dadada;
}

.news__slider-title {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #242424;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.news__slider-text {
  margin-bottom: 30px;
}

.news__slider-author {
  font-family: "Roboto", sans-serif;
  color: #212020;
  letter-spacing: 0.1px;
}

.news__blog {
  max-width: 260px;
  width: 100%;
}

.news__images {
  position: relative;
}

.news__date {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 10px;
  padding-top: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #ffc222;
}

.news__blog-title {
  padding: 12px 0px;
  font-family: "Roboto", sans-serif;
  color: #242424;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
}

.news__blog-text {
  letter-spacing: 0.1px;
}

.footer__content {
  padding: 20px 0px 30px;
  background-color: #595959;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__info {
  max-width: 360px;
}

.footer_title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500px;
  color: #fff;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.footer_text {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  color: #d3d2d2;
}

.footer__list {
  padding-top: 10px;
}
.footer__list a {
  padding-left: 33px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #fff;
}
.footer__list a::before {
  font-family: "icons" !important;
  content: "\f003";
  position: absolute;
  left: 0;
  color: #ffc222;
}
.footer__list li {
  margin-top: 10px;
}

a.footer__phone::before {
  content: "\f095";
  left: 3px;
}

a.footer__adress::before {
  content: "\f041";
  left: 3px;
}

.footer__map {
  max-width: 630px;
  width: 100%;
  padding-top: 10px;
}
.footer__map iframe {
  width: 100%;
  height: 250px;
}

.footer_copy {
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  background-color: #303030;
}

#modal {
  width: 300px;
}
#modal input {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  padding: 0px 10px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #e6e6e6;
}
#modal input[type=submit] {
  background-color: #ffc222;
  border: none;
}

@media (max-width: 1156px) {
  .services__items {
    display: block;
  }
  .services__item {
    max-width: 80%;
    min-height: 330px;
    margin: 30px auto;
  }
  .form__inner {
    background-image: none;
  }
  .form__box-inner {
    display: block;
  }
  .form__box-inner .jq-selectbox__select {
    margin-bottom: 10px;
  }
  .form__box-left {
    max-width: 100%;
  }
  .form__box-right {
    max-width: 100%;
  }
  .news {
    padding-bottom: 60px;
  }
  .news__inner {
    display: block;
  }
  .news__slider {
    max-width: 100%;
    margin-bottom: 90px;
  }
  .news__blog-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media (max-width: 1050px) {
  .footer__inner {
    display: block;
  }
  .footer__info {
    max-width: 465px;
    margin-bottom: 30px;
  }
  .footer__map {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .slider .slick-btn {
    display: none;
  }
  .services__top,
  .news__top {
    display: block;
  }
  .services__title-box,
  .form__title-box,
  .news__title-box {
    margin: 0 auto 30px;
    padding-left: 0;
    text-align: center;
  }
  .services__title-box::before,
  .form__title-box::before,
  .news__title-box::before {
    display: none;
  }
  .services__btn,
  .news__btn {
    text-align: center;
  }
  .form {
    padding-bottom: 25px;
  }
  .advantages__inner {
    display: block;
  }
  .advantages__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .header__contacts {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
  }
  a.header__btn {
    max-width: 420px;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-top: 15px;
    text-align: center;
  }
  a.header__btn::before {
    display: none;
  }
  .header__btn-menu {
    display: block;
  }
  .menu ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
    z-index: 50;
  }
  .menu li {
    display: block;
    text-align: center;
  }
  .menu li + li {
    margin-left: 0;
  }
  .menu a {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #ffc222;
  }
  .news__blog-wrapper {
    display: block;
    text-align: center;
  }
  .news__blog {
    display: inline-block;
  }
  .news__blog:last-child {
    margin-left: 34px;
  }
}
@media (max-width: 600px) {
  .services {
    padding: 50px 0px;
  }
  .services__item {
    max-width: 100%;
    min-height: 375px;
    margin: 30px auto;
  }
  .news__blog:last-child {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 540px) {
  .news__slider {
    padding: 50px 15px 25px 30px;
  }
  .news__slider::before {
    left: 30px;
  }
  .news__slider .slick-btn {
    bottom: -90px;
  }
  .news__slider .slick-next {
    right: -17px;
  }
  .news__slider .slick-prev {
    right: 38px;
  }
}
@media (max-width: 414px) {
  .slider__title {
    font-size: 24px;
  }
  .slider__text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  a.header__btn::before {
    display: block;
  }
  .advantages__item {
    padding: 0;
  }
}
@media (max-width: 378px) {
  a.header__phone {
    margin-bottom: 15px;
    margin-left: 14px;
  }
}
@media (min-width: 700px) {
  .menu ul {
    display: block !important;
  }
}/*# sourceMappingURL=main.css.map */