@font-face {
  src: url('../fonts/calibril.ttf') format('truetype');
  font-family: 'calibri';
  font-weight: 200;
  font-display: swap;
}

@font-face {
  src: url('../fonts/calibrili.ttf') format('truetype');
  font-family: 'calibri';
  font-weight: 250;
  font-display: swap;
}

@font-face {
  src: url('../fonts/calibri.ttf') format('truetype');
  font-family: 'calibri';
  font-weight: 300;
  font-display: swap;
}

@font-face {
  src: url('../fonts/calibrib.ttf') format('truetype');
  font-family: 'calibri';
  font-weight: 600;
  font-display: swap;
}

@font-face {
  src: url('../fonts/Ruda-Regular.ttf') format('truetype');
  font-family: 'Ruda';
  font-weight: 300;
  font-display: swap;
}

@font-face {
  src: url('../fonts/Ruda-Bold.ttf') format('truetype');
  font-family: 'Ruda';
  font-weight: 600;
  font-display: swap;
}

@font-face {
  src: url('../fonts/Ruda-Black.ttf') format('truetype');
  font-family: 'Ruda';
  font-weight: 650;
  font-display: swap;
}

@font-face {
  src: url('../fonts/Ruda-ExtraBold.ttf') format('truetype');
  font-family: 'Ruda';
  font-weight: 700;
  font-display: swap;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

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

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

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

.row {
  margin-left: -2px;
  margin-right: -3px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 2px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1250px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.vertical-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vertical-inner {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 99;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}

@media only screen and (min-width: 320px) {
  .container {
    width: 100%;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 945px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1366px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
    width: 100%;
  }
}

::placeholder {
  font-size: 16px;
  color: #828385;
  font-family: 'Muller';
  font-weight: 300;
}

.th_head {
  height: 100vh !important;
}

@media only screen and (min-width: 1200px) {
  .th_h1 {
    margin-top: 80px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .th_h1 {
    margin-top: 120px !important;
  }
}

@media only screen and (min-width: 1768px) {
  .th_h1 {
    margin-top: 190px !important;
  }
}

@media only screen and (min-width: 320px) {
  .th_h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .th_h2 {
    text-align: right;
  }
}

.th_404 {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  color: #fff;
  z-index: 5;
}

p {
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

h1 {
  margin: 0;
}

h2 {
  display: table;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
  font-family: 'Ruda';
  font-weight: 650;
  margin: 0;
}

@media only screen and (min-width: 320px) {
  h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

.h2_anime {
  position: relative;
  transition: 0.75s ease-out;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  z-index: 3;
}

@media only screen and (min-width: 320px) {
  .h2_anime {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .h2_anime {
    text-align: left;
    float: left;
    margin: 0;
  }
}

.h2_anime:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f6f3;
  mix-blend-mode: exclusion;
  transition: 0.75s ease-in;
  transition-delay: 0.75s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.h2_anime.scrolled {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.h2_anime.scrolled:before {
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
}

.h2_anime.h2_anime_no:before {
  display: none;
}

.h4_anime {
  display: table;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: 0.75s ease-out;
}

@media only screen and (min-width: 320px) {
  .h4_anime {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .h4_anime {
    margin: 0;
  }
}

.h4_anime.scrolled {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

h3 {
  line-height: 1;
  margin: 0;
  color: #000;
  position: relative;
}

.h3_all {
  font-size: 20px;
  color: #000;
  font-family: 'Ruda';
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .h3_all {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .h3_all {
    text-align: left;
  }
}

h4 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h5 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.config {
  width: 100%;
  min-height: 27px;
  position: relative;
  cursor: pointer;
}

.config label {
  cursor: pointer;
}

.config label span {
  width: 85%;
  float: left;
}

.config input {
  display: none;
}

.config input[type=checkbox]+label:before {
  content: '';
  color: transparent;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #b9b9b9;
  box-shadow: inset 0 0 0 0 rgba(185, 185, 185, 0);
  border-radius: 3px;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease-in;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (min-width: 320px) {
  .config input[type=checkbox]+label:before {
    top: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .config input[type=checkbox]+label:before {
    top: 45%;
  }
}

.config input[type=checkbox]:checked+label:before {
  background: center / contain no-repeat url(../images/check-mark.svg), #fff;
}

.config label {
  float: left;
  font-size: 14px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 300;
  padding: 0 0 0 30px;
  line-height: 1;
}

.block_v {
  width: 40px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Geometria', Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.block_v.filter {
  width: 230px;
  height: 40px;
  border-radius: 3px;
}

.block_v.filter .block_v_cont {
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 17px;
  color: #949494;
  overflow: auto;
  text-transform: none;
  font-family: 'calibri';
  font-weight: 200;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.block_v.filter .block_v_cont .block_v_arr {
  top: 18px;
  right: 18px;
}

.block_v.filter .block_v_cont .block_v_arr:before,
.block_v.filter .block_v_cont .block_v_arr:after {
  background-color: #949494;
}

.block_v.filter .block_v_s {
  width: 230px;
  border-radius: 3px;
  opacity: 0;
  z-index: -1;
}

.block_v.filter .block_v_s a {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 17px;
  color: #949494;
  text-transform: none;
  font-family: 'calibri';
  font-weight: 200;
  background-color: #fff;
  transition: 0.3s linear;
}

.block_v.filter .block_v_s a:hover {
  background-color: #f3f3f3;
}

.block_v.disabled {
  opacity: .8;
  pointer-events: none;
}

.block_v.block_v_zakaz {
  width: 230px;
  height: 30px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.block_v.block_v_zakaz .block_v_cont {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  text-transform: none;
  border-radius: 15px;
  background-color: #eceef5;
  font-size: 15px;
  color: #575757;
  font-family: 'calibri';
  font-weight: 300;
}

.block_v.block_v_zakaz .block_v_cont .block_v_arr {
  top: 14px;
  right: 25px;
}

.block_v.block_v_zakaz .block_v_s {
  width: 100%;
  background-color: #eceef5;
  font-size: 15px;
  color: #575757;
  text-transform: none;
  font-family: 'calibri';
  font-weight: 300;
  border: none;
  border-radius: 15px;
  top: 32px;
  opacity: 0;
}

.block_v.block_v_zakaz .block_v_s a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 25px;
  font-size: 15px;
  padding: 0 25px;
  color: #575757;
  font-family: 'calibri';
  font-weight: 300;
}

.block_v.block_v_zakaz.opened {
  z-index: 2;
}

.block_v.block_v_zakaz.opened .block_v_s {
  width: 100%;
  height: 180px;
  background-color: #eceef5;
  text-transform: none;
  border: none;
  opacity: 1;
  top: 32px;
  overflow: auto;
}

.block_v.block_v_zakaz.opened .block_v_cont .block_v_arr {
  top: 10px;
}

.block_v.block_v_zakaz.min_to.opened {
  z-index: 2;
}

.block_v.block_v_zakaz.min_to.opened .block_v_s {
  width: 100%;
  height: 55px;
}

.block_v.block_v_table {
  width: 130px;
  height: 25px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  margin-left: 6px;
}

.block_v.block_v_table .block_v_arr {
  right: 0 !important;
}

.block_v.block_v_table .block_v_arr:before {
  background-color: #419ed1;
}

.block_v.block_v_table .block_v_arr:after {
  background-color: #419ed1;
}

.block_v.block_v_table .block_v_cont {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  text-transform: none;
  background: transparent;
  font-size: 15px;
  color: #505050;
  font-family: 'calibri';
  font-weight: 600;
  padding: 0;
}

.block_v.block_v_table .block_v_cont .block_v_arr {
  top: 14px;
  right: 25px;
}

.block_v.block_v_table .block_v_s {
  width: 100%;
  font-size: 15px;
  color: #575757;
  text-transform: none;
  font-family: 'calibri';
  font-weight: 300;
  top: 22px;
  opacity: 0;
  overflow: auto;
}

.block_v.block_v_table .block_v_s a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #505050;
  font-family: 'calibri';
  font-weight: 400;
}

.block_v.block_v_table.opened {
  z-index: 2;
}

.block_v.block_v_table.opened .block_v_s {
  min-width: 100%;
  width: auto;
  min-height: 80px;
  text-transform: none;
  border: none;
  opacity: 1;
  top: 30px;
}

.block_v.block_v_table.opened .block_v_cont .block_v_arr {
  top: 10px;
}

.block_v_cont {
  width: 40px;
  position: relative;
  padding-right: 20px;
}

.block_v_arr {
  position: absolute;
  width: 12px;
  height: 7px;
  top: 8px;
  right: 0;
  transform: rotate(0);
  transition: 0.3s ease-in-out;
}

.block_v_arr:before {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #37373c;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  border-radius: 2px;
}

.block_v_arr:after {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #37373c;
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.block_v_s {
  min-height: 1px;
  height: 0;
  transition: min-height 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 17px;
  left: 0;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.block_v_s a {
  display: flex;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
}

.block_v.opened .block_v_s {
  width: 20px;
  text-align: center;
  top: 25px;
  min-height: 20px;
  border-bottom: 2px solid #37373c;
  background-color: #fff;
}

.block_v.opened .block_v_arr {
  transform: rotate(180deg);
  top: 4px;
}

.block_v.filter.opened .block_v_arr {
  top: 14px;
}

.block_v.filter.opened .block_v_s {
  width: 230px;
  text-align: center;
  top: 39px;
  left: 0;
  min-height: 162px;
  background-color: #fff;
  border-bottom: none;
  border: 1px solid #dcdcdc;
  opacity: 1;
  overflow: auto;
  z-index: 1;
}

.min_arr {
  width: 10px;
  height: 16px;
  transition: 0.3s ease-out;
}

.min_arr:before {
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  background-color: #4690ac;
  position: absolute;
  top: 3px;
  left: 0;
  transform: rotate(45deg);
  border-radius: 3px;
}

.min_arr:after {
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  background-color: #4690ac;
  position: absolute;
  bottom: 3px;
  left: 0;
  transform: rotate(-45deg);
  border-radius: 3px;
}

.min_arr span:before {
  display: block;
  content: 'Згорнути';
  width: 80px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -45px;
  left: 30px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: left;
}

@media only screen and (min-width: 320px) {
  .min_arr span:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .min_arr span:before {
    display: block;
  }
}

.min_arr:hover span:before {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

.popup .button-option,
.btn_ser {
  width: 112px;
  height: 42px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 3px;
  outline: none;
  color: #949494;
  font-size: 14px;
  font-family: 'Ruda';
  font-weight: 300;
  transition: 0.3s ease-in-out;
  letter-spacing: 1px;
  position: relative;
  border: 2px solid #949494;
  letter-spacing: 0;
}

.popup .button-option:hover,
.btn_ser:hover {
  letter-spacing: 1px;
}

.popup .button-option.active,
.btn_gr {
  width: 112px;
  height: 42px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: linear-gradient(-15deg, #41c7a2 30%, #487eb0 70%);
  border: none;
  border-radius: 3px;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Ruda';
  font-weight: 300;
  transition: 0.3s ease-in-out;
  letter-spacing: 1px;
  position: relative;
  letter-spacing: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}

.popup .button-option.active:hover,
.btn_gr:hover {
  letter-spacing: 1px;
  box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.6);
}

.btn_gol {
  width: 100%;
  height: 68px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #dde3ee;
  border: none;
  border-radius: 3px;
  outline: none;
  color: #575757;
  font-size: 16px;
  font-family: 'Ruda';
  font-weight: 600;
  transition: 0.3s ease-in-out;
  position: relative;
  box-shadow: 0 0 30px 0 rgba(206, 187, 150, 0.2);
}

.btn_gol.done {
  cursor: default;
}

.btn_tel {
  width: 230px;
  height: 42px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #95b5cb;
  border: none;
  border-radius: 3px;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Ruda';
  font-weight: 650;
  transition: 0.3s ease-in-out;
  letter-spacing: 1px;
  position: relative;
  letter-spacing: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
}

.btn_tel:hover {
  letter-spacing: 1px;
  box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.6);
}

.btn_tel .span_tel {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/telegram.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.btn_white {
  width: 290px;
  height: 82px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 3px;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'HelveticaNeueCyr';
  font-weight: 600;
  transition: 0.3s ease-out;
  letter-spacing: 1.5px;
  position: relative;
}

.btn_white span {
  position: relative;
  z-index: 2;
}

.btn_white:hover {
  letter-spacing: 1px;
  box-shadow: inset 0 0 0 1px #fff;
}

.input_poisk {
  margin-bottom: 5px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .input_poisk.mob {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .input_poisk.mob {
    display: none !important;
  }
}

@media only screen and (min-width: 320px) {
  .input_poisk.desc {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .input_poisk.desc {
    display: block;
  }
}

.input_poisk.opened .block_v_arr {
  transform: none;
  top: auto;
}

@media only screen and (min-width: 320px) {
  .input_poisk {
    width: 100%;
    height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .input_poisk {
    width: 355px;
  }
}

@media only screen and (min-width: 1200px) {
  .input_poisk {
    width: 515px;
  }
}

.input_poisk input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #c4c4c4;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

@media only screen and (min-width: 320px) {
  .input_poisk input {
    padding: 0 10px 0 10px;
    margin: 12px 0 10px 0;
  }
}

@media only screen and (min-width: 375px) {
  .input_poisk input {
    padding: 0 40px 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .input_poisk input {
    margin: 2px 0 10px 0;
  }
}

@media only screen and (min-width: 992px) {
  .input_poisk input {
    margin: 0;
  }
}

.input_poisk input::placeholder {
  color: #c4c4c4;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.input_poisk .lupa {
  position: relative;
  height: 22px;
  background: url(../images/search.svg) 0 50% no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.input_poisk .lupa:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .input_poisk .lupa {
    width: 22px;
  }

  .input_poisk .lupa iframe {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .input_poisk .lupa {
    width: 42px;
  }

  .input_poisk .lupa iframe {
    display: block;
    margin-left: -3px;
    width: 42px;
    height: 22px;
    border: none;
  }
}

.input_poisk .lupa.mob {
  top: 32px;
  right: 30px;
  z-index: 0;
}

.input_poisk .block_v_cont {
  width: 100%;
  height: 40px;
  padding-right: 0;
}

.input_poisk .block_v_s {
  width: 100%;
  height: 0;
  top: 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none !important;
  padding: 0 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 #c4c4c4;
}

@media only screen and (min-width: 320px) {
  .input_poisk .block_v_s {
    width: calc(100vw - 10px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 375px) {
  .input_poisk .block_v_s {
    width: calc(100vw - 10px);
    left: calc(50% + 10px);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .input_poisk .block_v_s {
    width: 450px;
    right: 0 !important;
    left: auto;
    transform: none;
  }
}

@media only screen and (min-width: 992px) {
  .input_poisk .block_v_s {
    width: 515px;
    left: 0 !important;
    right: auto !important;
  }
}

.input_poisk .block_v_s .block_v_s {
  left: 0 !important;
}

.input_poisk .block_v_s .ceck_block {
  width: 240px;
  padding-top: 2px;
}

.input_poisk .block_v_s .ceck_block .config label {
  text-transform: none;
  font-size: 14px;
  color: #565656;
  font-family: 'calibri';
  font-weight: 600;
  line-height: 1.8;
}

.input_poisk .block_v_s .filter_v {
  width: 155px;
}

.input_poisk .block_v_s .filter_v p {
  text-transform: none;
  text-align: left;
  font-size: 14px;
  color: #565656;
  font-family: 'calibri';
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}

.input_poisk .block_v_s .filter_v .block_v {
  width: 100%;
}

.input_poisk .block_v_s .filter_v .block_v.filter {
  overflow: hidden;
}

.input_poisk .block_v_s .filter_v .block_v.filter.opened {
  overflow: visible;
}

.input_poisk .block_v_s .filter_v .block_v .block_v_cont {
  width: 100%;
}

.input_poisk .block_v_s .filter_v .block_v .block_v_cont .block_v_arr {
  top: 18px;
}

.input_poisk .block_v_s .filter_v .block_v .block_v_s {
  width: 100%;
  overflow: auto;
  height: 180px;
  top: 40px;
}

.input_poisk .block_v_s .filter_v .block_v.opened .block_v_arr {
  transform: rotate(180deg);
  top: 14px;
}

.input_poisk.opened .block_v_s {
  width: 100%;
  top: 50px;
}

@media only screen and (min-width: 320px) {
  .input_poisk.active .block_v_s {
    height: auto;
    width: calc(100vw - 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px 10px 10px;
    overflow: visible;
    box-shadow: inset 0 0 0 1px #c4c4c4;
  }
}

@media only screen and (min-width: 375px) {
  .input_poisk.active .block_v_s {
    width: calc(100vw - 10px);
    left: calc(50% + 10px);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .input_poisk.active .block_v_s {
    width: 450px;
    height: 132px;
    right: 0 !important;
    left: auto;
    transform: none;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .input_poisk.active .block_v_s {
    width: 515px;
    height: 80px;
    padding: 10px;
    left: 0 !important;
    right: auto !important;
  }
}

.input_poisk.active .block_v_s .block_v_s {
  transform: none;
  overflow: hidden;
}

.krohi {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 200;
  font-family: 'calibri';
  font-weight: 250;
}

@media only screen and (min-width: 320px) {
  .krohi {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .krohi {
    margin-bottom: 0;
  }
}

.krohi a {
  color: #c4c4c4;
  font-size: 14px;
  font-family: 'calibri';
  font-weight: 250;
}

.filter_polo {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 40px 0;
}

.bg_contacts {
  background: #45484f;
  background-size: cover;
  overflow: hidden;
}

.plus_geiin {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background-color: #6ec72e;
  margin-left: 10px;
  box-shadow: 0 0 0 0 #bbb;
  transition: 0.3s ease-out;
  transform: rotate(0);
  cursor: pointer;
}

.plus_geiin:before {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

.plus_geiin:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

.plus_geiin.exit {
  cursor: pointer;
  transform: rotate(45deg);
  background-color: transparent;
  box-shadow: 0 0 0 1px #bbb;
}

.plus_geiin.exit:before {
  background-color: #bbb;
}

.plus_geiin.exit:after {
  background-color: #bbb;
}

.plus_geiin.no_block {
  display: none;
}

.minus_geiin {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  margin: 10px;
  box-shadow: 0 0 0 1px #bbb;
  transition: 0.3s ease-out;
  transform: rotate(45deg);
  cursor: pointer;
}

.minus_geiin:before {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background-color: #bbb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

.minus_geiin:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #bbb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

.minus_geiin.no_block {
  display: none;
}

.arr_l {
  width: 30px;
  height: 16px;
  position: absolute;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.arr_l .arr_l_block {
  width: 30px;
  height: 1px;
  background-color: #919191;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}

.arr_l .arr_l_block:before {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background-color: #919191;
  position: absolute;
  top: -2px;
  left: -2px;
  transform: rotate(-40deg);
  transition: 0.3s ease-out;
}

.arr_l .arr_l_block:after {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background-color: #919191;
  position: absolute;
  top: 2px;
  left: -2px;
  transform: rotate(40deg);
  transition: 0.3s ease-out;
}

.arr_l:hover .arr_l_block {
  background-color: #3d3d3d;
}

.arr_l:hover .arr_l_block:before {
  background-color: #3d3d3d;
}

.arr_l:hover .arr_l_block:after {
  background-color: #3d3d3d;
}

.arr_l.arr_wite:hover .arr_l_block {
  background-color: #f5f2eb;
}

.arr_l.arr_wite:hover .arr_l_block:before {
  background-color: #f5f2eb;
}

.arr_l.arr_wite:hover .arr_l_block:after {
  background-color: #f5f2eb;
}

.arr_r {
  width: 30px;
  height: 16px;
  position: absolute;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.arr_r .arr_r_block {
  width: 30px;
  height: 1px;
  background-color: #919191;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}

.arr_r .arr_r_block:before {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background-color: #919191;
  position: absolute;
  top: -2px;
  right: -2px;
  transform: rotate(40deg);
  transition: 0.3s ease-out;
}

.arr_r .arr_r_block:after {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  background-color: #919191;
  position: absolute;
  top: 2px;
  right: -2px;
  transform: rotate(-40deg);
  transition: 0.3s ease-out;
}

.arr_r:hover .arr_r_block {
  background-color: #3d3d3d;
}

.arr_r:hover .arr_r_block:before {
  background-color: #3d3d3d;
}

.arr_r:hover .arr_r_block:after {
  background-color: #3d3d3d;
}

.arr_r.arr_wite:hover .arr_r_block {
  background-color: #f5f2eb;
}

.arr_r.arr_wite:hover .arr_r_block:before {
  background-color: #f5f2eb;
}

.arr_r.arr_wite:hover .arr_r_block:after {
  background-color: #f5f2eb;
}

@media only screen and (min-width: 320px) {
  .usluga {
    width: 300px;
    margin-top: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .usluga {
    width: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .usluga {
    width: 300px;
  }
}

@media only screen and (min-width: 1366px) {
  .usluga {
    width: 280px;
  }
}

@media only screen and (min-width: 1600px) {
  .usluga {
    width: 300px;
  }
}

.usluga div {
  width: 100%;
  height: 70px;
  background-color: #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.usluga h4 {
  font-size: 18px;
  color: #6a6a6a;
  font-family: 'Ruda';
  font-weight: 600;
  position: relative;
}

.usluga h4 span {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  right: -25px;
  border: 7px solid transparent;
  border-bottom: 9px solid #6a6a6a;
  transition: 0.3s ease-out;
  transform: rotate(90deg);
  transform-origin: center center;
}

@media only screen and (min-width: 320px) {
  .usluga h4 span {
    display: block;
  }
}

@media only screen and (min-width: 560px) {
  .usluga h4 span {
    display: none;
  }
}

.usluga ul {
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {
  .usluga ul {
    overflow: hidden;
  }
}

@media only screen and (min-width: 560px) {
  .usluga ul {
    overflow: auto;
    max-height: 216px;
  }
}

.usluga ul li {
  padding-left: 40px;
  position: relative;
  font-size: 17px;
  color: #6a6a6a;
  font-family: 'calibri';
  font-weight: 200;
}

.usluga ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6a6a6a;
  position: absolute;
  top: 9px;
  left: 16px;
}

@media only screen and (min-width: 320px) {
  .usluga.active ul {
    height: auto;
    opacity: 1;
  }
}

@media only screen and (min-width: 560px) {
  .usluga.active ul {
    max-height: 216px;
  }
}

.usluga.active span {
  top: 4px;
  transform: rotate(180deg);
}

.ic_download {
  display: block;
  width: 15px;
  height: 15px;
}

.ic_download svg {
  fill: #bbb;
  transition: 0.3s ease-out;
}

.ic_download:hover svg {
  fill: #3f9dd1;
}

.a_hover {
  display: table;
  position: relative;
  transition: 0s;
  transition-delay: 0;
  transition: transform 0.2s ease-out;
}

.a_hover:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background: #b1b0b0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}

.a_hover:hover:before,
.a_hover.active:before {
  transform: scaleX(1);
  transform-origin: left;
}

.ac_fb {
  background: url(../images/facebook.svg) 50% 50% no-repeat;
}

.ac_in {
  background: url(../images/instagram.svg) 50% 50% no-repeat;
}

.block_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.star,
.dop {
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 320px) {

  .star,
  .dop {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 560px) {

  .star,
  .dop {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 320px) {

  .star .star_svg,
  .dop .star_svg {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 560px) {

  .star .star_svg,
  .dop .star_svg {
    width: 20px;
    height: 20px;
  }
}

.star .star_svg .star_0,
.dop .star_svg .star_0 {
  fill: #c3c3c3;
  transition: 0.3s ease-out;
}

.star .star_svg .star_1,
.dop .star_svg .star_1 {
  fill: #fff;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {

  .star .dop_svg,
  .dop .dop_svg {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 560px) {

  .star .dop_svg,
  .dop .dop_svg {
    width: 20px;
    height: 20px;
  }
}

.star .dop_svg .st0,
.dop .dop_svg .st0 {
  fill: #c3c3c3;
  transition: 0.3s ease-out;
}

.star .dop_svg .st2,
.dop .dop_svg .st2 {
  fill: #fff;
  transition: 0.3s ease-out;
}

.star .dop_svg .st1,
.dop .dop_svg .st1 {
  fill: #c3c3c3;
  transition: 0.3s ease-out;
}

.star:before,
.dop:before {
  width: 120px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -20px;
  left: 20px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {

  .star:before,
  .dop:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  .star:before,
  .dop:before {
    display: block;
  }
}

.star:hover,
.star.active,
.dop:hover {
  z-index: 2;
}

.star:hover .dop_svg .st0,
.star.active .dop_svg .st0,
.dop:hover .dop_svg .st0 {
  fill: #c3c3c3;
}

.star:hover .dop_svg .st2,
.star.active .dop_svg .st2,
.dop:hover .dop_svg .st2 {
  fill: #c3c3c3;
}

.star:hover .dop_svg .st1,
.star.active .dop_svg .st1,
.dop:hover .dop_svg .st1 {
  fill: #fff;
}

.star:hover .star_svg .star_0,
.star.active .star_svg .star_0,
.dop:hover .star_svg .star_0 {
  fill: #ffbf42;
  transition: 0.3s ease-out;
}

.star:hover .star_svg .star_1,
.star.active .star_svg .star_1,
.dop:hover .star_svg .star_1 {
  fill: #ffbf42;
  transition: 0.3s ease-out;
}

.star:hover:before,
.star.active:before,
.dop:hover:before {
  opacity: 1;
}

.star:hover:before {
  content: attr(data-add-title);
}

.star.active:hover:before {
  content: attr(data-remove-title);
}

.dop:hover:before {
  content: 'Читати повністю';
}

.menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  z-index: 1001;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.cell {
  margin: 0;
}

.page_wrapper {
  height: 100%;
  width: 100%;
}

.page_wrapper.push {
  margin-left: 0;
}

#menu-trigger {
  position: fixed;
  top: 23px;
  right: 5px;
  z-index: 99;
  transition: all 0.5s ease;
  z-index: 1100;
}

#menu-trigger.clicked {
  top: 20px;
}

#menu-trigger div {
  position: relative;
  height: 4px;
  margin-bottom: 4px;
  width: 30px;
  transition: all 0.3s ease;
  display: block;
  z-index: 99;
  background-color: #304b6d;
  box-shadow: 0 0 0 1px #fff;
}

@media only screen and (min-width: 320px) {
  #menu-trigger div {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #menu-trigger div {
    display: none;
  }
}

#menu-trigger:hover {
  cursor: pointer;
}

#menu-trigger.clicked div:nth-child(even) {
  opacity: 0;
}

#menu-trigger.clicked div:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(48deg);
  top: 9px;
  left: -5px;
  width: 20px;
  background-color: #304b6d;
  box-shadow: 0 0 0 1px #fff;
}

#menu-trigger.clicked div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
  right: -5px;
  background-color: #304b6d;
  box-shadow: 0 0 0 1px #fff;
}

#logo-menu {
  width: 100%;
  height: 65px;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin: 10px 0 15px 0;
}

#logo-menu a {
  display: block;
  width: 170px;
  height: 45px;
}

#logo-menu a:before {
  background: url(../images/logo.svg) 50% 50% no-repeat;
  background-size: cover;
}

#logo-menu iframe {
  width: 170px;
  height: 45px;
}

.menu li {
  list-style: none;
  display: block;
  width: 228px;
  height: 40px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  font-size: 16px;
  font-family: sans-serif;
}

.menu li a {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
}

.menu .block_v {
  margin: 10px 0 0 20px;
}

.menu li:hover {
  width: 218px;
  padding-left: 20px;
}

.menu.open {
  right: 0;
  box-shadow: 1px 0 5px #222;
}

.menu-tint {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}

.menu-tint.open {
  opacity: 0.15;
  z-index: 97;
  position: fixed;
  animation: initial;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}

.filter_table {
  display: table;
  height: 100%;
  width: 100%;
}

.filter_cell {
  margin: 0;
  padding-bottom: 20px;
}

.filter_wrapper {
  height: 100%;
  width: 100%;
}

.filter_wrapper.filter_push {
  margin-left: 0;
}

#filter-trigger {
  position: absolute;
  z-index: 99;
  transition: all 0.4s ease;
  z-index: 102;
  width: 32px;
  height: 22px;
  right: 5px;
}

@media only screen and (min-width: 320px) {
  #filter-trigger {
    display: block;
    top: 57px;
  }
}

@media only screen and (min-width: 768px) {
  #filter-trigger {
    top: 65px;
  }
}

@media only screen and (min-width: 992px) {
  #filter-trigger {
    display: none;
  }
}

#filter-trigger .ic_filter {
  display: block;
  width: 32px;
  height: 22px;
}

#filter-trigger .ic_filter .filter_svg {
  width: 32px;
  height: 22px;
}

#filter-trigger .ic_filter .filter_svg .filter_svg_0 {
  fill: #304b6d;
}

#filter-trigger div {
  position: relative;
  height: 4px;
  margin-bottom: 7px;
  width: 30px;
  background: #304b6d;
  transition: all 0.3s ease;
  display: block;
  z-index: 99;
  opacity: 0;
}

@media only screen and (min-width: 320px) {
  #filter-trigger div {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #filter-trigger div {
    display: none;
  }
}

#filter-trigger:hover {
  cursor: pointer;
}

.filter-exit {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 15px;
}

.filter-exit div {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #304b6d;
}

.filter-exit div:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter-exit div:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.filter_menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  z-index: 101;
  overflow: auto;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.filter_menu li {
  list-style: none;
  display: block;
  width: 228px;
  height: 40px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  font-size: 16px;
  font-family: sans-serif;
}

.filter_menu li a {
  display: block;
  width: 100%;
  line-height: 2.4;
  text-decoration: none;
  color: #cbc4b9;
  font-family: 'Gilroy';
  font-weight: 600;
}

.filter_menu li:hover {
  width: 218px;
  padding-left: 20px;
}

.filter_menu.filter_open {
  left: 0;
  box-shadow: 1px 0 5px #222;
}

.filter-tint {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}

.filter-tint.filter_open {
  opacity: 0.15;
  z-index: 97;
  position: fixed;
  animation: initial;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

#soc_seti {
  margin: 10px 0;
}

.filter-content {
  float: left;
}

#filter-menu a {
  display: block;
  width: 90%;
  height: 116px;
  float: left;
  margin: 5px 20px 0 10px;
}

#filter-menu a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.filter_menu .lang {
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  display: flex;
}

.filter_menu .tel {
  width: 100%;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 10px 0 0 20px;
  text-align: left;
  float: left;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.icon {
  display: block;
  width: 20px;
  height: 20px;
}

.icon svg {
  width: 100%;
  fill: #bababa;
  transition: 0.3s ease-out;
}

.icon.tel:hover svg {
  fill: #2fade7;
}

.icon.fb:hover svg {
  fill: #4867aa;
}

.icon.tw:hover svg {
  fill: #1da1f2;
}

.icon.in:hover svg {
  fill: #0a66c2;
}

.icon.vs:hover svg {
  fill: #27a219;
}

.icon.ms:hover svg {
  fill: #4287f7;
}

.icon.sk:hover svg {
  fill: #00a8e9;
}

.icon.mail:hover svg {
  fill: #ff9e00;
}

.wrap_cont_contact {
  border: 1px dashed #80ce4a;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.5s ease-out;
}

.wrap_cont_contact.active {
  opacity: 1;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 320px) {
  .wrap_cont_contact {
    width: 100%;
    height: 67px;
    padding: 12px 5px;
    flex-wrap: wrap;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .wrap_cont_contact {
    width: calc(100% - 10px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 12px;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  .wrap_cont_contact {
    padding: 12px 12px;
  }
}

@media only screen and (min-width: 1600px) {
  .wrap_cont_contact {
    width: calc(100% - 60px);
    padding: 12px 35px;
  }
}

@media only screen and (min-width: 320px) {
  .wrap_cont_contact div:nth-child(1) {
    min-width: 140px;
  }

  .wrap_cont_contact div:nth-child(2) {
    width: auto;
  }
}

@media only screen and (min-width: 375px) {
  .wrap_cont_contact div:nth-child(1) {
    min-width: auto;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 560px) {
  .wrap_cont_contact div:nth-child(1) {
    margin-right: 0;
  }
}

.wrap_cont_contact div .p_bold {
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 600;
}

.wrap_cont_contact div .p_ligth {
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
}

.wrap_cont_contact div a {
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
}

.arr_top_sctoll {
  background-color: #bcc7da;
  position: fixed;
  z-index: 20;
  border-radius: 32px;
  cursor: pointer;
  transition: 0.4s ease-out;
}

@media only screen and (min-width: 320px) {
  .arr_top_sctoll {
    width: 28px;
    height: 50px;
    animation: arr_top_sctoll_2 2s infinite linear;
    right: 10px;
    opacity: 0;
    bottom: 110px;
  }

  .arr_top_sctoll.visible {
    opacity: 1;
  }
}

@media only screen and (min-width: 560px) {
  .arr_top_sctoll.visible {
    left: calc(100vw - 9%);
    opacity: 1;
    right: auto;
  }
}

@media only screen and (min-width: 992px) {
  .arr_top_sctoll {
    width: 62px;
    height: 96px;
    animation: arr_top_sctoll 2s infinite linear;
    left: 110%;
    opacity: 0;
    bottom: 100px;
  }

  .arr_top_sctoll.visible {
    left: calc(100vw - 7%);
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .arr_top_sctoll {
    opacity: 0.5;
  }

  .arr_top_sctoll:hover {
    opacity: 1;
  }
}

.arr_top_sctoll .arr_sc {
  width: 20px;
  height: 20px;
  background: url(../images/arrow-down.svg) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes arr_top_sctoll {
  0% {
    box-shadow: 0 0 0 0 #e0e4ea;
  }

  45% {
    box-shadow: 0 0 0 7px #e0e4ea;
  }

  90% {
    box-shadow: 0 0 0 14px rgba(224, 228, 234, 0);
  }
}

@keyframes arr_top_sctoll_2 {
  0% {
    box-shadow: 0 0 0 0 #e0e4ea;
  }

  45% {
    box-shadow: 0 0 0 4px #e0e4ea;
  }

  90% {
    box-shadow: 0 0 0 8px rgba(224, 228, 234, 0);
  }
}

.shest {
  width: 230px;
  height: 180px;
  position: relative;
}

.shest iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.main_cent_top {
  width: 100%;
  display: flex;
}

.main_cent_top h3 {
  font-size: 16px;
  color: #37373c;
  text-transform: uppercase;
  font-family: 'Ruda';
  font-weight: 650;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .main_cent_top {
    margin: 50px 0 20px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .main_cent_top {
    justify-content: space-around;
    margin: 0 0 50px 0;
    flex-wrap: nowrap;
    padding: 0;
  }
}

.main_cent_top .main_top_block {
  position: relative;
  display: table;
}

@media only screen and (min-width: 320px) {
  .main_cent_top .main_top_block {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .main_cent_top .main_top_block {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-left: 40px;
  }
}

.main_cent_top .main_top_block .soft {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_cent_top .main_top_block .soft .soft_svg {
  width: 24px;
  height: 24px;
  overflow: visible;
}

.main_cent_top .main_top_block .soft .soft_svg .soft_svg_1 {
  fill: #304b6d;
  transition: fill 0.4s, transform 0.2s;
}

.main_cent_top .main_top_block .soft .soft_svg .soft_svg_2 {
  fill: #304b6d;
  transition: fill 0.4s, transform 0.2s;
}

.main_cent_top .main_top_block .soft.activated .soft_svg_1 {
  transform: translateY(-100px);
}

.main_cent_top .main_top_block .soft.activated .soft_svg_2 {
  transform: translateY(100px);
}

.main_cent_top .main_top_block .soft.active .soft_svg .soft_svg_1 {
  fill: #7ccc42;
}

.main_cent_top .main_top_block .soft.active .soft_svg .soft_svg_2 {
  fill: #304b6d;
}

.main_cent_top .main_top_block .soft.active.reversed .soft_svg .soft_svg_1 {
  fill: #304b6d;
}

.main_cent_top .main_top_block .soft.active.reversed .soft_svg .soft_svg_2 {
  fill: #7ccc42;
}

.main_cent_top .main_top_block p {
  font-size: 14px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .main_cent_top .config {
    width: 100%;
  }
}

@media desktop {
  .main_cent_top .config {
    width: 130px;
  }
}

@media only screen and (min-width: 320px) {
  .main_cent_top .config label {
    line-height: 1.7;
  }
}

@media only screen and (min-width: 992px) {
  .main_cent_top .config label {
    line-height: 1;
  }
}

@media only screen and (min-width: 320px) {
  .main_cent_top .config br {
    display: none;
  }
}

@media desktop {
  .main_cent_top .config br {
    display: block;
  }
}

.main__cont__filter {
  width: 230px;
  opacity: 0;
}

@media only screen and (min-width: 320px) {
  .main__cont__filter {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__filter {
    margin-left: 0;
    padding-bottom: 50px;
  }
}

.main__cont__filter h3 {
  font-size: 16px;
  color: #37373c;
  text-transform: uppercase;
  font-family: 'Ruda';
  font-weight: 650;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main__cont__filter h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__filter h3 {
    margin-bottom: 40px;
  }
}

.main__cont__filter h3.h3_pl {
  padding-left: 65px;
}

.main__cont__filter h3 .ic_filter {
  display: block;
  width: 28px;
  height: 20.4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.main__cont__filter h3 .ic_filter .filter_svg {
  width: 24px;
  height: 24px;
}

.main__cont__filter h3 .ic_filter .filter_svg .filter_svg_0 {
  fill: #304b6d;
}

.compamia {
  width: 100%;
}

.compamia a {
  display: block;
  width: 100%;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
}

.compamia img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.compamia .compamia_info {
  width: 100%;
}

.compamia .compamia_info a {
  overflow: visible;
  height: auto;
}

.compamia .compamia_info div {
  margin-bottom: 10px;
}

.compamia .compamia_info p {
  font-size: 16px;
  color: #575757;
  font-family: 'calibri';
  font-weight: 300;
}

.compamia .compamia_info p.p_adress {
  margin-bottom: 10px;
}

.compamia .compamia_info p.p_usluga {
  padding-left: 10px;
}

.compamia .compamia_info a {
  font-size: 16px;
  color: #bebebe;
  font-family: 'calibri';
  font-weight: 250;
}

.compamia .compamia_info a:before {
  background-color: #bebebe;
  height: 1px;
}

.main_wrap_block_kab {
  position: relative;
}

.main_wrap_block_kab .exit_my {
  position: absolute;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block_kab .exit_my {
    top: -40px;
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .main_wrap_block_kab .exit_my {
    top: 0;
    right: -40px;
  }
}

.vyk_block {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}

@media only screen and (min-width: 320px) {
  .vyk_block {
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block {
    padding: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .vyk_block {
    transform: scale(0.9);
    opacity: 0;
    transition: 0.4s ease-out;
    box-shadow: 0 50px 25px -65px rgba(67, 70, 96, 0.4);
    margin-top: 120px;
  }

  .vyk_block.scrolled {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 50px 25px -45px rgba(67, 70, 96, 0.4);
    margin-top: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text {
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block .vyk_block_text {
    width: calc(100% - 210px);
    padding-right: 25px;
    border-right: 1px solid #ccc;
  }
}

.vyk_block .vyk_block_text .vyk_block_one {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text {
    display: block;
    width: calc(100% - 210px);
  }
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_s_mob {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_s_mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_s_mob {
    display: block;
    margin-bottom: 0;
  }
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .a_h3 {
  width: 100%;
  font-size: 16px;
  color: #36363a;
  font-family: 'Ruda';
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .a_h3 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .a_h3 {
    text-align: left;
  }
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img {
    width: 120px;
    height: 60px;
    flex: 0 0 120px;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img {
    width: 180px;
    flex: 0 0 180px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -210px;
  }
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
  transform: scale(1);
}

@media only screen and (min-width: 1200px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img:hover img {
    transform: scale(1.1);
  }
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img.none_img {
  background-color: #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img.none_img {
    padding: 30px 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img.none_img {
    padding: 0;
    display: flex;
  }
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text .vyk_block_one_img.none_img .wrap_img_none {
  width: 82px;
  height: 66px;
  background: url(../images/wrap_img_none.svg) 50% 50% no-repeat;
  background-size: cover;
}

.vyk_block .vyk_block_text .vyk_block_one .vyk_block_one_text p {
  font-size: 17px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vyk_block .vyk_block_text .vyk_block_too {
  width: 100%;
  background-color: #eff2f8;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_too {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 10px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_too {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block .vyk_block_text .vyk_block_too {
    margin-bottom: 0;
  }
}

.vyk_block .vyk_block_text .vyk_block_too h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #304b6d;
  font-family: 'Ruda';
  font-weight: 650;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_text .vyk_block_too h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_text .vyk_block_too h3 {
    width: 180px;
    flex: 0 0 180px;
    margin-bottom: 0;
  }
}

.vyk_block .vyk_block_text .vyk_block_too .vyk_block_too_text * {
  font-size: 16px;
  color: #515151;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
}

.vyk_block .vyk_block_text .vyk_block_too .vyk_block_too_text * span {
  font-family: 'calibri';
  font-weight: 600;
}

.vyk_block .vyk_block_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_info {
    width: 100%;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .vyk_block .vyk_block_info {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block .vyk_block_info {
    width: 220px;
    justify-content: center;
    padding: 0 0 0 25px;
  }
}

.vyk_block .vyk_block_info .ic_metka {
  width: 20px;
  height: 20px;
  background: url(../images/pin.svg) 50% 50% no-repeat;
  background-size: contain;
}

.vyk_block .vyk_block_info h4 {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_info h4 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block .vyk_block_info h4 {
    margin: 30px 0 20px 0;
  }
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_info h4 br {
    width: auto;
    display: none;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block .vyk_block_info h4 br {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_info h4 .ic_metka {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1366px) {
  .vyk_block .vyk_block_info h4 .ic_metka {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}

.vyk_block .vyk_block_info .vyk_block_info_ic {
  width: 70px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 320px) {
  .vyk_block .vyk_block_info .vyk_block_info_ic {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 560px) {
  .vyk_block .vyk_block_info .vyk_block_info_ic {
    margin: 0;
  }
}

.main_wrap_block {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  margin-bottom: 75px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block {
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 50px 25px -45px rgba(67, 70, 96, 0.4);
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block {
    min-height: 275px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main_wrap_block {
    transform: scale(0.9);
    opacity: 0;
    transition: 0.4s ease-out;
    box-shadow: 0 50px 25px -65px rgba(67, 70, 96, 0.4);
    margin-top: 120px;
  }

  .main_wrap_block.scrolled {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 50px 25px -45px rgba(67, 70, 96, 0.4);
    margin-top: 0;
  }
}

.main_wrap_block .main_wrap_img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_img {
    width: 310px;
    height: 310px;
  }
}

@media only screen and (min-width: 480px) {
  .main_wrap_block .main_wrap_img {
    width: 460px;
    height: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_img {
    width: 170px;
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .main_wrap_block .main_wrap_img {
    width: 170px;
    min-height: 275px;
    max-height: 275px;
    height: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .main_wrap_block .main_wrap_img {
    width: 215px;
  }
}

@media only screen and (min-width: 1600px) {
  .main_wrap_block .main_wrap_img {
    width: 275px;
  }
}

.main_wrap_block .main_wrap_img.none_img {
  background-color: #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_img.none_img {
    padding: 30px 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_img.none_img {
    padding: 0;
    display: flex;
  }
}

.main_wrap_block .main_wrap_img.none_img .wrap_img_none {
  width: 82px;
  height: 66px;
  background: url(../images/wrap_img_none.svg) 50% 50% no-repeat;
  background-size: cover;
}

.main_wrap_block .main_wrap_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
  transform: scale(1);
}

@media only screen and (min-width: 1200px) {
  .main_wrap_block .main_wrap_img:hover img {
    transform: scale(1.1);
  }
}

.main_wrap_block .wrap_cont_ifo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_ifo {
    flex-wrap: wrap;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_ifo {
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_ifo.mob {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_ifo.mob {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_ifo.desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_ifo.desc {
    display: flex;
  }
}

.main_wrap_block .wrap_cont_ifo .zakaz_nomer {
  font-size: 14px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.4;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_ifo .zakaz_nomer {
    width: auto;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_ifo .zakaz_nomer {
    margin-right: 0;
  }
}

.main_wrap_block .wrap_cont_ifo .zakaz_data {
  font-size: 15px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 600;
}

.main_wrap_block .wrap_cont_opis {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_opis.mob {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_opis.mob {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_opis.desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_opis.desc {
    display: flex;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_opis .wrap_cont_opis_taxt {
    width: calc(100% - 40px);
    height: auto;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_opis .wrap_cont_opis_taxt {
    width: 375px;
    min-height: 96px;
    padding: 0;
  }
}

.main_wrap_block .wrap_cont_opis .wrap_cont_opis_taxt .a_h4 {
  display: block;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_opis .wrap_cont_opis_taxt .a_h4 {
    font-size: 14px;
    width: calc(100% - 70px);
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_opis .wrap_cont_opis_taxt .a_h4 {
    font-size: 16px;
    width: auto;
  }
}

.main_wrap_block .wrap_cont_opis .wrap_cont_opis_taxt .a_p {
  display: block;
  font-size: 17px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_wrap_block .wrap_cont_opis .wrap_cont_opis_dop {
  width: 25px;
  height: 65px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .wrap_cont_opis .wrap_cont_opis_dop {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .wrap_cont_opis .wrap_cont_opis_dop {
    margin-top: 0;
  }
}

.main_wrap_block .main_wrap_otem {
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem {
    width: 100%;
    padding: 25px 5px 20px 5px;
    position: static;
  }
}

@media only screen and (min-width: 560px) {
  .main_wrap_block .main_wrap_otem {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem {
    width: 215px;
    position: relative;
  }
}

@media only screen and (min-width: 1600px) {
  .main_wrap_block .main_wrap_otem {
    padding: 25px;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem.mob {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem.mob {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem.desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem.desc {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem .green {
    position: absolute;
    top: 58px;
    right: 5px;
  }
}

@media only screen and (min-width: 375px) {
  .main_wrap_block .main_wrap_otem .green {
    top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem .green {
    position: relative;
    top: auto;
    right: auto;
  }
}

.main_wrap_block .main_wrap_otem .pod_z {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 300;
  margin-bottom: 12px;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem .pod_z {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem .pod_z {
    text-align: left;
  }
}

.main_wrap_block .main_wrap_otem h3 {
  font-size: 17px;
  color: #304b6d !important;
  font-family: 'Ruda';
  font-weight: 650 !important;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 12px;
}

.main_wrap_block .main_wrap_otem h3 span {
  font-size: 16px;
  color: #717171;
  font-family: 'calibri';
  font-weight: 250;
  text-transform: none;
}

.main_wrap_block .main_wrap_otem .table {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem .table {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem .table {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem .table .table_block {
    width: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_otem .table .table_block {
    width: 100%;
  }
}

.main_wrap_block .main_wrap_otem .table .table_block div {
  display: flex;
  justify-content: space-between;
}

.main_wrap_block .main_wrap_otem .table .table_block div p {
  width: 50%;
}

.main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(1) {
  color: #717171;
  font-family: 'calibri';
  font-weight: 200;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(1) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(1) {
    font-size: 16px;
  }
}

.main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(2) {
  color: #37373c;
  font-family: 'calibri';
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(2) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(2) {
    font-size: 16px;
  }
}

.main_wrap_block .main_wrap_otem .table .table_block div p:nth-child(2) span {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main_wrap_block .main_wrap_cont {
  height: 100%;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_cont {
    width: 100%;
    padding: 15px 5px 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_cont {
    width: 400px;
    border-left: 1px solid #e8e8e8;
  }
}

@media only screen and (min-width: 992px) {
  .main_wrap_block .main_wrap_cont {
    width: 400px;
  }
}

@media only screen and (min-width: 1366px) {
  .main_wrap_block .main_wrap_cont {
    width: 420px;
    padding: 15px 5px;
  }
}

@media only screen and (min-width: 1600px) {
  .main_wrap_block .main_wrap_cont {
    width: 500px;
    padding: 15px 30px;
  }
}

.main_wrap_block .main_wrap_cont:before {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #e8e8e8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.main_wrap_block .main_wrap_cont .btn_gol {
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .main_wrap_block .main_wrap_cont .btn_gol {
    width: calc(100% - 10px);
    height: 67px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 375px) {
  .main_wrap_block .main_wrap_cont .btn_gol {
    height: 67px;
  }
}

@media only screen and (min-width: 768px) {
  .main_wrap_block .main_wrap_cont .btn_gol {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.main_wrap_block.zakryta * {
  color: #a4a4a4 !important;
}

.main_wrap_block.zakryta .green {
  background-color: #e98181;
  color: #fff !important;
  box-shadow: 0 0 10px 0 rgba(233, 129, 129, 0.48);
}

.main_wrap_block.zakryta .btn_gol {
  background-color: #f3f3f3;
}

.exit_my {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: transparent;
  transition: 0.3s ease-out;
  position: relative;
  cursor: pointer;
}

.exit_my span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.exit_my span:before {
  display: block;
  content: attr(data-title);
  width: 80px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -15px;
  left: 35px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .exit_my span:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .exit_my span:before {
    display: block;
  }
}

.exit_my:before {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #bbb;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s ease-out;
}

.exit_my:after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #bbb;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s ease-out;
}

.exit_my:hover {
  border: 1px solid #4690ac;
}

.exit_my:hover span:before {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

.exit_my:hover:before {
  background-color: #4690ac;
}

.exit_my:hover:after {
  background-color: #4690ac;
}

.adit {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.adit:before {
  display: block;
  content: attr(data-title);
  width: 168px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -15px;
  left: 35px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .adit:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .adit:before {
    display: block;
  }
}

.adit svg {
  width: 100%;
  height: 100%;
  fill: #bbb;
  transition: 0.3s ease-out;
}

.adit:hover svg {
  width: 100%;
  fill: #4690ac;
}

.adit:hover:before {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

.okko {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
}

.okko:before {
  display: block;
  content: attr(data-title);
  width: 80px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -15px;
  left: 35px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .okko:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .okko:before {
    display: block;
  }
}

.okko svg {
  width: 100%;
  height: 100%;
  fill: #bbb;
  transition: 0.3s ease-out;
}

.okko:hover svg {
  width: 100%;
  fill: #4690ac;
}

.okko:hover:before {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

.green {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 24px;
  background-color: #7ccc42;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  font-family: 'calibri';
  font-weight: 600;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(123, 204, 66, 0.48);
  margin-bottom: 25px;
}

.blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 24px;
  background-color: #4690ac;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  font-family: 'calibri';
  font-weight: 600;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(70, 144, 172, 0.48);
  margin-bottom: 25px;
}

.grei {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 24px;
  background-color: #9e9e9e;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  font-family: 'calibri';
  font-weight: 600;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.48);
  margin-bottom: 25px;
}

.lightgrei {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 24px;
  background-color: #bbb;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  font-family: 'calibri';
  font-weight: 600;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.48);
  margin-bottom: 25px;
}

.publ {
  width: 100%;
}

.publ h3 {
  margin-bottom: 45px;
}

.publ .publ_block {
  width: 100%;
  height: 230px;
  position: relative;
  margin-bottom: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.publ .publ_block:nth-last-child(1) {
  margin-bottom: 0;
}

.publ .publ_block>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.publ .publ_block>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.publ .publ_block img {
  position: relative;
  z-index: 1;
  transition: 0.3s ease-out;
  transform: scale(1);
}

.publ .publ_block .publ_block_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.publ .publ_block .publ_block_info a {
  font-size: 15px;
  color: #fff;
  font-family: 'calibri';
  font-weight: 600;
  line-height: 1;
}

.publ .publ_block .publ_block_info p {
  font-size: 15px;
  color: #fff;
  font-family: 'calibri';
  font-weight: 600;
  line-height: 1;
}

.publ .publ_block .publ_block_info p.data {
  padding-top: 5px;
}

@media only screen and (min-width: 1200px) {
  .publ .publ_block:hover img {
    transform: scale(1.1);
  }
}

.publ_new {
  width: 100%;
}

.publ_new .publ_new_block {
  width: 195px;
  margin: 0 auto;
}

.publ_new .publ_new_block h3 {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 700;
  margin-bottom: 0;
}

.publ_new .publ_new_block h4 {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 700;
  margin-bottom: 20px;
}

.publ_new .publ_new_block .num_data {
  font-size: 15px;
  color: #a4a4a4;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 20px;
}

.publ_new .publ_new_block .publ_new_block_img {
  width: 195px;
  height: 195px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #dcdcdc;
}

.publ_new .publ_new_block .publ_new_block_img a {
  width: 100%;
  height: 100%;
}

.publ_new .publ_new_block .publ_new_block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-out;
  transform: scale(1);
}

.publ_new .publ_new_block .publ_new_block_img.none_img {
  background-color: #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .publ_new .publ_new_block .publ_new_block_img.none_img {
    padding: 30px 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .publ_new .publ_new_block .publ_new_block_img.none_img {
    padding: 0;
    display: flex;
  }
}

.publ_new .publ_new_block .publ_new_block_img.none_img .wrap_img_none {
  width: 82px;
  height: 66px;
  background: url(../images/wrap_img_none.svg) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1200px) {
  .publ_new .publ_new_block .publ_new_block_img:hover img {
    transform: scale(1.1);
  }
}

.publ_new .p_opis {
  font-size: 16px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.publ_new .a_hover {
  font-size: 16px;
  color: #bebebe;
  font-family: 'calibri';
  font-weight: 250;
}

.filter_red {
  width: 100%;
}

.filter_red .filter_red_block {
  width: 100%;
  height: 376px;
  border: 1px dashed #c4c4c4;
  position: relative;
  margin-bottom: 18px;
}

.filter_red .filter_red_block .writing {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 9px;
  right: 12px;
  cursor: pointer;
  background: url(../images/writing.svg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 2;
}

.filter_red .filter_red_block textarea {
  min-width: 230px;
  max-width: 230px;
  min-height: 376px;
  max-height: 376px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 17px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.2;
  padding: 30px 10px 10px 10px;
}

.filter_red .btn_gr {
  width: 100%;
}

.filter_btn {
  width: 230px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.filter_baner {
  width: 160px;
  height: 600px;
  background-color: #bababa;
  margin: 0 auto;
}

.p_italic {
  font-size: 15px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 250;
  margin-bottom: 45px;
}

.p_cetn {
  text-align: center;
  font-size: 16px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 300;
  margin-bottom: 25px;
}

.filter_block {
  margin-bottom: 10px;
}

.filter_block p {
  font-size: 14px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 5px;
}

.settings_table {
  display: table;
  height: 100%;
  width: 100%;
}

.settings_cell {
  margin: 0;
}

.settings_cell .settings {
  padding: 5px 5px 0 5px;
  float: left;
}

@media only screen and (min-width: 992px) {
  .settings_cell .settings {
    width: 100%;
  }
}

.settings_cell .settings .main_kab_nav_tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

.settings_cell .settings .main_kab_nav_tab .okko {
  display: block;
  width: 22px;
  height: 13px;
  background: url(../images/okko.svg) 50% 50% no-repeat;
  margin-right: 5px;
}

.settings_cell .settings .main_kab_nav_tab .okko:before {
  display: none;
}

.settings_cell .settings .main_kab_nav_tab a {
  display: table;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  margin: 0 5px;
  transition: 0.3s ease-out;
  position: relative;
}

.settings_cell .settings .main_kab_nav_tab a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #7a7a7a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
}

.settings_cell .settings .main_kab_nav_tab a.active {
  font-weight: 600;
}

.settings_cell .settings .main_kab_nav_tab a.active:before {
  width: 100%;
}

.settings_cell .settings .main_kab_nav_tab a:hover:before {
  width: 100%;
}

.settings_cell .settings .main_kab_nav_block {
  width: 100%;
  padding-top: 20px;
}

.settings_cell .settings .main_kab_nav_block ul li {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}

.settings_cell .settings .main_kab_nav_block ul li a {
  display: table;
  font-size: 14px;
  color: #575757;
  font-family: 'Ruda';
  font-weight: 600;
  transition: 0.3s ease-out;
  position: relative;
}

.settings_cell .settings .main_kab_nav_block ul li a span {
  color: #575757;
}

.settings_cell .settings .main_kab_nav_block ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #7a7a7a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
}

.settings_cell .settings .main_kab_nav_block ul li a .min_arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
  opacity: 0;
}

@media only screen and (min-width: 320px) {
  .settings_cell .settings .main_kab_nav_block ul li a .min_arr {
    right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .settings_cell .settings .main_kab_nav_block ul li a .min_arr {
    right: -15px;
  }
}

.settings_cell .settings .main_kab_nav_block ul li a.active {
  color: #000;
}

.settings_cell .settings .main_kab_nav_block ul li a.active span {
  color: #4690ac;
}

.settings_cell .settings .main_kab_nav_block ul li a.active .min_arr {
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .settings_cell .settings .main_kab_nav_block ul li a.active .min_arr {
    right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .settings_cell .settings .main_kab_nav_block ul li a.active .min_arr {
    right: -25px;
  }
}

.settings_cell .settings .main_kab_nav_block ul li a.active:hover:before {
  width: 0;
}

.settings_cell .settings .main_kab_nav_block ul li a:hover:before {
  width: 100%;
}

.settings_wrapper {
  height: 100%;
  width: 100%;
}

.settings_wrapper.settings_push {
  margin-left: 0;
}

@media only screen and (min-width: 320px) {
  .settings-prod {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .settings-prod {
    display: none !important;
  }
}

#settings-trigger {
  position: fixed;
  z-index: 99;
  transition: all 0.4s ease;
  z-index: 102;
  width: 25px;
  height: 25px;
  background: url(../images/settings.svg) 50% 50% no-repeat;
  background-size: contain;
}

#settings-trigger.scrolled {
  top: 5px;
}

@media only screen and (min-width: 320px) {
  #settings-trigger {
    top: 75px;
    right: 5px;
    display: block;
    right: 8px;
  }
}

@media only screen and (min-width: 768px) {
  #settings-trigger {
    top: 85px;
  }
}

@media only screen and (min-width: 1200px) {
  #settings-trigger {
    display: none;
  }
}

#settings-trigger.filter_clicked {
  background: none;
}

#settings-trigger.settings_clicked {
  background: none;
}

#settings-trigger div {
  position: relative;
  height: 4px;
  margin-bottom: 7px;
  width: 30px;
  background: #304b6d;
  transition: all 0.3s ease;
  display: block;
  z-index: 99;
  opacity: 0;
}

@media only screen and (min-width: 320px) {
  #settings-trigger div {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #settings-trigger div {
    display: none;
  }
}

#settings-trigger:hover {
  cursor: pointer;
}

#settings-trigger.settings_clicked {
  width: 40px;
  height: 30px;
  top: 5px;
  right: 0;
  z-index: 1121;
}

#settings-trigger.settings_clicked div:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 10px;
  opacity: 1;
  background: #304b6d;
}

#settings-trigger.settings_clicked div:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -11.5px;
  opacity: 1;
  background: #304b6d;
}

.settings_menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  z-index: 1120;
  overflow: auto;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.settings_menu li {
  list-style: none;
  display: block;
  width: 228px;
  height: 40px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  font-size: 16px;
  font-family: sans-serif;
}

.settings_menu li a {
  display: block;
  width: 100%;
  line-height: 2.4;
  text-decoration: none;
  color: #cbc4b9;
  font-family: 'Gilroy';
  font-weight: 600;
}

.settings_menu li:hover {
  width: 218px;
  padding-left: 20px;
}

.settings_menu.settings_open {
  right: 0;
  box-shadow: 1px 0 5px #222;
}

.settings-tint {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}

.settings-tint.settings_open {
  opacity: 0.15;
  z-index: 97;
  position: fixed;
  animation: initial;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

#soc_seti {
  margin: 10px 0;
}

.settings-content {
  float: left;
}

#settings-menu a {
  display: block;
  width: 90%;
  height: 116px;
  float: left;
  margin: 5px 20px 0 10px;
}

#settings-menu a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.settings_menu .lang {
  position: relative;
  float: left;
  top: 20px;
  left: 20px;
  display: flex;
}

.settings_menu .tel {
  width: 100%;
  color: #fff;
  font-family: 'Gilroy';
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 10px 0 0 20px;
  text-align: left;
  float: left;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.bg_pop_up {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 2001;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.bg_pop_up.shown {
  visibility: visible;
  opacity: 1;
}

.bg_pop_up .exit {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .exit {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .bg_pop_up .exit {
    top: 20px;
    right: 20px;
  }
}

.bg_pop_up .exit .exit_1 {
  width: 12px;
  height: 1px;
  background: #7d7d7d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}

.bg_pop_up .exit .exit_2 {
  width: 12px;
  height: 1px;
  background: #7d7d7d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
}

.bg_pop_up .popup {
  transition: all 0.4s ease;
}

.bg_pop_up .popup.closed {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -100%);
}

.bg_pop_up .pop-up.closed *,
.bg_pop_up .pop-up.closed *::placeholder {
  transition: none !important;
}

.bg_pop_up .pop-up h2 {
  width: 100%;
  font-size: 17px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.bg_pop_up .pop-up p {
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #bb5b5b;
  font-family: 'calibri';
  font-weight: 200;
  margin-bottom: 15px;
}

.bg_pop_up .pop-up input {
  width: 230px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 200;
  margin-bottom: 15px;
}

.bg_pop_up .pop-up input::placeholder {
  text-align: center;
  font-size: 16px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 200;
}

.bg_pop_up .pop-up input.invalid {
  border-color: #f00;
  border: 1px solid #f00;
  transition: 0.3s ease-out;
}

.bg_pop_up .pop-up input.invalid::placeholder {
  color: #f00;
  transition: 0.3s ease-out;
}

.bg_pop_up .pop-up .popup_btn {
  width: 230px;
  display: flex;
  justify-content: space-between;
}

.bg_pop_up .pop-up .popup_btn button {
  width: 110px;
}

.bg_pop_up .pop-up .popup_btn_soc {
  width: 100%;
  margin-top: 20px;
}

.bg_pop_up .pop-up .popup_btn_soc p {
  color: #a4a4a4;
}

.bg_pop_up .pop-up .popup_btn_soc div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bg_pop_up .pop-up .popup_btn_soc div a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 10px;
}

.bg_pop_up .pop-up .popup_btn_soc div .ic_facebook {
  background: url(../images/facebook.svg) 50% 50% no-repeat;
  background-size: contain;
}

.bg_pop_up .pop-up .popup_btn_soc div .ic_google {
  background: url(../images/google.svg) 50% 50% no-repeat;
  background-size: contain;
}

.bg_pop_up .pop-up .popup_btn_soc div .ic_google>div {
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.bg_pop_up .pop-up form {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bg_pop_up .pop-up.thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .pop-up.thanks {
    width: 300px;
    height: 350px;
    padding: 40px;
  }
}

@media only screen and (min-width: 560px) {
  .bg_pop_up .pop-up.thanks {
    width: 400px;
    height: 350px;
    padding: 60px;
  }
}

.bg_pop_up .pop-up.vhod,
.bg_pop_up .pop-up.registr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 320px) {

  .bg_pop_up .pop-up.vhod,
  .bg_pop_up .pop-up.registr {
    width: 300px;
    height: auto;
    padding: 40px 5px;
  }
}

@media only screen and (min-width: 560px) {

  .bg_pop_up .pop-up.vhod,
  .bg_pop_up .pop-up.registr {
    width: 440px;
    padding: 60px 0;
  }
}

.bg_pop_up .pop-up.danger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .pop-up.danger {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .bg_pop_up .pop-up.danger {
    width: 610px;
    padding: 60px 0;
  }
}

.bg_pop_up .pop-up.danger h2 {
  color: #cd3636;
  font-family: 'Ruda';
  font-weight: 650;
}

.bg_pop_up .pop-up.danger p {
  color: #63636b;
  font-size: 19px;
  margin-bottom: 30px;
}

.bg_pop_up .pop-up.danger .popup_btn {
  width: 260px;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .pop-up.danger form {
    width: 260px;
  }
}

@media only screen and (min-width: 560px) {
  .bg_pop_up .pop-up.danger form {
    width: 430px;
  }
}

.bg_pop_up .pop-up.hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .pop-up.hi {
    width: 300px;
    height: auto;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .bg_pop_up .pop-up.hi {
    width: 610px;
    padding: 60px 0;
  }
}

.bg_pop_up .pop-up.hi h2 {
  color: #000;
  font-family: 'Ruda';
  font-weight: 650;
}

.bg_pop_up .pop-up.hi .popup_logo {
  width: 194px;
  height: 55px;
  background: url(../images/logo.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}

.bg_pop_up .pop-up.hi p {
  color: #63636b;
  font-size: 19px;
}

@media only screen and (min-width: 320px) {
  .bg_pop_up .pop-up.hi form {
    width: 260px;
  }
}

@media only screen and (min-width: 560px) {
  .bg_pop_up .pop-up.hi form {
    width: 480px;
  }
}

.disabled-scroll {
  overflow: hidden;
}

.gorizontal-slider-slides {
  position: relative;
  width: 100%;
}

.gorizontal-slider-track {
  position: relative;
  transition: left 0.4s;
}

.frame-init-parent {
  position: relative;
}

.frame-init-parent:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.frame-init-parent.iframe-playing:before {
  opacity: 0;
}

.iframe-playing {
  background: transparent;
}

.frame-init-parent iframe {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

.frame-init-parent.iframe-playing iframe {
  opacity: 1;
  visibility: visible;
}

.filter_svg .filter_svg-1,
.filter_svg .filter_svg-2 {
  transition: transform 0.4s;
}

.filter_svg.activated .filter_svg-1 {
  transform: translateX(10px);
}

.filter_svg.activated .filter_svg-2 {
  transform: translateX(-10px);
}

.logo .frame-init {
  opacity: 0 !important;
  transition: none !important;
}

.logo .frame-init.frame-loaded {
  opacity: 1 !important;
}

.logo .frame-init {
  border: none;
}

.logo .frame-init iframe {
  border: none;
}

.header {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 15;
}

@media only screen and (min-width: 320px) {
  .header {
    height: 68px;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    height: 118px;
  }
}

.header .container {
  height: 100%;
  display: flex;
}

.header__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header__main:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  bottom: 10px;
  opacity: 1;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {
  .header__main:before {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .header__main:before {
    bottom: -4px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main:before {
    bottom: 10px;
  }
}

.header__main__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__main__left .logo {
  display: block;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.header__main__left .logo::before {
  background: url(../images/logo.svg) 50% 50% no-repeat;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .header__main__left .logo {
    width: 120px;
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .header__main__left .logo {
    width: 235px;
    height: 62px;
    margin-right: 20px;
  }
}

.header__main__left .logo.anime {
  background: none;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.header__main__left .logo.anime iframe {
  border: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
}

@media only screen and (min-width: 320px) {
  .header__main__left .logo.anime iframe {
    width: 120px;
    height: 30px;
    border: none;
    display: block;
    margin-left: -1px;
  }
}

@media only screen and (min-width: 768px) {
  .header__main__left .logo.anime iframe {
    width: 235px;
    height: 62px;
  }
}

.header__main__left .logo.lupa_iframe {
  background: url(../images/logo.svg) 50% 50% no-repeat;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.header__main__left .logo.lupa_iframe iframe {
  border: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  box-shadow: none;
}

.header__main__left .logo.lupa_iframe:hover {
  background: none;
}

.header__main__left .logo.lupa_iframe:hover iframe {
  border: none;
  display: block;
}

.header__main__left p {
  font-size: 15px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 200;
}

@media only screen and (min-width: 320px) {
  .header__main__left p {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header__main__left p {
    display: block;
  }
}

.header__main__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .header__main__right {
    width: calc(100% - 160px);
    margin-right: 40px;
  }
}

@media only screen and (min-width: 375px) {
  .header__main__right {
    margin-right: 60px;
    width: calc(100% - 190px);
  }
}

@media only screen and (min-width: 768px) {
  .header__main__right {
    width: 270px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .header__main__right {
    width: 90px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main__right {
    width: 710px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .header__main__right {
    width: 810px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__main__right {
    width: 900px;
  }
}

.header__main__right ul {
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .header__main__right ul {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main__right ul {
    display: flex;
    width: 480px;
  }
}

@media only screen and (min-width: 1366px) {
  .header__main__right ul {
    width: 540px;
  }
}

.header__main__right ul li a {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
}

.header__main__right ul li a:before {
  background-color: #37373c;
  height: 1px;
  bottom: 2px;
}

.header__main__right .header_infor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .header__main__right .header_infor {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header__main__right .header_infor {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main__right .header_infor {
    width: 160px;
  }
}

@media only screen and (min-width: 1366px) {
  .header__main__right .header_infor {
    width: 200px;
  }
}

@media only screen and (min-width: 320px) {
  .header__main__right .header_infor .block_v.iaz {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main__right .header_infor .block_v.iaz {
    display: flex;
  }
}

.header__main__right .header_infor .polo_razd {
  font-family: 'calibri';
  font-weight: 200;
  color: #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .header__main__right .header_infor .polo_razd {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main__right .header_infor .polo_razd {
    display: block;
  }
}

.header__main__right .header_infor .login {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 320px) {
  .header__main__right .header_infor .login {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .header__main__right .header_infor .login {
    margin-left: 0;
  }
}

.header__main__right .header_infor .login span {
  display: block;
  width: 19px;
  height: 21px;
  background: url(../images/profile.svg) 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 320px) {
  .header__main__right .header_infor .login span {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 375px) {
  .header__main__right .header_infor .login span {
    margin-right: 15px;
  }
}

.header__main__right .header_infor .login a {
  font-size: 14px;
  color: #4690ac;
  font-family: 'Ruda';
  font-weight: 300;
}

.header__main__right .header_infor .login a:before {
  background-color: #4690ac;
  bottom: 1px;
}

.header.scrolling {
  top: -160px;
  position: fixed;
}

.header.prescrolled {
  transition: top 0.3s ease-out;
}

.header.prescrolled .head_logo_block span {
  opacity: 0;
  visibility: hidden;
}

.header.scrolled {
  top: 0;
  transition: top 0.3s ease-out;
  box-shadow: 0 0 16px #aaa;
}

.header.scrolled .header__main:before {
  opacity: 0;
}

.poisk {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .poisk {
    margin-top: 68px;
    height: auto;
    padding: 10px 0 0 0;
  }
}

@media only screen and (min-width: 560px) {
  .poisk {
    padding: 10px 0 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .poisk {
    padding: 10px 0 0 0;
    height: 130px;
  }
}

@media only screen and (min-width: 1200px) {
  .poisk {
    margin-top: 118px;
  }
}

.poisk__main {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .poisk__main {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .poisk__main {
    flex-wrap: nowrap;
  }
}

.poisk__main:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_poisk {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .poisk__main .block_poisk {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .poisk__main .block_poisk {
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .poisk__main .block_poisk {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 1366px) {
  .poisk__main .block_poisk {
    margin-right: 150px;
  }
}

.poisk__main .block_poisk .krohi {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 200;
  font-family: 'calibri';
  font-weight: 250;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_poisk .krohi {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .poisk__main .block_poisk .krohi {
    margin-bottom: 0;
  }
}

.poisk__main .block_poisk .krohi a {
  color: #c4c4c4;
  font-size: 14px;
  font-family: 'calibri';
  font-weight: 250;
}

.poisk__main .block_plus {
  display: flex;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_plus {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 560px) {
  .poisk__main .block_plus {
    justify-content: flex-start;
  }
}

.poisk__main .block_plus a {
  height: 42px;
  color: #6b6b6b;
  font-family: 'Ruda';
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_plus a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .poisk__main .block_plus a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_plus a:nth-child(1) {
    margin: 0 20px 20px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .poisk__main .block_plus a:nth-child(1) {
    margin-right: 65px;
    margin: 0 65px 0 0;
  }
}

.poisk__main .block_plus a .plus {
  display: table;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #4295b4 0%, #65afca 100%);
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_plus a .plus {
    margin-right: 10px;
    flex: 0 0 42px;
  }
}

@media only screen and (min-width: 768px) {
  .poisk__main .block_plus a .plus {
    margin-right: 18px;
  }
}

.poisk__main .block_plus a .plus:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s ease-out;
}

.poisk__main .block_plus a .plus:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s ease-out;
}

.poisk__main .block_plus a span {
  position: relative;
}

.poisk__main .block_plus a span:nth-child(2):before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #6b6b6b;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  transition: 0.3s ease-out;
}

.poisk__main .block_plus a:hover span:nth-child(1):before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.poisk__main .block_plus a:hover span:nth-child(1):after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.poisk__main .block_plus a:hover span:nth-child(2):before {
  width: 100%;
}

.poisk__main .block_kabinet {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_kabinet {
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 560px) {
  .poisk__main .block_kabinet {
    /* justify-content: space-between; */
  }
}

@media only screen and (min-width: 992px) {
  .poisk__main .block_kabinet {
    margin-bottom: 0;
  }
}

.poisk__main .block_kabinet .soz_new {
  width: 210px;
  height: 62px;
  background: linear-gradient(180deg, #4295b4 0%, #65afca 100%);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #fff;
  position: relative;
}

.poisk__main .block_kabinet .soz_new .plus {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 35px;
}

.poisk__main .block_kabinet .soz_new .plus:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s ease-out;
}

.poisk__main .block_kabinet .soz_new .plus:after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s ease-out;
}

.poisk__main .block_kabinet .soz_new span {
  font-size: 16px;
  color: #fff;
  font-size: 14px;
  font-family: 'Ruda';
  font-weight: 300;
  line-height: 1.1;
}

.poisk__main .block_kabinet .soz_new:hover .plus:nth-child(1):before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.poisk__main .block_kabinet .soz_new:hover .plus:nth-child(1):after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.poisk__main .block_kabinet .soz_new:hover .plus:nth-child(2):before {
  width: 100%;
}

.poisk__main .block_kabinet .block_kabinet_block {
  /* display: flex; */
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_kabinet .block_kabinet_block {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 560px) {
  .poisk__main .block_kabinet .block_kabinet_block {
    width: auto;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    align-items: center;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .poisk__main .block_kabinet .block_kabinet_block {
    top: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .poisk__main .block_kabinet .block_kabinet_block {
    width: auto;
  }
}

.poisk__main .block_kabinet .block_kabinet_block a {
  color: #4690ac;
  font-family: 'calibri';
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_kabinet .block_kabinet_block a {
    font-size: 18px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 560px) {
  .poisk__main .block_kabinet .block_kabinet_block a {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .poisk__main .block_kabinet .block_kabinet_block a {
    font-size: 22px;
  }
}

.poisk__main .block_kabinet .block_kabinet_block span {
  margin: 0;
  width: 1px;
  height: 22px;
  background-color: #dcdcdc;
  position: absolute;
  right: 0;
  top: 5px;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_kabinet .block_kabinet_block span {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .poisk__main .block_kabinet .block_kabinet_block span {
    display: block;
  }
}

.poisk__main .block_kabinet .block_kabinet_block p {
  /* max-width: 50%; */
  color: #6b6b6b;
  font-family: 'calibri';
  font-weight: 200;
  padding-top: 2px;
}

@media only screen and (min-width: 320px) {
  .poisk__main .block_kabinet .block_kabinet_block p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1366px) {
  .poisk__main .block_kabinet .block_kabinet_block p {
    font-size: 22px;
  }
}

.main {
  position: relative;
  padding: 0;
  background-color: #f3f3f3;
  padding-bottom: 100px;
  overflow: hidden;
  z-index: 1;
}

.main:before {
  width: 500%;
  content: '';
  display: block;
  height: 19px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-55%);
  background: url(../images/bg_top.png);
}

.main.anime:before {
  animation: main_top 2s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes main_top {
  0% {
    top: -20px;
    left: 50%;
    transform: translateX(-55%);
  }

  30% {
    top: 0;
    left: 50%;
    transform: translateX(-55%);
  }

  100% {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main .container {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .main h2 {
    margin: 55px 0 45px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main h2 {
    margin: 45px auto;
  }
}

@media only screen and (min-width: 768px) {
  .main h2 {
    margin: 60px auto;
  }
}

@media only screen and (min-width: 320px) {
  .main .config {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 57px;
    right: 50px;
  }

  .main .config.avtive {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main .config {
    top: 63px;
  }
}

@media only screen and (min-width: 992px) {
  .main .config {
    width: 130px;
    display: block;
    position: none;
    right: auto;
  }

  .main .config.avtive {
    display: none;
  }
}

.main__cont {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 320px) {
  .main__cont {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont {
    justify-content: center;
    flex-wrap: nowrap;
    padding-left: 240px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont {
    padding-right: 240px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont {
    padding-left: 230px;
    padding-right: 230px;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont.marg_top {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont.marg_top {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont.padding_desc {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont.padding_desc {
    padding-left: 240px;
    padding-right: 240px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont.padding_desc {
    padding-left: 230px;
    padding-right: 230px;
  }
}

.main__cont .main__cont__filter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  height: auto;
  padding-bottom: 0;
}

@media only screen and (min-width: 320px) {
  .main__cont .main__cont__filter {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont .main__cont__filter {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont .main__cont__filter.block_left_desc {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont .main__cont__filter.block_left_desc {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont__cent {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent {
    width: 700px;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent {
    width: 680px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent {
    width: 700px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent {
    width: 850px;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent {
    width: 990px;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont__cent.padding_cent_desc {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent.padding_cent_desc {
    width: 700px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent.padding_cent_desc {
    width: 850px;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent.padding_cent_desc {
    width: 990px;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_cent_top {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .main_cent_top {
    display: flex;
  }
}

.main__cont__cent .main_cent_top .config {
  display: block;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_cent_top .config {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 55px;
    right: 50px;
  }

  .main__cont__cent .main_cent_top .config.avtive {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .main_cent_top .config {
    width: 150px;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }
}

.main__cont__cent .main_wrap {
  width: 100%;
}

.main__cont__cent .main_top {
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top {
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .main_top {
    justify-content: flex-end;
    margin-bottom: 75px;
  }
}

.main__cont__cent .main_top .main_top_text {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .main_top .main_top_text {
    padding-top: 0;
    width: calc(100% - 335px);
  }
}

.main__cont__cent .main_top .main_top_text .vyk_block_s_mob {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .vyk_block_s_mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .main_top .main_top_text .vyk_block_s_mob {
    display: block;
    margin-bottom: 0;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .main_top_img {
    width: 120px;
    flex: 0 0 120px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .main_top .main_top_text .main_top_img {
    width: 290px;
    flex: 0 0 290px;
    height: 165px;
    position: absolute;
    top: 0;
    left: -335px;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main__cont__cent .main_top .main_top_text h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .main_top .main_top_text h3 {
    text-align: left;
    margin-bottom: 10px;
  }
}

.main__cont__cent .main_top .main_top_text .block_p {
  text-align: justify;
  font-size: 18px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.2;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .block_p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .main_top .main_top_text .block_p {
    margin-bottom: 10px;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_info {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .main_top_info {
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

@media only screen and (min-width: 560px) {
  .main__cont__cent .main_top .main_top_text .main_top_info {
    min-height: 52px;
    padding: 20px 45px;
    justify-content: space-between;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_info .a_pad {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 300;
}

@media only screen and (min-width: 320px) {

  .main__cont__cent .main_top .main_top_text .main_top_info .a_pad,
  .main__cont__cent .main_top .main_top_text .main_top_info div {
    width: 100%;
  }
}

@media only screen and (min-width: 560px) {

  .main__cont__cent .main_top .main_top_text .main_top_info .a_pad,
  .main__cont__cent .main_top .main_top_text .main_top_info div {
    min-width: 50%;
    width: auto;
    margin-bottom: 0;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_info .metka span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/pin.svg) 50% 50% no-repeat;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .metka span {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 375px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .metka span {
    margin-right: 25px;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_info .mail span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/mail_green.svg) 50% 50% no-repeat;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .mail span {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 375px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .mail span {
    margin-right: 25px;
  }
}

.main__cont__cent .main_top .main_top_text .main_top_info .phone span {
  display: block;
  width: 18px;
  height: 26px;
  background: url(../images/phone_green.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .phone span {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 375px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .phone span {
    margin-right: 25px;
  }
}


@media only screen and (min-width: 320px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .star {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 560px) {
  .main__cont__cent .main_top .main_top_text .main_top_info .star {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}

.main__cont__cent .main_uslugi_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_uslugi_block {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .main_uslugi_block {
    column-gap: 37px;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .main_uslugi_block {
    column-gap: 90px;
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .main_uslugi_block {
    column-gap: 5px;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent .main_uslugi_block {
    column-gap: 45px;
  }
}

.main__cont__cent .main_gallery {
  width: 100%;
  padding-top: 45px;
}

.main__cont__cent .main_gallery .main_gallery_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_gallery .main_gallery_main {
    row-gap: 45px;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .main_gallery .main_gallery_main {
    column-gap: 37px;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .main_gallery .main_gallery_main {
    column-gap: 90px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .main_gallery .main_gallery_main {
    column-gap: 5px;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent .main_gallery .main_gallery_main {
    column-gap: 45px;
  }
}

.main__cont__cent .main_gallery .main_gallery_main .main_gallery_img {
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .main_gallery .main_gallery_main .main_gallery_img {
    width: 300px;
    height: 170px;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .main_gallery .main_gallery_main .main_gallery_img {
    width: 280px;
    height: 158px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .main_gallery .main_gallery_main .main_gallery_img {
    width: 300px;
    height: 170px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .main_gallery .main_gallery_main .main_gallery_img {
    width: 280px;
    height: 158px;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent .main_gallery .main_gallery_main .main_gallery_img {
    width: 300px;
    height: 170px;
  }
}

.main__cont__cent .main_gallery .main_gallery_main .main_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-out;
  transform: scale(1);
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .main_gallery .main_gallery_main .main_gallery_img:hover img {
    transform: scale(1.1);
  }
}

.main__cont__cent .vyk_vybor {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .vyk_vybor {
    display: none;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .vyk_vybor {
    display: flex;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent .vyk_vybor {
    flex-wrap: nowrap;
  }
}

.main__cont__cent .vyk_vybor .filter_block {
  margin-right: 25px;
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .vyk_vybor .filter_block .block_v.filter {
    width: 230px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .vyk_vybor .filter_block .block_v.filter {
    width: 210px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .vyk_vybor .filter_block .block_v.filter {
    width: 230px;
  }
}

.main__cont__cent .vyk_vybor .block_btn {
  padding-top: 21px;
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .vyk_vybor .block_btn {
    width: 230px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .vyk_vybor .block_btn {
    width: 210px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .vyk_vybor .block_btn {
    width: 230px;
  }
}

.main__cont__cent .vyk_vybor .block_btn a {
  height: 40px;
  margin: 0 5px;
}

.main__cont__cent .news_block {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 75px;
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .news_block {
    transform: scale(0.9);
    opacity: 0;
    transition: 0.4s ease-out;
    box-shadow: 0 50px 25px -65px rgba(67, 70, 96, 0.4);
    margin-top: 120px;
  }

  .main__cont__cent .news_block.scrolled {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 50px 25px -45px rgba(67, 70, 96, 0.4);
    margin-top: 0;
  }
}

.main__cont__cent .news_block .news_block_cont {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .news_block .news_block_cont {
    min-height: 255px;
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 5px;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 560px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text {
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text {
    display: block;
    width: 430px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text {
    width: 290px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text {
    width: 365px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text {
    width: 510px;
    padding: 0 90px;
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .a_zag {
  font-size: 16px;
  color: #36363a;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .a_zag {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 560px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .a_zag {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .a_zag {
    text-align: left;
    width: auto;
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 560px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img {
    width: 455px;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img {
    width: 455px;
    height: 255px;
    position: absolute;
    right: -465px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img {
    width: 370px;
    right: -380px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img {
    width: 455px;
    right: -465px;
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img img {
  width: 100%;
  transition: 0.3s ease-out;
  transform: scale(1);
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img:hover img {
    transform: scale(1.1);
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img.none_img {
  background-color: #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img.none_img {
    padding: 30px 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img.none_img {
    padding: 0;
    display: flex;
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .news_block_cont_img.none_img .wrap_img_none {
  width: 82px;
  height: 66px;
  background: url(../images/wrap_img_none.svg) 50% 50% no-repeat;
  background-size: cover;
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .data {
  width: 100%;
  font-size: 15px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .data {
    text-align: left;
  }
}

@media only screen and (min-width: 560px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .data {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .data {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .news_block .news_block_cont .news_block_cont_text .data {
    margin-top: 10px;
  }
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .opis {
  font-size: 17px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
  margin-bottom: 10px;
  text-align: justify;
  padding-right: 10px;
}

.main__cont__cent .news_block .news_block_cont .news_block_cont_text .a_hover {
  font-size: 16px;
  color: #bebebe;
  font-family: 'calibri';
  font-weight: 250;
}

.main__cont__cent .new_one {
  width: 100%;
  position: relative;
}

.main__cont__cent .new_one h3 {
  display: table;
  font-size: 20px;
  color: #000;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .new_one h3 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .new_one h3 {
    width: calc(100% - 500px);
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .new_one h3 {
    width: calc(100% - 350px);
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .new_one h3 {
    width: calc(100% - 500px);
  }
}

.main__cont__cent .new_one h3 p.data {
  width: 100%;
  display: table;
  font-size: 15px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 600;
  float: left;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .new_one h3 p.data {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .new_one h3 p.data {
    text-align: left;
  }
}

.main__cont__cent .new_one .new_one_block {
  font-size: 17px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
}

.main__cont__cent .new_one .new_one_block p {
  font-size: 18px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
}

.main__cont__cent .new_one .new_one_block p,
.main__cont__cent .new_one .new_one_block div,
.main__cont__cent .new_one .new_one_block li,
.main__cont__cent .new_one .new_one_block p *,
.main__cont__cent .new_one .new_one_block div *,
.main__cont__cent .new_one .new_one_block li * {
  font-size: 18px !important;
  color: #63636b !important;
  font-family: 'calibri' !important;
  font-weight: 200;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .new_one .new_one_block .br_block {
    padding-top: 40px;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .new_one .new_one_block .br_block {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .new_one .new_one_block img {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .new_one .new_one_block img {
    max-width: 470px;
    margin: 0 0 30px 30px;
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .new_one .new_one_block img {
    max-width: 320px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .new_one .new_one_block img {
    max-width: 470px;
  }
}

.main__cont__cent .zakaz_block {
  width: 100%;
}

.main__cont__cent .zakaz_block .zakaz_block_one {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info {
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info .zakaz_nomer {
  font-size: 14px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.4;
  margin-right: 10px;
}

.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info .zakaz_data {
  font-size: 15px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 600;
  line-height: 1;
}

.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info .green,
.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info .blue,
.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info .lightgrei,
.main__cont__cent .zakaz_block .zakaz_block_one .zakaz_info .grei {
  position: absolute;
  top: 0;
  right: 0;
}

.main__cont__cent .zakaz_block .zakaz_block_one .p_h4 {
  display: block;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

.main__cont__cent .zakaz_block .zakaz_block_one .p_opis {
  font-size: 17px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
}

.main__cont__cent .zakaz_block .zakaz_block_too {
  width: 100%;
  display: flex;
  align-items: end;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .zakaz_block .zakaz_block_too {
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .zakaz_block .zakaz_block_too {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .zakaz_block .zakaz_block_too {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 270px;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .zakaz_block .zakaz_block_too {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 320px) {
  .zakaz_block_too_sl {
    width: 300px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 480px) {
  .zakaz_block_too_sl {
    width: 390px;
  }
}

@media only screen and (min-width: 992px) {
  .zakaz_block_too_sl {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .zakaz_block_too_sl {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1366px) {
  .zakaz_block_too_sl {
    margin-bottom: 0;
  }
}

.zakaz_block_too_sl_track {
  width: 100%;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .zakaz_block_too_sl_track {
    height: 300px;
  }
}

@media only screen and (min-width: 480px) {
  .zakaz_block_too_sl_track {
    height: 390px;
  }
}

.zakaz_block_too_sl_track .zakaz_al_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  position: 0;
  z-index: -1;
}

.zakaz_block_too_sl_track .zakaz_al_img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.zakaz_block_too_sl_track .zakaz_al_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 1px;
}

.zakaz_block_too_sl_col {
  width: 100%;
  margin-top: 30px;
}

@media only screen and (min-width: 320px) {
  .zakaz_block_too_sl_col {
    height: 30px;
  }
}

@media only screen and (min-width: 560px) {
  .zakaz_block_too_sl_col {
    height: 40px;
  }
}

.zakaz_block_too_sl_col {
  min-width: 80px;
  width: auto;
  max-width: 380px;
  display: table;
  position: relative;
  margin: 10px auto;
}

.zakaz_block_too_sl_col ul {
  min-width: 80px;
  width: auto;
  max-width: 380px;
  height: 100%;
  display: table;
  position: relative;
  margin: 10px auto;
}

.zakaz_block_too_sl_col ul li {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
  border: 1px solid transparent;
}

@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 560px) {
  .zakaz_block_too_sl_col ul li {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}

.zakaz_block_too_sl_col ul li.active {
  border: 1px solid #5ba3be;
}

.zakaz_block_too_sl_col .arr_l {
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.zakaz_block_too_sl_col .arr_r {
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo {
  min-height: 390px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo {
    width: calc(100% - 400px);
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo {
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo {
    width: calc(100% - 400px);
  }
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg {
    padding: 25px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg {
    padding: 25px 45px;
  }
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg h3 {
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_too_onfo_block_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .p_it_ {
  font-size: 16px;
  color: #5d5d5d;
  font-family: 'calibri';
  font-weight: 250;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .p_it_up {
  font-size: 16px;
  color: #5d5d5d;
  font-family: 'calibri';
  font-weight: 600;
  font-style: italic;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .table_div_all {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 5px;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .table_div_all .table_div_bot {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .table_div_all .table_div_bot:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 6px;
  border-bottom: 1px dashed #c4c4c4;
  z-index: 1;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .table_div_all div {
  display: table;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  z-index: 2;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .table_div_all .table_div_bot_one {
  background-color: #fff;
  padding-right: 10px;
  font-weight: 300;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .table_div_all .table_div_bot_too {
  background-color: #fff;
  padding-left: 10px;
  font-weight: 600;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file {
  width: 100%;
  margin-bottom: 20px;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table {
  width: 100%;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td {
  width: 50%;
  border: 1px solid #d0d0d0;
  padding: 10px 5px;
}

@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 560px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td {
    padding: 10px;
  }
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td.td_text {
  letter-spacing: -0.5px;
  line-height: 1;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td img {
  max-width: 100%;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td input {
  display: none;
}

.donwload-link-block {
  display: flex;
  align-items: center;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td label {
  font-size: 13px;
  color: #3f9dd1;
  font-family: 'calibri';
  font-weight: 300;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  margin-left: 12px;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td label .ic_download {
  position: absolute;
  top: 0;
  left: -34px;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_file table tr td label:hover .ic_download svg {
  fill: #3f9dd1;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col {
  width: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col .zakaz_block_col_1 {
    width: 55%;
  }
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col .zakaz_block_col_1 p {
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 300;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col .zakaz_block_col_1 p span {
  font-weight: 600;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col .zakaz_block_col_2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col .zakaz_block_col_2 p {
  font-size: 13px;
  color: #445d7b;
  font-family: 'calibri';
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_too_onfo_bg .zakaz_block_col .zakaz_block_col_2 span {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/download_all.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact .wrap_cont_contact {
  width: 100%;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact .wrap_cont_contact {
    justify-content: flex-start;
  }
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact .btn_gol {
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact .btn_gol {
    width: 100%;
    height: 67px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 375px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact .btn_gol {
    height: 67px;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .zakaz_block_contact .btn_gol {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media only screen and (min-width: 768px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .wrap_cont_contact {
    padding: 12px 45px 12px 35px;
  }
}

@media only screen and (min-width: 992px) {
  .main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .wrap_cont_contact div:nth-child(1) {
    width: 55%;
    flex: 0 0 55%;
  }
}

.main__cont__cent .zakaz_block .zakaz_block_too .zakaz_block_too_onfo .wrap_cont_contact .w45 {
  width: 45%;
  flex: 0 0 45%;
}

.main__cont__rec {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: auto;
  width: 230px;
  padding-bottom: 0;
}

@media only screen and (min-width: 320px) {
  .main__cont__rec {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .main__cont__rec {
    display: block;
  }
}

.main__cont__rec h3 {
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 700;
  margin-bottom: 20px;
}

.main .h3_r_usl {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.main .main_cont {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .main .main_cont.marg_top {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_cont.marg_top {
    margin-top: 100px;
  }
}

.main .main_cont_all {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .main .main_cont_all.marg_top {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_cont_all.marg_top {
    margin-top: 100px;
  }
}

.main .main_cont_all .main_cont_all_text_all {
  position: relative;
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 320px) {
  .main .main_cont_all .main_cont_all_text_all {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_cont_all .main_cont_all_text_all {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_text {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .main .main_cont_all .main_cont_all_text_all .main_cont_all_text {
    padding-right: 47px;
  }
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_text .main_cont_all_text_block {
  width: 100%;
  margin-bottom: 40px;
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_text .main_cont_all_text_block h3 {
  font-size: 20px;
  color: #000;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 15px;
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_text .main_cont_all_text_block .text * {
  font-size: 18px !important;
  color: #63636b !important;
  font-family: 'calibri' !important;
  text-align: justify;
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_text .main_cont_all_text_block .text {
  font-size: 18px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_text .main_cont_all_text_block .text_p_m_b .main .main_cont_all .main_cont_all_text_all .main_cont_all_text .main_cont_all_text_block>div {
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  .main .main_cont_all .main_cont_all_text_all .main_cont_all_img {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_cont_all .main_cont_all_text_all .main_cont_all_img {
    max-width: 800px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_cont_all .main_cont_all_text_all .main_cont_all_img {
    max-width: 320px;
    width: 100%;
    flex: 0 0 320px;
    float: right;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1366px) {
  .main .main_cont_all .main_cont_all_text_all .main_cont_all_img {
    max-width: 600px;
    width: 100%;
    flex: 0 0 600px;
  }
}

@media only screen and (min-width: 1600px) {
  .main .main_cont_all .main_cont_all_text_all .main_cont_all_img {
    max-width: 800px;
    width: 100%;
    flex: 0 0 800px;
  }
}

.main .main_cont_all .main_cont_all_text_all .main_cont_all_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.main .main_cont_all .main_uslugi {
  width: 100%;
}

.main .main_cont_all .main_uslugi.uslugi_m_t {
  margin-top: 75px;
}

.main .main_cont_all .main_uslugi .main_uslugi_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.main_uslugi_block {
  transition: all .4s;
}

.main_uslugi_block.disactive {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

@media only screen and (min-width: 320px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block {
    justify-content: flex-start;
    column-gap: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block {
    column-gap: 90px;
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 1366px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block {
    column-gap: 5px;
  }
}

@media only screen and (min-width: 1600px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block {
    column-gap: 70px;
  }
}

@media only screen and (min-width: 320px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block .usluga {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block .usluga {
    width: 298px;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block .usluga {
    width: 330px;
  }
}

@media only screen and (min-width: 1600px) {
  .main .main_cont_all .main_uslugi .main_uslugi_block .usluga {
    width: 340px;
  }
}

.main .main_uslugi_top {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .main .main_uslugi_top {
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_uslugi_top {
    justify-content: flex-start;
  }
}

.main .main_uslugi_top .all_block_v,
.main .main_uslugi_top .all_block_v .label {
  font-size: 15px;
  color: #6b6b6b;
  font-family: 'Ruda';
  font-weight: 300;
  transition: 0.3s ease-out;
  position: relative;
}

.main .main_uslugi_top .all_block_v:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #6b6b6b;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {

  .main .main_uslugi_top .all_block_v,
  .main .main_uslugi_top .all_block_v .label {
    margin: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_uslugi_top .all_block_v {
    margin: 0;
    margin-left: 45px;
  }

  .main .main_uslugi_top .all_block_v .label {
    margin: 0;
  }
}

.main .main_uslugi_top .all_block_v span.arrow {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  right: -20px;
  border: 7px solid transparent;
  border-bottom: 9px solid #6b6b6b;
  transition: 0.3s ease-out;
  transform: rotate(90deg);
  transform-origin: center center;
}

.main .main_uslugi_top .all_block_v.active,
.main .main_uslugi_top .all_block_v.active .label {
  color: #4695ab;
}

.main .main_uslugi_top .all_block_v.active:before {
  width: 100%;
  background-color: #4695ab;
}

.main .main_uslugi_top .all_block_v.active span.arrow {
  top: 6px;
  transform: rotate(180deg);
  border-bottom: 9px solid #4695ab;
}

.main .main_kab {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.main .main_kab .main_kab_nav {
  width: 260px;
  flex: 0 0 260px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_nav {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_kab .main_kab_nav {
    display: block;
  }
}

.main .main_kab .main_kab_nav .main_kab_nav_tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab .okko {
  display: block;
  width: 22px;
  height: 13px;
  background: url(../images/okko.svg) 50% 50% no-repeat;
  margin-right: 5px;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab .okko:before {
  display: none;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab a {
  display: table;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  margin: 0 5px;
  transition: 0.3s ease-out;
  position: relative;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #7a7a7a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab a.active {
  font-weight: 600;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab a.active:before {
  width: 100%;
}

.main .main_kab .main_kab_nav .main_kab_nav_tab a:hover:before {
  width: 100%;
}

.main .main_kab .main_kab_nav .main_kab_nav_block {
  width: 100%;
  padding-top: 50px;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a {
  display: table;
  font-size: 14px;
  color: #575757;
  font-family: 'Ruda';
  font-weight: 600;
  transition: 0.3s ease-out;
  position: relative;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a span {
  color: #575757;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #7a7a7a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a .min_arr {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
  opacity: 0;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a.active {
  font-size: 19px;
  color: #000;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a.active span {
  color: #4690ac;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a.active .min_arr {
  opacity: 1;
  right: -25px;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a.active:hover:before {
  width: 0;
}

.main .main_kab .main_kab_nav .main_kab_nav_block ul li a:hover:before {
  width: 100%;
}

.main .main_kab .main_kab_main {
  position: relative;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_kab .main_kab_main {
    width: calc(100% - 280px);
  }
}

.main .main_kab .main_kab_main .kabiner_aktivnye {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.main .main_kab .main_kab_main .kabiner_aktivnye.active {
  opacity: 1;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}

.main .main_kab .main_kab_main .kabiner_aktivnye .block_button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_aktivnye .block_button {
    justify-content: space-evenly;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kabiner_aktivnye .block_button {
    justify-content: flex-end;
  }
}

.main .main_kab .main_kab_main .kabiner_aktivnye .block_button button {
  height: 50px;
  line-height: 1.1;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_aktivnye .block_button button {
    margin: 10px 0;
    width: 47vw;
    max-width: 190px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 375px) {
  .main .main_kab .main_kab_main .kabiner_aktivnye .block_button button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_aktivnye .block_button button {
    min-width: 190px;
    max-width: 190px;
    margin: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kabiner_aktivnye .block_button button {
    margin: 0;
    margin-left: 15px;
  }
}

.main .main_kab .main_kab_main .kabiner_aktivnye h3 {
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}

.main .main_kab .main_kab_main .kab_zakaz {
  width: 100%;
  position: relative;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min {
  position: relative;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 0 30px;
  box-shadow: 0 50px 25px -45px rgba(67, 70, 96, 0.4);
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min {
    width: calc(100% - 40px);
    padding: 50px 10px 20px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min {
    padding: 20px 50px 20px 90px;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min {
    width: calc(100% - 110px);
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_numb {
  position: absolute;
  top: 0;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 38px;
  height: 38px;
  background-color: #acacac;
  color: #fff;
  font-size: 16px;
  font-family: 'Ruda';
  font-weight: 600;
  border-radius: 0 0 0 10px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu {
  width: 30px;
  height: 100px;
  position: absolute;
  top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu {
    right: -38px;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu {
    right: -48px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu .config {
  width: 26px;
  height: 26px;
  position: relative;
  top: auto;
  display: block;
  right: auto;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu .config input[type=checkbox]+label:before {
  width: 26px;
  height: 26px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu .config:before {
  display: block;
  content: attr(data-title);
  width: 130px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -15px;
  left: 35px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu .config:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu .config:before {
    display: block;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_menu .config:hover:before {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont {
  width: 100%;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_min_cont_top_one {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_min_cont_top_one {
    width: calc(100% - 115px);
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_min_cont_top_one .kab_zakaz_infor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 7px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_min_cont_top_one .kab_zakaz_infor .zakaz_nomer {
  font-size: 14px;
  color: #a4a4a4;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.4;
  margin-right: 7px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_date_info {
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_date_info {
    top: -40px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_date_info {
    top: 0;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_date_info p {
  margin-bottom: 0;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_top .kab_zakaz_date_info span {
  font-size: 14px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_min .kab_zakaz_min_cont .kab_zakaz_min_cont_next {
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1.2;
  text-align: justify;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all {
  position: relative;
  min-height: 0;
  height: 0;
  transition: 0.5s ease-out;
  transition: min-height 0.5s ease-out;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0 0 0 30px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all {
    width: 100%;
    background-color: #fff;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1366px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all {
    width: calc(100% - 180px);
    margin-left: 180px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all.open {
  min-height: 980px;
  height: auto;
  margin-bottom: 75px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all.open {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all.open {
    padding-bottom: 0;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 0 30px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont {
    padding: 0 80px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_numb {
  position: absolute;
  top: 0;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 38px;
  height: 38px;
  background-color: #dde3ee;
  color: #575757;
  font-size: 16px;
  font-family: 'Ruda';
  font-weight: 600;
  border-radius: 0 0 0 10px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .min_arr {
  position: absolute;
  transform: rotate(-90deg);
  cursor: pointer;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .min_arr {
    top: 15px;
    right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .min_arr {
    top: 55px;
    right: 35px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 0 30px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block {
    padding: 50px 0 0 0;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block {
    padding: 55px 0;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one {
    margin-bottom: 50px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one input {
  width: 100%;
  height: 38px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
  padding: 0 20px;
  outline: none;
  color: #63636b;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one input::placeholder {
  color: #63636b;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one textarea {
  width: 100% !important;
  min-height: 104px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
  padding: 15px 20px;
  outline: none;
  color: #63636b;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one textarea::placeholder {
  color: #63636b;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one h3 {
  margin-bottom: 30px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_one p {
  font-size: 16px;
  color: #37373c;
  font-family: 'calibri';
  font-weight: 200;
  text-align: justify;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block h3 {
  width: 100%;
  font-size: 16px;
  color: #37373c;
  font-family: 'Ruda';
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  margin-bottom: 25px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_too {
  width: 100%;
  /* display: flex;
    justify-content: flex-start; */
  position: relative;
  /* flex-wrap: wrap; */
  z-index: 2;
  margin-bottom: 30px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_too .block_v_zakaz {
  margin-right: 10px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_too>div {
  margin-right: 25px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_too .kab_zakaz_block_too_info {
  width: 230px;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  text-transform: none;
  border-radius: 15px;
  background-color: #eceef5;
  font-size: 15px;
  color: #575757;
  font-family: 'calibri';
  font-weight: 300;
  margin-bottom: 10px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three {
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three {
    width: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three {
    width: 485px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three table {
  width: 100%;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three table td {
  border: 1px solid #ddd;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three table td {
    padding: 5px 10px 5px 10px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three table td {
    padding: 5px 10px 5px 10px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_l {
  width: 35%;
  font-size: 15px;
  color: #505050;
  font-family: 'calibri';
  font-weight: 300;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r {
  width: 65%;
  font-size: 15px;
  color: #505050;
  font-family: 'calibri';
  font-weight: 600;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r input {
  outline: none;
  font-size: 15px;
  color: #505050;
  font-family: 'calibri';
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0 5px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r input:focus {
  border: 1px solid #ccc;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r input::placeholder {
  color: #63636b;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(1) {
  width: 135px;
  float: left;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(1) {
    width: 150px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(1) {
    width: 135px;
  }
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(2) {
    width: 150px;
  }

}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(2) {
    width: 140px;
  }
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(2) {
    float: left;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_three .table_td_r .block_v_table:nth-child(2) {
    float: right;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo {
  width: 100%;
  margin-bottom: 50px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block {
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block {
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #edeaeb 100%);
  border: 1px solid #e8e8e8;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file {
    width: 210px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file {
    width: 255px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .p_name_file {
  font-size: 13px;
  color: #3f9dd1;
  font-family: 'calibri';
  font-weight: 300;
  text-decoration: underline;
  position: relative;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file input {
  display: none;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 28px;
  border-radius: 5px;
  background-color: #4f9ebc;
  color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file label {
    margin-bottom: 5px;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .pod_lable {
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-family: 'calibri';
  font-weight: 300;
  color: #7a7a7a;
  line-height: 0.9;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .pod_lable {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .pod_lable {
    display: block;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .exit_my {
  width: 18px;
  height: 18px;
  top: 8px;
  right: 8px;
  position: absolute;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .exit_my:before,
.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .exit_my:after {
  width: 12px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .exit_my span:before {
  top: -15px;
  left: 20px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .ic_download {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .ic_download:before {
  display: block;
  content: attr(data-title);
  width: 90px;
  padding: 2px 2px;
  background-color: #fffef2;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: -15px;
  left: 20px;
  text-align: center;
  font-size: 12px;
  color: #7a7a7a;
  font-family: 'calibri';
  font-weight: 200;
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .ic_download:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .ic_download:before {
    display: block;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .ic_download:hover:before {
  opacity: 1;
  z-index: 1;
  overflow: visible;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file .ic_download:hover svg {
  fill: #3f9dd1;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_file.no_exit .ic_download {
  bottom: 50%;
  transform: translateY(50%);
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img {
    margin: 0 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img.none_img {
    padding: 30px 0;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img.none_img {
    padding: 0;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img.none_img .wrap_img_none {
  width: 30px;
  height: 30px;
  background: url(../images/wrap_img_none.svg) 50% 50% no-repeat;
  background-size: contain;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis {
  min-height: 70px;
  border: 1px solid #dcdcdc;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis {
    width: 300px;
    margin-top: 0;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis p {
  font-size: 15px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1;
  padding: 10px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis textarea {
  min-height: 70px;
  height: 100%;
  border: none;
  outline: none;
  padding: 5px 10px;
  font-size: 15px;
  color: #63636b;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis textarea {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis textarea {
    min-width: 298px;
    max-width: 298px;
    width: 100%;
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fo .kab_zakaz_block_fo_block .kab_zakaz_block_fo_block_opis textarea::placeholder {
  color: #969696;
  font-size: 15px;
  font-family: 'calibri';
  font-weight: 200;
  line-height: 1;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi {
  width: 100%;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi h3 {
  margin-bottom: 20px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont {
  width: 100%;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 6px;
  border-bottom: 1px dashed #c4c4c4;
  z-index: 1;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_l {
  font-size: 16px;
  color: #383838;
  font-family: 'calibri';
  font-weight: 300;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_l span {
  color: #4f9ebc;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r {
  padding-left: 1px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r {
    width: calc(100% - 47%);
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r {
    width: calc(100% - 235px);
  }
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r p {
  padding-left: 5px;
  font-size: 15px;
  color: #383838;
  font-family: 'calibri';
  font-weight: 600;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r input {
  outline: none;
  font-size: 15px;
  color: #383838;
  font-family: 'calibri';
  font-weight: 600;
  border: none;
  border: 1px solid transparent;
  padding: 0 5px;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r input:focus {
  border: 1px solid #ccc;
}

.main .main_kab .main_kab_main .kab_zakaz .kab_zakaz_all .kab_zakaz_all_cont .kab_zakaz_block .kab_zakaz_block_fi .kab_zakaz_block_fi_cont .kab_zakaz_block_fi_block_w .kab_zakaz_block_fi_block_r input::placeholder {
  color: #383838;
  font-size: 15px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kabiner_mast_all {
  max-width: 875px;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast_all {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_kab .main_kab_main .kabiner_mast_all {
    margin: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 0 30px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast {
    padding: 25px 5px 45px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kabiner_mast {
    padding: 40px 80px;
  }
}

.main .main_kab .main_kab_main .kabiner_mast h3 {
  margin-bottom: 45px;
}

.main .main_kab .main_kab_main .kabiner_mast input {
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #8e8d8d;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kabiner_mast input::placeholder {
  color: #8e8d8d;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kabiner_mast input.invalid {
  border-color: #f00;
  border: 1px solid #f00;
  transition: 0.3s ease-out;
}

.main .main_kab .main_kab_main .kabiner_mast input.invalid::placeholder {
  color: #f00;
  transition: 0.3s ease-out;
}

.main .main_kab .main_kab_main .kabiner_mast textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 110px;
  height: 110px;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  color: #8e8d8d;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kabiner_mast textarea::placeholder {
  color: #8e8d8d;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 200;
}

.main .main_kab .main_kab_main .kabiner_mast textarea.invalid {
  border-color: #f00;
  border: 1px solid #f00;
  transition: 0.3s ease-out;
}

.main .main_kab .main_kab_main .kabiner_mast textarea.invalid::placeholder {
  color: #f00;
  transition: 0.3s ease-out;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 45px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_form {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_form {
    padding-bottom: 40px;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu {
  width: 280px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu {
    margin: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu .w_100_f {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu .w_100_f p {
  font-size: 15px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 300;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu .w_100_f p span {
  color: #4690ac;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu .w_100_f .block_v_zakaz {
  width: 210px;
  margin-bottom: 0;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont_inpu .btn_gr {
  float: right;
  margin-bottom: 20px;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block {
    width: 420px;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block .config {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block .config label {
  font-family: 'Ruda';
  font-weight: 300;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block .config.active label {
  font-family: 'Ruda';
  font-weight: 600;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block .kabiner_mast_cont_block_next {
  padding: 10px 0 0 30px;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block .kabiner_mast_cont_block_next>div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_block .kabiner_mast_cont_block_next .block_v_zakaz {
  margin-bottom: 0;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_tel {
    width: 230px;
    position: relative;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_tel {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .kabiner_mast_cont .kabiner_mast_cont_tel p {
  text-align: center;
  font-size: 16px;
  font-family: 'calibri';
  font-weight: 300;
  color: #787777;
  margin-bottom: 10px;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_form {
  width: 100%;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_form .profile_form_inp {
  width: 100%;
  margin-bottom: 10px;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_form .profile_form_inp div {
  max-width: 360px;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to {
  width: 100%;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont {
    flex-wrap: nowrap;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont p {
  display: block;
  font-size: 15px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont p {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont p {
    width: 62px;
    flex: 0 0 62px;
    margin-bottom: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont>div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont .block_v_zakaz {
    width: 210px;
    margin: 0 10px 10px 0;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_cont .block_v_zakaz {
    margin: 0 10px 0 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block {
    flex-wrap: nowrap;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block p {
  font-size: 15px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block p {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block p {
    width: 62px;
    margin-bottom: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w {
    width: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w {
    width: calc(100% - 62px);
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w>div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w>div .profile_to_block_w {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w>div .profile_to_block_w.active {
  display: flex;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w>div .profile_to_block_w>div {
  margin-right: 10px;
  width: auto;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_block .profile_to_block_w .block_v_zakaz {
  margin: 0;
  width: 210px;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo {
  width: 100%;
  display: flex;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo {
    justify-content: center;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo {
    justify-content: flex-start;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo p {
  font-size: 15px;
  color: #787777;
  font-family: 'calibri';
  font-weight: 300;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo p {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo p {
    margin-right: 10px;
    width: auto;
    margin-bottom: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block {
  position: relative;
  width: 315px;
  height: 177.2px;
  background-color: #f1f0f0;
  border-radius: 3px;
  padding: 10px;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block .exit_my {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block input {
  display: none;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 28px;
  border-radius: 5px;
  background-color: #4f9ebc;
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer;
  margin: 0 auto;
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block label {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 20%;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block p {
  font-size: 13px;
  color: #828181;
  font-family: 'calibri';
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  line-height: 1;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block p {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_to_logo_block p {
    display: block;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three {
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three {
    justify-content: flex-start;
    row-gap: 15px;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block {
  width: 230px;
  height: 129.4px;
  overflow: hidden;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block>div {
  height: 100%;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block {
    margin-bottom: 0;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block label {
    margin-top: 15%;
    position: relative;
    z-index: 1;
  }
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block p {
  margin-top: 5px;
}

.main .main_kab .main_kab_main .kabiner_mast .profile_to .profile_three .profile_to_logo_block .exit_my {
  display: block;
  z-index: 3;
}

@media only screen and (min-width: 320px) {
  .main .main_kab .main_kab_main .my_tovar {
    width: 100%;
  }
}

.main .main_item {
  width: 100%;
}

.main .main_item .main_item_list {
  position: relative;
  padding: 0 55px;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_list {
    width: 100%;
  }
}

@media only screen and (min-width: 375px) {
  .main .main_item .main_item_list {
    width: 330px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_item .main_item_list {
    width: 610px;
  }
}

.main .main_item .main_item_list ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_list ul {
    width: 220px;
  }
}

@media only screen and (min-width: 375px) {
  .main .main_item .main_item_list ul {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_item .main_item_list ul {
    width: 492px;
  }
}

.main .main_item .main_item_list ul li {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

@media only screen and (min-width: 320px) {

  .main .main_item .main_item_list ul li:nth-child(4),
  .main .main_item .main_item_list ul li:nth-child(5),
  .main .main_item .main_item_list ul li:nth-child(6),
  .main .main_item .main_item_list ul li:nth-child(7),
  .main .main_item .main_item_list ul li:nth-child(8),
  .main .main_item .main_item_list ul li:nth-child(9) {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  .main .main_item .main_item_list ul li:nth-child(4),
  .main .main_item .main_item_list ul li:nth-child(5),
  .main .main_item .main_item_list ul li:nth-child(6),
  .main .main_item .main_item_list ul li:nth-child(7),
  .main .main_item .main_item_list ul li:nth-child(8),
  .main .main_item .main_item_list ul li:nth-child(9) {
    display: block;
  }
}

.main .main_item .main_item_list ul li span,
.main .main_item .main_item_list ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Ruda';
  font-weight: 300;
  color: #787777;
  border-radius: 50%;
  transition: 0.3s ease-out;
  position: relative;
}

.main .main_item .main_item_list ul li span:before,
.main .main_item .main_item_list ul li a:before {
  width: 50%;
  height: 1px;
  background-color: #787777;
  left: 25%;
  bottom: 10px;
}

.main .main_item .main_item_list ul li span:after,
.main .main_item .main_item_list ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5c93b7 0%, #53c1ac 100%);
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s ease-out;
}

.main .main_item .main_item_list ul li span.active,
.main .main_item .main_item_list ul li a.active {
  font-family: 'Ruda';
  font-weight: 700;
  color: #fff;
}

.main .main_item .main_item_list ul li span.active:after,
.main .main_item .main_item_list ul li a.active:after {
  opacity: 1;
}

.main .main_item .main_item_list ul li span.active:before,
.main .main_item .main_item_list ul li a.active:before {
  display: none;
}

.main .main_item .main_item_list .arr_l {
  top: 50%;
  transform: translateY(-50%) scale(1);
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_list .arr_l {
    left: 10px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_list .arr_l {
    left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_item .main_item_list .arr_l:hover {
    transform: translateY(-50%) scale(1.2);
  }
}

.main .main_item .main_item_list .arr_r {
  top: 50%;
  transform: translateY(-50%) scale(1);
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_list .arr_r {
    right: 10px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_list .arr_r {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_item .main_item_list .arr_r:hover {
    transform: translateY(-50%) scale(1.2);
  }
}

.main .main_item .main_item_sviaz {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 90px;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_sviaz {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_item .main_item_sviaz {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_item .main_item_sviaz {
    width: 990px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.main .main_item .main_item_sviaz p {
  color: #bababa;
  font-family: 'calibri';
  font-weight: 200;
  text-align: right;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz p {
    width: 125px;
    font-size: 12px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_sviaz p {
    width: auto;
    font-size: 14px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz p.mob {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_item .main_item_sviaz p.mob {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz p.desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_item .main_item_sviaz p.desc {
    display: block;
  }
}

.main .main_item .main_item_sviaz .main_sviaz_ic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .main_item .main_item_sviaz .main_sviaz_ic a {
  margin: 0 5px;
}

.main .main_item .main_item_sviaz .main_sviaz_1 {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz .main_sviaz_1 {
    justify-content: flex-start;
    width: 300px;
    margin: 0 0 10px 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_sviaz .main_sviaz_1 {
    justify-content: space-between;
    width: auto;
    margin: 0 20px 10px 0;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_item .main_item_sviaz .main_sviaz_1 {
    margin: 0;
  }
}

.main .main_item .main_item_sviaz .main_sviaz_1 .main_sviaz_ic {
  width: 35px;
  height: 25px;
}

.main .main_item .main_item_sviaz .main_sviaz_2 {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz .main_sviaz_2 {
    justify-content: flex-start;
    width: 300px;
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_sviaz .main_sviaz_2 {
    justify-content: space-between;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .main .main_item .main_item_sviaz .main_sviaz_2 {
    margin: 0 20px 10px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .main .main_item .main_item_sviaz .main_sviaz_2 {
    margin: 0;
  }
}

.main .main_item .main_item_sviaz .main_sviaz_2 .main_sviaz_ic {
  width: 105px;
  height: 25px;
}

.main .main_item .main_item_sviaz .main_sviaz_3 {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .main .main_item .main_item_sviaz .main_sviaz_3 {
    width: 300px;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 560px) {
  .main .main_item .main_item_sviaz .main_sviaz_3 {
    justify-content: space-between;
    width: auto;
  }
}

.main .main_item .main_item_sviaz .main_sviaz_3 .main_sviaz_ic {
  width: 175px;
  height: 25px;
}

.contacts {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.contacts .container {
  position: relative;
}

.contacts .container:before {
  content: '';
  display: block;
  width: 1040px;
  height: 840px;
  background: url(../images/bg_contacts.svg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.contacts .container:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  background-color: #5f5f60;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .contacts .container:after {
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .contacts .container:after {
    width: calc(100% - 30px);
  }
}

.contacts__main {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .contacts__main {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__main {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
  }
}

.contacts__main__item {
  width: 200px;
}

@media only screen and (min-width: 320px) {
  .contacts__main__item {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__main__item {
    margin-right: 160px;
    margin-bottom: 0;
  }
}

.contacts__main__item .logo {
  display: block;
  width: 200px;
  height: 52px;
  background: url(../images/logo_white.svg) 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.contacts__main__item p {
  font-size: 17px;
  color: #fff;
  text-align: justify;
  font-family: 'calibri';
  font-weight: 200;
}

.contacts__main__menu {
  display: flex;
}

@media only screen and (min-width: 320px) {
  .contacts__main__menu {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__main__menu {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__main__menu {
    width: 990px;
  }
}

.contacts__main__menu h3 {
  font-size: 16px;
  color: #fff;
  font-family: 'Ruda';
  font-weight: 650;
  display: table;
  position: relative;
  transition: 0s;
  transition-delay: 0;
  transition: transform 0.2s ease-out;
}

@media only screen and (min-width: 320px) {
  .contacts__main__menu h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__main__menu h3 {
    margin-bottom: 20px;
  }
}

.contacts__main__menu h3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}

.contacts__main__menu div:hover h3:before {
  transform: scaleX(1);
  transform-origin: left;
}

.contacts__main__menu a,
.contacts__main__menu span {
  font-size: 15px;
  color: #b9b9b9;
  font-family: 'Ruda';
  font-weight: 300;
}

.contacts__main__menu a:before {
  background: #b9b9b9;
  height: 1px;
  bottom: 2px;
}

@media only screen and (min-width: 320px) {
  .contacts__main__menu .menu_1 {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__main__menu .menu_1 {
    width: 210px;
    margin-bottom: 0;
  }
}

.contacts__main__menu .menu_1 div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .contacts__main__menu .menu_1 div {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__main__menu .menu_1 div {
    justify-content: space-between;
  }
}

.contacts__main__menu .menu_1 ul {
  width: 100px;
}

@media only screen and (min-width: 320px) {
  .contacts__main__menu .menu_2 {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__main__menu .menu_2 {
    width: 210px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 320px) {
  .contacts__main__menu .menu_3 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__main__menu .menu_3 {
    width: 320px;
  }
}

.contacts__main__menu .menu_3 ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contacts__main__menu .menu_3 ul li span {
  margin-right: 5px;
}

.footer {
  position: relative;
  padding: 30px 0 45px 0;
  z-index: 2;
}

.footer .container {
  width: 100%;
  height: 100%;
}

.footer__main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) {
  .footer__main {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .footer__main {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 320px) {
  .footer__main .footer_left {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer__main .footer_left {
    text-align: left;
    width: auto;
  }
}

.footer__main .footer_left p {
  color: #a3afc9;
  font-size: 14px;
  font-family: 'calibri';
  font-weight: 200;
}

@media only screen and (min-width: 320px) {
  .footer__main .footer_left p {
    width: 100%;
    margin: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer__main .footer_left p {
    margin: 0;
  }
}

.footer__main .block_push-k {
  width: 120px;
}

.footer__main .block_push-k a {
  color: #a3afc9;
  font-size: 12px;
  font-family: 'calibri';
  font-weight: 200;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
  text-align: center;
}

.footer__main .block_push-k .logo_push-k {
  width: 110px;
  height: 32px;
  background: url(../images/logo_push-k.svg) 50% 50% no-repeat;
  margin: 0 auto;
}

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


.popup .button-selector {
  margin-bottom: 16px;
}

.no-access {
  min-height: 33vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  margin-top: 100px;
}


.progressbar {
  position: relative;
  display: none;
  border: 1px solid #97a3b7;
  outline: 1px solid #fff;
  background: #fff;
  border-radius: 4px;
  width: 160px;
  height: 8px;
  margin: 8px auto;
  overflow: hidden;
}

.progressbar.active {
  display: block;
}

.progressbar>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #97a3b7;
}

.movable {
  cursor: move !important;
}

.selectors-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block_v_s>a.disabled,
.selectors-list.disabled {
  opacity: .7;
  pointer-events: none;
}

.selectors-list>div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* .selectors-list .plus_geiin {
    margin-left: 0;
} */
.selectors-list .block_v.block_v_zakaz {
  margin-bottom: 0;
}

.plus_geiin_service {
  margin-left: 10px !important;
}

.no-flex {
  display: block !important;
}


.custom-form .form-info {
  padding: 8px 0;
  text-align: center;
  font-family: 'Ruda';
  font-weight: 300;
  font-size: 15px;
  color: #37373c;
}

.form-info:not(.active) {
  display: none;
}

.offer-message {
  padding: 16px 0;
  text-align: right;
  font-family: 'Ruda';
  font-weight: 300;
  font-size: 15px;
  color: #37373c;
}

#offers-filter {
  position: relative;
  min-height: 100vh;
}

.ajax-load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 240px;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all .4s;
}

.ajax-load iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
  background: transparent;
}

.ajax-load.active {
  opacity: .5;
  visibility: visible;
}

.filter_block input {
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 17px;
  color: #949494;
  overflow: auto;
  text-transform: none;
  font-family: 'calibri';
  font-weight: 200;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.filter_block input::placeholder {
  font-family: 'calibri';
  font-weight: 200;
  color: #949494;
}

.filter_block.disabled {
  opacity: .5;
  pointer-events: none;
}

.offer-services-list {
  display: flex;
}

.offer-services-list>div {
  padding-right: 16px;
}


.account-loading {
  position: relative;
  min-height: 50vh;
  margin-top: 120px;
}


input.invalid,
textarea.invalid,
.invalid input,
.invalid textarea {
  border-color: #f00 !important;
  border: 1px solid #f00 !important;
  color: #f00 !important;
}

input.invalid::placeholder,
textarea.invalid::placeholder,
.invalid input::placeholder,
.invalid textarea::placeholder {
  color: #f00 !important;
}

.block_v_cont.invalid,
.invalid .block_v_cont {
  color: #f00 !important;
}


input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

.opacity-slider-dot:not(.active):not(.first):not(.last):not(.prev):not(.next):not(.tripledot) {
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
  transition: all .4s;
}

.opacity-slider-dot.tripledot {
  pointer-events: none;
}


.sitemap-list>li>a {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 8px 0;
  display: block;
}

.sitemap-list ul {
  padding-left: 16px;
}

.unvisible {
  opacity: 0 !important;
  visibility: hidden !important;
}

.offer-opacity-slide {
  cursor: pointer;
}

.popup.slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 16px));
  width: calc(100vw - 64px);
  height: calc(100vh - 64px);
  transition: all .4s;
}

.popup.slider.closed * {
  opacity: 0 !important;
  visibility: hidden !important;
}

.popup.slider form {
  width: 100%;
  height: 100%;
}

.popup.slider .opacity-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup.slider .opacity-slider-track {
  height: 100%;
  background: transparent;
  border: none;
}

.popup.slider .opacity-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.popup.slider .opacity-slide.active {
  opacity: 1;
  visibility: visible;
}

.popup.slider .opacity-slide img {
  max-width: 100%;
  max-height: 100%;
}

.popup.slider .opacity-slider-nav {
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
  z-index: 10;
  margin: 0;
}

.popup.slider .opacity-slider-nav * {
  color: #fff;
}

.popup.slider .exit {
  top: 0;
  right: -28px;
}

.popup.slider .exit,
.popup.slider .opacity-slider-dot.active {
  border-color: #fff;
}

.popup.slider .exit_1,
.popup.slider .exit_2,
.popup.slider .arr_l_block,
.popup.slider .arr_r_block,
.popup.slider .arr_l_block:before,
.popup.slider .arr_r_block:before,
.popup.slider .arr_l_block:after,
.popup.slider .arr_r_block:after {
  background-color: #fff;
}

.image-osc {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100vw - 16px) !important;
  max-height: calc(100vh - 90px) !important;
  opacity: 0 !important;
  visibility: 0 !important;
  z-index: -1 !important;
  transition: none !important;
}

@media (max-width: 600px) {
  .popup.slider .exit {
    top: -28px;
    right: 0;
  }
}


.drugged {
  border: 1px #4f9ebc dashed !important;
}