@font-face {
    font-family: 'etelka-pro';
    src: url(../fonts/etelka/3528D8_0_0.eot);
    src: url(../fonts/etelka/3528D8_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/etelka/3528D8_0_0.woff2) format("woff2"), url(../fonts/etelka/3528D8_0_0.woff) format("woff"), url(../fonts/etelka/3528D8_0_0.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: 'etelka-pro';
    src: url(../fonts/etelka/3528D8_1_0.eot);
    src: url(../fonts/etelka/3528D8_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/etelka/3528D8_1_0.woff2) format("woff2"), url(../fonts/etelka/3528D8_1_0.woff) format("woff"), url(../fonts/etelka/3528D8_1_0.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'etelka-pro';
    src: url(../fonts/etelka/3528D8_1_0.eot);
    src: url(../fonts/etelka/3528D8_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/etelka/3528D8_1_0.woff2) format("woff2"), url(../fonts/etelka/3528D8_1_0.woff) format("woff"), url(../fonts/etelka/3528D8_1_0.ttf) format("truetype");
    font-weight: 500;
}


.clients-info__item{
         border-bottom: 1px solid #000;
}

@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}
.rowgallary{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}
.links__inner{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:30px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* иконки хедера */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?83023389");
  src: url("../fonts/fontello.eot?83023389#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?83023389") format("woff2"), url("../fonts/fontello.woff?83023389") format("woff"), url("../fonts/fontello.ttf?83023389") format("truetype"), url("../fonts/fontello.svg?83023389#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?83023389#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-call-phone:before {
  content: '\e800';
}

/* '' */

.icon-eye:before {
  content: '\e801';
}

/* '' */

.icon-fb:before {
  content: '\e802';
}

/* '' */

.icon-location:before {
  content: '\e803';
}

/* '' */

.icon-logo:before {
  content: '\e804';
}

/* '' */

.icon-ok:before {
  content: '\e805';
}

/* '' */

.icon-vk:before {
  content: '\e807';
}

/* '' */

.icon-watches:before {
  content: '\e808';
}

/* '' */

.icon-search:before {
  content: '\e809';
}



/* '' */

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

body {
  background: #EBF1F1;
  background: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: rgba(52, 64, 107, 0.856);
}

.row {
  margin: 0;
  padding: 0;
}

.link {
  color: inherit;
}

.grid {
  display: grid;
}
.clearfix {
  clear: both;
}

section {
  padding: 1.8em 0;
}

a {
  transition: .25s ease-in-out all;
}

h1 {
  font-size: 2em;
  font-family: 'etelka-pro';
}

.h2 {
  font-size: 1.6em;
  font-family: 'etelka-pro';
}

.h3 {
  font-size: 1.2em;
  font-family: 'etelka-pro';
}

.h4 {
  font-size: 1em;
}

p {
  font-size: 1em;
}

.ya-share2__item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.item__img {
  max-width: 100%;
  text-align: center;
  margin: 1.5em;
}
.share {
  padding: 1em;
}
.ya-share2__container.ya-share2__container_size_m {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.content-inner {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
  word-break: break-word;
}
.content-inner img{
  width: 100%;
  height: 100%;
}

.content-inner table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  margin-bottom: 1.25em;
  width: 100% !important;
  max-width: 100% !important;
  border-spacing: 0;
  border: 1px;
}
.content-inner table, .content-inner th, .content-inner td {
  border: 1px solid grey !important;
}
.content-inner tbody {
  width: 100%;
}
.content-inner tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
  height: auto !important;
}
.content-inner tr th,
.content-inner tr td {
  flex: 1 1;
  padding: .5em !important;
  vertical-align: baseline;
  height: auto !important;
  border: 1px;
}

.content-inner table p {
  margin-bottom: 0 !important;
}

.content-inner table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.content-block .table {
  color: #34406B;
}

.table-wrap {
  word-break: break-word;
}
.nav-link {
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-title {
  text-align: center;
  margin-bottom: 1.5em;
}

main .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 0;
  background: inherit;
  list-style: none;
  border-radius: none;
}
/* @media (max-width:992px) {
  main .breadcrumb {
    display: none;
  }
} */

main .breadcrumb-item {
  font-size: .875em;
  color: rgba(32, 39, 65, 0.5);

}

main .breadcrumb-item a:hover {
  text-decoration: none;
  color: rgba(32, 39, 65, 1);
}




.dropdown-menu {
  transition: .4s ease-in-out all;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* header .header-menu3 .navbar .dropdown:hover .dropdown-menu {
  display: block;
  transition: .4s ease-in-out all;
} */

.header .p {
  margin-bottom: 0;
}
.header .main-info {
  display: flex;
  flex-direction: row;
}
.header .header-logo {
  padding: .5em 1em;
}
.header .dropdown-menu, .stickmenu .dropdown-menu {
  top: 40px;
  padding: 25px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  column-count: 2;
  column-gap: 1em;
  column-width: auto;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;

}
.dropdown-menu:before {
  position: absolute;
  top: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: '';
}
.header .nav-link, .stickmenu .nav-link {
  color: rgba(55, 54, 135, 0.8);
  transition: .25s all;
  padding: .5em 1em;
}
.header .nav-link:hover, .stickmenu .nav-link:hover {
  color: #D91965;
  box-shadow: inset 0px -2px 0 0 #D91965;
}
.header .dropdown-menu .nav-link, .stickmenu .dropdown-menu .nav-link {
  min-width: 170px;
  padding: 0 .5em;
}
.header .contacts-item {
  margin-left: auto;
  text-align: right;
  margin-right: 1.5em;
}
.header .contacts-tel, footer .contacts-tel {
  font: 400 0.8444rem/0.844rem "etelka-pro", "Arial", sans-serif;
  display: inline;
}
.header .contacts-title, footer .contacts-title {
  font: 400 0.6rem/0.844rem "etelka-pro", "Arial", sans-serif;
  display: inline;
  color: #999;
}
.header .finevision-btn {
  position: relative;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  border: 1px solid #d71965;
  margin-right: 18px;
  line-height: 30px;
}
.header .header-block {
  padding-top: 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
}
.header .navigation {
  margin-top: 1em;
}
.header .navbar {
  padding: 0;
}
.header .dropdown-menu {
  margin: 0;
}
.button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.prc{
  background: #DF2E7E;
  display: flex;
  justify-content: center;
}
.prc a{
  color: #fff;
  font-size: 2rem;
}
.prc a:hover{
  color: #333;
}
.stickmenu {
  position: fixed;
  width: 100%;
  z-index: 9000;
  background: none;
  top: -200px;
  transition: .2s; 
}
.stickmenu .navbar {
  padding-top: 10px;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.07);
}
.stickmenu.show {
  top: 0;
}
.stickmenu .nav-link {
  padding: 1em 0;
}
.stickmenu .dropdown-menu .nav-link {
  padding: .2em 0;
}
footer {
  background: rgb(0 145 209);
}

.footer-block {
  grid-template-columns: 182px 1fr 160px 200px;
  grid-column-gap: 1.25em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}

.footer-block .logo-img {
  grid-row: 1/3;
}

.footer-block .copyright-block {
  color: rgba(255, 255, 255, 0.5);
  font-size: .75em;
  line-height: 1.25em;
  padding-right: 2.5em;
}

.footer-block .copyright-block .detail {
  color: #fff;
}

.footer-block .footer-time,
.footer-block .footer-contacts,
.footer-block .footer-info {
  font-size: .875em;
  line-height: 1.2em;
  color: #fff;
}
footer .contacts-item {
  text-align: right;
}
.footer-block .footer-info {
  font-size: .75em;
  font-weight: 500;
  line-height: 1.375em;
}

.footer-block .footer-info .info__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-block .footer-info .info__list .info__item {
  padding: 0 1.25em;
  border-right: 2px solid white;
}

.footer-block .footer-info .info__list .info__item:first-child {
  padding-left: 0;
}
.footer-block .footer-info .info__list .info__item .info__link:hover {
  color: #D91965;
}
.footer-block .social-block {
  display: flex;
  flex-direction: row;
  color: white;
  font-size: 1em;
  margin-top: 0;
}

.footer-block .social-block .social-icon {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5em;
  margin-left: 13px;
}
.footer-block .social-block .social-icon:first-child {
  margin-left: 0;
}
.footer-block .social-block .social-icon.fb {
  background: #4267B2;
}

.footer-block .social-block .social-icon.ok {
  background: #EE8208;
}

.footer-block .social-block .social-icon.vk {
  background: #5181B8;
}

.footer-block .bw-copy {
  font-size: .75em;
  line-height: 1.125em;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
}

.footer-block .bw-copy .bw-link {
  color: white;
}

.footer-block p {
  margin-bottom: 5px;
}

.footer-block .transparent {
  color: rgba(255, 255, 255, 0.5);
}


.content {
  grid-template-areas:
    "textblock rightside"
    "newsblock rightside";
  grid-template-columns: 1fr 255px;
  justify-content: center;
  grid-column-gap: 3em;
}
.article {
  grid-area: textblock;
  margin-bottom: 45px;
}
.article__title {
  margin-bottom: 1em;
}
.article__link:hover {
  color: #D91965;
}
.article__btn a {
  margin: auto;
  display: block;
  width: 255px;
  height: 40px; 
  line-height: 40px;
  text-align: center;
  background: rgba(55, 54, 135, 0.8);
  color: #fff;
  border-radius: 10px;
  transition: .3s ease-in-out all;
}
.article__btn a:hover {
  background: #D91965;
}
.article__block {
  grid-template-columns: 255px 1fr;
  grid-gap: 30px;
}
.article__date {
  text-align: right;
}

.article__item {
  margin: 20px 10px;
  display: flex;
  flex-direction: row;
  padding: 1em;
  border: 2px solid rgba(55, 54, 135, 0.8);
}
.article__item .item__img {
  margin: 0 1em;
}
.article__item .item__img img {
  width: 150px;
  height: 100px;
}
.article__item .item__header {
  display: flex;
  justify-content: space-between;
}
.article__item .item__btn {
  text-align: right;
}
.article__item .item__btn a:hover {
  color: rgba(55, 54, 135, 0.8); 
}

.article__item .item__btn a:hover {
  color: #D91965
}
@media(max-width: 768px) {
  .article__item {
    flex-direction: column;
  }
  .article__item .item__img {
    margin: 1em 1em;
  }
  .rowgallary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.header__title{
       text-align: right;
    padding: 0 20px;
        margin-bottom: 10px;
}
.header .main-info{
      flex-direction: column;
}
}

.textblock h2 {
  font-weight: normal;
  margin-bottom: 1em;
}
.textblock .sign {
  margin-top: -50px;
}

.leftblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.leftblock .head-doc__title {
  line-height: 2em;
}

.leftblock .head-doc__title .position {
  font-weight: .6em;
  font-style: italic;
  margin-bottom: 0;
}

.leftblock .head-doc__title .head-doc__phone {
  font-weight: bold;
}

.leftblock .head-doc__title h4 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
}

.leftblock .head-doc__title .head-doc__phone {
  font-size: .8em;
}

.leftblock .head-doc__img {
  margin-bottom: .8em;
  width: 255px;
  height: 255px;
  border-radius: 50%;
  overflow: hidden;
}

.leftblock .head-doc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.rightside {
  grid-area: rightside;
  grid-row: 1/9;
}

.rightside .fontsize__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  height: 160px;
  border: 1px solid #fff;
  padding: 25px 30px 30px 30px;
}

.fontsize__block .fontsize__title {
  font-size: 20px;
}

.fontsize__block .fontsize__form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fontsize__block .fontsize {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 12px;
  width: 90px;
  height: 47px;
  background: #FFFFFF;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.fontsize__block .fontsize p {
  margin-bottom: 0;
}

.size-btn {
  background: #fff;
  font-size: 16px;
  width: 40px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  line-height: 42px;
  text-align: center;
  border: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  transition: .25s all ease-in-out;
}

.size-btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}

.default-btn {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  transition: .25s all ease-in-out;
}

.default-btn:hover {
  transform: translateY(2px);
  box-shadow: none;
}

#default {
  margin-top: 10px;
  display: block;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.rightside .clients-info {
  margin-bottom: 20px;
  width: 100%;
  background: #EBF1F1;
  padding: 20px;
  border-radius: 10px;
}

.rightside .clients-info .clients-info__title {
  line-height: 1.4em;
  margin-bottom: .5em;
}

.rightside .clients-info .clients-info__link {
  display: inline-block;
  padding: 5px;
  position: relative;
}
.rightside .clients-info .clients-info__link:hover {
  color: #D91965;
}

.rightside .clients-info .clients-info__link:hover,
.rightside .clients-info .clients-info__link:focus,
.rightside .clients-info .clients-info__link:active {
  text-decoration: none;
}


.btns__block {
  margin-bottom: 1em;
  width: 100%;
}

.btns__block .btns__item {
  height: 100px;
  margin-bottom: 11px;
  background: rgba(55, 54, 135, 0.8);
  background-size: cover;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.4);
  transition: .2s ease-in-out all;
}

.btns__block .btns__item:last-child {
  margin-bottom: 20px;
}

.btns__block .btns__item:hover,
.btns__block .btns__item:focus {
  box-shadow: none;
  transform: translateY(3px);
  text-decoration: none;
}

.btns__block .btns__item:hover .btns__link,
.btns__block .btns__item:focus .btns__link,
.btns__block .btns__item:active .btn__link,
.btns__block .btns__item.active .btns__link {
  text-decoration: none;
}

.btns__block .btns__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 100px;
  padding: 48px 22px;
}
/* Блок "Лицензии */
.licenses__block {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
/*   padding: 25px;
background: #EBF1F1;
border-radius: 8px; */
}

/* .licenses__block .licenses__img {
  width: 50%;
}

.licenses__block .licenses__img img {
  position: absolute;
}

.licenses__block .licenses__img img:nth-child(1) {
  top: 22px;
  left: -24px;
}

.licenses__block .licenses__img img:nth-child(2) {
  top: 18px;
  left: -19px;
}

.licenses__block .licenses__img img:nth-child(3) {
  top: 14px;
  left: -15px;
} */

.licenses__block .licenses__desc {
  width: 100%;
      display: flex;
    flex-direction: column;
}

.licenses__block .licenses__desc .licenses__title {
  margin-bottom: 8px;
}

.licenses__block .licenses__desc .licenses__text {
  font-size: .6em;
  line-height: 1.2em;
  color: rgba(52, 64, 107, 0.5);
}

.licenses__block .licenses__desc .licenses__link {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.4em;
    color: #000000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
        text-align: center;
}

.licenses__block .licenses__desc .licenses__link .more-icon {
  margin-left: 9px;
  line-height: 1.4em;
}

/* уведомления */
.attention__block {
  margin-bottom: 20px;
  padding: 25px;
  background: #EBF1F1;
  border-radius: 8px;
}

.attention__block .attention__title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 63px;
  min-height: 45px;
  margin-bottom: .5em;
}

.attention__block .attention__title .attention__name {
  margin: auto 0;
}

.attention__block .attention__title .attention__name:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: url(../img/svg/attention.png);
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: #D91965;
  border-radius: 50%;
}

.attention__block .attention__text {
  margin-bottom: 0;
}
/* независимая оценка */
.rating__block {
  padding: 24px 30px 27px 30px;
  background: #EBF1F1;
  border-radius: 10px;
  margin-bottom: 20px;
}

.rating__block .rating__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-left: 63px;
  margin-bottom: .5em;
  min-height: 45px;
  margin-bottom: .5em;
}
.licenses__top{
      display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.rating__block .rating__title .rating__name:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: url(../img/russia5.png);
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
}

.rating__block .rating__text {
  font-size: .8em;
  line-height: 1.4em;
  color: rgba(32, 39, 65, 0.5);
}

.rating__block .rating__link {
  color: #D91965;
  font-weight: bold;
}

.rating__block .rating__link .more-icon {
  margin-left: 9px;
  line-height: 1.4em;
}

.emptygridblock {
  grid-area: emptyblock;
}

/* банер */
.banner {
  position: relative;
}
.banner-block {
  margin-top: 35px;
  margin-bottom: 35px;
}

.banner-block .banner {
  width: 100%;
  height: 600px;
}
.banner-block .container {
  height: 100%;
}
.banner__text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.banner__desc {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 1em;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 100px 0 0 100px;
  background: #fff;
  margin-bottom: 30px;
}
.banner__logo {
  margin: 1em;
}
.banner__title {
  line-height: 1em;
  margin-bottom: .6em;
}

.banner__p {
  display: inline-block;
  position: relative;
}

.banner__link {
  padding-right: 30px;
  transition: .24s ease-in-out all;
}
.banner__link:hover {
  color: inherit;
  
}
.banner__link:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  content: url('../img/svg/download1.svg');
  top: 3px;
  right: 0;
}

/* новости */
.newsblock {
  grid-area: newsblock;
}

.newsblock .newsblock__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2em;
}

.newsblock .newsblock__head .newsblock__title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}

.newsblock .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.newsblock .list .list__item {
  margin-left: 30px;
  font-size: .8em;
  font-weight: 1.2em;
}

.newsblock .list .list__item.active .list__link {
  color: #34406B;
}

.newsblock .list .list__item .list__link {
  color: rgba(32, 39, 65, 0.5);
}

.newsblock .newsblock__content {
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  grid-gap: 30px;
  margin-bottom: 5em;
}

.newsblock .newsblock__link {
  text-decoration: none;
}

.newsblock .newsblock__link:hover {
  color: #D91965;
}

.newsblock .newsblock__content .item__desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.newsblock .newsblock__item .item__img {
  text-align: center;
  margin: 0;
  height: 165px;
}
.newsblock .item__img .object-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newsblock .newsblock__content .item__desc .item__category,
.newspage .newspage__desc .newspage__category {
  margin-bottom: 8px;
  display: block;
  padding: 3px 9px;
  border-radius: 50px;
  color: #fff;
}
.newspage__content {
  word-break: break-word;
}
.newspage__content img {
  max-width: 100%;
}
.newsblock .pagination .page-link {
  color: rgba(55, 54, 135, 0.8);
}
.newsblock .page-item.active .page-link {
  background-color: rgba(55, 54, 135, 0.8);
  border-color: rgba(55, 54, 135, 0.8);
  color: #fff;
}
.news-type {
  background: rgba(55, 54, 135, 0.8);
}

.attention-type {
  background: #D91965;
}

.newsblock .newsblock__content .item__desc .item__published {
  font-size: .8em;
}
.newsblock-gallery {
  margin: 2em 0;
}
.newsblock-pages,
.feedback-pages,
.project-pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.page__list {
  display: flex;
  flex-direction: row;
}

.page__list .page__link {
  display: block;
  font-size: 1em;
  text-align: center;
  line-height: 1.5em;
  color: rgba(32, 39, 65, 0.5);
  border: 1px solid rgba(55, 54, 135, 0.8);
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px;
  margin: 0 11px;
}

.page__list .page__item.active .page__link {
  border: 1px solid rgba(55, 54, 135, 0.8);
  background: rgba(55, 54, 135, 0.8);
  color: #fff;
}

.newspage {
  background: #fff;
  padding: 1em;
}

.newspage .newspage__desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.published-date {
  margin-left: 9px;
}

.newspage__content p:first-letter {
  margin-left: 1em;
}

/*  левое меню */

.leftnav__block {
  margin-bottom: 2em;
  padding: 30px;
  background: #EBF1F1;
  border-radius: 10px; 
  font-size: 1em;
}

.leftnav__block .leftnav__item {
  margin-bottom: .5em;
}

.leftnav__block .leftnav__item .leftnav__link {
  transition: .25s ease-in-out all;
}

.leftnav__block .leftnav__item .leftnav__link:hover,
.leftnav__block .leftnav__item .leftnav__link:focus,
.leftnav__block .leftnav__item.active .leftnav__link {
  text-decoration: none;
  color: #D91965;
}

/* услуги */

.service-block .service__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
  width: 100%;
  height: 243px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.service-block .service__desc {
  margin-top: auto;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  box-shadow: inset 0 -3px 2px 0 rgba(0, 0, 0, 0.2);
  ;
  background: #D91965;
  padding: 22px 30px 26px 30px;
  text-align: center;
}

.service-block .service__desc p {
  margin: 0;

}
.service-block:hover a {
  text-decoration: none;
}
/* ветераны */

.veterans-modal__content {
  display: flex;
  flex-direction: column;
  
}
.veterans-modal__content .workers__img {
  padding: 1em;
  display: flex;
  justify-content: center;
}
/* раздел "фотогалерея" */

.gallery-block .block-title {
  margin-bottom: 2em;
}
.gallery-block .gallery__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  text-align: center;
}
.gallery__item-block {
  width: 255px;
}
.gallery__item-block .gallery__link:hover, .gallery-block .link:hover {
  text-decoration: none;
  color: #D91965;
}

.gallery__name {
  margin-bottom: 0;
}
.gallery__desc {
  padding: .5em 1em;
  word-break: break-word;
}

/*  раздел "наши специалисты */

.workers__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.workers__desc {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: .8em;
  word-break: break-word;
  width: 100%;
}

.workers__desc p {
  margin-bottom: .6em;
}

.workers__desc .h4 {
  font-weight: bold;
}

.workers__btns {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.workers__btns .workers__btn {
  border: none;
  background: #D91965;
  border-radius: 8px;
  color: #fff;
  padding: 10px 20px;
  width: 242px;
}

.workers__desc .workers__btn:last-child {
  margin-top: 10px;
}

.workers__desc .workers__name {
  font-size: 1em;
  font-weight: bold;
}
.workers-branch__title {
  margin: 1.5em 0;
  padding: 0 1em;
}

/* структура стационара */
.branches {
  padding: 0;
}
.branches__description {
  text-align: center;
}
.branchespage__title {
  text-align: center;
}
.branchespage__img {
  margin-right: 1em;
}
.branchespage-modal__content {
  display: flex;
  flex-direction: row;
}
.branchespage-modal__content {
  flex: 1 1 192px;
}

/* раздел "Отзывы" */

.feedback__item {
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.feedback-item__img {
  margin-right: 1em;
}


/* раздел "Расписание врачей */
.schedule__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 1em;
  background: rgba(73, 172, 167, 0.1);
  border: 1px solid rgba(73, 172, 167, 0.4);
}
.schedule-branch__title {
  margin-bottom: 1em;
}
.schedule__desc .workers__desc {
  font-size: .9em;
  padding: 0;
}
.schedule__desc .workers__desc .workers__name {
  color: #D91965;
  font-size: 1.1em;
  cursor: pointer;
}
.schedule__desc .workers__desc .workers__name:hover {
  color: #D91965;
}
.schedule-block {
  background: #fff;
  padding: 1em;
  max-width: 100%;
}

.schedule-table {
  font-size: .8em;
}
.schedule-table .tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(73, 172, 167, 0.4);
}
.schedule-table .td {
  padding: .5em 1em;
}
.schedule-title {
  margin-bottom: 1em;
}

.schedule-row.trh {
  background: #D91965;
  color: #fff;
}

.schedule-row .th:nth-child(2),
.schedule-row .tg:nth-child(2) {
  min-width: 130px;
}
 
@media screen and (max-width: 992px) {
  table {
    border: 0;
  }
  
  table thead {
    display: none;
  }
  table .last {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  table tr {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
  }

  table td {
    display: block;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
} 

/* раздел "О поликлинике" */
.aboutclinic__block {
  margin-bottom: 2em;
}
.aboutclinic__block a:hover {
  color: #D91965
}
.aboutclinic__block table tr:last-child{
   border-bottom: 1px solid #dee2e6;
}
.aboutclinic__block table td:first-child {
  max-width: 300px;
  font-weight: bold;
}
.aboutclinic__title {
  margin-bottom: 1em;
}

/* раздел "Вопрос-ответ" */

.faq-block .faq-btn {
  margin: 1em 0;
  padding: 16px 24px;
  border: none;
  background: #D91965;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.4);
  transition: .2s ease-in-out all;
}

.faq-block .faq-btn:hover,
.faq-block .faq-btn:focus {
  box-shadow: none;
  transform: translateY(3px);
}

.faq-block .ec-message {
  margin: 1em 0;
  width: 80%;
}

.faq-block .ec-message__reply {
  margin: 1em 0;
  margin-left: auto;
  padding: 0;
  padding: 19px;
  width: 80%;
  background: rgba(144, 238, 144, 0.397);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.faq-block .message-title {
  margin: 1em;
}

.faq-block .modal-content {
  padding: 1em 1.5em;
}

/* раздел "филиалы" */

.clinicbranches-block .block-title {
  margin-bottom: 1em;
}
.office__list {
  display: flex;
  flex-direction: row;
}
.office__item {
  padding: .5em 1em;  
}
.office__item.active {
  background: #D91965;
  color: #fff;
}
.office__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin-bottom: 1em; 
} 
.office__list li:not(.active) {
  cursor: pointer;
}
.office__content {
  display: none;
}
.office__content.active {
  display: block;
}
.office-block {
  margin-bottom: 1.5em;
}
.office-block .office-info__list a:hover {
  color: #D91965;
}
@media screen and (max-width: 650px) {
  .office__list li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

/* раздел "полезные ссылки" */

.usefull-link__block {
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
.usefull-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.usefull-link:hover {
  color: #D91965;
}
.usefull-link__img img {
  height: 100px;
  margin-right: 8px;
}
.usefull-link__desc {
  font-size: 12px;
  font-weight: bold;
}

/* Модальное окно */
.tabs__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0 -1px;
}

.tabs__caption li {
  padding: .5em 1em;
}

.tabs__caption li.active {
  color: #fff;
  background: #D91965;
}

.tabs__caption li:not(.active) {
  cursor: pointer;
}

.tabs__content {
  display: none;
}

.tabs__content .btn, .modal-body .btn {
  color: #fff;
  margin-bottom: 1em;
  padding: .5em 1em;
  background: #D91965;
}

.tabs__content.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .prc a{
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  .links__inner{
    display: grid;
      grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 650px) {
  .tabs__caption li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .modal .modal-body {
    height: 440px;
  }
}

/*  Блок "Видеотур" */

.video-tour {
  padding: 15px;
}
.thumb-wrap {
  margin: 2em 0;
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-tour .video-tour__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Блок "Нормативные документы */
.files-block {
  margin: 2em 0;
}
.docs__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}
.docs__item .h4 {
  margin-bottom: 0;
}
.docs__item .docs__link {
  position: relative;
  padding-left: 22px;
  margin-right: 1em;
}
.docs__item .docs__link span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.docs__item .docs__link[download] span::before {
  content: url('../img/svg/download.svg')
}
.docs__item .docs__link[target] span::before {
  content: url('../img/svg/look.svg')
}
.docs__item p[title]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.docs__item p[title$=".doc"]::before, 
.docs__item p[title$=".txt"]::before, 
.docs__item p[title$=".rtf"]::before, 
.docs__item p[title$=".docx"]::before {
  content: url('../img/svg/doc.svg');
}
.docs__item p[title$=".doc"] .docs__link[target], 
.docs__item p[title$=".txt"] .docs__link[target],
.docs__item p[title$=".rtf"] .docs__link[target], 
.docs__item p[title$=".docx"] .docs__link[target] {
  display: none;
} 
.docs__item p[title$=".pdf"]::before {
  content:url('../img/svg/pdf.svg');
}
.docs__item p[title$=".xlsx"]::before, 
.docs__item p[title$=".xlsm"]::before, 
.docs__item p[title$=".ods"]::before, 
.docs__item p[title$=".xls"]::before {
  content: url('../img/svg/excel.svg');
}
.docs__item p[title$=".zip"]::before, 
.docs__item p[title$=".rar"]::before, 
.docs__item p[title$=".zipx.sit"]::before, 
.docs__item p[title$=".sitx"]::before, 
.docs__item p[title$=".tar"]::before {
  content: url('../img/svg/doc.svg');
}
.docs__item p[title$=".jpg"]::before, 
.docs__item p[title$=".jpeg"]::before, 
.docs__item p[title$=".png"]::before, 
.docs__item p[title$=".svg"]::before, 
.docs__item p[title$=".tif"]::before, 
.docs__item p[title$=".gif"]::before {
  content:url('../img/svg/picture.svg');
}

/* телефонный справочник */
.phonebook__item {
  grid-template-columns: 2fr 1fr;
  grid-gap: 0;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(73, 172, 167, 0.3);
} 
.phonebook__item p {
  margin-bottom: 0;
}
.phonebook__item .item__name {
  margin-bottom: .5em;
}
.phonebook__item .item__position {
  font-size: .9em
}
.phonebook__item .item__contacts {
  text-align: right;
}
/* карта сайта */
.branch__list {
  padding-left: 1.5em;
} 
.sitemap__block p {
  margin-bottom: .5em;
}
.sitemap__block a:hover {
  color: #D91965;
}
/* проекты развития */
.project__block {
  margin-bottom: 2em;
}
.project__title {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.project__item {
  padding: 1.5em .5em;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  background: #EBF1F1;
  margin-bottom: 1em;
  word-break: break-word;
}

.projectpage__content {
  word-break: break-word;
}
.project__item .item__img {
  margin: 0;
  max-width: 100%;
  height: 180px;
}
.project__item .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project__item .item__text {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project__item .item__date {
  font-size: .8em;
}
.project__item .item__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.project__item .item__btn a {
  margin: 0;
  display: block;
  width: 255px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #D91965;
  border-radius: 10px;
  transition: .3s ease-in-out all;
}
.project__item .item__btn a:hover {
  color: rgba(52, 64, 107, 0.856);
}
.item__link:hover {
  color: #D91965;
}
.project-pages .page-item.active .page-link {
    background-color: rgba(55, 54, 135, 0.8);
    border-color: rgba(55, 54, 135, 0.8);
    color: #fff;
}
.project-pages .page-link {
    color: rgba(55, 54, 135, 0.8);
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 510px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 690px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 930px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1110px;
  }

}

@media (max-width: 1110px) {
  body {
    font-size: 14px;
  }
  .footer-block {
    grid-template-columns: 182px minmax(400px, auto) 140px 160px;
  }

  .content {
    padding: 0 1em;
    grid-template-areas: "textblock rightside"
      "textblock rightside"
      "newsblock rightside";
    grid-template-columns: minmax(540px, auto) 255px;
  }
  .article__block {
    grid-template-columns: 1fr;
  }
  .content .newsblock .newsblock__content {
    margin-bottom: 5em;
  }
}

@media (max-width: 992px) {

  .footer-block {
    grid-template-columns: 182px minmax(300px, auto) 200px;
    grid-gap: 1em;
  }

  .footer-block .copyright-block {
    margin-bottom: 1em;
  }
  .footer-block .footer-time {
    order: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-block .footer-contacts {
    order: 3;
  }
  .footer-block .footer-info {
    order: 4;
  }
  .footer-block .footer-info .info__list {
    flex-direction: column;
  }

  .footer-block .footer-info .info__list .info__item {
    padding: 0;
    border-right: none;
  }

  .footer-block .footer-info .info__list .info__item .info__link {
    display: block;
    padding: .5em;
  }

  .footer-block .social-block {
    order: 6;
    margin-top: 1em;
  }

  .footer-block .bw-copy {
    order: 7;
    grid-column: 2 span;
  }
  .banner-block .banner {
    width: 100%;
    height: 400px;
  }
  .content {
    grid-template-areas: "textblock rightside"
      "textblock rightside"
      "newsblock rightside";
    grid-template-columns: minmax(450px, auto) 255px;
    grid-column-gap: 1em;
  }

  .content .newsblock .newsblock__content {
    grid-gap: 1em;
    margin-bottom: 1em;
    font-size: .9em;
  }
}

@media (max-width: 768px) {
  .banner-block .banner__desc {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: inset 0 -2px 4px 1px rgba(0, 0, 0, 0.07);
  }
  .footer-block {
    grid-template-columns: 182px minmax(300px, auto);
    padding: 1em;
  }
  .footer-block .logo-img {
    grid-row: 1/2;
  }
  .footer-block .footer-info {
    order: 3;
  }
  .footer-block .footer-contacts {
    order: 4;
  }
  .footer-block .footer-time {
    order: 6;
  }
  .footer-block .copyright-block {
    margin-bottom: 1em;
  }

  .footer-block .social-block {
    margin-top: 1em;
    order: 5;
  }

 

  .content {
    grid-template-areas: "textblock"
      "rightside"
      "newsblock";
    grid-template-columns: minmax(290px, auto);
  }
  .rightside {
    grid-area: rightside;
  }
  .content-block {
    order: -1;
  }
  .content .newsblock .newsblock__head {
    margin-bottom: 2em;
  }

  .content .newsblock .newsblock__head .newsblock__title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
  }

  .content .newsblock .newsblock__head .newsblock__category-list .list .list__item {
    font-size: .8em;
    font-weight: 1.2em;
  }

  .content .newsblock .newsblock-pages {
    margin: 1em 0;
  }
  .project__item .item__img {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 576px) {
  .header .dropdown-menu, .stickmenu .dropdown-menu {
    width: 100%;
    column-count: 1;
   -moz-column-count: 1;
   -webkit-column-count: 1;
  }
  .header .dropdown-menu, .stickmenu .dropdown-menu {
    border-radius: 0;
  }
  .banner-block .banner {
    width: 100%;
    height: 230px;
  }
  .banner-block .banner__desc {
    padding: 0;
    font-size: .8em;
  }
  .content-block {
    padding: 0;
  }
  .newsblock {
    padding: 15px;
  }
  .footer-block {
    grid-template-columns: minmax(182px, auto);
    padding: 1em;
  }

  .footer-block .logo-img {
    text-align: center;
    margin: 1em 0;
    grid-column: 2 span;
  }
  .footer-block .footer-time,
  .footer-block .footer-contacts {
    grid-column: 2 span;
  }
  .footer-block .footer-time {
    order: 5;
  }
  .footer-block .copyright-block {
    margin-bottom: 1em;
  }

  .footer-block .footer-contacts,
  .footer-block .social-block {
    margin: 1em 0;
    justify-content: center;
  }

  .footer-block .bw-copy {
    text-align: center;
  }

  .content {
    grid-template-areas: "textblock"
      "rightside"
      "newsblock";
    grid-template-columns: minmax(255px, auto);
  }

  .emptygridblock {
    display: none;
  }
  .project__item {
    border-radius: 0;
  }
}

@media (max-width: 386px) {
  .content .newsblock .newsblock__content {
    grid-template-columns: minmax(255px, auto);
  }
}

@media screen and (max-width: 425px) {
  .prc a{
    font-size: 1rem;
  }
}
/*# sourceMappingURL=maps/main.css.map */