@charset "UTF-8";
body {
  padding-top: 135px;
}
@media (max-width: 1500px) {
  body {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
}

a {
  color: #2E4FAC;
}
a:hover {
  color: #5579df;
}

h1, .h1 {
  font-size: 50px;
}
@media (max-width: 1500px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 35px;
}
h2.text-decor, .h2.text-decor {
  font-size: 40px;
}
@media (max-width: 1500px) {
  h2, .h2 {
    font-size: 30px;
  }
  h2.text-decor, .h2.text-decor {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 25px;
  }
  h2.text-decor, .h2.text-decor {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 30px;
}
@media (max-width: 1500px) {
  h3, .h3 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h1.text-decor, .h1.text-decor, h2.text-decor, .h2.text-decor, h3.text-decor, .h3.text-decor {
  font-weight: 400;
  line-height: 1.35;
}

p:last-child {
  margin-bottom: 0;
}

.text-decor {
  font-family: "Alice", sans-serif;
}

body > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

main {
  position: relative;
  z-index: 1;
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

section {
  font-size: 20px;
}
section.section--bg-light {
  background: #F2F2F3;
}
section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
section ul li {
  display: flex;
  margin-bottom: 0.7em;
}
section ul li:before {
  content: "●";
  font-weight: bold;
  display: inline-block;
  width: 1.3em;
  flex: 0 0 1.3em;
  margin-left: 0;
  color: #54628A;
}
@media (max-width: 1200px) {
  section {
    font-size: 16px;
  }
}

.container {
  width: 1700px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
.container-text {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container--padding-medium {
  padding-top: 45px;
  padding-bottom: 45px;
}
.container--padding-normal {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container--padding-big {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container--h1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container--h1 .breadcrumb {
  justify-content: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.container--h1 h1, .container--h1 .h1 {
  text-align: center;
  margin-bottom: 0;
}
.container--h1 .lead {
  margin-top: 1.2em;
}
@media (max-width: 1500px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .container--padding-medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container--padding-normal {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container--padding-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container--h1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container--h1 .lead {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container--padding-normal {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container--padding-big {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container--h1 .lead {
    font-size: 18px;
  }
}

.btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: border-color 0.15s, color 0.15s;
  display: inline-flex;
  align-items: center;
}
.btn span + svg {
  margin-left: 15px;
  margin-right: -4px;
}
.btn svg {
  margin-top: -3px;
  min-width: 24px;
}
.btn-lg {
  min-height: 64px;
  padding: 0.5rem 2rem 0.33rem 2rem;
}
.btn-rounded {
  border-radius: 200px;
}
.btn-outline-secondary {
  border-color: #000;
  border-width: 1.5px;
  background-color: #fff;
  color: #000;
}
.btn-outline-secondary:hover {
  background-color: #fff;
  border-color: #2E4FAC;
  color: #2E4FAC;
}
.btn-outline-secondary:hover svg {
  fill: #2E4FAC;
}

.lead {
  font-size: 26px;
  font-weight: 400;
}
.lead:empty {
  display: none;
}

.and-more {
  font-family: "Alice", sans-serif;
  font-size: 35px;
  font-weight: 400;
}
.and-more span {
  font-size: 70px;
  color: #8C6E49;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .and-more {
    text-align: center;
    line-height: 1.1;
    font-size: 28px;
  }
  .and-more span {
    display: block;
    width: 100%;
    font-size: 90px;
    margin: -7px 0 -1px;
  }
}

body[data-id="4"] .and-more {
  margin-top: -15px;
  font-size: 40px;
}
@media (max-width: 600px) {
  body[data-id="4"] .and-more {
    margin-top: 0;
    margin-bottom: 40px !important;
    font-size: 30px;
  }
}

.fancybox-button.fancybox-button--zoom, .fancybox-button.fancybox-button--play, .fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

.pagination li:before {
  display: none;
}
.pagination .page-item {
  margin: 2px;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #b7771b;
  font-weight: 700;
  font-size: 25px;
}
.pagination .page-link {
  border: 0;
  margin: 0 !important;
  line-height: 1 !important;
  padding: 0 8px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  color: #212529;
  box-shadow: none !important;
}
.pagination .page-link:hover {
  color: #b7771b !important;
}

.sliders {
  height: 805px;
  background-color: #202020;
  position: relative;
}
.sliders .slider {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-x: hidden;
}
.sliders .slider__image {
  width: 1920px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s;
}
.sliders .slider__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.sliders .slider__content {
  position: absolute;
  top: 235px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sliders .slider__content .container {
  height: 100%;
}
.sliders .slider__content .content {
  width: 538px;
  color: #fff;
}
.sliders .slider__content .link {
  color: #FFB64C;
  text-decoration: underline;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 700;
  transform: translateX(-70px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s;
  color: #7393eb;
}
.sliders .slider__content .link.fade-in {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sliders .slider__content .link.fade-out {
  transform: translateX(90px) !important;
  opacity: 0 !important;
}
.sliders .slider__content .title {
  font-family: "Alice", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 40px;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s;
}
.sliders .slider__content .title.fade-in {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sliders .slider__content .title.fade-out {
  transform: translateX(90px) !important;
  opacity: 0 !important;
}
.sliders .slider__content .text {
  font-size: 16px;
  line-height: 24px;
  padding-right: 50px;
  text-shadow: 1px 1px 0 #000;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.7s, opacity 0.7s;
}
.sliders .slider__content .text.fade-in {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sliders .slider__content .text.fade-out {
  transform: translateX(90px) !important;
  opacity: 0 !important;
}
.sliders .slider__nav {
  width: 1600px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  z-index: 1;
  display: none;
}
.sliders .slider__nav .nav {
  position: absolute;
  width: 23px;
  height: 100px;
  left: 100px;
  bottom: 408px;
}
.sliders .slider__nav .nav-item {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-bottom: 15px;
  cursor: pointer;
  border: solid 1px transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.sliders .slider__nav .nav-item:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  transition: 0.2s;
}
.sliders .slider__nav .nav-item--active {
  border-color: #FFB64C;
}
.sliders .slider__nav .nav-item--active:before {
  background-color: #FFB64C;
  opacity: 1;
}
.sliders .slider__arrow {
  width: 1600px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  z-index: 1;
}
.sliders .slider__arrow .arrow {
  position: absolute;
  bottom: 355px;
  left: 100%;
  cursor: pointer;
  width: 70px;
  overflow-x: hidden;
  height: 38px;
  margin-left: 210px;
}
.sliders .slider__arrow .arrow svg {
  height: 38px;
  width: 70px;
  transform: translateX(-15px);
  transition: 0.3s;
}
.sliders .slider__arrow .arrow:hover svg {
  transform: translateX(0);
}
.sliders .slider--active .slider__image {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sliders .slider--fade .slider__image {
  transform: translateX(100px);
  opacity: 0;
}
@media (max-width: 2200px) {
  .sliders .slider__arrow .arrow {
    margin-left: 0;
  }
}
@media (max-width: 1800px) {
  .sliders .slider__arrow .arrow {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .sliders .slider__nav .nav {
    left: 40px;
  }
  .sliders .slider__arrow .arrow {
    margin-right: 30px;
  }
}
@media (max-width: 1500px) {
  .sliders {
    height: 680px;
  }
  .sliders .slider__content {
    top: 185px;
  }
  .sliders .slider__content .container {
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
  }
  .sliders .slider__nav .nav {
    bottom: 335px;
  }
  .sliders .slider__arrow .arrow {
    bottom: 300px;
  }
}
@media (max-width: 1200px) {
  .sliders {
    height: 500px;
    /* margin-top: 60px; */
  }
  .sliders .slider__content {
    top: 50px;
  }
  .sliders .slider__content .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sliders .slider__arrow .arrow {
    bottom: 250px;
  }
}
@media (max-width: 800px) {
  .sliders {
    height: 350px;
  }
  .sliders .slider__content {
    top: 40px;
  }
  .sliders .slider__content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sliders .slider__content .content {
    width: auto;
    /* padding-right: 80px; */
  }
  .sliders .slider__content .link {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .sliders .slider__content .title {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sliders .slider__arrow .arrow {
    bottom: 175px;
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .sliders {
    height: 400px;
  }
  .sliders .slider__image {
    position: relative;
  }
  .sliders .slider__image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .sliders .slider__content {
    top: 30px;
  }
  .sliders .slider__content .content {
    /* padding-right: 50px; */
  }
  .sliders .slider__arrow .arrow {
    width: 50px;
    overflow: hidden;
  }
  .sliders .slider__arrow .arrow svg {
    margin-left: -20px;
    transform: translateX(0) scale(0.7) !important;
  }
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  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;
  -ms-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;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

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

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  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:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 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;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  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: scale3d(1, 1, 1);
}

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

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

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

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://xn--j1apa.xn--p1ai/css/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://xn--j1apa.xn--p1ai/css/fonts/slick.eot");
  src: url("https://xn--j1apa.xn--p1ai/css/fonts/slick.eot?") format("embedded-opentype"), url("https://xn--j1apa.xn--p1ai/css/fonts/slick.woff") format("woff"), url("https://xn--j1apa.xn--p1ai/css/fonts/slick.ttf") format("truetype"), url("https://xn--j1apa.xn--p1ai/css/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  display: block;
}
.header-desktop {
  height: 135px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background-color 0.4s;
  background-color: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.header-desktop .container {
  display: flex;
  height: 100%;
}
.header-desktop .left {
  padding-bottom: 18px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 240px;
  min-width: 240px;
}
.header-desktop .left a {
  display: block;
  margin: 0;
}
.header-desktop .logo {
  width: 158px;
  user-select: none;
}
.header-desktop .right {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.header-desktop .right__top {
  margin-bottom: 30px;
}
.header-desktop .right__bottom {
  display: flex;
  width: 100%;
}
.header-desktop__contacts {
  font-weight: 300;
  display: flex;
  justify-content: flex-end;
  /* padding-right: 120px; */
}
.header-desktop__contacts .item {
  display: flex;
}
.header-desktop__contacts .item:not(:last-child) {
  margin-right: 100px;
}
.header-desktop__contacts .item img {
  display: block;
  margin: -3px 4px 0 0;
  width: 22px;
  opacity: 0.8;
  user-select: none;
}
.header-desktop__contacts .item .text {
  line-height: 1;
  font-size: 15px;
  color: #ddd;
  white-space: nowrap;
  color: #111;
}
.header-desktop__menu {
  flex-grow: 1;
  user-select: none;
}
.header-desktop__menu > ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 46px;
  width: 100%;
  justify-content: space-between;
}
.header-desktop__menu > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}
.header-desktop__menu > ul > li.active:after {
  opacity: 1;
}
.header-desktop__menu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  transition: 0.2s;
  background-color: #54628A;
}
.header-desktop__menu > ul > li:hover > a {
  color: #54628A;
}
.header-desktop__menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-desktop__menu > ul > li:last-child > ul {
  left: initial;
  right: -20px;
}
.header-desktop__menu > ul > li > a {
  display: block;
  height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  color: #111;
}
.header-desktop__menu > ul > li > ul {
  display: none;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -30px;
  background-color: #fff;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.15);
}
.header-desktop__menu > ul > li > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-desktop__menu > ul > li > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  opacity: 0;
  background-color: #2E4FAC;
}
.header-desktop__menu > ul > li > ul > li.active:before {
  opacity: 1;
}
.header-desktop__menu > ul > li > ul > li.active > a {
  color: #2E4FAC;
}
.header-desktop__menu > ul > li > ul > li > a {
  display: block;
  color: #000;
  padding: 7px 30px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 17px;
  transition: color 0.1s;
}
.header-desktop__menu > ul > li > ul > li > a:hover {
  color: #2E4FAC;
}
.header-desktop__menu > ul > li > ul > li > ul > li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-desktop__menu > ul > li > ul > li > ul > li a {
  display: block;
  color: #666;
  padding: 3px 30px 3px 0;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  transition: color 0.1s;
}
.header-desktop__menu > ul > li > ul > li > ul > li a:hover {
  color: #2E4FAC;
}
.header-desktop-menu-hover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.045);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.header-desktop-menu-hover-overlay.hover {
  opacity: 1;
  z-index: 10;
}
.header-desktop__search {
  width: 120px;
  display: flex;
  justify-content: flex-end;
}
.header-desktop__search .button--search {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px -8px 0 0;
  cursor: pointer;
}
.header-desktop__search .button--search svg {
  fill: #fff;
}
.header-desktop__search .button--search:hover svg {
  fill: #FFC46F;
}
.header-mobile {
  height: 60px;
  background-color: #303030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  overflow-y: hidden;
}
.header-mobile .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
}
.header-mobile__button {
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-mobile__button--close {
  transform: translateY(-80px);
  transition: transform 0.3s;
}
.header-mobile .logo {
  height: 36px;
}
@media (max-width: 1500px) {
  .header-desktop {
    height: 120px;
  }
  .header-desktop .left {
    width: 175px;
    min-width: 175px;
  }
  .header-desktop .left .logo {
    width: 130px;
  }
  .header-desktop__contacts {
    padding-right: 85px;
  }
  .header-desktop__menu > ul > li > a {
    font-size: 13px;
  }
  .header-desktop__menu > ul > li > ul {
    left: -23px;
    padding: 15px 0;
  }
  .header-desktop__menu > ul > li > ul > li > a {
    padding: 7px 23px;
    font-size: 15px;
  }
  .header-desktop__search {
    width: 85px;
  }
}
@media (max-width: 1200px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
}

body[data-id="1"] .header-desktop .right__bottom {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

body.sidebar-active .header-mobile__button--close {
  transform: translateY(0);
}

body.inited .header-desktop__menu > ul > li > a {
  transition: color 0.1s;
}
body.inited .header-desktop__menu > ul > li > ul {
  display: block;
}

body.header-desktop-fixed .header-desktop {
  position: fixed;
  top: -60px;
}
body.header-desktop-fixed .header-desktop .logo {
  width: 95px;
  transform: translateY(5px);
}
body.header-desktop-fixed .header-desktop .right__bottom {
  box-shadow: none !important;
}
@media (max-width: 1500px) {
  body.header-desktop-fixed .header-desktop {
    top: -45px;
  }
}

.footer {
  background-color: #404040;
  color: #ddd;
}
.footer-info {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 20px;
}
.footer-main .container {
  padding-bottom: 40px;
}
.footer .top {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top__left {
  display: flex;
  align-items: center;
}
.footer .top__left .logo {
  margin-right: 60px;
}
.footer .top__left .logo img {
  width: 158px;
}
.footer .top__left .address {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.footer .top__left .address img {
  opacity: 0.8;
  margin: -3px 5px 0 0;
}
.footer .top__right {
  display: flex;
  align-items: center;
}
.footer .top__right .phone {
  font-size: 42px;
  font-weight: 300;
}
.footer .top__right .phone:not(:last-child) {
  margin-right: 70px;
}
.footer .menu {
  margin-bottom: 40px;
  display: flex;
}
.footer .menu__left {
  flex: 0 0 75%;
  max-width: 75%;
}
.footer .menu__left > ul {
  display: flex;
  margin: 0 -40px;
  padding: 0 40px 0 0;
}
.footer .menu__left > ul > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 40px;
}
.footer .menu__right {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 40px;
}
.footer .menu__right > ul {
  padding: 0;
}
.footer .menu__left > ul, .footer .menu__right > ul {
  list-style: none;
  margin-bottom: 0;
}
.footer .menu__left > ul > li, .footer .menu__right > ul > li {
  display: block;
  margin-bottom: 22px;
}
.footer .menu__left > ul > li > a, .footer .menu__right > ul > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.footer .menu__left > ul > li > ul, .footer .menu__right > ul > li > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 22px;
}
.footer .menu__left > ul > li > ul > li, .footer .menu__right > ul > li > ul > li {
  display: block;
  padding: 0;
}
.footer .menu__left > ul > li > ul > li:not(:last-child), .footer .menu__right > ul > li > ul > li:not(:last-child) {
  margin-bottom: 18px;
}
.footer .menu__left > ul > li > ul > li > a, .footer .menu__right > ul > li > ul > li > a {
  color: #ddd;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}
.footer .bottom {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .footer .top__left .logo {
    margin-right: 35px;
  }
  .footer .top__right .phone {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .footer .top {
    display: block;
  }
  .footer .top__left {
    display: block;
  }
  .footer .top__left .logo {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .footer .top__left .address {
    justify-content: center;
  }
  .footer .top__right {
    display: block;
    margin: 20px 0 0 0;
  }
  .footer .top__right .phone {
    margin: 0 !important;
    text-align: center;
  }
  .footer .menu__left > ul {
    margin: 0 -15px;
    padding: 0 15px 0 0;
  }
  .footer .menu__left > ul > li {
    padding: 0 15px;
  }
  .footer .menu__right {
    padding-left: 15px;
  }
}
@media (max-width: 900px) {
  .footer .menu {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .footer .menu__left, .footer .menu__right {
    display: block;
    flex: none;
    max-width: 100%;
  }
  .footer .menu__left > ul, .footer .menu__right > ul {
    margin: 0 !important;
    padding: 0;
    display: block;
  }
  .footer .menu__left > ul > li, .footer .menu__right > ul > li {
    flex: none;
    max-width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .footer .menu__left > ul > li > ul, .footer .menu__right > ul > li > ul {
    margin: 0 !important;
  }
  .footer .menu__left > ul > li > ul > li, .footer .menu__right > ul > li > ul > li {
    margin: 0 !important;
  }
  .footer .menu__left a, .footer .menu__right a {
    padding: 10px !important;
    display: inline-flex;
  }
}

.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #303030;
  z-index: 100;
  padding: 30px 0 0 0;
  color: #fff;
  display: none;
  transform: scaleY(0);
  transition: transform 0.3s;
  transform-origin: top center;
}
.sidebar__scroll {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 35px;
}
.sidebar__menu {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.sidebar__menu ul, .sidebar__menu li, .sidebar__menu a {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  text-decoration: none;
}
.sidebar__menu a {
  padding: 9px 0;
  flex-grow: 1;
}
.sidebar__menu .item {
  display: flex;
  justify-content: space-between;
}
.sidebar__menu .item[data-count="0"] .button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sidebar__menu .item .button {
  height: 42px;
  min-width: 42px;
  width: 42px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  opacity: 0.8;
  cursor: pointer;
}
.sidebar__menu .item .button.hidden {
  display: none;
}
.sidebar__menu li.this > .item a {
  color: #A0B1E5;
}
.sidebar__menu > ul > li > .item > a {
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar__menu > ul > li > ul {
  display: none;
  padding-bottom: 17px;
}
.sidebar__menu > ul > li > ul > li > .item > a {
  color: #ddd;
}

@media (max-width: 1200px) {
  body.inited .sidebar {
    display: block;
  }
}
body.sidebar-active .sidebar {
  transform: scaleY(1);
}

.services-decor .row {
  margin: 0 -30px 60px -30px;
}
.services-decor .row:last-child {
  margin-bottom: 0 !important;
}
.services-decor .col {
  padding: 0 30px;
}
.services-decor .item {
  display: flex;
  align-items: flex-start;
}
.services-decor .item__image {
  display: block;
  flex: 0 0 auto;
  width: 260px;
  position: relative;
  z-index: 1;
  margin-top: 25px;
  color: #000;
  text-decoration: none;
}
.services-decor .item__image .image {
  width: 100%;
  height: 0;
  padding-top: 140%;
  position: relative;
  transition: transform 0.5s;
  overflow: hidden;
}
.services-decor .item__image .image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.25);
  transition: transform 0.5s;
}
.services-decor .item__content {
  display: block;
  flex-grow: 1;
  position: relative;
  padding: 40px 60px 40px 40px;
  color: #000;
  text-decoration: none;
}
.services-decor .item__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: #ECECEE;
}
.services-decor .item__content .content {
  position: relative;
  z-index: 1;
}
.services-decor .item__content .title { /*font-family:'Alice', sans-serif;*/
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.22;
  position: relative;
  margin-bottom: 50px;
}
.services-decor .item__content .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 70px;
  height: 4px;
  transition: background-color 0.2s, width 0.5s;
  background-color: #54628A;
}
.services-decor .item__content .title span {
  display: block;
  transform-origin: left center;
  transition: color 0.2s, transform 0.5s;
  color: #54628A;
}
.services-decor .item__content .text {
  font-size: 20px;
  line-height: 1.6;
}
.services-decor .item.hover .item__image .image {
  transform: scale(1.0769230769);
}
.services-decor .item.hover .item__image .image img {
  transform: scale(1);
}
.services-decor .item.hover .item__content .title:after {
  width: 110px;
}
.services-decor .item.hover .item__content .title span {
  transform: scale(1.07);
}
.services-decor .item--fullwidth .item__image {
  width: 930px;
}
.services-decor .item--fullwidth .item__image .image {
  padding-top: 50%;
}
.services-decor .item--fullwidth .item__image .image img {
  transform: scale(1.085);
}
.services-decor .item--fullwidth.hover .item__image .image {
  transform: scale(1.0215053763);
}
.services-decor .item--hero {
  align-items: stretch;
  width: 100vw;
  margin-left: calc((100vw - 1600px) / 2 * -1);
  background-color: #303030;
  min-height: 33vw;
}
.services-decor .item--hero .item__image {
  display: block;
  flex: 0 0 auto;
  width: 50%;
  height: initial;
  margin-top: 0;
  color: #fff;
}
.services-decor .item--hero .item__image .image {
  transform: none !important;
  padding-top: 0;
  height: 100%;
}
.services-decor .item--hero .item__image .image img {
  transform: scale(1.055);
}
.services-decor .item--hero .item__content {
  color: #fff;
  padding: 60px;
}
.services-decor .item--hero .item__content:before {
  display: none;
}
.services-decor .item--hero .item__content .content {
  max-width: 740px;
}
.services-decor .item--hero .item__content .content .title {
  max-width: 80%;
}
.services-decor .item--hero .item__content .content .title:after {
  background-color: #A0B1E5;
}
.services-decor .item--hero .item__content .content .title span {
  color: #A0B1E5;
}
.services-decor .item--hero.item--reverse .item__content {
  display: flex;
  justify-content: flex-end;
}
.services-decor .item--reverse {
  flex-direction: row-reverse;
}
.services-decor .item--reverse .item__content:before {
  left: 0;
  right: -200px;
}
@media (max-width: 1700px) {
  .services-decor .item--hero {
    margin-left: -60px;
  }
}
@media (max-width: 1500px) {
  .services-decor .row {
    margin: 0 -15px 30px -15px;
  }
  .services-decor .col {
    padding: 0 15px;
  }
  .services-decor .item__content {
    padding: 40px;
  }
  .services-decor .item__content .content .title {
    font-size: 25px;
  }
  .services-decor .item__content .content .text {
    font-size: 14px;
  }
  .services-decor .item--fullwidth .item__image {
    width: 750px;
  }
  .services-decor .item--fullwidth .item__image .image {
    padding-top: 50%;
  }
  .services-decor .item--fullwidth .item__image .image img {
    transform: scale(1.085);
  }
  .services-decor .item--fullwidth.hover .item__image .image {
    transform: scale(1.0266666667);
  }
  .services-decor .item--hero {
    margin-left: -30px;
  }
}
@media (max-width: 1400px) {
  .services-decor .item__content .content .title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .services-decor .item {
    height: 100%;
  }
  .services-decor .item__image .image {
    transform: none !important;
  }
  .services-decor .item__image .image img {
    transform: none !important;
  }
  .services-decor .item__content .content .title {
    font-size: 24px;
  }
  .services-decor .item--double {
    display: block;
    background-color: #ECECEE;
  }
  .services-decor .item--double .item__image {
    width: 100%;
    margin-top: 0;
  }
  .services-decor .item--double .item__image .image {
    padding-top: 65%;
  }
  .services-decor .item--double .item__content {
    padding: 30px;
  }
  .services-decor .item--double .item__content:before {
    display: none;
  }
  .services-decor .item--fullwidth {
    background-color: #ECECEE;
  }
  .services-decor .item--fullwidth .item__image {
    width: 50%;
    margin-top: 0;
    padding-right: 15px;
    height: 100%;
  }
  .services-decor .item--fullwidth .item__image .image {
    height: 100%;
    min-height: 25vh;
    padding-top: 0;
  }
  .services-decor .item--fullwidth .item__content {
    padding: 40px 30px 40px 45px;
  }
  .services-decor .item--fullwidth .item__content:before {
    display: none;
  }
  .services-decor .item--reverse .item__image {
    padding-left: 15px;
    padding-right: 0;
  }
  .services-decor .item--reverse .item__content {
    padding: 40px 45px 40px 30px;
  }
  .services-decor .item--hero {
    width: auto;
    margin: 0 -30px;
  }
  .services-decor .item--hero .item__content {
    padding: 40px 30px 40px 45px;
  }
  .services-decor .item--hero.item--reverse .item__content {
    padding: 40px 30px 40px 60px;
  }
}
@media (max-width: 800px) {
  .services-decor .row {
    display: block;
  }
  .services-decor .col {
    width: 100%;
  }
  .services-decor .col + .col {
    margin-top: 30px;
  }
  .services-decor .item {
    display: block;
  }
  .services-decor .item--double .item__image, .services-decor .item--fullwidth .item__image, .services-decor .item--reverse .item__image, .services-decor .item--hero .item__image {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .services-decor .item--double .item__image .image, .services-decor .item--fullwidth .item__image .image, .services-decor .item--reverse .item__image .image, .services-decor .item--hero .item__image .image {
    padding-top: 65%;
  }
  .services-decor .item--double .item__content, .services-decor .item--fullwidth .item__content, .services-decor .item--reverse .item__content, .services-decor .item--hero .item__content {
    padding: 30px;
  }
  .services-decor .item--hero .item__content {
    padding: 40px 60px !important;
  }
}
@media (max-width: 600px) {
  .services-decor .row {
    margin: 0 -10px 20px -10px;
  }
  .services-decor .col {
    padding: 0 10px;
  }
  .services-decor .col + .col {
    margin-top: 20px;
  }
  .services-decor .item--double .item__content, .services-decor .item--fullwidth .item__content, .services-decor .item--reverse .item__content, .services-decor .item--hero .item__content {
    padding: 20px;
  }
  .services-decor .item--double .item__content .content .title, .services-decor .item--fullwidth .item__content .content .title, .services-decor .item--reverse .item__content .content .title, .services-decor .item--hero .item__content .content .title {
    font-size: 23px;
  }
  .services-decor .item--hero {
    margin: 0 -20px;
  }
  .services-decor .item--hero .item__content {
    padding: 30px 40px !important;
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.news-list__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.news-list__item .link {
  display: block;
  color: #212529;
  text-decoration: none;
  transition: color 0.15s;
}
.news-list__item .link:hover {
  color: #2E4FAC;
}
.news-list__item .link:hover .image .img, .news-list__item .link:hover .image .logo {
  transform: scale(1.1);
}
.news-list__item .image {
  position: relative;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}
.news-list__item .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.news-list__item .image .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.9s;
}
.news-list__item .image .logo img {
  width: 50%;
  transform: translateX(-5%);
}
.news-list__item .date {
  color: #777;
  font-size: 15px;
  margin: 20px 0 10px 0;
  line-height: 1;
}
.news-list__item .title {
  margin: 10px 0 15px 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
}
.news-list__item .text {
  font-size: 16px;
}
.news-list__more-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .news-list__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .news-list--index .news-list__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 800px) {
  .news-list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-list--index .news-list__item:nth-child(4) {
    display: initial;
  }
}
@media (max-width: 600px) {
  .news-list__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.license-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 -30px -60px -30px;
}
.license-list li {
  display: block;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.license-list li:before {
  display: none;
}
.license-list .item {
  display: block;
  width: 100%;
  cursor: pointer;
}
.license-list .item p { padding:10px 0 0 0; }
.license-list .item:hover img {
  transform: scale(1.05);
}
.license-list img {
  max-width: 100%;
  display: block;
  transition: transform 0.5s;
}
@media (max-width: 1000px) {
  .license-list ul {
    margin: 0 -20px -30px -20px;
  }
  .license-list li {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .license-list ul {
    display: block;
    width: 333px;
    max-width: 100%;
    margin: 0 auto;
  }
  .license-list li {
    padding: 0;
    flex: none;
    max-width: 100%;
  }
}

.reviews-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 -20px -60px -20px;
}
.reviews-list li {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.reviews-list li:before {
  display: none;
}
.reviews-list .item {
  display: block;
  width: 100%;
  cursor: pointer;
}
.reviews-list .item:hover img {
  transform: scale(1.05);
}
.reviews-list .image {
  position: relative;
  height: 1px;
  padding-bottom: 140%;
  overflow: hidden;
  margin-bottom: 15px;
}
.reviews-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  transition: transform 0.5s;
}
@media (max-width: 1000px) {
  .reviews-list ul {
    margin: 0 -15px -50px -15px;
  }
  .reviews-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {
  .reviews-list ul {
    margin: 0 -15px -40px -15px;
  }
  .reviews-list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .reviews-list ul {
    display: block;
    width: 333px;
    max-width: 100%;
    margin: 0 auto;
  }
  .reviews-list li {
    padding: 0;
    flex: none;
    max-width: 100%;
  }
}

.bc-h1 {
  position: relative;
  z-index: 5;
}
.bc-h1[data-id="8"] {
  margin-bottom: -120px;
}
.bc-h1[data-id="8"] + .dostizheniya-ttk-ooz h2 {
  display: none;
}

section.index-ttk-is > .container {
  padding-bottom: 50px;
}
section.index-ttk-is .wrapper {
  display: flex;
}
section.index-ttk-is .wrapper__menu {
  flex: 0 0 360px;
  position: relative;
}
section.index-ttk-is .wrapper__menu .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
section.index-ttk-is .wrapper__menu .menu ul, section.index-ttk-is .wrapper__menu .menu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.index-ttk-is .wrapper__menu .menu li:before {
  display: none;
}
section.index-ttk-is .wrapper__menu .menu li:not(:last-child) {
  margin-bottom: 10px;
}
section.index-ttk-is .wrapper__menu .menu a {
  display: flex;
  color: #000;
  text-decoration: none;
  padding: 30px 40px 30px 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  transition: background-color 0.2s;
  background-color: #D4DAE9;
}
section.index-ttk-is .wrapper__menu .menu a:hover {
  background-color: #f5ecd4;
  background-color: #e8ebf3;
}
section.index-ttk-is .wrapper__menu .menu a .icon {
  flex: 0 0 48px;
  height: 48px;
  margin-right: 25px;
  background: center center no-repeat;
  background-size: contain;
  filter: contrast(0) sepia(100%) hue-rotate(182deg) brightness(0.7) saturate(0.88);
}
section.index-ttk-is .wrapper__menu .menu a .icon[data-id="3"] {
  background-image: url("../img/icons-png/diploma.png");
}
section.index-ttk-is .wrapper__menu .menu a .icon[data-id="4"] {
  background-image: url("../img/icons-png/trophy.png");
}
section.index-ttk-is .wrapper__menu .menu a .icon[data-id="7"] {
  background-image: url("../img/icons-png/curtains.png");
}
section.index-ttk-is .wrapper__menu .menu a .icon[data-id="8"] {
  background-image: url("../img/icons-png/building.png");
}
section.index-ttk-is .wrapper__menu .menu a span {
  margin-top: 3px;
}
section.index-ttk-is .wrapper__text {
  flex-grow: 1;
  padding-left: 100px;
}
section.index-ttk-is .wrapper__text .h2 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
}
section.index-ttk-is .wrapper__text ul {
  max-width: 800px;
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  section.index-ttk-is > .container {
    padding-top: 50px;
  }
  section.index-ttk-is .wrapper {
    flex-direction: column-reverse;
  }
  section.index-ttk-is .wrapper__menu {
    margin-top: 30px;
    flex: initial;
  }
  section.index-ttk-is .wrapper__menu .menu {
    position: static;
  }
  section.index-ttk-is .wrapper__menu .menu a {
    padding: 20px;
  }
  section.index-ttk-is .wrapper__menu .menu a .icon {
    flex: 0 0 40px;
    height: 40px;
  }
  section.index-ttk-is .wrapper__text {
    padding-left: 0;
  }
  section.index-ttk-is .wrapper__text .h2 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  section.index-ttk-is .wrapper__text .h2 {
    font-size: 22px;
  }
}

section.index-ttk-more {
  text-align: center;
  position: relative;
  background-color: rgb(242, 240, 236);
}
section.index-ttk-more .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.12;
}
section.index-ttk-more > .container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
section.index-ttk-more .wrapper {
  display: inline-flex;
  padding: 30px 0;
  width: 700px;
  max-width: 100%;
  justify-content: center;
  background-image: linear-gradient(to right, rgba(242, 240, 236, 0) 0%, rgb(242, 240, 236) 25%, rgb(242, 240, 236) 75%, rgba(242, 240, 236, 0) 100%);
}
section.index-ttk-more .wrapper__left {
  padding-right: 45px;
}
section.index-ttk-more .wrapper__right {
  padding-left: 45px;
}
section.index-ttk-more .wrapper .text {
  line-height: 1;
}
section.index-ttk-more .wrapper .text__top {
  font-size: 16px;
  letter-spacing: 0.12em;
}
section.index-ttk-more .wrapper .text__number {
  font-size: 65px;
  font-family: "Alice", sans-serif;
  color: #54628A;
}
section.index-ttk-more .wrapper .text__bottom {
  font-weight: 400;
  margin-top: 10px;
}
section.index-ttk-more .button {
  margin: 40px 0 70px 0;
}
section.index-ttk-more .youtube-video {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
section.index-ttk-more .youtube-video__container {
  width: 100%;
  padding-bottom: 43%;
  position: relative;
  margin-bottom: -20.15%;
}
section.index-ttk-more .youtube-video__container:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 8, 0, 0.4);
  z-index: 1;
}
section.index-ttk-more .youtube-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.index-ttk-more .youtube-video-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
section.index-ttk-more .youtube-video-button img {
  width: 200px;
}
section.index-ttk-more .youtube-video-button span {
  display: block;
  margin-top: 17px;
  line-height: 1;
}
section.index-ttk-more .youtube-video-button:hover {
  color: #b7771b;
}
@media (max-width: 600px) {
  section.index-ttk-more > .container {
    padding-top: 35px;
  }
  section.index-ttk-more .wrapper__left {
    padding-right: 25px;
  }
  section.index-ttk-more .wrapper__right {
    padding-left: 25px;
  }
  section.index-ttk-more .wrapper .text__top {
    font-size: 14px;
  }
  section.index-ttk-more .wrapper .text__number {
    font-size: 40px;
  }
  section.index-ttk-more .wrapper .text__bottom {
    margin-top: 7px;
  }
  section.index-ttk-more .button {
    margin: 40px 0 60px 0;
  }
  section.index-ttk-more .youtube-video__container {
    padding-bottom: 65%;
  }
  section.index-ttk-more .youtube-video-button {
    padding: 15px;
  }
  section.index-ttk-more .youtube-video-button img {
    width: 120px;
  }
}

.index-ttk-services {
  background-color: #fff;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
.index-ttk-services .section-bg {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  object-position: top center;
  width: 100%;
  opacity: 0.1;
  transform: scale(1.015);
}
.index-ttk-services > .container {
  position: relative;
  z-index: 1;
}
.index-ttk-services .section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 1.7em;
  letter-spacing: 0.01em;
}
@media (max-width: 1500px) {
  .index-ttk-services {
    padding-top: calc((100vw - 60px) * 0.13 / 2);
  }
}
@media (max-width: 1200px) {
  .index-ttk-services .section-title {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .index-ttk-services .section-title {
    font-size: 22px;
  }
}

.index-ttk-sites {
  /* background-color: #F2F0EC; */
}
.index-ttk-sites .h2 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 1.75em;
  letter-spacing: 0.01em;
  text-align: center;
}
.index-ttk-sites ul {
  display: flex;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 100%;
}
.index-ttk-sites li {
  display: block;
  flex: 0 0 16%;
  max-width: 16%;
  padding: 0;
  margin-bottom: 0;
}
.index-ttk-sites li:before {
  display: none;
}
.index-ttk-sites li:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}
.index-ttk-sites li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.25);
}
.index-ttk-sites a {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 30px 30px 30px;
  height: 100%;
  text-decoration: none;
}
.index-ttk-sites .image {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-ttk-sites img {
  max-width: 100%;
  max-height: 100%;
}
.index-ttk-sites .text {
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  margin: 20px 0 0 0;
  color: #000;
}
@media (max-width: 1200px) {
  .index-ttk-sites .h2 {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  .index-ttk-sites a {
    padding: 30px;
  }
}
@media (max-width: 800px) {
  .index-ttk-sites ul {
    display: block;
  }
  .index-ttk-sites li {
    flex: initial;
    min-width: 100%;
    background-color: transparent !important;
    text-align: center;
  }
  .index-ttk-sites a {
    display: inline-block;
    width: initial;
    padding: 20px;
  }
  .index-ttk-sites img {
    width: initial;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .index-ttk-sites .h2 {
    font-size: 22px;
  }
}

.index-ttk-news {
    background-color: #F2F0EC;
}

.index-ttk-news .h2 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 1.75em;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 1200px) {
  .index-ttk-news .h2 {
    font-size: 25px;
  }
}
@media (max-width: 900px) {
  .index-ttk-news .h2 {
    margin-bottom: 1.75em;
  }
}
@media (max-width: 600px) {
  .index-ttk-news .h2 {
    font-size: 22px;
  }
}

.about-ttk-3000 .top {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.about-ttk-3000 .top > p:first-child {
  font-size: 30px;
  margin-bottom: 0.25em;
}
.about-ttk-3000 .top > p:last-child {
  font-size: 37px;
  color: #54628A;
}
.about-ttk-3000 .text {
  background-color: #ECECEE;
  text-align: center;
  padding: 40px 0;
}
.about-ttk-3000 .text p {
  font-size: 26px;
}
.about-ttk-3000 .text-content {
  line-height: 1;
}
.about-ttk-3000 .text-content__top {
  font-size: 40px;
}
.about-ttk-3000 .text-content__number {
  font-family: "Alice", sans-serif;
  font-size: 140px;
  margin: -20px 0 0 0;
  color: #54628A;
}
.about-ttk-3000 .text-content__bottom {
  font-size: 47px;
}
@media (max-width: 600px) {
  .about-ttk-3000 .top > p:first-child {
    font-size: 20px;
  }
  .about-ttk-3000 .top > p:last-child {
    font-size: 25px;
  }
  .about-ttk-3000 .text-content {
    line-height: 1;
  }
  .about-ttk-3000 .text-content__number {
    font-size: 100px;
  }
}

.about-ttk-services {
  background-color: #F2F2F3;
  overflow: hidden;
}
.about-ttk-services h2 {
  text-align: center;
  margin-bottom: 1.75em;
}
.about-ttk-services ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  list-style: none;
  padding: 0;
  margin-bottom: -80px;
}
.about-ttk-services li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 40px;
  margin: 0 0 80px 0;
}
.about-ttk-services li:before {
  display: none;
}
.about-ttk-services a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.about-ttk-services a:hover .image img {
  transform: scale(1.1);
}
.about-ttk-services a:hover .title {
  color: #2E4FAC;
}
.about-ttk-services .image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.about-ttk-services .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.5s;
}
.about-ttk-services .title {
  margin: 28px 0 20px 0;
}
@media (max-width: 1000px) {
  .about-ttk-services ul {
    justify-content: center;
  }
  .about-ttk-services li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-ttk-services .image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 600px) {
  .about-ttk-services ul {
    display: block;
    margin: 0 -20px;
    margin-bottom: -50px;
  }
  .about-ttk-services li {
    flex: none;
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

.dostizheniya-ttk-3000 > .container {
  padding-bottom: 30px;
}
.dostizheniya-ttk-3000 button {
  margin-bottom: 30px;
}
.dostizheniya-ttk-3000 button svg {
  transition: transform 0.2s;
}
.dostizheniya-ttk-3000 button:not(.collapsed) svg {
  transform: scaleY(-1);
}

.dostizheniya-ttk-theatres {
  overflow: hidden;
}
.dostizheniya-ttk-theatres h2 {
  margin-bottom: 70px;
}
.dostizheniya-ttk-theatres .theatres-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -50px -50px -50px;
}
.dostizheniya-ttk-theatres .theatres-list li {
  display: block;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 50px;
  margin-bottom: 60px;
  position: relative;
}
.dostizheniya-ttk-theatres .theatres-list li:before {
  display: none;
}
.dostizheniya-ttk-theatres .theatres-list li:last-child .text {
  padding: 20px 0;
}
.dostizheniya-ttk-theatres .theatres-list .content {
  position: relative;
}
.dostizheniya-ttk-theatres .theatres-list .content:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  bottom: 6px;
  left: -27px;
  width: 4px;
  background-color: #000;
  opacity: 0.12;
}
.dostizheniya-ttk-theatres .theatres-list .title {
  color: #8C6E49;
  font-size: 27px;
  margin-bottom: 14px;
}
@media (max-width: 1500px) {
  .dostizheniya-ttk-theatres .theatres-list ul {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  .dostizheniya-ttk-theatres .theatres-list li {
    padding: 0 20px 0 47px;
    margin-bottom: 40px;
  }
  .dostizheniya-ttk-theatres .theatres-list .content:before {
    left: -23px;
  }
  .dostizheniya-ttk-theatres .theatres-list .title {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .dostizheniya-ttk-theatres h2 {
    margin-bottom: 55px;
  }
  .dostizheniya-ttk-theatres .theatres-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dostizheniya-ttk-theatres .theatres-list .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 800px) {
  .dostizheniya-ttk-theatres h2 {
    margin-bottom: 45px;
  }
  .dostizheniya-ttk-theatres .theatres-list {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .dostizheniya-ttk-theatres .theatres-list ul {
    display: block;
    margin-bottom: -30px;
  }
  .dostizheniya-ttk-theatres .theatres-list li {
    flex: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .dostizheniya-ttk-theatres .theatres-list .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.dostizheniya-ttk-geo {
  position: relative;
}
.dostizheniya-ttk-geo .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dostizheniya-ttk-geo > .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.dostizheniya-ttk-geo h2 {
  margin-bottom: 40px;
}
.dostizheniya-ttk-geo .items {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
.dostizheniya-ttk-geo .item__top {
  margin: 40px 0 25px 0;
}
.dostizheniya-ttk-geo .item__bottom {
  margin: 25px 0 40px 0;
}
.dostizheniya-ttk-geo .title {
  font-size: 30px;
  color: #8C6E49;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .dostizheniya-ttk-geo .title {
    font-size: 25px;
  }
}

.dostizheniya-ttk-workshops .wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.dostizheniya-ttk-workshops .slider-workshops {
  flex: 0 0 60%;
  min-width: 60%;
  height: 600px;
  background-color: #eee;
  position: relative;
}
.dostizheniya-ttk-workshops .slider-workshops .images {
  height: 100%;
  position: relative;
}
.dostizheniya-ttk-workshops .slider-workshops .image {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transition: left 0.85s, right 0.85s;
}
.dostizheniya-ttk-workshops .slider-workshops .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dostizheniya-ttk-workshops .slider-workshops .image.active {
  left: 0 !important;
  right: 0 !important;
  z-index: 2;
}
.dostizheniya-ttk-workshops .slider-workshops .hover-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.dostizheniya-ttk-workshops .slider-workshops .item {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="1"], .dostizheniya-ttk-workshops .slider-workshops .item[data-id="1"] {
  left: 0;
  right: 80%;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="1"] img, .dostizheniya-ttk-workshops .slider-workshops .item[data-id="1"] img {
  object-position: 0 50%;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="2"], .dostizheniya-ttk-workshops .slider-workshops .item[data-id="2"] {
  left: 20%;
  right: 60%;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="2"] img, .dostizheniya-ttk-workshops .slider-workshops .item[data-id="2"] img {
  object-position: 20% 50%;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="3"], .dostizheniya-ttk-workshops .slider-workshops .item[data-id="3"] {
  left: 40%;
  right: 40%;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="4"], .dostizheniya-ttk-workshops .slider-workshops .item[data-id="4"] {
  left: 60%;
  right: 20%;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="5"], .dostizheniya-ttk-workshops .slider-workshops .item[data-id="5"] {
  left: 80%;
  right: 0;
}
.dostizheniya-ttk-workshops .slider-workshops .image[data-id="5"] img, .dostizheniya-ttk-workshops .slider-workshops .item[data-id="5"] img {
  object-position: 100% 50%;
}
.dostizheniya-ttk-workshops .content {
  padding: 80px 0 0 50px;
}
.dostizheniya-ttk-workshops .content h2 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.dostizheniya-ttk-workshops .content h2 .number {
  font-size: 200px;
  line-height: 1;
  margin: -38px 20px 0 -8px;
  color: #8C6E49;
}
@media (max-width: 1700px) {
  .dostizheniya-ttk-workshops .slider-workshops {
    margin-left: -50px;
  }
}
@media (max-width: 1200px) {
  .dostizheniya-ttk-workshops > .container {
    padding: 0 !important;
  }
  .dostizheniya-ttk-workshops .wrapper {
    display: block;
  }
  .dostizheniya-ttk-workshops .content {
    padding: 50px;
    margin: 0 auto;
    width: 580px;
    max-width: 100%;
  }
  .dostizheniya-ttk-workshops .content h2 {
    margin-bottom: 20px;
  }
  .dostizheniya-ttk-workshops .content h2 .number {
    margin-top: -48px;
  }
}
@media (max-width: 800px) {
  .dostizheniya-ttk-workshops .slider-workshops {
    height: 450px;
  }
  .dostizheniya-ttk-workshops .content h2 .number {
    margin-top: -34px;
    font-size: 152px;
  }
}
@media (max-width: 600px) {
  .dostizheniya-ttk-workshops .slider-workshops {
    height: 350px;
  }
  .dostizheniya-ttk-workshops .content {
    padding: 50px 20px;
  }
  .dostizheniya-ttk-workshops .content h2 {
    flex-direction: column;
    text-align: center;
  }
  .dostizheniya-ttk-workshops .content h2 .number {
    margin-top: -48px;
    margin-right: 0;
  }
}

.dostizheniya-ttk-ooz {
  position: relative;
}
.dostizheniya-ttk-ooz:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.dostizheniya-ttk-ooz .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dostizheniya-ttk-ooz > .container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
}
.dostizheniya-ttk-ooz h2 {
  display: block;
  width: 850px;
  max-width: 100%;
  margin-bottom: 70px;
}
.dostizheniya-ttk-ooz .content {
  background: #fff;
  padding: 45px;
  width: 600px;
  max-width: 100%;
}
.dostizheniya-ttk-ooz .content img {
  max-width: 100%;
  display: block;
  margin: 28px 0;
}
@media (max-width: 1200px) {
  .dostizheniya-ttk-ooz > .container {
    padding-top: 120px;
  }
  .dostizheniya-ttk-ooz h2 {
    text-align: center;
    width: auto;
    margin-bottom: 50px;
  }
  .dostizheniya-ttk-ooz .content {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .dostizheniya-ttk-ooz .content {
    padding: 35px 20px;
  }
  .dostizheniya-ttk-ooz .content .lead {
    font-size: 20px;
  }
}

.dostizheniya-ttk-eden {
  position: relative;
  min-height: 600px;
}
.dostizheniya-ttk-eden .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dostizheniya-ttk-eden > .container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 150px;
}
.dostizheniya-ttk-eden .spotlight {
  position: absolute;
  top: -50px;
  right: 0;
  width: 425px;
}
.dostizheniya-ttk-eden .content {
  color: #fff;
  width: 720px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.dostizheniya-ttk-eden .content h2 {
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}
.dostizheniya-ttk-eden .content img {
  display: block;
  margin: 100px auto;
}
.dostizheniya-ttk-eden .content .text {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .dostizheniya-ttk-eden > .container {
    overflow: hidden;
  }
  .dostizheniya-ttk-eden .spotlight {
    position: absolute;
    top: 5%;
    right: -5%;
    width: 500px;
  }
}
@media (max-width: 1000px) {
  .dostizheniya-ttk-eden .spotlight {
    opacity: 0.7;
  }
}
@media (max-width: 800px) {
  .dostizheniya-ttk-eden .spotlight {
    top: -5%;
  }
}

.news-page__image {
  max-width: 100%;
  max-height: 100vh;
}

.header-image .container {
  width: 100%;
  height: 630px;
  padding: 0;
}
.header-image .container img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.slider-service__slick {
  position: relative; /*max-height:211px;*/
  opacity: 0 !important;
  transition: opacity 1s;
}
.slider-service__slick.slick-initialized {
  opacity: 1 !important;
}
.slider-service__slick .slick-list {
  margin: 0 -12px;
  position: relative;
}
.slider-service__slick .slick-list:before, .slider-service__slick .slick-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.slider-service__slick .slick-list:before {
  left: 0;
}
.slider-service__slick .slick-list:after {
  right: 0;
}
.slider-service__slick .slick-slide {
  padding: 0 12px;
}
.slider-service__slick .slick-slide .item {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  cursor: pointer;
}
.slider-service__slick .slick-slide .item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.slider-service__slick .slick-arrow {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  opacity: 0.4;
  transition: opacity 0.2s;
  z-index: 1;
}
.slider-service__slick .slick-arrow:hover {
  opacity: 1;
}
.slider-service__slick .slick-arrow:before {
  display: none !important;
}
.slider-service__slick .slick-arrow svg {
  width: 44px;
  height: 44px;
}
.slider-service__slick .slick-prev {
  left: -60px;
}
.slider-service__slick .slick-next {
  right: -60px;
  justify-content: flex-end;
}
@media (max-width: 1750px) {
  .slider-service {
    padding: 0 50px;
  }
}
@media (max-width: 550px) {
  .slider-service {
    padding: 0;
  }
  .slider-service__slick .slick-arrow {
    width: 50px;
  }
  .slider-service__slick .slick-prev {
    left: 0;
  }
  .slider-service__slick .slick-next {
    right: 0;
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.news-list__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.news-list__item .link {
  display: block;
  color: #212529;
  text-decoration: none;
  transition: color 0.15s;
}
.news-list__item .link:hover {
  color: #2E4FAC;
}
.news-list__item .link:hover .image .img, .news-list__item .link:hover .image .logo {
  transform: scale(1.1);
}
.news-list__item .image {
  position: relative;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}
.news-list__item .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.news-list__item .image .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.9s;
}
.news-list__item .image .logo img {
  width: 50%;
  transform: translateX(-5%);
}
.news-list__item .date {
  color: #777;
  font-size: 15px;
  margin: 20px 0 10px 0;
  line-height: 1;
}
.news-list__item .title {
  margin: 10px 0 15px 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
}
.news-list__item .text {
  font-size: 16px;
}
.news-list__more-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .news-list__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .news-list--index .news-list__item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 800px) {
  .news-list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-list--index .news-list__item:nth-child(4) {
    display: initial;
  }
}
@media (max-width: 600px) {
  .news-list__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.objects-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.objects-list__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin-bottom: 60px;
}
.objects-list__item .link {
  display: block;
  color: #212529;
  text-decoration: none;
  transition: color 0.15s;
}
.objects-list__item .link:hover {
  color: #b7771b;
}
.objects-list__item .link:hover .image .img, .objects-list__item .link:hover .image .logo {
  transform: scale(1.1);
}
.objects-list__item .image {
  position: relative;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}
.objects-list__item .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
.objects-list__item .image .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.9s;
}
.objects-list__item .image .logo img {
  width: 50%;
  transform: translateX(-5%);
}
.objects-list__item .date {
  color: #777;
  font-size: 15px;
  margin: 20px 0 10px 0;
  line-height: 1;
}
.objects-list__item .title {
  margin: 15px 0 15px 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
}
.objects-list__item .text {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .objects-list__item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 800px) {
  .objects-list__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .objects-list__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body[data-alias=objects] {
  background-color: #303030;
  color: #eee;
}
body[data-alias=objects] .header-desktop .right__bottom {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}
body[data-alias=objects] .container--h1 {
  padding-bottom: 0;
}
body[data-alias=objects] .breadcrumb a {
  color: #7c9cff;
}
body[data-alias=objects] .breadcrumb a:not(:hover) {
  color: #7c9cff;
}
body[data-alias=objects] .breadcrumb-item.active {
  color: #999;
}
body[data-alias=objects] h1 {
  color: #eee;
}

.objects-list-creative__item {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 70%);
}
.objects-list-creative__item .container {
  display: flex;
  align-items: flex-start;
}
.objects-list-creative__item .images {
  flex: 0 0 60%;
  max-width: 60%;
  margin-right: 65px;
}
.objects-list-creative__item .images .image-main {
  padding-bottom: 66%;
  height: 0;
  width: 100%;
  position: relative;
}
.objects-list-creative__item .images .image-main img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.objects-list-creative__item .images .slider-object {
  margin-top: 40px;
  padding-right: 50px;
}
.objects-list-creative__item .images .slider-object__slick {
  position: relative; /*max-height:211px;*/
  opacity: 0 !important;
  transition: opacity 1s;
}
.objects-list-creative__item .images .slider-object__slick.slick-initialized {
  opacity: 1 !important;
}
.objects-list-creative__item .images .slider-object__slick .slick-list {
  margin: 0 -12px;
  position: relative;
}
.objects-list-creative__item .images .slider-object__slick .slick-list:before, .objects-list-creative__item .images .slider-object__slick .slick-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #292929;
  z-index: 1;
}
.objects-list-creative__item .images .slider-object__slick .slick-list:before {
  left: 0;
}
.objects-list-creative__item .images .slider-object__slick .slick-list:after {
  right: 0;
}
.objects-list-creative__item .images .slider-object__slick .slick-track {
  margin-left: 0;
  margin-right: initial;
}
.objects-list-creative__item .images .slider-object__slick .slick-slide {
  padding: 0 12px;
}
.objects-list-creative__item .images .slider-object__slick .slick-slide .item {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  cursor: pointer;
}
.objects-list-creative__item .images .slider-object__slick .slick-slide .item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.objects-list-creative__item .images .slider-object__slick .slick-arrow {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
  opacity: 0.4;
  transition: opacity 0.2s;
  z-index: 1;
}
.objects-list-creative__item .images .slider-object__slick .slick-arrow:hover {
  opacity: 1;
}
.objects-list-creative__item .images .slider-object__slick .slick-arrow:before {
  display: none !important;
}
.objects-list-creative__item .images .slider-object__slick .slick-arrow svg {
  width: 44px;
  height: 44px;
}
.objects-list-creative__item .images .slider-object__slick .slick-prev {
  left: -60px;
  display: none !important;
}
.objects-list-creative__item .images .slider-object__slick .slick-next {
  right: -60px;
  justify-content: flex-end;
}
@media (max-width: 1750px) {
  .objects-list-creative__item .images .slider-object {
    padding: 0 50px 0 0;
  }
}
.objects-list-creative__item .content {
  flex-grow: 1;
  padding-top: 25px;
}
.objects-list-creative__item .content .title {
  position: relative;
  margin-bottom: 65px;
  color: #A0B1E5;
}
.objects-list-creative__item .content .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 70px;
  height: 4px;
  transition: background-color 0.2s, width 0.5s;
  background-color: #A0B1E5;
}
.objects-list-creative__item .content h2 {
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.objects-list-creative__item .content .text {
  font-weight: 300;
}
.objects-list-creative__item .content .text li:before {
  color: #A0B1E5;
}
.objects-list-creative__item:nth-child(even) .container {
  flex-direction: row-reverse;
}
.objects-list-creative__item:nth-child(even) .images {
  margin-right: 0;
}
.objects-list-creative__item:nth-child(even) .content {
  margin-right: 65px;
}
@media (max-width: 1300px) {
  .objects-list-creative__item {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .objects-list-creative .container {
    display: block;
    flex-direction: initial;
  }
  .objects-list-creative .images {
    flex: 0 0 100%;
    max-width: initial;
    margin-right: 0 !important;
  }
  .objects-list-creative .content {
    padding-top: 50px;
    margin-right: 0 !important;
  }
}
@media (max-width: 800px) {
  .objects-list-creative__item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .objects-list-creative .content {
    padding-top: 50px;
  }
  .objects-list-creative .content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.ttk-gellery {
  margin-top: 40px;
}
.ttk-gellery ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 -20px -20px -20px;
  justify-content: center;
}
.ttk-gellery li {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.ttk-gellery li:before {
  display: none;
}
.ttk-gellery .item {
  display: block;
  width: 100%;
  cursor: pointer;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}
.ttk-gellery .item:hover img {
  transform: scale(1.05);
}
.ttk-gellery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
}
@media (max-width: 600px) {
  .ttk-gellery ul {
    display: block;
    width: 333px;
    max-width: 100%;
    margin: 0 auto;
  }
  .ttk-gellery li {
    padding: 0;
    flex: none;
    max-width: 100%;
  }
}

.catalog {
  max-width: 900px;
  margin: 0 auto;
}
.catalog-section {
  margin-bottom: 25px;
}
.catalog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-right: 35px;
}
.catalog-header.collapsed .button svg.plus {
  display: block;
}
.catalog-header.collapsed .button svg.minus {
  display: none;
}
.catalog-header .name {
  margin-bottom: 0;
}
.catalog-header .button {
  margin-left: 20px;
}
.catalog-header .button svg {
  width: 30px;
  height: 30px;
}
.catalog-header .button svg.plus {
  display: none;
}
.catalog-header .button svg.minus {
  display: block;
}
.catalog-body table {
  width: 100%;
  border-collapse: collapse;
}
.catalog-body table td {
  padding: 15px;
}
.catalog-body table td:first-child {
  padding-left: 0;
  width: 1px;
}
.catalog-body table td:last-child {
  padding-right: 0;
  padding-left: 25px;
  width: 1px;
  text-align: center;
}
.catalog-body table td:last-child a {
  text-decoration: none;
  color: #888;
}
.catalog-body table td:last-child img {
  width: 50px;
}
.catalog-body table td:last-child span {
  white-space: nowrap;
  display: block;
  margin-top: 8px;
}
.catalog-body table td h4 {
  font-size: 25px;
  margin-bottom: 12px;
}
.catalog-body table td h4 + p:not(:last-child) {
  margin-bottom: 5px;
}
.catalog-body table td a {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .catalog-body table {
    width: 100%;
    border-collapse: collapse;
  }
  .catalog-body table td h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .catalog-header {
    padding-right: 0;
  }
  .catalog-header:not(.collapsed) {
    margin-bottom: 15px;
  }
  .catalog table tr {
    display: block;
    margin-bottom: 30px;
  }
  .catalog table td {
    display: block;
    width: 100% !important;
    padding: 0 0 15px 0 !important;
    text-align: center;
  }
  .catalog table td:last-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .catalog table td:last-child img {
    width: 40px;
    margin-right: 12px;
  }
  .catalog table td:last-child span {
    margin-top: 0;
  }
}

.profile-classic h5 {
  margin-top: 20px;
}
.profile-classic-position {
  font-size: 16px;
  color: #777;
}

/*# sourceMappingURL=style_logo_blue.css.map */
