@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic");

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
      if greater that the natural height of the tooltip, will be enforced
      in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
      and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

/* grow */
.tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1, 1);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

/* swing */
.tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotateZ(0deg);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

/* fall */
.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

/* slide */
.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
      been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px;
}

html {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    height: 100%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background: #e5ecf1;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
    vertical-align: middle;
}

textarea {
    resize: none;
}

section {
    position: relative;
}

input,
select,
button {
    outline: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
    padding: 85px 0 100px;
}

.content__title {
    margin-bottom: 30px;
}

.content__search {
    margin-bottom: 15px;
}

.content__search-options {
    margin-bottom: 40px;
}

.content__heading {
    margin-bottom: 20px;
}

.content__table-wrapper {
    margin-bottom: 30px;
    padding-bottom: 60px;
    overflow: auto;
}

.content__slider {
    margin-bottom: 30px;
}

.content__scheme-info {
    margin-bottom: 20px;
}

.container {
    margin: 0 auto;
    width: 100%;
    width: 1200px;
    padding: 0 15px;
}

footer {
    flex: 0 0 auto;
}

header {
    flex: 0 0 auto;
}

.header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.navigation__list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.navigation__item {
    padding: 0 15px;
}

.navigation__button {
    cursor: pointer;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    padding: 16px 0;
    font-size: 17px;
    color: #4d5359;
    transition: border-color .2s, color .2s;
}

.navigation__button:hover,
.navigation__button--active {
    border-color: #00528d;
    color: #000000;
}

.back {
    padding: 0 0 30px;
}

.back__button {
    display: inline-flex;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
    align-items: center;
    font-size: 17px;
    color: #00528d;
}

.back__button:hover .icon-arrow {
    left: -3px;
}

.back__button .icon-arrow {
    flex-shrink: 0;
    width: 20px;
    height: 12px;
    fill: #00528d;
    transform: rotate(90deg);
    transition: left .2s;
    position: relative;
    left: 0;
}

.title {
    font-size: 32px;
    font-weight: 700;
    color: #314a53;
}

.title__gray {
    color: #8a9ba2;
}

.client-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.client-form__col {
    width: 33.33%;
    padding: 0 15px;
}

.client-form__footer {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.client-form__textarea,
.client-form__select,
.client-form__input {
    margin-bottom: 10px;
}

.input {
    position: relative;
    border-radius: 3px;
    background-color: white;
}

.input--active .input__label {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #4d5359;
}

.input--gray {
    border: solid 1px rgba(0, 0, 0, .1);
    background-color: rgba(229, 236, 241, .5);
}

.input__input {
    position: relative;
    z-index: 1;
    border: none;
    padding: 16px 15px 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #000000;
    background: transparent;
}

.input__label {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14px 15px;
    display: flex;
    transition: padding .2s, font-size .2s;
}

.select {
    position: relative;
    border-radius: 3px;
    background-color: white;
}

.select:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #a5b3bb transparent transparent transparent;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
}

.select--active .select__label {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #4d5359;
}

.select--gray {
    border: solid 1px rgba(0, 0, 0, .1);
    background-color: rgba(229, 236, 241, .5);
    overflow: hidden;
}

.select__output {
    position: relative;
    z-index: 0;
    padding: 23px 15px 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #000000;
    background: transparent;
}

.select__select {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.select__label {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14px 15px;
    display: flex;
    transition: padding .2s, font-size .2s;
}

.textarea {
    position: relative;
    border-radius: 3px;
    background-color: white;
}

.textarea--active .textarea__label {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #4d5359;
}

.textarea__textarea {
    border: none;
    position: relative;
    z-index: 1;
    padding: 23px 15px 5px;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #000000;
    background: transparent;
    outline: none;
}

.textarea__label {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14px 15px;
    display: flex;
    transition: padding .2s, font-size .2s;
}

.button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 14px 25px;
    border-radius: 3px;
    background-color: #00528d;
    transition: .2s;
}

.button.button__disabled {
    background-color: #6b7073;
}

.button--transparent {
    background: transparent;
    border: solid 1px rgba(0, 82, 141, .5);
    color: #00528d;
}

.button--transparent.button--active,
.button--transparent:hover,
.button--transparent:hover a {
    background-color: #00528d;
    color: #ffffff !important;
}

.button--transparent.button--active:after,
.button--transparent:hover:after {
    border-color: #ffffff transparent transparent transparent;
}

.button--smoll {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    font-weight: 400;
    font-size: 14px;
}

.button--triangle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #a5b3bb transparent transparent transparent;
    margin-left: 15px;
    transition: border-color .3s;
}

.options-button {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.options-button .icon-option {
    width: 6px;
    height: 30px;
    fill: #00528d;
}

.heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.heading__col {
    flex-shrink: 0;
    display: flex;
    padding: 0 15px 20px;
}

.heading__col--right {
    margin-left: auto;
}

.heading__button {
    white-space: nowrap;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 10px;
}

.heading__button:last-child {
    margin-right: 0;
}

.heading__options {
    margin-right: 10px;
}

.buttons-group {
    display: flex;
}

.buttons-group__button {
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 0 !important;
    border-right: none !important;
}

.buttons-group__button:first-child {
    border-radius: 3px 0 0 3px !important;
}

.buttons-group__button:last-child {
    border-radius: 0 3px 3px 0 !important;
    border-right: 1px solid #00528d !important;
}

.search {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 27px;
    background-color: #ffffff;
}

.search__button,
.clear-search {
    background: transparent;
    opacity: .5;
    cursor: pointer;
    padding: 0;
    border: none;
    border-radius: 27px 0 0 27px;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: flex;
    transition: opacity .2s;
}

.search__button:hover,
.clear-search:hover {
    opacity: .7;
}

.search__button .icon-search,
.clear-search {
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #373737;
}

.clear-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    padding: 15px 20px;
    margin: 0;
    box-sizing: content-box;
}

.search__input {
    border: none;
    border-radius: 0 27px 27px 0;
    padding: 0 42px 0 5px;
    width: 100%;
    height: 54px;
}

.pagination {
    display: flex;
    justify-content: space-between;
}

.pagination__pages {
    display: flex;
}

.pagination__button {
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #c9d3d9;
    background: transparent;
    min-width: 50px;
    height: 50px;
    padding: 10px 15px;
    margin: 0 2.5px;
    font-size: 15px;
    color: #000000;
    transition: color .2s, background .2s, border-color .2s;
}

.pagination__button--active,
.pagination__button:hover {
    background: #00528d;
    color: #ffffff;
    border-color: #00528d;
}

.pagination__button:first-child {
    margin-left: 0;
}

.pagination__button:last-child {
    margin-right: 0;
}

.pagination__dots {
    width: 50px;
    height: 50px;
    display: flex;
    padding: 5px;
    font-size: 15px;
    color: #000000;
    justify-content: center;
    align-items: flex-end;
}

.pagination__disabled {
    cursor: default;
    color: transparent;
    border-color: transparent;
    background: transparent;
}

.pagination__disabled:hover {
    background: transparent;
    border: transparent;
}

.two-column-grid {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.two-column-grid__col {
    padding: 0 15px;
}

.two-column-grid__col:first-child {
    width: calc(42%);
}

.two-column-grid__col:last-child {
    width: calc(58%);
}

.two-column-grid__table {
    margin-bottom: 20px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table__head + .table__body tr:first-child td {
    padding-top: 20px;
}

.table__head tr {
    border-bottom: 1px solid #bbbbbb;
}

.table__head tr td {
    padding-bottom: 20px;
}

.table__head tr td p {
    font-size: 15px;
    font-weight: 500;
    color: #4d5359;
}

.table__body tr:first-child td {
    padding-top: 0;
}

.table__body tr td {
    padding: 20px 5px;
    border-bottom: 1px solid #bbbbbb;
}

.table__body tr td:first-child {
    padding-left: 0;
}

.table__body tr td:last-child {
    padding-right: 0;
}

.table__body tr td p {
    font-size: 15px;
    color: #000000;
}

.table__body tr td a {
    text-decoration: none;
    font-size: 15px;
    color: #00528d;
}

.table__body tr td a:hover {
    text-decoration: underline;
}

.table__body tr td b {
    font-weight: 500;
}

.white-table {
    width: 100%;
    border-collapse: collapse;
}

.white-table__head {
    background: #ffffff;
}

.white-table__head tr:first-child td {
    border-radius: 3px 3px 0 0;
}

.white-table__head tr:last-child td {
    border-bottom: 1px solid #bbbbbb;
}

.white-table__head tr td {
    padding: 15px 20px;
}

.white-table__head tr td h2 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.white-table__head tr td p {
    font-size: 15px;
    font-weight: 500;
    color: #4d5359;
}

.white-table__body tr {
    background-color: rgba(49, 74, 83, .07);
}

.white-table__body tr:nth-child(even) {
    background-color: #ffffff;
}

.white-table__body tr:last-child td {
    border-radius: 0 0 3px 3px;
}

.white-table__body tr td {
    padding: 20px;
}

.white-table__body tr td p {
    font-size: 15px;
    color: #000000;
}

.white-table__body tr td a {
    text-decoration: none;
    color: #00528d;
}

.white-table__body tr td a:hover {
    text-decoration: underline;
}

.white-table__head tr td h5 {
    text-align: center;
}

.search-options__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.search-options__toggle-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
    margin-left: auto;
    font-size: 15px;
    color: #00528d;
}

.search-options__toggle-button--active:after {
    transform: rotate(180deg);
}

.search-options__toggle-button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #00528d transparent transparent transparent;
    margin-left: 8px;
    transition: transform .2s;
}

.search-options__form {
    display: none;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.search-options__col {
    width: 33.33%;
    padding: 0 15px;
}

.search-options__range,
.search-options__select {
    margin-bottom: 10px;
}

.range {
    display: flex;
    background: #ffffff;
    border-radius: 3px;
}

.range__label {
    display: flex;
    align-items: center;
    width: 50%;
    height: 50px;
    padding: 10px 15px;
    font-size: 15px;
    color: #000000;
}

.range__input {
    border: none;
    border-left: 1px solid rgba(49, 74, 83, .1);
    width: 25%;
    height: 50px;
    padding: 0 10px;
    background: transparent;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 16px);
    left: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    opacity: .8;
    transition: opacity .3s;
}

.slider .owl-nav .owl-prev:hover {
    opacity: 1;
}

.slider .owl-nav .owl-prev img {
    margin: auto;
    width: 16px;
    transform: rotate(180deg);
}

.slider .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 16px);
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    opacity: .8;
    transition: opacity .3s;
}

.slider .owl-nav .owl-next:hover {
    opacity: 1;
}

.slider .owl-nav .owl-next img {
    margin: auto;
    width: 16px;
}

.info {
    width: 100%;
    border-collapse: collapse;
}

.info__head tr:first-child td:first-child {
    border-radius: 3px 0 0 0;
}

.info__head tr:first-child td:last-child {
    border-radius: 0 3px 0 0;
}

.info__head tr td {
    padding: 20px 20px 5px 20px;
    background-color: #ffffff;
    font-size: 15px;
    color: #4d5359;
}

.info__body tr:last-child td {
    padding-bottom: 20px;
}

.info__body tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}

.info__body tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
}

.info__body tr td {
    background-color: #ffffff;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.generation {
    width: 420px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 24px 42px 0 rgba(0, 0, 0, .15);
    background-color: #ffffff;
    z-index: 999;
}

.generation__title {
    font-weight: 700;
    font-size: 24px;
    color: #314a53;
    margin-bottom: 30px;
}

.generation__select,
.generation__input {
    margin-top: 10px;
}

.generation__select:first-child,
.generation__input:first-child {
    margin-top: 0;
}

.generation__button {
    margin-top: 20px;
}

.options-menu {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #ffffff;
    padding: 15px;
}

.options-menu__item {
    margin-top: 10px;
}

.options-menu__item:first-child {
    margin-top: 0;
}

.options-menu__link {
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    color: #00528d;
}

.options-menu__link:hover {
    text-decoration: underline;
}

.options {
    position: relative;
    display: flex;
}

.options__button {
    white-space: nowrap;
}

.options__window {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 999;
}

.options__window--right {
    top: 0;
    left: calc(100% + 10px);
    right: auto;
}

.options__window--left {
    top: 0;
    right: calc(100% + 10px);
    left: auto;
}

.scheme-info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.scheme-info__item {
    display: flex;
    align-items: center;
    padding: 0 10px 20px;
}

.scheme-info__mark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
}

.scheme-info__mark--gray {
    background-color: #cdcdcd;
}

.scheme-info__mark--aqua {
    background-color: #00ae81;
}

.scheme-info__mark--yellow {
    background-color: #ceb400;
}

.scheme-info__mark--blue {
    background-color: #0094ce;
}

.scheme-info__mark--green {
    background-color: #009034;
}

.scheme-info__mark--light-green {
    background-color: #00b742;
}

.scheme-info__label {
    margin-left: 10px;
    font-size: 15px;
    color: #4d5359;
}

.scheme {
    width: 100%;
    position: relative;
}

.scheme__order {
    position: absolute;
    left: 0;
    bottom: 57px;
    z-index: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* padding-bottom: 17px; */
    width: 42px;
    z-index: 8;
    background: #e5ecf1;
    margin-top: -100px;
}

.scheme__number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    height: 41px;
}

.scheme__number--active {
    border-color: #bbbbbb;
}

.scheme__number p {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 15px;
    color: #314a53;
}

.scheme__scroll {
    margin-left: 40px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.scheme__content {
    display: flex;
}

.scheme__section {
    display: flex;
    flex-direction: column;
    position: relative;
}

.scheme__title {
    text-align: center;
    font-size: 15px;
    color: #314a53;
    margin-bottom: 10px;
}

.scheme__table {
    margin-top: auto;
    border-collapse: collapse;
}

.scheme__table tr {
    height: 41px;
}

.scheme__table tr.scheme__number--active {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    height: 40px;
    padding: 0;
}

.scheme-table__title {
    text-align: center;
    font-size: 15px;
    color: #314a53;
    padding-bottom: 50px;
}

.scheme-table tr td {
    padding: 5px;
}

.scheme-table tr td:first-child {
    padding-left: 10px;
}

.scheme-table tr td:last-child {
    padding-right: 10px;
}

.apt {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.apt:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    top: -3px;
    left: -3px;
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
}

.apt:hover:before {
    border-color: #00528d;
}

.apt--gray {
    background-color: #cdcdcd;
}

.apt--aqua {
    background-color: #00ae81;
}

.apt--yellow {
    background-color: #ceb400;
}

.apt--blue {
    background-color: #0094ce;
}

.apt--green {
    background-color: #009034;
}

.apt--light-green {
    background-color: #00b742;
}

.apt .tooltip {
    display: none;
}

.tooltip {
    position: unset;
    opacity: 1;
    color: #000
}

.tooltip__title {
    text-align: left;
    font-size: 15px;
    color: #314a53;
    margin-bottom: 5px;
}

.tooltip__cost {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}

.tooltip__description {
    text-align: left;
    font-size: 15px;
    color: #314a53;
}


/******************CONFIG.PHP***************/


.sale_data, .price_data {
    text-align: center;
    border-collapse: collapse;
    padding-bottom: 40px;
}

.sale_data thead tr td {
    width: 200px;
}

.sale_data th p,
.price_data th p {
    padding: 0 20px;
}

.sale_data th,
.sale_data td,
.price_data th,
.price_data td {
    border: 1px solid #000;
}

.change_config, .change_price, .change_square {
    width: 300px;
}

.table_col_2 {
    overflow-x: auto;
}

.price_data_body tr th:not(:first-child),
.price_data_body tr td:not(:first-child) {
    width: 150px;
}

.mt20 {
    margin-top: 20px;
}

.modal-window {
    margin-top: 75px;
}

.contract-action-button:not(:first-child) {
    margin-left: 10px;
}

.select2-container {
    z-index: 99999;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
    height: 51px;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f5f8;
    border: 1px solid #f2f5f8;
}

.select2-container.select2-container--default.select2-container--open {
    width: 100% !important;
    max-width: 435px !important;
}

#reissue-contract-form .input__input {
    padding: 0 7px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single,
#select2-flat-unique-id-dropdown-container {
    height: 50px !important;
}

#select2-flat-unique-id-dropdown-container {
    padding: 11px 10px;
}

.select2-selection__arrow {
    margin: 12px 3px
}

.booking-date-input-label {
    margin: 10px 0;
}

.free_input {
    margin-top: 15px;
}

.divTable.installment_table .divTableCell, .divTable.installment_table .divTableHead {
    border: 1px solid #AAAAAA;
}

.divTable.installment_table .divTableHeading .divTableHead {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.installment_table .tableFootStyle {
    font-size: 14px;
    font-weight: bold;
}

.installment_table .tableFootStyle {
    font-size: 14px;
}

.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
    ext-align: center;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

.installment_amount {
    border: transparent;
    width: 100px
}

.disabled_month {
    cursor: not-allowed;
}

.installment_month_name {
    padding: 0 5px;
}

.square-value {
    display: inline;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: transparent;
    background: transparent;
}

.discount-table .white-table__head tr td,
.discount-table .white-table__body tr td {
    padding: 5px 20px;
}

.discount-table .table-wrapper:not(:last-child) {
    margin-bottom: 0;
}

.discount-table p {
    text-align: center
}

.discount-table h5 {
    margin: 10px 0 0
}

.installment-months-count {
    font-size: 15px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-wrapper img {
    max-width: 17% !important;
    height: auto !important;
}

.flat-details {
    display: flex;
    justify-content: space-between;
}

.flat-details span {
    font-weight: bold;
}

.discount-table {
    margin-bottom: 20px;
}

.discount-table__header {
    display: none;
    margin-bottom: 30px;
    border-bottom: 2px solid silver;
    padding-bottom: 20px;
}

.discount-table__footer {
    display: none;
    margin-top: 35px;
    border-top: 2px solid silver;
    padding-top: 10px;
}

.discount-table__footer .contacts {
    display: flex;
    justify-content: space-between;
}

.contacts:last-child {
    margin-top: 7px;
}

.contacts__element {
    display: flex;
    align-items: center;
}

.contacts__icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.contacts__icon_address {
    background-image: url("../images/svg/location.svg");
}

.contacts__icon_phone {
    background-image: url("../images/svg/phone.svg");
}

.contacts__icon_website {
    background-image: url("../images/svg/website.svg");
}

.contacts__icon_facebook {
    background-image: url("../images/svg/facebook.svg");
}

.contacts__icon_instagram {
    background-image: url("../images/svg/instagram.svg");
}

.contacts__icon_telegram {
    background-image: url("../images/svg/telegram.svg");
}

.contacts__icon_vk {
    background-image: url("../images/svg/vk.svg");
}

.contacts__label {
    font-size: 12px;
    font-weight: bold;
}

.edit-contract__field-wrapper {
    margin-bottom: 15px;
}

.btn:disabled {
    cursor: not-allowed;
    pointer-events: all;
}

.edit-contract .generation__select {
    margin-top: 0;
}

/* Модалка (принятие и аннулирование договоров) */
.rt-modal-wrapper {
    position: relative;
}

.rt-modal {
    display: none;
    position: absolute;
    top: 0;
    left: -750px;
    width: 600px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
}

.rt-modal-open {
    display: block;
    z-index: 10;
}

.rt-modal__body {
    margin-bottom: 25px;
}

.rt-modal__body p {
    font-size: 17px !important;
    line-height: 2;
}

.customer-name-holder {
    font-weight: bold;
}

.rt-modal__footer {
    display: flex;
    justify-content: flex-end;
}

.rt-modal__footer .btn:last-child {
    margin-left: 5px;
}

.rt-modal-lightbox {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100vw;
    display: block;
    top: 0;
    bottom: 0;
}

.reason-to-reject {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid silver;
    border-radius: 5px;
}

/* Конец модалки (принятие и аннулирование договоров) */

.full-size-link-wrapper {
    padding: 0 !important;
}

.full-size-link {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Транзакции */
.contracts-list {
    cursor: pointer;
}

.contract-id {
    min-width: 110px;
}

.table.transactions-table td {
    padding: 0 !important;
    text-align: center;
}

.contracts-list tr:hover,
.transactions-table tr:hover {
    background: #fff;
}

.contracts-list .contract td {
    padding-left: 5px !important;
}

.contract {
    vertical-align: middle;
}

.transactions-table td {
    vertical-align: middle;
}

.darker-row {
    background: #d9e2e8;
}

.transaction__detail {
    padding: 10px 0;
    border: transparent;
    background: transparent;
    text-align: center;
}

.transaction__detail:focus {
    background: #fff;
}

.transaction-action {
    max-width: 250px;
}

.message-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
}

.action-buttons {
    display: flex;
}

.action-button {
    max-width: 170px;
}

.related-flats-list {
    text-align: right;
}

/* Конец транзакций */

/* Используется во время печати частей станицы */
@media print {
    body {
        background: transparent;
    }

    .discount-table__header,
    .discount-table__footer {
        display: block;
    }
}