* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea {
  border-radius: 0px;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  display: block;
}
button:focus {
  outline: none;
}
img {
  display: block;
  border: none;
  max-width: 100%;
}
.hide-mobile {
  display: block;
}
.hide-desc {
  display: none;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Light.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Medium.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Black.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro/GothamPro-Bold.woff2') format('woff2'), url('../fonts/GothamPro/GothamPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('../fonts/GothamProNarrow/GothamProNarrow-Bold.woff2') format('woff2'), url('../fonts/GothamProNarrow/GothamProNarrow-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('../fonts/GothamProNarrow/GothamProNarrow-Medium.woff2') format('woff2'), url('../fonts/GothamProNarrow/GothamProNarrow-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*:focus {
  outline: none;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.js-focus-visible .focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 6px #06c !important;
  border-radius: 4px;
}
.site-container {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top) {
  padding-top: 100px;
}
.site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top).site-block-paddings-vertical--big-top {
  padding-top: 140px;
}
.site-block-paddings-vertical:not(.site-block-paddings-vertical--without-bottom) {
  padding-bottom: 100px;
}
.site-block-paddings-vertical:not(.site-block-paddings-vertical--without-bottom).site-block-paddings-vertical--big-bottom {
  padding-bottom: 140px;
}
.site-grid {
  display: grid;
  gap: 28px;
}
.site-grid--x1 {
  grid-template-columns: repeat(1, 1fr);
}
.site-grid--x2 {
  grid-template-columns: repeat(2, 1fr);
}
.site-grid--x3 {
  grid-template-columns: repeat(3, 1fr);
}
.site-grid--x4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023px) {
  .site-grid--x3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-grid--x4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .site-grid--x2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-grid--x3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-grid--x4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .hide-mobile {
    display: none;
  }
  .hide-desc {
    display: block;
  }
  .site-footer__developer {
    text-align: center;
  }
}
[hidden] {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  background-color: white;
  line-height: 1.3;
}
h1,
.h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
h1:not([class]),
.h1 {
  margin-bottom: 40px;
}
h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
}
h2:not([class]) {
  margin-bottom: 32px;
}
.section-title {
  text-align: center;
  margin-bottom: 86px;
}
.section-title--left {
  text-align: left;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h3:not([class]) {
  margin-top: 40px;
  margin-bottom: 24px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
}
h4:not([class]) {
  margin-top: 32px;
  margin-bottom: 24px;
}
h5 {
  font-size: 14px;
  text-transform: uppercase;
}
h5:not([class]) {
  margin-top: 32px;
  margin-bottom: 16px;
}
.site-big-note {
  font-weight: 600;
  font-size: 14px;
}
.site-note {
  font-size: 12px;
}
.site-tag {
  font-weight: 600;
  font-size: 12px;
}
.w100 {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.w100--without-overflow {
  overflow: visible;
}
ul:not(.list-reset),
ol:not(.list-reset) {
  padding-left: 20px;
  margin: 24px 0;
}
ul:not(.list-reset) li + li,
ol:not(.list-reset) li + li {
  margin-top: 14px;
}
.list-reset {
  list-style-type: none;
}
p {
  line-height: 26px;
}
p + p {
  margin-top: 24px;
}
.site-table {
  overflow: auto;
  margin: 32px 0;
  padding-left: 32px;
  width: calc(100% + 64px);
  margin-left: -32px;
  display: flex;
  align-items: flex-start;
}
.site-table::after {
  content: "";
  width: 32px;
  flex-shrink: 0;
  height: 1px;
}
.site-table.site-table--without-gap {
  margin: 0;
}
.site-table table {
  width: 100%;
  min-width: 870px;
  border-collapse: collapse;
  font-size: 14px;
}
.site-table table th,
.site-table table td {
  border: 1px solid rgba(31, 31, 31, 0.08);
}
.site-table table td {
  padding: 14px 16px;
}
.site-table thead th {
  background-color: #F8F9FB;
  text-align: left;
  padding: 16px;
  text-transform: uppercase;
}
.site-tabs__header {
  display: flex;
  justify-content: flex-start;
  margin: -19px 0;
}
.site-tabs__control {
  padding: 19px 0;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.site-tabs__control:not(.site-tabs__control--active) {
  color: rgba(31, 31, 31, 0.56);
}
.site-tabs__control + .site-tabs__control {
  margin-left: 32px;
}
.site-tabs__control--active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #eaeaea;
  height: 4px;
}
.site-tabs__item:not(.site-tabs__item--active) {
  display: none;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 36px;
  }
  h5 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 28px;
  }
  .site-table {
    padding-left: 16px;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    align-items: flex-start;
  }
  .site-table::after {
    content: "";
    width: 16px;
    flex-shrink: 0;
    height: 1px;
  }
  .site-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:not([class]) {
  color: #eaeaea;
  text-decoration: none;
}
a:not([class]):hover {
  color: #eaeaea;
}
a:not([class]):active {
  color: #eaeaea;
}
.link-styles-reset {
  color: inherit;
}
.link-styles-reset:active {
  color: inherit;
}
.link-styles-reset:hover {
  color: inherit;
}
.site-link {
  font-weight: 600;
  position: relative;
  color: inherit;
  color: #eaeaea;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.site-link:active {
  color: inherit;
}
.site-link:hover {
  color: inherit;
}
.site-link__icon {
  margin-right: 8px;
}
.site-link:hover {
  color: #eaeaea;
}
.only-icon-link {
  display: inline-flex;
  color: inherit;
  color: rgba(31, 31, 31, 0.48);
}
.only-icon-link:active {
  color: inherit;
}
.only-icon-link:hover {
  color: inherit;
}
.only-icon-link:hover {
  color: #eaeaea;
}
.site-more-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  color: rgba(31, 31, 31, 0.48);
}
.site-more-link:active {
  color: inherit;
}
.site-more-link:hover {
  color: inherit;
}
.site-more-link .site-more-link__text-wrapper {
  overflow: hidden;
}
.site-more-link .site-more-link__text {
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.site-more-link:hover {
  color: #eaeaea;
}
.site-more-link:hover .site-more-link__text {
  transform: none;
  opacity: 1;
}
button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  height: 58px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.site-button:not(.site-button--pseudo) {
  min-width: 264px;
  padding: 0 24px;
  color: #000000;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 4px;
}
.site-button:not(.site-button--pseudo):hover {
  text-decoration: none !important;
}
.site-button:not(.site-button--pseudo):hover:not(.site-button--has-icon) {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.site-button:not(.site-button--has-icon) {
  padding-top: 3px;
}
.site-button__text {
  margin-right: 16px;
  padding-top: 4px;
}
.site-button__icon + .site-button__text {
  margin-left: 16px;
  margin-right: 0;
}
.site-button:focus {
  outline: none;
}
.site-button:disabled {
  pointer-events: none;
  opacity: 0.56;
}
.site-button--full-width {
  display: flex;
}
.site-button--pseudo {
  border: none;
  padding: 0;
}
.site-button--pseudo:hover {
  color: #eaeaea;
}
.site-button--pseudo:active {
  color: currentColor;
}
.site-button--pseudo-autoheight {
  border: none;
  padding: 0;
  height: auto;
}
.site-button--pseudo-autoheight:hover {
  color: #eaeaea;
}
.site-button--pseudo-autoheight:active {
  color: currentColor;
}
.site-button.site-button--secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.site-button.site-button--secondary:hover:not(.site-button--has-icon) {
  background-color: #FFFFFF;
  color: #000000;
}
.site-button--small {
  height: 32px;
}
.icon-only-button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .site-button:not(.site-button--pseudo) {
    padding: 0 16px;
  }
  .site-button__icon + .site-button__text {
    margin-left: 8px;
  }
  .site-button__icon {
    display: none;
  }
  .site-button__text {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.site-form {
  position: relative;
}
.site-form__label {
  display: block;
}
.site-form__item + .site-form__item {
  margin-top: 16px;
}
.site-form__label-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.site-form__label-text + .site-form__label-area {
  margin-top: 8px;
}
.site-form__label-error {
  font-size: 10px;
  line-height: 12px;
  color: #eaeaea;
  margin-top: 8px;
}
.site-form input,
.site-form textarea {
  display: block;
  height: 62px;
  background: white;
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-form input:focus,
.site-form textarea:focus {
  outline: none;
  border-color: #d1d1d1;
}
.site-form input:disabled,
.site-form textarea:disabled {
  border-color: #d1d1d1;
}
.site-form input::placeholder,
.site-form textarea::placeholder {
  color: rgba(31, 31, 31, 0.32);
}
.site-form textarea {
  max-width: 100%;
  min-height: 156px;
  padding-top: 20px;
}
.site-form .site-form__label-area--secondary {
  border: none;
  background-color: #F3F4F6;
  color: rgba(31, 31, 31, 0.32);
}
.site-form .site-form__label-area--secondary:focus {
  background-color: #EEEFF1;
}
.site-form .site-form__label-area--secondary:disabled {
  opacity: 0.4;
}
.site-form__button {
  margin-top: 30px;
}
.site-form__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -10px -14px;
}
.site-form__grid .site-form__label {
  flex-grow: 1;
  flex-basis: calc(50% - 28px);
  margin: 10px 14px;
}
.site-checkbox {
  display: block;
  position: relative;
}
.site-checkbox input {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.site-checkbox__text {
  display: block;
  padding-left: 32px;
  cursor: pointer;
  color: #FFFFFF;
  user-select: none;
  font-size: 14px;
}
.site-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFFFFF;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  background: url(/img/site-form/checkbox-check-icon.svg) 50% 50% no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-checkbox:hover .site-checkbox__text::before {
  border-color: #d1d1d1;
}
.site-checkbox input:checked + .site-checkbox__text::before {
  border-color: #eaeaea;
}
.site-checkbox input:checked + .site-checkbox__text::after {
  opacity: 1;
}
.site-checkbox input:disabled + .site-checkbox__text::before {
  border-color: #d1d1d1;
  pointer-events: none;
}
.site-checkbox input:disabled + .site-checkbox__text {
  pointer-events: none;
}
.site-radio {
  display: block;
  position: relative;
  width: 100%;
}
.site-radio input {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.site-radio__text {
  display: block;
  padding: 12px 16px 12px 52px;
  cursor: pointer;
  color: #000000;
  user-select: none;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}
.site-radio__text::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 11px;
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-radio__text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 16px;
  top: 11px;
  width: 20px;
  height: 20px;
  background: url(../img/radio.png) 50% 50% no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-radio__text::after {
    background: url(../img/radio@2x.png) 50% 50% no-repeat;
    background-size: 11px;
  }
}
.site-radio:hover .site-radio__text {
  background-color: rgba(235, 235, 235, 0.5);
}
.site-radio input:checked + .site-radio__text {
  background-color: #ebebeb;
}
.site-radio input:checked + .site-radio__text::after {
  opacity: 1;
}
.site-radio input:disabled + .site-radio__text::before {
  border-color: #d1d1d1;
  pointer-events: none;
}
.site-radio input:disabled + .site-radio__text {
  pointer-events: none;
}
.site-form__radio-group {
  width: 100%;
  margin-top: 30px;
}
.site-combobox {
  display: block;
  position: relative;
  color: #FFFFFF;
  min-width: 153px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}
.site-combobox__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.site-combobox__title + .site-combobox__header {
  margin-top: 8px;
}
.site-combobox__item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62px;
  background-color: white;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  border: 1px solid #d1d1d1;
}
.site-combobox__item + .site-combobox__item {
  border-top: none;
}
.site-combobox .site-combobox__item + .site-combobox__item {
  margin-top: -1px;
}
.site-combobox__header {
  border-radius: 6px;
  transition: none;
  display: flex;
}
.site-combobox__value {
  flex-grow: 1;
}
.site-combobox__icon {
  margin-left: 16px;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-combobox__body {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  width: 100%;
}
.site-combobox__body .site-combobox__item:last-child {
  border-radius: 0 0 6px 6px;
}
.site-combobox__body .site-combobox__item:hover {
  background-color: #f6f6f6;
}
.site-combobox--active {
  z-index: 3;
}
.site-combobox--active .site-combobox__item {
  border-color: #d1d1d1;
}
.site-combobox--active .site-combobox__icon {
  transform: rotate(180deg);
}
.site-combobox--active .site-combobox__body {
  display: flex;
}
.site-combobox--active .site-combobox__header.site-combobox__item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-combobox--disabled {
  pointer-events: none;
  color: rgba(32, 32, 32, 0.48);
}
.site-popup {
  display: none;
  text-transform: none;
}
.site-popup.fancybox-content {
  background: white;
  min-width: 280px;
  width: 100%;
  padding: 68px;
  max-width: 466px;
  border-radius: 4px;
  font-family: inherit !important;
}
.site-popup.fancybox-content.site-popup--big {
  max-width: 945px;
  padding-left: 150px;
  padding-right: 150px;
}
.site-popup__title {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
.site-popup .site-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-popup .site-form__label {
  width: 100%;
}
.site-popup__form .site-form__label + .site-form__label {
  margin-top: 20px;
}
.site-popup__form .site-form__button {
  min-width: 100%;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}
.fancybox-bg {
  background-color: rgba(255, 255, 255, 0.969) !important;
}
.fancybox-close-small {
  padding: 4px !important;
  right: 14px !important;
  top: 14px !important;
  color: #8a8a8a !important;
}
.fancybox-close-small svg {
  opacity: 1 !important;
  stroke-width: 2 !important;
}
@media (max-width: 767px) {
  .site-popup__title {
    font-size: 24px;
  }
  .site-popup.fancybox-content,
  .site-popup.fancybox-content.site-popup--big {
    padding: 58px 16px;
  }
  .fancybox-close-small {
    top: 6px !important;
    right: 6px !important;
  }
  .fancybox-slide--html {
    padding: 0 !important;
  }
  .site-popup.fancybox-content {
    border-radius: 0px;
  }
}
.slick-track {
  display: flex;
}
.slick-slide {
  min-height: 100%;
  height: auto;
}
.slick-slider-controls {
  display: flex;
  align-items: center;
}
.slick-center-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-center-controls .slick-slider-count {
  margin: 0 32px;
}
.slick-disabled {
  pointer-events: none;
}
.slick-slider-arrow + .slick-slider-arrow {
  margin-left: 16px;
}
.slick-slider-arrow {
  opacity: 0.25;
}
.slick-slider-arrow:hover {
  opacity: 1;
}
.slick-slider-count {
  min-width: 46px;
  text-align: center;
}
.slick-slider-count span {
  font-weight: bold;
  font-size: 36px;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  padding-top: 12px;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 0;
}
ul.slick-dots:not(.list-reset) {
  margin: 0;
  padding: 0;
}
ul.slick-dots:not(.list-reset) li + li {
  margin-top: 0 !important;
  margin-left: 4px;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.slick-dots li > div {
  width: 100%;
  height: 100%;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li:not(.slick-active):hover {
  cursor: pointer;
}
.slick-dots li:not(.slick-active):hover > div:after {
  background: #eaeaea;
}
.slick-dots li.slick-active > div {
  width: 100%;
  height: 100%;
  background: #eaeaea;
  border-radius: 50%;
}
.slick-dots li.slick-active > div:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 2;
}
.slick-dots li.slick-active > div:after {
  background: rgba(31, 31, 31, 0.08);
  animation-name: colorChange;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@media only screen and (min-width: 1280px) {
  .slick-dots li.slick-active > div:after {
    transition: background 0.2s ease-in-out;
  }
}
.slick-dots li.slick-active > div div {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.slick-dots li.slick-active > div div:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 150%;
  width: 150%;
  background: #fff;
  animation-name: timerRotate;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.slick-dots li.slick-active > div div:first-child {
  left: 0;
}
.slick-dots li.slick-active > div div:first-child:after {
  right: 0;
  transform-origin: 100% 50%;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.slick-dots li.slick-active > div div:last-child {
  right: 0;
}
.slick-dots li.slick-active > div div:last-child:after {
  left: 0;
  transform-origin: 0 50%;
}
.slick-dots li > div:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(31, 31, 31, 0.08);
  z-index: 3;
}
@keyframes timerRotate {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(180deg);
  }
}
@keyframes colorChange {
  from {
    background-color: rgba(31, 31, 31, 0.08);
  }
  to {
    background-color: #eaeaea;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .slick-dots li.slick-active > div:before {
    width: 14px;
    height: 14px;
  }
}
.section-line {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d1d1d1;
  top: 0;
  right: calc(50% + 800px);
  z-index: 10;
}
.section-line__title {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: #808080;
  border-bottom: 3px solid #808080;
  white-space: nowrap;
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, calc(-100% + 2px));
  margin-top: 100px;
}
.site-header {
  color: #FFFFFF;
  background-color: black;
  position: relative;
  z-index: 100;
}
.site-header__logo {
  flex-shrink: 0;
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}
.site-header__icon-block {
  display: flex;
  align-items: flex-start;
}
.site-header__icon-block + .site-header__icon-block {
  margin-top: 8px;
}
.site-header__icon {
  flex-shrink: 0;
  margin-right: 16px;
  width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
}
.site-header__controls-wrapper {
  display: flex;
  align-items: flex-start;
}
.site-header__controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-header__phone {
  font-size: 18px;
  font-weight: bold;
}
.site-header__link {
  text-decoration: underline;
  margin-top: 4px;
}
.site-header__link:hover {
  text-decoration: none;
}
.site-header__search {
  margin-left: 32px;
}
.site-header--fixed {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
}
.header-search {
  position: relative;
}
.header-search__input {
  width: 195px;
  height: 42px;
  background-color: rgba(128, 128, 128, 0.2);
  color: white;
  font-family: inherit;
  font-size: inherit;
  border: none;
  padding-left: 40px;
  padding-right: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search__input:focus,
.header-search__input:hover {
  outline: none;
  background-color: rgba(128, 128, 128, 0.4);
}
.header-search__button {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.site-nav__list {
  display: flex;
  justify-content: space-between;
}
.site-nav__link {
  display: flex;
  align-items: center;
  padding: 0 28px;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
}
.site-nav__link:hover,
.site-nav__link.site-nav__link--active {
  background-color: #f6f6fa;
  text-decoration: none;
  color: black;
}
@keyframes mousePointAnim {
  0% {
    transform: none;
  }
  25% {
    transform: translateY(-22px);
  }
  50% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
.main-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.main-slider__mouse {
  background: url('../img/main-slider/mouse.png') 50% 50% no-repeat;
  width: 30px;
  height: 54px;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .main-slider__mouse {
    background: url('../img/main-slider/mouse@2x.png') 50% 50% no-repeat;
    background-size: contain;
  }
}
.main-slider__mouse-point {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 13px;
  animation-name: mousePointAnim;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.main-slider__right {
  display: flex;
  align-items: center;
}
.main-slider__arrows {
  display: flex;
  margin-left: 53px;
}
.main-slider__arrow.slick-disabled {
  opacity: 0.25;
}
.main-slider__arrow + .main-slider__arrow {
  margin-left: 32px;
}
.main-slider__preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 238px;
  margin: 0 24px;
}
.main-slider__preview-image {
  border-radius: 3px;
  box-shadow: 0px 6px 51px 0px rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 159px;
  object-fit: cover;
}
.main-slider__preview-text {
  margin-top: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 44px;
  overflow: hidden;
}
.main-slider__footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-slider__footer .site-container {
  overflow: visible;
}
.main-slider__footer .site-container::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 405px;
  height: 198px;
  background-color: white;
  border-top-left-radius: 4px;
  z-index: 0;
}
.main-slider__footer .site-container::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 50vw;
  height: 198px;
  background-color: white;
  z-index: 0;
}
.main-slider__counter {
  color: #FFFFFF;
}
.main-slider-item {
  position: relative;
  color: #FFFFFF;
}
.main-slider-item .site-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 300px;
  min-height: 100vh;
}
.main-slider-item__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  user-select: none;
  z-index: -1;
}
.main-slider-item__title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}
.main-slider-item__button {
  margin-top: 64px;
}
.advantage-item {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 21px;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.advantage-item:hover {
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.1);
}
.advantage-item::before {
  content: attr(data-count);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-weight: 300;
  font-size: 100px;
  opacity: 0.05;
  z-index: -1;
}
.advantage-item::after {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  left: 12px;
  top: 12px;
  height: calc(100% - 24px);
  border: 1px solid rgba(221, 221, 221, 0.4);
  border-radius: 4px;
}
.advantage-item__icon {
  height: 59px;
  margin-bottom: 32px;
}
.cando {
  background-color: #f8f8f8;
  text-align: center;
}
.cando__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cando__item:hover {
  text-decoration: none;
}
.cando__item:hover img {
  transform: scale(1.05);
}
.cando__image {
  position: relative;
}
.cando__image img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cando__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 195px;
  height: 195px;
  border: 1px solid white;
  border-radius: 50%;
}
.cando__text {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 48px;
}
.cando__more {
  margin-top: 86px;
}
.site-about {
  background: black url(../img/about/back.jpg) 100% 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-about {
    background: black url(../img/about/back@2x.jpg) 100% 0 no-repeat;
    background-size: 1173px;
  }
}
.site-about__wrapper {
  display: flex;
  align-items: flex-start;
}
.site-about__image {
  border-radius: 4px;
  flex-shrink: 0;
}
.site-about__text {
  background-color: white;
  padding: 68px;
  position: relative;
  border-radius: 4px;
  width: 750px;
  margin-top: 100px;
  margin-left: -165px;
  box-shadow: 0px 10px 33px 0px rgba(0, 0, 0, 0.04);
}
.site-about__text::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-bottom-left-radius: 4px;
  background: #eaeaea url(../img/about/logo.png) 50% 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-about__text::before {
    background: #eaeaea url(../img/about/logo@2x.png) 50% 50% no-repeat;
    background-size: 41px;
  }
}
.site-about__link {
  margin-top: 48px;
}
.site-about--service-page {
  background: #f8f8f8 url(../img/service-page/textblock.jpg) 50% 50% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-about--service-page {
    background: #f8f8f8 url(../img/service-page/textblock@2x.jpg) 50% 50% no-repeat;
    background-size: 1920px;
  }
}
.site-about--service-page .site-about__text {
  margin: 0;
  max-width: 945px;
  width: 100%;
  padding-right: 97px;
}
.more-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #808080;
  text-decoration: underline;
  display: inline-block;
}
.more-link:hover {
  text-decoration: none;
}
.site-works {
  background: black;
  color: #FFFFFF;
}
.site-works__controls {
  display: flex;
  align-items: center;
}
.site-works__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 68px;
}
.site-works__slider {
  margin: 0 -14px;
}
.work-item {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 0 14px;
}
.work-item__image {
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  min-height: 388px;
}
.work-item__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d6b280;
}
.work-item__logo {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.work-item__logo span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 16px;
}
.site-reviews {
  background-color: #f8f8f8;
}
.site-reviews__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
.site-reviews__controls {
  margin-bottom: 36px;
}
.site-reviews__slider {
  margin: 0 -14px;
  position: relative;
}
.site-reviews__slider::before {
  content: "";
  position: absolute;
  background: url(../img/reviews/quote-left.png) 50% 50% no-repeat;
  width: 85px;
  height: 73px;
  top: calc(100% - 24px);
  left: 68px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-reviews__slider::before {
    background: url(../img/reviews/quote-left@2x.png) 50% 50% no-repeat;
    background-size: 100%;
  }
}
.site-reviews__slider::after {
  content: "";
  position: absolute;
  background: url(../img/reviews/quote-right.png) 50% 50% no-repeat;
  width: 85px;
  height: 73px;
  bottom: calc(100% - 24px);
  right: 68px;
  z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-reviews__slider::after {
    background: url(../img/reviews/quote-right@2x.png) 50% 50% no-repeat;
    background-size: 100%;
  }
}
.site-reviews__item {
  margin: 0 14px;
}
.site-reviews .slick-list {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.review-item {
  background-color: #ffffff;
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 54px;
  display: flex !important;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.review-item:hover {
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.1);
}
.review-item:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}
.review-item__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.review-item__text {
  flex-grow: 1;
}
.review-item__date {
  margin-top: 24px;
  opacity: 0.5;
}
.review-item::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  border-top: 20px solid white;
  border-right: 20px solid white;
  top: 100%;
  right: 68px;
}
.site-consultation {
  background: url(../img/consultation/man.jpg) calc(50% + 450px) 100% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-consultation {
    background: url(../img/consultation/man@2x.jpg) calc(50% + 450px) 100% no-repeat;
    background-size: 748px;
  }
}
.site-consultation__form {
  max-width: 684px;
}
.site-consultation__spec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.site-consultation__spec-text {
  color: rgba(0, 0, 0, 0.7);
  max-width: 186px;
  margin-right: 24px;
}
.site-consultation__spec-name {
  border-radius: 3px;
  background-color: #ffffff;
  width: 242px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid rgba(212, 212, 212, 0.6);
  transform: skewX(-15deg);
}
.site-consultation__spec-name span {
  transform: skewX(15deg);
}
.site-consultation--gray {
  background: #f8f8f8 url(../img/consultation/man-gray.jpg) calc(50% + 450px) 100% no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-consultation--gray {
    background: #f8f8f8 url(../img/consultation/man-gray@2x.jpg) calc(50% + 450px) 100% no-repeat;
    background-size: 748px;
  }
}
.site-consultation--send-reviews {
  background: url(../img/reviews-page/back.jpg) 50% 0 no-repeat !important;
  background-size: 1920px!important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-consultation--send-reviews {
    background: url(../img/reviews-page/back@2x.jpg) 50% 0 no-repeat !important;
    background-size: 1920px !important;
  }
}
.site-footer {
  background-color: black;
  color: #FFFFFF;
  padding: 44px 0;
}
.site-footer__logo {
  display: block;
}
.site-footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.site-footer__developer {
  margin-top: 24px;
  font-size: 14px;
}
.site-footer__developer a {
  color: white;
  text-decoration: underline;
}
.site-footer__developer a:hover {
  text-decoration: none;
}
.site-footer__copy {
  margin-top: 16px;
}
.site-footer__social-links {
  display: flex;
  margin-top: 24px;
}
.site-footer__social {
  text-align: center;
}
.site-footer__social-link {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.27);
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer__social-link:hover {
  background-color: rgba(128, 128, 128, 0.5);
}
.site-footer__social-link + .site-footer__social-link {
  margin-left: 16px;
}
.site-footer__controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-footer__phone {
  font-weight: bold;
  font-size: 18px;
}
.site-footer__phone + .site-footer__phone {
  margin-top: 8px;
}
.site-footer__icon-block {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.site-footer__icon {
  margin-right: 16px;
}
.site-footer .site-button {
  margin-top: 24px;
}
.site-burger {
  width: 32px;
  height: 24px;
  position: relative;
  display: none;
  flex-shrink: 0;
}
.site-burger__line {
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-burger__line1 {
  top: 0;
}
.site-burger__line2 {
  top: 50%;
  transform: translateY(-50%);
}
.site-burger__line3 {
  bottom: 0;
}
.site-burger--active .site-burger__line1 {
  transform: rotate(45deg);
  margin-top: 10px;
}
.site-burger--active .site-burger__line2 {
  opacity: 0;
}
.site-burger--active .site-burger__line3 {
  transform: rotate(-45deg);
  margin-bottom: 11px;
}
.site-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-page .site-header,
.site-page .site-footer {
  flex-shrink: 0;
}
.site-page__main {
  flex-grow: 1;
}
.site-page__description {
  max-width: 945px;
  margin-bottom: 86px;
}
.site-action {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 7px 57px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-action:hover {
  box-shadow: 0px 7px 57px 0px rgba(0, 0, 0, 0.1);
}
.site-action__image {
  width: 100%;
  height: 324px;
  object-fit: cover;
  border-radius: 4px;
}
.site-action__info {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.site-action__top {
  width: 100%;
}
.site-action__date {
  font-size: 18px;
  margin-bottom: 16px;
}
.site-action__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-action__description {
  margin-top: 16px;
}
.site-action__link {
  margin-top: 24px;
}
.action-in {
  position: relative;
  padding: 90px 98px 100px;
  overflow: hidden;
  color: white;
  box-shadow: 0px 7px 52px 0px rgba(0, 0, 0, 0.27);
}
.action-in__back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.action-in__description {
  max-width: 556px;
}
.action-in__button {
  margin-top: 44px;
}
.action-in::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.site-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.site-pagination__arrow {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.25;
}
.site-pagination__arrow:hover {
  opacity: 1;
}
.site-pagination__counts {
  margin: 0 40px;
}
.site-pagination__counts span {
  font-size: 35px;
  font-weight: bold;
}
.more-button {
  margin-top: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .site-pagination,
  .more-button {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .site-pagination,
  .more-button {
    margin-top: 40px;
  }
}
.article-page__date {
  font-size: 14px;
  color: #808080;
  margin-bottom: 16px;
}
.article-page__image {
  margin-bottom: 40px;
}
.article-page__controls {
  margin-top: 40px;
  display: flex;
}
.article-page__control + .article-page__control {
  margin-left: 126px;
}
.also-block {
  background-color: #f8f8f8;
}
.about-page {
  background: url(../img/about-page/back.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: visible;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .about-page {
    background: url(../img/about-page/back@2x.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.about-page__text-block {
  max-width: 750px;
  background-color: #fff;
  padding: 76px 80px;
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: -192px;
  margin-top: 198px;
  margin-left: auto;
  border-radius: 4px;
}
.about-counts {
  padding-top: 292px !important;
}
.about-counts__item {
  background-color: #ffffff;
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 44px;
  margin: 14px;
  width: calc((100% - 14px * 6) / 3);
  overflow: hidden;
  height: 240px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about-counts__item:hover {
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.1);
}
.about-counts__item::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid rgba(221, 221, 221, 0.4);
  border-radius: 4px;
}
.about-counts__back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.about-counts__text {
  position: relative;
  z-index: 2;
}
.about-counts__text span {
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  padding: 12px 0 0;
  display: inline-block;
}
.about-counts__text span span {
  font-size: 40px;
}
.about-counts__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -14px;
}
.about-partners {
  background-color: #f8f8f8;
}
.about-partners__slider {
  margin: 0 -14px;
}
.about-partners .slick-list {
  overflow: visible;
}
.about-partners .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about-partners .slick-active {
  opacity: 1;
}
.about-partners__items {
  margin: 0 14px;
}
.about-partners__item {
  width: 100%;
  height: 124px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about-partners__item:hover {
  box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.1);
}
.about-partners__item + .about-partners__item {
  margin-top: 28px;
}
.about-partners__controls {
  margin-top: 100px;
}
.services-grid {
  gap: 74px 28px;
}
.service-item {
  display: flex;
  align-items: flex-start;
}
.service-item__info {
  margin-left: 28px;
  height: 100%;
  position: relative;
}
.service-item__image {
  border-radius: 50%;
  width: 165px;
  height: 165px;
  object-fit: cover;
}
.service-item__name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 262px;
  margin-bottom: 16px;
}
.service-item__text {
  max-width: 320px;
}
.service-item__link {
  margin-top: 16px;
}
.portfolio-item {
  position: relative;
  min-height: 556px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
}
.portfolio-item__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  z-index: 1;
}
.portfolio-item__info {
  position: relative;
  z-index: 3;
  color: white;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-item__more {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.portfolio-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.portfolio-item__name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.portfolio-item__date {
  font-size: 14px;
  color: #ebebeb;
  margin: 8px 0;
}
.portfolio-item:hover .portfolio-item__more {
  opacity: 1;
}
.portfolio-item:hover .portfolio-item__info {
  opacity: 0;
}
.site-gallery {
  max-width: 570px;
  min-width: 0;
  flex-shrink: 0;
}
.site-gallery__big-image {
  width: 100%;
}
.site-gallery__big-image img {
  width: 100%;
  height: 378px;
  object-fit: cover;
  border-radius: 4px;
}
.site-gallery__thumbs {
  margin: 20px -5px 0;
}
.site-gallery__thumb {
  margin: 0 5px;
  position: relative;
}
.site-gallery__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-gallery__thumb img {
  width: 100%;
  height: 88px;
  border-radius: 4px;
  object-fit: cover;
}
.site-gallery__thumb.slick-current::after {
  opacity: 0;
}
.site-gallery__controls {
  justify-content: flex-end;
  margin-top: 32px;
}
.has-decoration {
  text-decoration: underline;
}
.portfolio-page__wrapper {
  display: flex;
}
.portfolio-page__info {
  margin-left: 100px;
  flex-grow: 1;
}
.portfolio-page__info h1 {
  text-transform: none;
  font-size: 40px;
}
.other-projects {
  background-color: #f8f8f8;
}
.other-projects__slider {
  margin: 0 -14px;
}
.other-projects .portfolio-item {
  margin: 0 14px;
}
.other-projects__controls {
  margin-top: 100px;
}
.reviews-page__controls {
  justify-content: flex-end;
  margin-top: 100px;
}
.reviews-page-item {
  background-color: #f8f8f8;
  display: flex !important;
  align-items: flex-start;
  padding: 52px 68px;
  border-radius: 4px;
}
.reviews-page-item__info {
  margin-left: 46px;
  flex-grow: 1;
}
.reviews-page-item__photo {
  flex-shrink: 0;
  border-radius: 50%;
}
.reviews-page-item__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.reviews-page-item__date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 16px;
}
.reviews-page-item__ratio {
  margin-top: 8px;
  display: table;
}
.reviews-page-item__ratio-item {
  display: table-row;
}
.reviews-page-item__ratio-item + .reviews-page-item__ratio-item {
  margin-top: 8px;
}
.reviews-page-item__ratio-title {
  display: table-cell;
  font-weight: bold;
}
.reviews-page-item__ratio-stars {
  display: table-cell;
  padding-left: 68px;
}
.reviews-page-item__ratio-stars,
.reviews-page-item__ratio-title {
  padding-top: 8px;
}
.site-ratio {
  white-space: nowrap;
}
.site-ratio__item {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/reviews-page/star.png) 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-ratio__item {
    background: url(../img/reviews-page/star@2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
}
.site-ratio__item + .site-ratio__item {
  margin-left: 10px;
}
.site-ratio__item--checked {
  background: url(../img/reviews-page/star-checked.png) 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .site-ratio__item--checked {
    background: url(../img/reviews-page/star-checked@2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
}
.contacts-page__item-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.contacts-page__icon-item {
  display: flex;
  align-items: flex-start;
}
.contacts-page__icon-item + .contacts-page__icon-item {
  margin-top: 8px;
}
.contacts-page__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 8px;
}
.contacts-map__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.contacts-map__form {
  display: flex;
  justify-content: flex-end;
  background-color: #f8f8f8;
  position: relative;
}
.contacts-map__form .site-container {
  max-width: 586px;
  margin: 0;
}
.contacts-map__form::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 97px;
  background-color: #f8f8f8;
}
#map {
  width: 100%;
  height: 606px;
  align-self: center;
  box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 2;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px 0 0 4px;
}
.service-page-title-block__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-page-title-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.service-page-title-block__title {
  position: relative;
  z-index: 3;
  color: white;
  max-width: 940px;
  text-align: center;
}
.service-page-title-block .site-container {
  min-height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.how-we-work__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.how-we-work__item {
  width: 166px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-we-work__icon {
  margin-bottom: 32px;
}
.how-we-work__dots {
  margin-top: 63px;
}
@media screen and (max-width: 1200px) {
  .section-line {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .site-header__info-block {
    display: none;
  }
  .site-header__controls-wrapper {
    align-items: center;
  }
  .site-burger {
    display: flex;
  }
  .site-header {
    overflow: visible;
  }
  .site-nav {
    width: 100vw;
    background-color: white;
    padding: 24px 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 15px 74px 0px rgba(0, 0, 0, 0.1);
  }
  .site-nav .site-container {
    padding: 0;
  }
  .site-nav--active {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-nav__link {
    padding: 0 16px;
    color: black;
  }
  .site-nav__link:hover,
  .site-nav__link.site-nav__link--active {
    background-color: black;
    color: white;
  }
  .site-nav__list {
    flex-direction: column;
  }
  .site-about__wrapper {
    flex-direction: column;
  }
  .site-about__text {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .site-about__image {
    display: none;
  }
  .work-item {
    grid-template-columns: 1fr;
  }
  .work-item__image {
    min-height: 280px;
    height: auto;
  }
  .site-consultation__form {
    max-width: 600px;
  }
  .main-slider-item__title {
    font-size: 30px;
  }
  .main-slider__mouse {
    display: none;
  }
  .main-slider__controls {
    justify-content: flex-end;
  }
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-bottom).site-block-paddings-vertical--big-bottom {
    padding-bottom: 80px;
  }
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top).site-block-paddings-vertical--big-top {
    padding-top: 80px;
  }
  .site-page__description {
    margin-bottom: 40px;
  }
  h1:not([class]) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  h1:not([class]) {
    margin-bottom: 24px;
  }
  .site-header__wrapper {
    align-items: flex-start;
  }
  .site-burger {
    position: absolute;
    left: 16px;
    bottom: 33px;
  }
  .site-header__controls-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  .header-search {
    margin-left: 0;
    margin-top: 16px;
  }
  .main-slider-item .site-container {
    padding-top: 240px;
    padding-bottom: 120px;
    min-height: 0;
  }
  .main-slider__preview {
    display: none;
  }
  .main-slider__footer .site-container::before {
    width: 112px;
  }
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top).site-block-paddings-vertical--big-top,
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top) {
    padding-top: 60px;
  }
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-bottom) {
    padding-bottom: 60px;
  }
  .section-title {
    text-align: left;
    margin-bottom: 32px;
  }
  .site-about__text {
    padding: 100px 16px 24px;
  }
  p + p {
    margin-top: 16px;
  }
  .site-about__link {
    margin-top: 24px;
  }
  .work-item__logo {
    flex-direction: column;
  }
  .work-item__logo span {
    margin-left: 0;
    margin-top: 8px;
  }
  .site-works__footer {
    flex-direction: column;
    margin-top: 48px;
  }
  .site-works__controls {
    margin-bottom: 24px;
  }
  .review-item {
    padding: 24px  16px;
  }
  .site-form__grid .site-form__label {
    flex-basis: 100%;
  }
  .site-form__button {
    display: flex;
  }
  .site-button {
    min-width: 100% !important;
  }
  .site-consultation {
    background: white;
  }
  .site-consultation__spec {
    display: none;
  }
  .site-footer__wrapper {
    flex-direction: column;
  }
  .site-footer__social {
    margin: 24px 0;
    text-align:left;
  }
  .site-footer__social-links {
    margin-top: 16px;
  }
  .site-footer__controls {
    align-items: flex-start;
  }
}
@media screen and (max-width: 440px) {
  .site-burger {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .site-header__wrapper {
    align-items: center;
    flex-wrap: wrap;
  }
  .site-header__controls-wrapper {
    order: 3;
    margin-top: 32px;
    width: 100%;
  }
  .header-search {
    width: 100%;
    margin-top: 24px;
  }
  .header-search__input {
    width: 100%;
  }
  .site-header__controls {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .site-header__phone + .site-header__phone {
    display: none;
  }
  .site-header__phone {
    font-size: 16px;
  }
  .site-header__link {
    margin-top: 0;
    margin-left: 16px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .action-in {
    padding: 44px;
  }
}
@media screen and (max-width: 767px) {
  .site-action__image {
    height: 240px;
  }
  .site-action__info {
    padding: 24px 16px;
  }
  .action-in {
    padding: 0;
    color: black;
    box-shadow: none;
    overflow: visible;
  }
  .action-in__back {
    position: static;
    height: auto;
    box-shadow: 0px 7px 52px 0px rgba(0, 0, 0, 0.27);
    margin-bottom: 32px;
  }
  .action-in::before {
    display: none;
  }
  .action-in-page__back {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .article-page__controls {
    flex-direction: column;
  }
  .article-page__control + .article-page__control {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .about-counts__text span {
    font-size: 62px;
  }
}
@media screen and (max-width: 1023px) {
  .about-counts__item {
    width: calc((100% - 14px * 4) / 2);
  }
  .about-partners__controls {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-counts__text {
    text-align: center;
  }
  .about-counts__text br {
    display: none;
  }
  .about-counts__text span {
    display: block;
    text-align: center;
  }
  .about-counts__text span span {
    display: inline;
  }
  .about-partners__controls {
    margin-top: 40px;
  }
  .about-counts__item {
    width: calc((100% - 14px * 2) / 1);
    padding: 40px 24px;
    height: auto;
  }
  .about-page {
    background: #ffffff;
  }
  .about-page__text-block {
    padding: 60px 0;
    box-shadow: none;
    margin: 0;
  }
  .about-counts {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .service-item {
    flex-direction: column;
    align-items: center;
  }
  .service-item__info {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 24px;
  }
  .service-item__name,
  .service-item__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .services-grid {
    gap: 48px 24px;
  }
}
@media screen and (max-width: 1200px) {
  .portfolio-page__info {
    margin-left: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .portfolio-item__more {
    background: none;
    position: static;
    opacity: 1;
    margin-top: 24px;
  }
  .other-projects__controls {
    margin-top: 60px;
  }
  .site-gallery {
    width: 370px;
    flex-shrink: 0;
  }
  .site-gallery__big-image img {
    height: 278px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-item {
    padding: 64px 16px 24px;
    min-height: 0;
  }
  .portfolio-item::after {
    background: rgba(0, 0, 0, 0.7);
  }
  .other-projects__controls {
    margin-top: 40px;
  }
  .portfolio-page__wrapper {
    flex-direction: column;
  }
  .site-gallery {
    width: 100%;
    max-width: 100%;
  }
  .site-gallery__big-image img {
    height: auto;
    max-height: 380px;
  }
  .portfolio-page__info {
    margin-left: 0;
    margin-top: 24px;
  }
  .portfolio-page__info h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews-page-item {
    padding: 48px 24px;
  }
  .reviews-page__controls {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-page__controls {
    margin-top: 40px;
  }
  .reviews-page-item {
    padding: 24px 16px;
    flex-direction: column;
  }
  .reviews-page-item__info {
    margin-left: 0;
    margin-top: 24px;
  }
  .reviews-page-item__ratio-item {
    display: flex;
    flex-direction: column;
  }
  .reviews-page-item__ratio-stars {
    padding-left: 0px;
  }
  .site-ratio__item + .site-ratio__item {
    margin-left: 4px;
  }
  .reviews-page-item__ratio-stars,
  .reviews-page-item__ratio-title {
    padding-top: 0px;
  }
  .reviews-page-item__ratio-stars {
    margin-top: 8px;
  }
  .reviews-page-item__ratio {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-map__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contacts-map__form .site-container {
    max-width: 100%;
  }
  .contacts-map {
    overflow: visible;
  }
  .contacts-map__form {
    order: 2;
  }
  .contacts-map__form::before {
    display: none;
  }
  .contacts-map__map {
    order: 1;
    max-width: 100%;
    overflow: hidden;
  }
  #map {
    height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .how-we-work__dots {
    display: none;
  }
  .how-we-work__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 28px;
  }
  .how-we-work__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .how-we-work__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .service-page-title-block .site-container {
    min-height: 0;
  }
  .service-page-title-block__title {
    text-align: left;
  }
  .site-about--service-page .site-about__text {
    padding-right: 16px;
  }
}
@media screen and (max-width: 440px) {
  .how-we-work__wrapper {
    grid-template-columns: 1fr;
  }
}
