@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
body {
  font-family: 'Overpass', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.005em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1B1B1B;
  
}

.modal-opened {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Overpass', serif;
  color: #1C221C;
  font-weight: 400;
  font-style: normal;
  margin: 0.5rem 0;
}

h1 {
  font-size: 6.1875rem;
  line-height: 8rem;
  letter-spacing: -0.015em;
}

h2 {
  font-size: 3.875rem;
  line-height: 5rem;
  letter-spacing: -0.005em;
}

h3 {
  font-size: 3.0625rem;
  line-height: 4rem;
}

h4 {
  font-size: 2.0625rem;
  line-height: 2.5rem;
  letter-spacing: 0.0025em;
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
h6 {
  font-size: 1.3125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0015em;
  font-weight: 600;
}

span {
  font-size: 0.688rem;
  line-height: 0.875rem;
  letter-spacing: 0.004em;
  color: #495A49;
}

p {
  color: #495A49;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.primary-button, .secondary-button, .thirdy-button {
  outline: none;
  border: none;
  color: #A52731;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.0125em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 0.875rem/0.875rem 'Proza Libre', sans-serif;
}

.primary-button.icon, .secondary-button.icon, .thirdy-button.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-button.icon > svg, .secondary-button.icon > svg, .thirdy-button.icon > svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
}

.primary-button {
  background: #A52731;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: #FFFFFF;
}

.primary-button:hover, .primary-button:focus {
  background: #D74755;
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.primary-button:active {
  background: #D74755;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.primary-button.icon > svg > path {
  fill: #FFFFFF;
}

.primary-button.icon > svg > path:hover > svg > path, .primary-button.icon > svg > path:focus > svg > path {
  fill: #F4CDD0;
}

.secondary-button, .thirdy-button {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: #A52731;
}

.secondary-button:hover, .secondary-button:focus, .thirdy-button:hover, .thirdy-button:focus {
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
  color: #D74755;
}

.secondary-button:active, .thirdy-button:active {
  background: #FBEEEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.secondary-button.icon > svg > path, .thirdy-button.icon > svg > path {
  fill: #A52731;
}

.secondary-button.icon > svg > path:hover > svg > path, .secondary-button.icon > svg > path:focus > svg > path, .thirdy-button.icon > svg > path:hover > svg > path, .thirdy-button.icon > svg > path:focus > svg > path {
  fill: #D74755;
}

.secondary-button {
  border: 1px solid #D74755;
}

.container {
  width: 100%;
  background-color: #fff;
}

.container-banners {
  background: #F4F6F4;
  padding: 0;
}

.container > .container-wrapper, .runing-stroke > .container-wrapper {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 1rem;
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.container > .container-wrapper > .breadcrumbs {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  padding: 0;
}
.breadcrumbs-list-item a{
  font-family: 'Overpass', sans-serif;
font-style: normal;
font-weight: normal;
}


@media (max-width: 992px) {
  .container > .container-wrapper > .breadcrumbs {
    margin-top: 1.5rem;
  }
}

@media (max-width: 650px) {
  .container > .container-wrapper > .breadcrumbs {
    margin-top: 1.5rem;
  }
}

.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list > .breadcrumbs-list-item {
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list > .breadcrumbs-list-item:not(:last-child):after {
  display: block;
  content: ">";
  margin-left: 1rem;
}

.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list > .breadcrumbs-list-item.active {
  color: #525252;
}

.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list > .breadcrumbs-list-item:hover {
  color: #525252;
}

.block-header {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.block-header:before {
  content: url("..//img/icons/zagolovok.svg");
  display: block;
  height: 50px;
  width: 24px;
  float: left;
  margin-right: 1rem;
  margin-top: 0rem;
}

.search-hidden {
  display: none;
}

.form-input {
  outline: none;
  border: none;
  padding: 1rem;
  margin: 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
}

.form-input::-webkit-input-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
  color: #B2BEB1;
}

.form-input:-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
  color: #B2BEB1;
}

.form-input::-ms-input-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
  color: #B2BEB1;
}

.form-input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
  color: #B2BEB1;
}

input.input-search {
  color: #B2BEB1;
}

.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group > label {
  margin-right: 1rem;
  max-width: 7rem;
  width: 100%;
  color: #525252;
}

.form-group > .form-input {
  width: 22.875rem;
}

.form-group > .file-input-group {
  padding: 1rem;
  width: 22.875rem;
}

.form-group > .file-input-group > .thirdy-button {
  margin-bottom: 0.5rem;
}

.form-group > .file-input-group > p {
  font-size: 0.75rem;
  color: #7A7A7A;
}

.form-group > select.form-input {
  min-width: 24.875rem;
  color: #495A49;
}

.form-group > textarea.form-input {
  max-width: 22.875rem;
  max-height: 7rem;
  min-height: 3rem;
}

.form-group:not(:last-child) {
  margin-bottom: 1rem;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  overflow-y: auto;
  display: none;
}

.modal.active {
  display: block;
}

.modal > .modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.modal > .modal-wrapper > .modal-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #FFFFFF;
  -webkit-box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 1rem;
  margin: 2rem;
}

.modal > .modal-wrapper > .modal-content > .modal-header {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal > .modal-wrapper > .modal-content > .modal-header > #close-modal > svg {
  width: 1.5rem;
  height: 1.5rem;
}

.modal > .modal-wrapper > .modal-content > .modal-header > #close-modal > svg > path {
  fill: #A52731;
}

.modal > .modal-wrapper > .modal-content > .modal-header > #close-modal:hover > svg > path {
  fill: #A52731;
}

.modal > .modal-wrapper > .modal-content > .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.modal > .modal-wrapper > .modal-content > .modal-body * > .form-group.underline {
  padding-bottom: 1rem;
  border-bottom: 1px solid #F7F7F7;
}

.modal > .modal-wrapper > .modal-content > .modal-body * > .form-group > .form-input {
  background-color: #F7F7F7;
}

.modal > .modal-wrapper > .modal-content > .modal-footer > .primary-button {
  width: 100%;
}

.fab {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background: #BB7224;
  -webkit-box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 80;
}

#back-to-top {
  display: none;
}

.fab > .fab-icon {
  width: 1.4rem;
  height: 1.9rem;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.7rem auto;
}

* {
  font-size: 62.5%;
  font: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.header {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 100;
  color: #1C221C;
}

.header .navbar {
  width: 100%;
  background: #A52731;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header .nav {
  margin: 0 auto;
  background: #A52731;
  color: #FFFFFF;
  max-width: 1200px;
  padding: 0 2rem 0 1rem;
}

.header .nav .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 48px;
}

.header .nav .nav-menu {
  background: #A52731;
}

.header .nav .nav-menu > .nav-menu-header {
  display: none;
}

.header .nav .nav-menu > .nav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.header .nav .nav-menu > .nav-menu-item:not(:last-child) {
  margin-right: 2.25rem;
}

.header .nav .nav-menu > .nav-menu-item > .nav-menu-item-link {
  /*color: #00627A;*/
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0015em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 1.5rem;
}

.header .nav .nav-menu > .nav-menu-item > .nav-menu-item-link.icon-to-text > .text {
  display: none;
}

.header .nav .nav-menu > .nav-menu-item > .nav-menu-item-link > .nav-menu-item-link-icon {
  height: 100%;
  width: 1.5rem;
}

.header .nav .nav-menu > .nav-menu-item > .nav-menu-item-link > .nav-menu-item-link-icon > path {
  fill: #000000;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.header .nav .nav-menu > .nav-menu-item > .nav-menu-item-link > .drop-down-icon {
  margin-left: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
}

.header .nav .nav-menu > .nav-menu-item.drop-down {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .nav .nav-menu > .nav-menu-item.drop-down .drop-down-menu {

  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  position: absolute;
  top: 48px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-menu-item.drop-down {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header .nav .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px 0px 1px 1px;
          border-radius: 0px 0px 1px 1px;
  background: #63171E;
  color: #FFFFFF;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1.5rem;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-transform: none;
}

.header .nav .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .drop-down-list-item {
  padding: 1rem;
  color: #A52731;
}

.header .nav .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .drop-down-list-item > .drop-down-list-item-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #A52731;
}

.header .nav .nav-menu > .nav-menu-item.drop-down:hover .drop-down-menu {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .nav .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.drop-down-menu:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.header .header-wrapper {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 1rem 0 1rem;
  min-height: 120px;
}

.header .additional-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .additional-menu > .menu-toggler {
  display: none;
}

.header .additional-menu > .menu-toggler > svg {
  width: 1.5rem;
  height: 1.5rem;
}

/*style Строка поиска и языковые версии*/
.header .header-wrapper .additional-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 7rem;
  margin-bottom: 3rem;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form {
  position: relative;
  margin: 0;
  padding-right: 1.5rem;
  border-bottom: 2px solid #63171E;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search {
  width: 13rem;
  height: 3rem;
  font-size: 0.75rem;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 1rem 3rem 1rem 1rem;
  /*  border-bottom: 2px solid #63171E;*/
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search::-webkit-input-placeholder {
  font-size: 0.75rem;
  color: #63171E;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #63171E;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search::-ms-input-placeholder {
  font-size: 0.75rem;
  color: #63171E;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search::placeholder {
  font-size: 0.75rem;
  color: #63171E;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search.showed {
  display: block;
}

.showed {
  display: block;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  outline: none;
  background-color: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .search-btn > svg {
  width: 100%;
  height: 100%;
}

.header .header-wrapper .additional-list > .additional-list-item > .search-form > .search-btn > svg > path {
  fill: #A52731;
}

.header .header-wrapper .additional-list > .additional-list-item:not(:first-child) {
  margin-left: 1.5rem;
}

.header .header-wrapper .additional-list > .additional-list-item > .additional-list-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #A52731;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .header-wrapper > .additional-menu .additional-list > .additional-list-item > .additional-list-item-link > svg {
  width: 100%;
  height: 100%;
}

.header .header-wrapper .additional-list > .additional-list-item > .additional-list-item-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.header .header-wrapper > .header-content {
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header .header-wrapper > .header-content > .logo > .logo-image {
  width: 200px;
  height: 90px;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.header .header-wrapper > .header-content > .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 1.5rem 0 0.8rem 0;*/
  padding: 0 0.5rem;
}

.header .header-wrapper {
  position: relative;
}

.additional-list-item.search {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media (max-width: 1410px) {
  .header .nav .nav-menu > .nav-menu-item.drop-down:last-child .drop-down-menu {
    right: -60px;
  }
}

@media (max-width: 992px) {
  .header .header-wrapper > .header-content {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .header .additional-menu {
    width: 10%;
  }
  .header .header-wrapper > .header-content > .title {
    width: 75%;
  }
  .header .about-content-working-hours {
    width: 65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-content-working-hours .working-hours-container {
    width: 194px;
  }
  .additional-list-item.search {
    top: 1rem;
    left: 1rem;
    right: 75%;
  }
  .header .header-wrapper .additional-list > .additional-list-item.search {
    margin-left: 0;
  }
  .header .header-wrapper .additional-list {
    width: 30%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
  .header > .header-wrapper > .header-content > .title > h4 {
    font-size: 1.9rem;
    line-height: 2.05rem;
    letter-spacing: 0.0015em;
  }
}

@media (max-width: 992px) {
  .header .header-wrapper > .header-content > .logo > .logo-image {
    width: 100%;
    height: 100%;
  }
  .header {
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  }
  .header .nav .nav-menu > .nav-menu-item.drop-down .drop-down-menu {
    display: none;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    background: #63171E;
    z-index: 2;
  }
  .header .nav .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .dblock {
    display: block;
  }
  .nav-arrow.dblock {
    -webkit-transform: rotateX(180deg) !important;
            transform: rotateX(180deg) !important;
  }
  .nav-arrow {
    position: absolute;
    right: 1rem;
    top: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
  }
  .nav-arrow:hover {
    cursor: pointer;
  }
  .header > .header-wrapper > .additional-menu {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .header .additional-menu > .menu-toggler {
    display: block;
  }
  .header > .header-wrapper > .header-content > .title > h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 0.0015em;
  }
  .header .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .nav > .nav-menu {
    border: none;
    -webkit-box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.375rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-calc(100% - 2.75rem);
    height: calc(100% - 2.75rem);
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 367px;
    overflow-x: hidden;
  }
  .header .nav > .nav-menu.opened {
    display: block;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header .nav > .nav-menu > .nav-menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .header .nav > .nav-menu > .nav-menu-header h6 {
    display: none;
  }
  .header .nav > .nav-menu > .nav-menu-header > .menu-toggler > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .menu-toggler:hover {
    opacity: 0.7;
  }
  .header .nav > .nav-menu > .nav-menu-item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 2rem 0;
    padding: 0;
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #F7F7F7;*/
  }
  .header .nav > .nav-menu > .nav-menu-item > .nav-menu-item-link {
    color: #525252;
    font-size: 0.688rem;
    line-height: 1rem;
    letter-spacing: 0.004em;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5rem 0 0.5rem 1rem;
    height: auto;
  }
  .header .nav > .nav-menu > .nav-menu-item > .nav-menu-item-link.icon-to-text > .text {
    display: inherit;
  }
  .header .nav > .nav-menu > .nav-menu-item > .nav-menu-item-link > .drop-down-icon {
    display: none;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down {
    width: 100%;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
    position: relative;
    width: -webkit-calc(100% + 2rem);
    width: calc(100% + 2rem);
    left: -1rem;
    margin-bottom: 0.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 1rem;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
    border: none;
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .drop-down-list-item {
    padding: 0.5rem 0;
    width: 100%;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .drop-down-list-item > .drop-down-list-item-link {
    display: inline-block;
    width: 100%;
    padding: 0.5rem 0;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down:hover > .nav-menu-item-link > .drop-down-icon {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .additional-list-item.search {
    right: 70%;
  }
  .header .header-wrapper .additional-list > .additional-list-item > .search-form {
    padding-right: 0;
  }
  .header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search {
    width: 12rem;
  }
}

@media (max-width: 650px) {
  .header .header-wrapper .additional-list > .additional-list-item.search {
    display: none;
   
  }
  .header .header-wrapper .additional-list > .additional-list-item > .search-form > .input-search {
    width: 18rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .additional-list-item.search {
    left: 1rem;
    right: auto;
    top: 2.5rem;
  }
  .search-hidden {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 1rem;
    top: 0.7rem;
  }
  .search-hidden:hover {
    cursor: pointer;
  }
  .search-hidden svg {
    width: 100%;
    height: 100%;
  }
  .search-hidden svg:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .about-content-working-hours > .working-hours-container > .working-hours-wrapper .dates {
    display: none;
    position: absolute;
    top: 24px;
    mix-blend-mode: normal;
    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 1px;
            border-radius: 1px;
    z-index: 1100;
    background: #FFFFFF;
    padding: 0 0.5rem 0.5rem 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 194px;
  }
  .about-content-working-hours {
    position: relative;
    background: #FFFFFF;
  }
  .working-hours-wrapper {
    padding: 0.5rem;
  }
  .about-content-working-hours > .working-hours-container > .working-hours-wrapper > h5.working-title {
    color: #A52731;
    font-weight: bold;
    text-transform: uppercase;
  }
  .about-content-working-hours > .working-hours-container > .working-hours-wrapper > h5.working-title:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .header .header-wrapper .additional-list {
    margin-bottom: 0;
    width: -webkit-calc(35% - 16px);
    width: calc(35% - 16px);
  }
  .header-content .about-content-working-hours {
    margin-top: 0;
    width: -webkit-calc(65% - 16px);
    width: calc(65% - 16px);
  }
  .header .header-wrapper > .header-content {
    padding-top: 0.5rem;
  }
  .header .additional-menu {
    width: 24px;
  }
}

@media (max-width: 576px) {
  .header .nav > .nav-menu {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    max-width: 100%;
  }
  .header > .header-wrapper > .header-content > .title > h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .header .header-wrapper > .header-content > a.logo {
    width: 50px;
    height: 61.5px;
  }
  .search-hidden {
    top: 1rem;
  }
  .header .nav .nav-menu > .nav-menu-item {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .header .header-wrapper .additional-list > .additional-list-item:not(:first-child) {
    margin-left: 0.8rem;
  }
  .header-content .about-content-working-hours {
    margin-top: 0;
    width: 63%;
    margin-left: 1rem;
  }
  .header > .header-wrapper > .header-content > .title > h4 {
    font-size: 21px;
    list-style: 26px;
    font-weight: 600;
  }
  .header .header-wrapper > .header-content > .title {
    width: -webkit-calc(100% - 45px - 25px - 16px);
    width: calc(100% - 45px - 25px - 16px);
  }
  .header .header-wrapper > .header-content > a.logo {
    width: 44px;
    height: 54.5px;
  }
}

/*header style end*/
/*style header-slider start*/
.main-sliders {
  margin-top: 168px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FDD384), color-stop(56.31%, #F5DDB7), color-stop(87.19%, #FDF7ED));
  background: -webkit-linear-gradient(left, #FDD384 50%, #F5DDB7 56.31%, #FDF7ED 87.19%);
  background: -o-linear-gradient(left, #FDD384 50%, #F5DDB7 56.31%, #FDF7ED 87.19%);
  background: linear-gradient(90deg, #FDD384 50%, #F5DDB7 56.31%, #FDF7ED 87.19%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo-library {
  width: 50%;
}

.photo-slider {
  position: relative;
}

.photo-slider .slick-slide {
  overflow: hidden;
  height: 360px;
}

.photo-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-library .photo-slider .slick-dots {
  position: absolute;
  bottom: 1.5rem;
}

.photo-library .photo-slider.slick-dotted {
  margin-bottom: 0;
}

.photo-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  font-family: "slick";
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.photo-slider .slick-dots li.slick-active button:before {
  background: #FFFFFF;
  opacity: 1;
}

.header-slider {
  width: 50%;
  margin-top: 0 !important;
}

.header-slider > .header-slider-wrapper {
  padding: 3rem 2rem;
  position: relative;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel {
  width: 28.6rem;
  /* padding: 0 2rem;*/
  margin: auto;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 16.5rem;
  width: 28.6rem;
  margin: auto;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-image {
  position: relative;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content {
  width: 26.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31.04%, rgba(255, 255, 255, 0.7)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31.04%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31.04%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31.04%, #FFFFFF 100%);
  position: absolute;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  bottom: 0;
  z-index: 21;
  padding-top: 0.5rem;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-image {
  height: 16.5rem;
  width: 28.6rem;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(31.04%, rgba(255, 255, 255, 0.7)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31.04%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31.04%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31.04%, #FFFFFF 100%);
}

.header-slider > .header-slider-wrapper > .item-content-arrow {
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  width: 2rem;
  z-index: 90;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-slider > .header-slider-wrapper > .item-content-arrow:hover {
  cursor: pointer;
  opacity: 0.75;
}

.header-slider > .header-slider-wrapper > .item-content-arrow.left {
  left: -webkit-calc(50% - 458px/2 - 3rem);
  left: calc(50% - 458px/2 - 3rem);
}

.header-slider > .header-slider-wrapper > .item-content-arrow.right {
  right: -webkit-calc(50% - 458px/2 - 3.4rem);
  right: calc(50% - 458px/2 - 3.4rem);
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content > .item-content-arrow > svg {
  cursor: pointer;
  padding: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content > .item-content-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
}

.item-content-titles .read-more {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.header-slider .item-content-titles span {
  text-transform: uppercase;
}

.header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content > .item-content-titles > a {
  margin-top: 1rem;
}

/*бегущая строка*/
.runing-stroke {
  background: #FDF7ED;
}

/*Бегущая строка сверху вниз*/
.slider-news-vertical.slick-slider {
  display: block;
}

.slider-news-vertical .slick-track {
  display: block;
}

.slider-news-vertical {
  height: 48px;
}

.slider-news-vertical .slick-slide {
  height: 48px;
}

.slider-news-vertical .slick-slide h5 {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #311F0C;
  margin: 7px 0;
}

.slider-news-vertical .slick-slide a {
  white-space: nowrap;
}

.slick-slider {
  min-width: 0;
  padding: 6px 4px
}

@media (max-width: 1410px) {
  .header-slider > .header-slider-wrapper > .item-content-arrow.left {
    left: -webkit-calc(50% - 458px/2 - 2rem);
    left: calc(50% - 458px/2 - 2rem);
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.right {
    right: -webkit-calc(50% - 458px/2 - 2.5rem);
    right: calc(50% - 458px/2 - 2.5rem);
  }
}

/*@media (max-width: 1100px) {
  .header-slider > .header-slider-wrapper > .item-content-arrow.left {
    left: -webkit-calc(50% - 458px/2);
    left: calc(50% - 458px/2);
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.right {
    right: -webkit-calc(50% - 458px/2);
    right: calc(50% - 458px/2);
  }
}*/

@media (max-width: 1100px) {
  .header-slider > .header-slider-wrapper > .item-content-arrow.left {
    left: -webkit-calc(50% - 458px/2 - 2.5rem);
    left: calc(50% - 458px/2 - 2.5rem);
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.right {
    right: -webkit-calc(50% - 458px/2 - 3rem);
    right: calc(50% - 458px/2 - 3rem);
  }
  .main-sliders {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .photo-library, .header-slider {
    width: 100%;
    overflow: hidden;
  }
  .header{
   /* overflow-y: hidden;*/
  }
}

@media (max-width: 992px) {
  .main-sliders {
    margin-top: 196px;
  }
}

@media (max-width: 768px) {
  .slider-news-vertical .slick-slide h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 650px) {
  .main-sliders {
    margin-top: 128px;
  }
}

@media (max-width: 576px) {
  .header-slider > .header-slider-wrapper > .header-slider-carousel {
    width: 21rem;
    height: 15rem;
    margin: auto;
  }
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content {
    width: 19rem;
  }
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content > .item-content-titles {
    width: 300px;
  }
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-image,
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item {
    width: 21rem;
    height: 15rem;
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.left {
    left: -webkit-calc(50% - 336px/2 - 2rem);
    left: calc(50% - 336px/2 - 2rem);
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.right {
    right: -webkit-calc(50% - 336px/2 - 2.5rem);
    right: calc(50% - 336px/2 - 2.5rem);
  }
}

@media (max-width: 410px) {
  .header-slider > .header-slider-wrapper > .header-slider-carousel {
    width: 16.5rem;
    height: 14rem;
    margin: auto;
  }
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content {
    width: 14.5rem;
  }
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-image,
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item {
    width: 16.5rem;
    height: 14rem;
  }
  .header-slider > .header-slider-wrapper > .header-slider-carousel * > .header-slider-carousel-item > .header-slider-carousel-item-content > .item-content-titles {
    width: 240px;
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.left {
    left: -webkit-calc(50% - 264px/2 - 2rem);
    left: calc(50% - 264px/2 - 2rem);
  }
  .header-slider > .header-slider-wrapper > .item-content-arrow.right {
    right: -webkit-calc(50% - 264px/2 - 2.5rem);
    right: calc(50% - 264px/2 - 2.5rem);
  }
  .photo-slider .slick-slide {
    overflow: hidden;
    height: 16rem;
  }
}

/*working-hours*/






.dates-working-hours {
  margin: 1rem 0 0.8rem;
}

.dates-working-hours span {
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #1C221C;
}
.dates-working-hours span:first-child {
  margin-right: 16px;
  position: relative;
}


.dates-working-hours span:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1rem;
  width: 1px;
  background: #D3DAD2;
  right: -0.5rem;
}

.about-content-working-hours .dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.about-content-working-hours > .working-hours-container > .working-hours-wrapper > .dates > .dates-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-content-working-hours > .working-hours-container > .working-hours-wrapper > .dates > .dates-list > .dates-list-item:not(:first-child) {
  margin-left: -1px;
}

.about-content-working-hours > .working-hours-container > .working-hours-wrapper > .dates > .dates-list > .dates-list-item {
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #1C221C;
  background-color: #fff;
  border: 1px solid #D3DAD2;
  padding: 5px;
  text-transform: uppercase;
}

.about-content-working-hours > .working-hours-container > .working-hours-wrapper > .dates > .dates-list > .dates-list-item.active {
  color: #70856F;
  background: #F4F6F4;
}

.about > .about-content > .about-content-working-hours > .working-hours-container > .working-hours-wrapper > .dates-footer > p > span {
  font-size: 0.875rem;
}

.news > .news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news.news-page {
  margin-top: 0;
}

.news.news-page > .news-grid {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template: 1fr / 1fr;
  grid-gap: 2rem;
}

.news.news-page > .news-grid > .single-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news.news-page > .news-grid > .single-news > .news-image {
  display: block;
  width: 29rem;
  height: 100%;
}

.news.news-page > .news-grid > .single-news > .news-content {
  width: 100%;
}

.news.news-page > .page-content-pagination {
  width: 100%;
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news.news-page > .page-content-pagination > .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item > .pagination-arrow {
  width: 1.125rem;
  height: 1.125rem;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item > .pagination-arrow > svg {
  width: 100%;
  height: 100%;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item > .pagination-arrow > svg path {
  fill: #BB7224;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item > .pagination-page {
  font-size: 0.875rem;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item > .pagination-page.current {
  color: #7A7A7A;
}

.news.news-page > .page-content-pagination > .pagination > .pagination-item > .pagination-page:hover {
  text-decoration: underline;
}

.news > .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template: 1fr / 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.news > .news-grid > .single-news {
  background-color: #fff;
  border: 2px solid #F4F6F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news > .news-grid > .single-news:hover {
  /* -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);*/
  /* -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);*/
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  cursor: pointer;
}

.news > .news-grid > .single-news > .news-image {
  display: block;
  height: 12.125rem;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.news > .news-grid > .single-news > .news-content {
  padding: 1rem 1rem 1.5rem 1rem;
}

.news > .news-grid > .single-news > .news-content > .news-title {
  margin-bottom: 1rem;
}

.news > .news-grid > .single-news > .news-content > .news-title > h5 {
  margin-bottom: 0;
}

.news > .news-grid > .single-news > .news-content > .news-description {
  margin-bottom: 1.75rem;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #495A49;
}

.news-footer {
  text-align: right;
}


@media (max-width: 1200px) {
  .news > .news-grid {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template: 1fr / 1fr 1fr;
  }
}

@media (max-width: 992px) {
  h3 {
    font-size: 2.28rem;
    /*  line-height: 3rem;*/
  }
  .page-content-block.page-content-block_inner > h4.title_inner, h4 {
    font-size: 1.75rem;
    line-height: 2.1rem;
  }
}

@media (max-width: 768px) {
  .news.news-page > .news-grid > .single-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news.news-page > .news-grid > .single-news > .news-image {
    width: 100%;
    height: 14rem;
    -webkit-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
  }
  .news.news-page > .news-grid > .single-news > .news-content {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
  .news > .news-grid {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr / 1fr;
  }
}

@media (max-width: 500px) {
  .news > .news-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0.4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news > .news-title > a.thirdy-button {
    margin-left: -webkit-calc(50% - 250/2px);
    margin-left: calc(50% - 250/2px);
    display: block;
    margin: auto;
  }
}

.mailing {
  margin: 3rem 0;
  position: relative;
}

.mailing:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12rem;
  height: 100%;
  background-image: url("..//img/icons/dekor_kvadrat.svg");
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}

.mailing > .mailing-wrapper {
  padding: 2rem 0;
}

.mailing > .mailing-wrapper > .mailing-block {
  position: relative;
  width: -webkit-calc(100% - 14rem);
  width: calc(100% - 14rem);
  padding: 1rem 3rem 1rem 3rem;
  margin-left: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(136.41deg, rgba(242, 242, 242, 0.56) 17.69%, rgba(242, 242, 242, 0.21) 84.09%);
  background: -o-linear-gradient(136.41deg, rgba(242, 242, 242, 0.56) 17.69%, rgba(242, 242, 242, 0.21) 84.09%);
  background: linear-gradient(313.59deg, rgba(242, 242, 242, 0.56) 17.69%, rgba(242, 242, 242, 0.21) 84.09%);
  mix-blend-mode: normal;
  -webkit-box-shadow: 4px -4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 4px -4px 16px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-border-radius: 1px;
          border-radius: 1px;
  z-index: 2;
}

.mailing > .mailing-wrapper > .mailing-block > h4 {
  width: 50%;
}

.mailing > .mailing-wrapper > .mailing-block > .mailing-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  min-width: 29rem;
}

.mailing > .mailing-wrapper > .mailing-block > .mailing-sub > .form-input {
  max-width: 21rem;
  width: 100%;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.mailing > .mailing-wrapper > .mailing-block > .mailing-sub > .primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5rem 1rem;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

@media (max-width: 1200px) {
  .mailing > .mailing-wrapper > .mailing-block > h4 {
    width: 100%;
  }
  .mailing > .mailing-wrapper > .mailing-block > .mailing-sub {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    min-width: unset;
    margin-top: 1rem;
  }
}

@media (max-width: 992px) {
  .mailing > .mailing-wrapper > .mailing-block {
    margin-left: 4rem;
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .mailing > .mailing-wrapper > .mailing-block {
    margin-left: 2rem;
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
  div#fox-container-m229 .fox-form-inline div#fox-m229-submit-box,
  div#fox-container-m230 .fox-form-inline div#fox-m230-submit-box {
    width: 50%;
  }
}

.banners {
  height: 100%;
}

.banners > .banners-slider {
  height: 100%;
  width: 100%;
  padding: 1.5rem 0;
}

.banners > .banners-slider * .single-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 8px;
  max-width: 224px !important;
  height: 56px;
  background: -webkit-linear-gradient(354.28deg, #FFFFFF 21.42%, #F4F6F4 100%);
  background: -o-linear-gradient(354.28deg, #FFFFFF 21.42%, #F4F6F4 100%);
  background: linear-gradient(95.72deg, #FFFFFF 21.42%, #F4F6F4 100%);
  -webkit-border-radius: 1px;
          border-radius: 1px;
}

.banners > .banners-slider * .single-banner:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.banners > .banners-slider * .single-banner {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banners > .banners-slider * .single-banner > .single-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

}

.banners > .banners-slider * .single-banner > .single-banner-wrapper > .banner-image {
  width: 3rem;
  height: 3rem;
  background: #D74755;
  padding: 0.5rem;
}

.banners > .banners-slider * .single-banner > .single-banner-wrapper > .banner-image > .image {
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.banners > .banners-slider * .single-banner > .single-banner-wrapper > .banner-title {
  margin-left: 1rem;
  font-family: 'PT Serif', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.001em;
  color: #495A49;
}

/*Форма обратной связи*/
.feedback {
  width: 100%;
  margin: 3rem 0;
  position: relative;
}

.feedback:before {
  display: block;
  content: "";
  position: absolute;
  right: -0.7rem;
  top: 0;
  width: 130px;
  height: 100%;
  background-image: url("../img/icons/dekor_polosa.svg");
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}

.feedback > .feedback-wrapper {
  padding: 2rem 0;
}

.feedback > .feedback-wrapper > .feedback-block {
  max-width: -webkit-calc(100% - 5rem);
  max-width: calc(100% - 5rem);
  position: relative;
  background-color: #F4F6F4;
  background: -webkit-linear-gradient(136.41deg, rgba(242, 242, 242, 0.56) 17.69%, rgba(242, 242, 242, 0.21) 84.09%);
  background: -o-linear-gradient(136.41deg, rgba(242, 242, 242, 0.56) 17.69%, rgba(242, 242, 242, 0.21) 84.09%);
  background: linear-gradient(313.59deg, rgba(242, 242, 242, 0.56) 17.69%, rgba(242, 242, 242, 0.21) 84.09%);
  mix-blend-mode: normal;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-border-radius: 1px;
          border-radius: 1px;
  padding: 0 1rem 1rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-right: 1rem;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-content > h4 {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-content > p {
  font-family: 'PT Serif', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #495A49;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-content > .arrow-to-form {
  display: block;
  content: "";
  width: 100%;
  margin: 1rem 0 2rem 0;
  border-top: 1px solid #D3DAD2;
  position: relative;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-content > .arrow-to-form:before {
  display: block;
  content: "";
  width: 0.8rem;
  border-top: 1px solid #D3DAD2;
  position: absolute;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  top: -0.33rem;
  right: -3px;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-content > .arrow-to-form:after {
  display: block;
  content: "";
  width: 0.8rem;
  border-top: 1px solid #D3DAD2;
  position: absolute;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 0.24rem;
  right: -3px;
}

.feedback .button-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: #FFFFFF;
  mix-blend-mode: normal;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1px;
          border-radius: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin-top: 100px;
}

.button-show .modal-open-btn {
  margin-left: 1rem;
  line-height: 20px;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-form {
  padding: 0 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.feedback > .feedback-wrapper > .feedback-block > .feedback-form > .secondary-button {
  float: right;
  max-width: 21.5rem;
  width: 100%;
}

@media (max-width: 1200px) {
  .feedback > .feedback-wrapper > .feedback-block {
    padding: 1.5rem 5rem;
    max-width: -webkit-calc(100% - 12rem);
    max-width: calc(100% - 12rem);
  }
}

@media (max-width: 1200px) {
  div#fox-container-m233 .fox-form-inline .control-group .controls input,
  div#fox-container-m233 .fox-form-inline .control-group .controls textarea {
    width: 20rem;
    max-width: 20rem;
  }
}

@media (max-width: 992px) {
  .feedback .button-show {
    margin-top: 1.5rem;
  }
  .feedback > .feedback-wrapper > .feedback-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 4rem;
    max-width: -webkit-calc(100% - 10rem);
    max-width: calc(100% - 10rem);
  }
  div#fox-container-m233 .fox-form-inline .control-group .controls input,
  div#fox-container-m233 .fox-form-inline .control-group .controls textarea {
    width: 24rem;
    max-width: 24rem;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content {
    width: 100%;
    padding-right: 0;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content > .arrow-to-form {
    display: none;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-top: 1.5rem;
    padding: 0;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form > .form-group > textarea.form-input {
    resize: none;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form > .secondary-button {
    float: unset;
    width: 100%;
  }
  .feedback-wrapper div#fox-container-m233 .fox-form-inline .control-group button.btn.btn-primary.submit-button {
    margin: auto;
    float: none;
  }
}

@media (max-width: 768px) {
  .feedback > .feedback-wrapper > .feedback-block {
    padding: 1.5rem 1rem;
    max-width: -webkit-calc(100% - 3.5rem);
    max-width: calc(100% - 3.5rem);
  }
  .feedback-wrapper div#fox-container-m233 .fox-form-inline .control-group .controls input,
  .feedback-wrapper div#fox-container-m233 .fox-form-inline .control-group .controls textarea {
    width: 20rem;
    max-width: 20rem;
  }
}

@media (max-width: 576px) {
  .feedback-wrapper div#fox-container-m233 .fox-form-inline .control-group .controls input,
  .feedback-wrapper div#fox-container-m233 .fox-form-inline .control-group .controls textarea {
    width: 100% !important;
    margin-right: 0;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feedback-block div#fox-container-m233 .fox-row .fox-column12 {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback .button-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
  .feedback-block div#fox-container-m233 .fox-form-inline .control-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback-block div#fox-container-m233 .fox-form-inline .control-group .control-label label {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    text-align: start;
    color: #70856F;
  }
  .feedback-block div#fox-container-m233 .fox-form-inline .control-group .controls {
    width: 100%;
    display: block;
  }
  .form-input::-webkit-input-placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .form-input:-ms-input-placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .form-input::-ms-input-placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .form-input::placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .feedback .button-show p {
    padding-bottom: 0.5rem;
  }
  .button-show .modal-open-btn {
    margin-left: 0;
  }
}

/*Белорусская версия формы обратной связи*/
@media (max-width: 1200px) {
  div#fox-container-m234 .fox-form-inline .control-group .controls input,
  div#fox-container-m234 .fox-form-inline .control-group .controls textarea {
    width: 20rem;
    max-width: 20rem;
  }
}

@media (max-width: 992px) {
  .feedback .button-show {
    margin-top: 1.5rem;
  }
  .feedback > .feedback-wrapper > .feedback-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem 4rem;
    max-width: -webkit-calc(100% - 10rem);
    max-width: calc(100% - 10rem);
  }
  div#fox-container-m234 .fox-form-inline .control-group .controls input,
  div#fox-container-m234 .fox-form-inline .control-group .controls textarea {
    width: 24rem;
    max-width: 24rem;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content {
    width: 100%;
    padding-right: 0;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content > .arrow-to-form {
    display: none;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form {
    width: 100%;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form > .form-group > textarea.form-input {
    resize: none;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-form > .secondary-button {
    float: unset;
    width: 100%;
  }
  .feedback-wrapper div#fox-container-m234 .fox-form-inline .control-group button.btn.btn-primary.submit-button {
    margin: auto;
    float: none;
  }
}

@media (max-width: 768px) {
  .feedback > .feedback-wrapper > .feedback-block {
    padding: 1.5rem 1rem;
    max-width: -webkit-calc(100% - 3.5rem);
    max-width: calc(100% - 3.5rem);
  }
  .feedback-wrapper div#fox-container-m234 .fox-form-inline .control-group .controls input,
  .feedback-wrapper div#fox-container-m234 .fox-form-inline .control-group .controls textarea {
    width: 20rem;
    max-width: 20rem;
  }
}

@media (max-width: 576px) {
  .feedback-wrapper div#fox-container-m234 .fox-form-inline .control-group .controls input,
  .feedback-wrapper div#fox-container-m234 .fox-form-inline .control-group .controls textarea {
    width: 100% !important;
    margin-right: 0;
  }
  .feedback > .feedback-wrapper > .feedback-block > .feedback-content {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feedback-block div#fox-container-m234 .fox-row .fox-column12 {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback .button-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
  .feedback-block div#fox-container-m234 .fox-form-inline .control-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback-block div#fox-container-m234 .fox-form-inline .control-group .control-label label {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    text-align: start;
    color: #70856F;
  }
  .feedback-block div#fox-container-m234 .fox-form-inline .control-group .controls {
    width: 100%;
    display: block;
  }
  .form-input::-webkit-input-placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .form-input:-ms-input-placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .form-input::-ms-input-placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .form-input::placeholder {
    color: #495A49;
    font-family: 'Proza Libre', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  .feedback .button-show p {
    padding-bottom: 0.5rem;
  }
  .button-show .modal-open-btn {
    margin-left: 0;
  }
}

.footer {
  background: #A52731;
  color: #FFFFFF;
}

.footer > .footer-wrapper {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  max-width: 1410px;
  padding: 1rem 1rem 0.5rem;
  margin: 0 auto;
}

/*style resources-slider start*/
.resources-slider > .resources-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-arrow.left {
  margin-right: 1.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-arrow.right {
  margin-left: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-arrow > svg {
  width: 20px !important;
  height: 24px !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-arrow > svg:hover {
  cursor: pointer;
  opacity: 0.75;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-carousel {
  width: 90%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-carousel * > .resources-item {
  background-color: #FFFFFF;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin: 1rem 0.5rem;
  width: 224px;
  height: 130px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-carousel * > .resources-item > .resources-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-carousel * > .resources-item > .resources-item-wrapper > .resources-item-image {
  width: 80px;
  height: 40px;
  background-position: 0% 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
  display: inline-block;
  margin: 1rem 1rem 0 0;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-carousel * > .resources-item > .resources-item-wrapper > p {
  text-align: left;
  display: inline-block;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #1C221C;
}

.resources-slider > .resources-slider-wrapper > .resources-slider-carousel * > .resources-item:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* style resources-slider end*/
.footer > .footer-wrapper > .footer-content {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.footer > .footer-wrapper > .footer-content > .footer-titles {
  padding-left: 1rem;
  width: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-titles p {
  color: #FFFFFF;
}

.footer > .footer-wrapper > .footer-content > .footer-titles .footer-links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.5rem;
}

.footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

.footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item:not(:last-child) {
  margin-right: 1rem;
}

.footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item > svg:hover {
  cursor: pointer;
  opacity: 0.8;
}

.footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item > a {
  color: #FFFFFF;
  padding: 0 0.5rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item > a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.footer > .footer-wrapper > .footer-content .footer-actions {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .nav-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.nav-social-links > .nav-social-links-item {
  margin-bottom: 0.5rem;
}

.footer .nav-social-links > .nav-social-links-item:not(:last-child) {
  margin-right: 1rem;
}

.footer .nav-social-links > .nav-social-links-item > .nav-social-links-item-link > svg {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .nav-social-links > .nav-social-links-item > .nav-social-links-item-link svg:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .footer > .footer-wrapper > .resources-slider > .resources-slider-wrapper > .resources-slider-arrow {
    width: -webkit-calc(10% - 0.5rem);
    width: calc(10% - 0.5rem);
  }
  .footer > .footer-wrapper > .resources-slider > .resources-slider-wrapper > .resources-slider-arrow.left {
    margin-right: 0.5rem;
  }
  .footer > .footer-wrapper > .resources-slider > .resources-slider-wrapper > .resources-slider-arrow.right {
    margin-left: 0.5rem;
  }
  .footer > .footer-wrapper > .resources-slider > .resources-slider-wrapper > .resources-slider-carousel {
    width: 80%;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles {
    width: 90%;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item {
    margin-right: 0;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-links > .footer-links-item:not(:first-child) {
    margin-top: 1rem;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-actions {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-actions > a {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .resources-slider > .resources-slider-wrapper > .resources-slider-arrow.right {
    margin-left: 0.5rem;
  }
  .resources-slider > .resources-slider-wrapper > .resources-slider-arrow.left {
    margin-right: 0.5rem;
  }
}

@media (max-width: 576px) {
  .footer > .footer-wrapper {
    padding-bottom: 0;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer > .footer-wrapper > .footer-content .footer-actions {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-top: 1rem;
  }
  .footer > .footer-wrapper > .footer-content .footer-actions a:not(:last-child) {
    margin-bottom: 1rem;
  }
  .footer .nav-social-links {
    margin-top: 1rem;
  }
  .footer > .footer-wrapper > .footer-content > .footer-titles .footer-links {
    margin-top: 0.5rem;
  }
}

@media (max-width: 500px) {
  .resources-slider > .resources-slider-wrapper > .resources-slider-carousel {
    width: 300px;
  }
}

.page-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto auto;
  grid-template: auto / auto auto;
  grid-gap: 1rem;
}

.page-content > .page-content-block > img {
  width: 100%;
}

.page-content > .page-content-block * > a {
  text-decoration: underline;
}

.page-content > .page-content-block * > a:hover {
  color: #A52731;
}

.page-content > .page-content-block > .share {
  margin-top: 1.5rem;
}

.page-content > .page-content-block > .share > .share-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-content > .page-content-block > .share > .share-list > .share-list-item {
  font-size: 0.75rem;
  color: #525252;
}

.page-content > .page-content-block > .share > .share-list > .share-list-item:not(:last-child) {
  margin-right: 0.5rem;
}

.page-content > .page-content-block > .share > .share-list > .share-list-item * > svg {
  width: 1.125rem;
  height: 1.125rem;
}

.page-content > .page-content-block > .share > .share-list > .share-list-item * > svg > path {
  fill: #A52731;
}

@media (max-width: 992px) {
  .page-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr / 1fr;
    grid-gap: 1rem;
  }
  .page-content > .page-content-block.image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-content > .page-content-block > img {
    max-height: 20.5rem;
    max-width: 100%;
    width: auto;
  }
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/Slick/slick.eot");
  src: url("../font/Slick/slick.eot?#iefix") format("embedded-opentype"), url("../font/Slick/slick.woff") format("woff"), url("../font/Slick/slick.ttf") format("truetype"), url("../font/Slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #FBB023;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -0.7rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1rem;
  width: 1rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  /*  content: "•";*/
  content: "";
  width: 1rem;
  height: 1rem;
  font-family: "slick";
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  border: 2px solid #BB7224;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #BB7224;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.header > .header-wrapper > .header-content > .logo > a {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  height: -webkit-calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: 1rem;
  display: block;
}

.header .nav > .nav-menu > .nav-menu-item > a {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  /* height: 1.5rem;*/
}

.nav-arrow {
  margin-left: 10px;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li {
  padding: 0.8rem 3rem 0.8rem 0.5rem;
  position: relative;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .nav-menu-item.drop-down > a:after {
  display: block;
  content: url(../img/icons/perehod.svg);
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0.6rem;
  right: 0;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .nav-menu-item.drop-down > .nav-arrow {
  display: none;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down > .drop-down-menu {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #1B1B1B;
  background: #F4F6F4;
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px 0px 1px 1px;
          border-radius: 0px 0px 1px 1px;
  z-index: 200;
  top: 0;
  left: 100px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.header .nav > .nav-menu >li:nth-child(3).nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li:nth-child(2).drop-down > .drop-down-menu{
  height: calc(100vh - 216px);
  max-height: 610px;
  overflow-y: auto;
}

.header .nav > .nav-menu >li:nth-child(3).nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li:nth-child(2).drop-down > .drop-down-menu::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}

.header .nav > .nav-menu >li:nth-child(3).nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li:nth-child(2).drop-down > .drop-down-menu::-webkit-scrollbar-thumb {
  background-color: #A52731;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down > .drop-down-menu .drop-down-list {
  color: #1B1B1B;
  background: #F4F6F4;
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0px 0px 1px 1px;
          border-radius: 0px 0px 1px 1px;
  z-index: 200;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down:hover > .drop-down-menu,
.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down > .drop-down-menu:hover {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 992px) {
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .nav-menu-item.drop-down > a:after {
    display: none;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .nav-menu-item.drop-down > .nav-arrow {
    position: absolute;
    right: 2rem;
    top: 17px;
    display: block;
  }
  li.drop-down {
    position: relative;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li {
    margin-left: 1.5rem;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down > .drop-down-menu {
    display: none;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
    z-index: 3;
    position: relative;
    width: 100%;
    left: -2rem;
    top: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #63171E;
    box-shadow: none;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down > .drop-down-menu > .drop-down-list a{
    color: #FFFFFF;
  }
  .header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li.drop-down > .drop-down-menu > .drop-down-list {
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #63171E;
    box-shadow: none;
  }
  .header .nav > .nav-menu >li:nth-child(3).nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li:nth-child(2).drop-down > .drop-down-menu{
    height: auto;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

.header .nav > .nav-menu > .nav-menu-item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .nav > .nav-menu > .nav-menu-item > a::before {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  /*background: #F1C97E;*/
  background-color: #FFFFFF;
  bottom: -8px;
  height: 3px;
  left: 0;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

.header .nav > .nav-menu > .nav-menu-item.icon-to-text > a::before {
  display: none;
}

.header .nav > .nav-menu > .nav-menu-item:hover > a::before {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.header .nav > .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > li > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header .nav > .nav-menu > .nav-menu-item.icon-to-text > a {
  font-size: 0;
  display: block;
  background: url(../img/icons/home.svg);
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.header .nav > .nav-menu > .nav-menu-item.icon-to-text > a:hover {
  cursor: pointer;
  opacity: 0.75;
}

.mailing > .mailing-wrapper > .mailing-block div#fox-container-m229 .fox-row .fox-column,
.mailing > .mailing-wrapper > .mailing-block div#fox-container-m230 .fox-row .fox-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  min-width: 29rem;
}

div#fox-container-m229 .fox-form-inline .control-group .control-label,
div#fox-container-m230 .fox-form-inline .control-group .control-label {
  display: none;
}

div#fox-container-m229 .primary-button button, div#fox-container-m229 .secondary-button button, div#fox-container-m229 .thirdy-button button, div#fox-container-m229 .btn span,
div#fox-container-m230 .primary-button button, div#fox-container-m230 .secondary-button button, div#fox-container-m230 .thirdy-button button, div#fox-container-m230 .btn span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  background-color: transparent !important;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: none;
  border: none;
  color: #242F56;
  padding: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.0125em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

div#fox-container-m229 .btn span,
div#fox-container-m230 .btn span {
  color: #FFFFFF;
  margin-top: 7px;
}

div#fox-container-m229 .fox-form-inline div#fox-m229-submit-box,
div#fox-container-m230 .fox-form-inline div#fox-m230-submit-box {
  -webkit-border-radius: 0 1px 1px 0;
          border-radius: 0 1px 1px 0;
  min-height: 48px;
}

div#fox-container-m229 .fox-form-inline div#fox-m229-email-box,
div#fox-container-m230 .fox-form-inline div#fox-m230-email-box {
  padding: 0;
  margin-right: 0 !important;
}

#mailing div#fox-container-m229 input[type="email"],
#mailing div#fox-container-m230 input[type="email"] {
  width: 100%;
  max-width: 21rem;
  -webkit-border-radius: 1px 0 0 1px !important;
          border-radius: 1px 0 0 1px !important;
  outline: none;
  border: none;
  padding: 1rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
  min-height: 48px;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;

}

div#fox-container-m229 .fox-form-inline div#fox-m229-email-box .controls,
div#fox-container-m230 .fox-form-inline div#fox-m230-email-box .controls {
  width: 100%;
}

div#fox-container-m229 .fox-form-inline .control-group, div#fox-container-m229 .fox-form-inline .control-group label.control-label,
div#fox-container-m230 .fox-form-inline .control-group, div#fox-container-m230 .fox-form-inline .control-group label.control-label {
  margin-right: 0;
  color: #FFFFFF;
}

div#fox-container-m229 .control-group,
div#fox-container-m230 .control-group {
  margin-bottom: 0;
}

.mailing > .mailing-wrapper > .mailing-block div#fox-container-m230 .fox-row .fox-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  min-width: 29rem;
}

div#fox-container-m230 .fox-form-inline .control-group .control-label {
  display: none;
}

div#fox-container-m230 .primary-button button, div#fox-container-m230 .secondary-button button, div#fox-container-m230 .thirdy-button button, div#fox-container-m230 .btn span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  background-color: transparent !important;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: none;
  border: none;
  color: #242F56;
  padding: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.0125em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  /* margin: 0;*/
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}

div#fox-container-m230 .btn span {
  color: #FFFFFF;
}

div#fox-container-m230 .fox-form-inline div#fox-m230-email-box {
  padding: 0;
  margin-right: 0 !important;
}

.mailing-block div#fox-container-m230 input[type="email"] {
  width: 100%;
  -webkit-border-radius: 1px 0 0 1px !important;
          border-radius: 1px 0 0 1px !important;
  outline: none;
  border: none;
  padding: 1rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0025em;
  color: #70856F;
  font-family: 'Proza Libre', sans-serif;
}

div#fox-container-m230 .fox-form-inline div#fox-m230-email-box .controls {
  width: 100%;
}

div#fox-container-m230 .fox-form-inline .control-group, div#fox-container-m230 .fox-form-inline .control-group label.control-label {
  margin-right: 0;
}

div#fox-container-m230 .control-group {
  margin-bottom: 0;
}

div#fox-container-m233 .fox-form-inline .control-group, div#fox-container-m233 .fox-form-inline .control-group label.control-label {
  margin-right: 0;
}

div#fox-container-m233 .form-input {
  padding: 0;
}

div#fox-container-m233 .fox-form-inline .control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 1rem;
}

div#fox-container-m233 .fox-form-inline .control-group .control-label label {
  margin-right: 1rem;
  max-width: 7rem;
  width: 100%;
  min-width: 6rem;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.005em;
  color: #495A49;
}

div#fox-container-m233 .fox-form-inline .control-group .control-label label span.required {
  display: none;
}

div#fox-container-m233 .fox-form-inline .control-group .controls input, div#fox-container-m233 .fox-form-inline .control-group .controls textarea,
div#fox-container-m234 .fox-form-inline .control-group .controls input, div#fox-container-m234 .fox-form-inline .control-group .controls textarea {
  width: 22rem;
  outline: none;
  border: none;
  padding: 1rem;
  margin: 0;
  min-height: 48px;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.0025em;
  color: #70856F;
  border: 1px solid #F4F6F4;
}

div#fox-container-m233 .fox-form-inline .control-group .controls textarea#fox-m233-textarea1.fox-item-textarea-input.elastic {
  padding: 1rem 1rem 0.5rem;
}

div#fox-container-m233 .fox-form-inline .control-group button.btn.btn-primary.submit-button,
div#fox-container-m234 .fox-form-inline .control-group button.btn.btn-primary.submit-button {
  float: right;
  margin-right: 0;
  margin-left: auto;
  max-width: 352px;
  width: 100%;
  border: 1px solid #D74755;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background-color: transparent;
  color: #D74755;
  background-image: none;
  display: block;
  margin-top: 1rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div#fox-container-m233 .fox-form-inline .control-group button.btn.btn-primary.submit-button:hover span,
div#fox-container-m234 .fox-form-inline .control-group button.btn.btn-primary.submit-button:hover span {
  color: #D74755;
}

div#fox-container-m233 .fox-form-inline .control-group button.btn.btn-primary.submit-button:hover,
div#fox-container-m234 .fox-form-inline .control-group button.btn.btn-primary.submit-button:hover {
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div#fox-container-m233 .fox-form-inline .control-group button.btn.btn-primary.submit-button:active,
div#fox-container-m234 .fox-form-inline .control-group button.btn.btn-primary.submit-button:active {
  background: #FBEEEF;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}

div#fox-container-m233 .fox-form-inline .control-group button.btn.btn-primary.submit-button span,
div#fox-container-m234 .fox-form-inline .control-group button.btn.btn-primary.submit-button span {
  outline: none;
  border: none;
  color: #A52731;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.0125em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Proza Libre', sans-serif;
}

div#fox-container-m233 .fox-form-inline div#fox-m233-submit-box .controls,
div#fox-container-m234 .fox-form-inline div#fox-m233-submit-box .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

div#fox-container-m234 .fox-form-inline .control-group, div#fox-container-m234 .fox-form-inline .control-group label.control-label {
  margin-right: 0;
}

div#fox-container-m234 .form-input {
  padding: 0;
}

div#fox-container-m234 .fox-form-inline .control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 1rem;
}

div#fox-container-m234 .fox-form-inline .control-group .control-label label {
  margin-right: 1rem;
  max-width: 7rem;
  width: 100%;
  color: #525252;
  font-family: 'Proza Libre', sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.005em;
  min-width: 6rem;
}

div#fox-container-m234 .fox-form-inline .control-group .control-label label span.required {
  display: none;
}

div#fox-container-m234 .fox-form-inline div#fox-m234-submit-box .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}

body.inner_page section.news.news-page {
  display: block;
}

body.inner_page section.mailing, body.inner_page section.feedback, body.inner_page section.news {
  display: none;
}

.intro_text {
  font-style: italic;
  margin: 10px 0;
}

.page-content-block.page-content-block_inner > h4.title_inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'Overpass', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 49px;
  line-height: 64px;
  color: #1C221C;
  font-style: normal;
  margin: 0.5rem 0;
  white-space: wrap;
 
}


.page-content-block.page-content-block_inner > h4.title_inner:before {
  content: url(..//img/icons/zagolovok.svg);
  display: block;
  height: 50px;
  width: 24px;
  float: left;
  margin-right: 1rem;
  margin-top: 0rem;
}
@media (max-width: 992px) {

  .page-content-block.page-content-block_inner > h4.title_inner {
    font-size: 32px;
    line-height: 36px;
   /* display: inline;*/

  }
  .page-content-block.page-content-block_inner > h4.title_inner:before{
    margin-top: -0.7rem;
    margin-right: 0.5rem;
  }

}
@media (max-width: 576px) {
  .container > .container-wrapper > .breadcrumbs > .breadcrumbs-list{
    margin-bottom: 1rem;
  }

  .page-content-block.page-content-block_inner > h4.title_inner {
    font-size: 28px;
    line-height: 30px;
    display: inline;
  }
  .page-content-block.page-content-block_inner > h4.title_inner:before{
    margin-top: -0.7rem;
   
  }

}

section.page-content.page-content_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: none;
  -ms-grid-columns: none;
  grid-template: none;
  grid-gap: 0;
}

.page-content-block_inner img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
}

.page-content {
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  padding-bottom: 2rem;
}

.page-content p {
  margin-bottom: 6px;
  color: #1C221C;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.005em;
}

.share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
  background: #A52731;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* border: 1px solid #A52731;*/
}

.share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge:hover,
.share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge:hover {
  opacity: 0.8;
}

.page-content ol {
  list-style: none;
  counter-reset: steps;
}

.page-content ol li {
  counter-increment: steps;
  margin-bottom: 6px;
  color: #1C221C;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
}

.page-content ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #F5DDB7;
  color: white;
  width: 1.4em;
  height: 1.4em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}

.page-content ul {
  padding: 0;
  list-style: none;
}

.page-content ul li {
  padding: 6px;
}

.page-content ul li:before {
  padding-right: 10px;
  font-weight: bold;
  color: #C0C0C0;
  content: "\2714";
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.page-content ul li:hover:before {
  color: #D74755;
  content: "\2714";
  cursor: pointer;
}

.page-content strong {
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}

.page-content h2 {
  color: #1C221C;
  font-size: 32px;
  line-height: 34px;
  padding: 5px 0;
  display: inline-block;
}

.page-content h3 {
  color: #1C221C;
  font-size: 30px;
  line-height: 32px;
  padding: 5px 0;
  display: block;
}

.page-content h4 {
  color: #1C221C;
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 0.5rem;
  display: block;
}

.page-content h5 {
  color: #1C221C;
  font-size: 28px;
  line-height: 30px;
  padding: 5px 0;
  display: inline-block;
}

.page-content h6 {
  color: #1C221C;
  font-size: 28px;
  line-height: 30px;
  padding: 5px 0;
  display: inline-block;
}

.page-content table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 5px;
  color: #656665;
  border: 1px solid #70856F;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.page-content th {
  font-size: 18px;
  padding: 10px;
}

.page-content td {
  background: #fcf3ec;
  padding: 10px;
}

.page-content .share ul li {
  padding: 0;
}

.page-content .share ul li::before {
  display: none;
}

.page-content .itemImageGallery ul li {
  padding: 0;
}

.page-content .itemImageGallery ul li::before {
  display: none;
}

.page-content span {
  letter-spacing: 0.004em;
  color: #495A49;
  font-size: 12px;
  line-height: 14px;
}

.container > .container-wrapper > .breadcrumbs > .breadcrumbs-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul.sigProArtistic {
  background: #ebebeb !important;
}

li.pagination-arrow a {
  width: 1.125rem;
  height: 1.125rem;
}

li.pagination-arrow a svg {
  width: 1.125rem;
  height: 1.125rem;
}

li.pagination-arrow a svg path {
  fill: #BB7224;
}

li.active.pagination-item a {
  color: #70856F;
}

li.pagination-item a {
  font-size: 0.875rem;
}

.page-content div.itemVideoBlock {
  margin-top: 16px;
}

iframe {
  max-width: 560px !important;
  display: block;
  margin: 1rem auto;
}

@media screen and (max-width: 768px) {
  .mailing > .mailing-wrapper > .mailing-block div#fox-container-m229 .fox-row .fox-column,
  .mailing > .mailing-wrapper > .mailing-block div#fox-container-m230 .fox-row .fox-column {
    min-width: 100%;
    width: 100% !important;
  }
  .secondary-button {
    max-width: 110px;
  }
  .header .nav > .nav-menu > .nav-menu-item.icon-to-text > a {
    height: 26px;
    width: 26px;
  }
}

@media screen and (max-width: 576px) {
  iframe {
    width: 90% !important;
    display: block;
    margin: 1rem auto;
  }
}

/*Форма электронного обращения*/
.modal-form {
  display: none;
  position: absolute;
  left: 100px;
  bottom: -400px;
  background: #F4F6F4;
  -webkit-box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 10px 32px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 1px;
          border-radius: 1px;
  width: 480px;
  padding-top: 48px;
}

.modal-form.dblock {
  display: block;
}

.feedback-block {
  position: relative;
}

#fox-form-m252 .modal-form .fox-column.fox-column12,
#fox-form-m253 .modal-form .fox-column.fox-column12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

div#fox-container-m252.modal-form .fox-column.fox-column12 .controls,
div#fox-container-m253.modal-form .fox-column.fox-column12 .controls {
  float: none;
  margin-left: 126px;
}

div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-captcha-box .controls,
div#fox-container-m253.modal-form .fox-column.fox-column12 #fox-m253-captcha-box .controls {
  width: 150px !important;
  margin-right: 0;
}

div#fox-container-m252.modal-form .fox-column.fox-column12 .controls input,
div#fox-container-m252.modal-form .chzn-container-single .chzn-single,
div#fox-container-m253.modal-form .fox-column.fox-column12 .controls input,
div#fox-container-m253.modal-form .chzn-container-single .chzn-single {
  height: 48px;
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background-image: none;
  background-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div#fox-container-m252.modal-form .fox-form textarea, div#fox-container-m252.modal-form img.fox-item-captcha-img,
div#fox-container-m253.modal-form .fox-form textarea, div#fox-container-m253.modal-form img.fox-item-captcha-img {
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background-image: none;
  background-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

element.style {
  width: 336px;
}

div#fox-container-m252.modal-form .fox-column.fox-column12 .controls input, div#fox-container-m252.modal-form .chzn-container-single .chzn-single, div#fox-container-m253.modal-form .fox-column.fox-column12 .controls input, div#fox-container-m253.modal-form .chzn-container-single .chzn-single {
  height: 48px;
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background-image: none;
  background-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div#fox-container-m253 .fox-form input[type="text"]:hover, div#fox-container-m253 .fox-form input[type="email"]:hover, div#fox-container-m253 .fox-form textarea:hover, div#fox-container-m253 .fox-form input[type="text"]:focus, div#fox-container-m253 .fox-form input[type="email"]:focus, div#fox-container-m253 .fox-form textarea:focus {
  background-color: #ffffe0;
}

.feedback .feedback-block div#fox-container-m253 .fox-form select, .feedback .feedback-block div#fox-container-m253 .fox-form textarea,
.feedback .feedback-block div#fox-container-m253 .fox-form input[type="text"],
.feedback .feedback-block div#fox-container-m253 .fox-form input[type="email"],
.feedback .feedback-block div#fox-container-m252 .fox-form select, .feedback .feedback-block div#fox-container-m252 .fox-form textarea,
.feedback .feedback-block div#fox-container-m252 .fox-form input[type="text"],
.feedback .feedback-block div#fox-container-m252 .fox-form input[type="email"],
.feedback .feedback-block div#fox-container-m253 .chzn-container-single .chzn-single span,
.feedback .feedback-block div#fox-container-m252 .chzn-container-single .chzn-single span {
  margin-top: 16px;
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #70856F;
}

div#fox-container-m252.modal-form .qq-upload-button span,
div#fox-container-m253.modal-form .qq-upload-button span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #70856F;
  margin-top: 4px;
}

div#fox-container-m252 .fox-item-attachments span.help-block,
div#fox-container-m253 .fox-item-attachments span.help-block {
  margin-top: 5px;
  display: none;
}
.fox-item-attachments-btn-cnt::after{
  content: "Поддерживаемые форматы PDF/A, XML, DOC(X), RTF, TXT, ODT, ZIP, RAR, PNG, TIFF, JPEG, JPG";
  font-family: 'Proza Libre', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.0025em;
color: #70856F;
margin-top: 5px;
width: 320px;
display: block;
}

div#fox-container-m252.modal-form .chzn-container-single .chzn-single div,
div#fox-container-m253.modal-form .chzn-container-single .chzn-single div {
  margin-right: 5px;
}

div#fox-container-m252.modal-form .chzn-container-single .chzn-single div b,
div#fox-container-m253.modal-form .chzn-container-single .chzn-single div b {
  background-image: url("..//img/icons/arrow-form.svg") !important;
}

div#fox-container-m252 .fox-item-dropdown .controls select#fox-m252-dropdown3,
div#fox-container-m252 .fox-item-dropdown .controls select#fox-m252-dropdown2,
div#fox-container-m253 .fox-item-dropdown .controls select#fox-m253-dropdown3,
div#fox-container-m253 .fox-item-dropdown .controls select#fox-m253-dropdown2 {
  height: 48px;
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  background-image: none;
  background-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div#fox-container-m252.modal-form .chzn-container-single .chzn-single div b,
div#fox-container-m253.modal-form .chzn-container-single .chzn-single div b {
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

div#fox-container-m252.modal-form .chzn-container,
div#fox-container-m253.modal-form .chzn-container {
  border-bottom: none;
  outline: none;
}

div#fox-container-m252.modal-form .fox-form-stacked .control-label,
div#fox-container-m253.modal-form .fox-form-stacked .control-label {
  margin-left: 10px;
}

div#fox-container-m252.modal-form .control-label, div#fox-container-m252.modal-form .control-label label,
div#fox-container-m252.modal-form .fox-item-attachments .controls label,
div#fox-container-m253.modal-form .control-label, div#fox-container-m253.modal-form .control-label label,
div#fox-container-m253.modal-form .fox-item-attachments .controls label {
  font-family: 'Proza Libre', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #495A49;
}

div#fox-container-m252.modal-form .btn.btn-danger,
div#fox-container-m253.modal-form .btn.btn-danger {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  font-size: 0;
  background-color: #F4F6F4 !important;
  background-image: url("..//img/icons/close-form.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 24px;
  height: 24px;
  padding: 0%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div#fox-container-m252.modal-form .btn.btn-danger:hover,
div#fox-container-m253.modal-form .btn.btn-danger:hover {
  opacity: 0.75;
}

div#fox-container-m252.modal-form .btn.btn-danger span,
div#fox-container-m253.modal-form .btn.btn-danger span {
  display: none;
}

div#fox-container-m252.modal-form .btn.btn-primary,
div#fox-container-m253.modal-form .btn.btn-primary {
  width: 448px;
  display: block;
  margin-left: 16px;
  outline: none;
  border: none;
  background: #A52731;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0125em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 700 0.875rem/0.875rem 'Proza Libre', sans-serif;
}

div#fox-container-m252.modal-form .btn.btn-primary:hover,
div#fox-container-m253.modal-form .btn.btn-primary:hover {
  background: #D74755;
  -webkit-box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 5px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div#fox-container-m252.modal-form .btn.btn-primary:active,
div#fox-container-m253.modal-form .btn.btn-primary:active {
  color: #F4CDD0;
  -webkit-box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset -2px 5px 16px rgba(0, 0, 0, 0.15), inset 0px 2px 4px rgba(0, 0, 0, 0.15);
}

div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-submit-box .controls,
div#fox-container-m253.modal-form .fox-column.fox-column12 #fox-m253-submit-box .controls {
  margin-left: 16px;
}

div#fox-container-m252.modal-form .btn.btn-primary span,
div#fox-container-m253.modal-form .btn.btn-primary span {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .modal-form {
    left: 0;
  }
}

@media screen and (max-width: 576px) {
  body {
    position: relative;
  }
  .fox-item-attachments-btn-cnt::after{
    content: "Поддерживаемые форматы PDF/A, XML, DOC(X), RTF, TXT, ODT, ZIP, RAR, PNG, TIFF, JPEG, JPG";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.0025em;
  color: #70856F;
  margin-top: 5px;
  width: 280px;
  margin-left: -50px;
  display: block;

  }
  #fox-container-m252.modal-form,
  #fox-container-m253.modal-form {
    width: 100vw;
    max-width: 100vw;
    left: -17px;
    right: 17px;
    box-shadow: none;
  }
  div#fox-container-m252.modal-form .btn.btn-primary,
  div#fox-container-m253.modal-form .btn.btn-primary {
    width: -webkit-calc(100vw - 32px);
    width: calc(100vw - 32px);
    margin-right: 0 !important;
  }
  div#fox-container-m252 .fox-item-dropdown .controls select#fox-m252-dropdown3,
  div#fox-container-m252 .fox-item-dropdown .controls select#fox-m252-dropdown2,
  div#fox-container-m253 .fox-item-dropdown .controls select#fox-m253-dropdown3,
  div#fox-container-m253 .fox-item-dropdown .controls select#fox-m253-dropdown2 {
    width: -webkit-calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
  }
  div#fox-container-m252.modal-form .fox-column.fox-column12 .controls input,
  div#fox-container-m252.modal-form .chzn-container-single .chzn-single,
  div#fox-container-m252.modal-form .fox-form textarea, div#fox-container-m252.modal-form img.fox-item-captcha-img,
  div#fox-container-m253.modal-form .fox-column.fox-column12 .controls input,
  div#fox-container-m253.modal-form .chzn-container-single .chzn-single,
  div#fox-container-m253.modal-form .fox-form textarea, div#fox-container-m253.modal-form img.fox-item-captcha-img {
    border: 1px solid #F4F6F4;
    width: -webkit-calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
    margin-right: 0;
  }
  div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-submit-box .controls,
  div#fox-container-m253.modal-form .fox-column.fox-column12 #fox-m253-submit-box .controls {
    width: -webkit-calc(100vw - 32px) !important;
    width: calc(100vw - 32px) !important;
  }
  div#fox-container-m252.modal-form .fox-column.fox-column12 .controls,
  div#fox-container-m253.modal-form .fox-column.fox-column12 .controls {
    margin-left: 16px;
  }
  div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-attachments-box .controls,
  div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-captcha-box .controls,
  div#fox-container-m253.modal-form .fox-column.fox-column12 #fox-m253-attachments-box .controls,
  div#fox-container-m253.modal-form .fox-column.fox-column12 #fox-m253-captcha-box .controls {
    margin-left: -webkit-calc(50vw - 75px);
    margin-left: calc(50vw - 75px);
   /* margin-left: 106px;*/
    margin-right: 0;
  }
  div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-attachments-box .control{
    margin-left: calc(50vw - 100px);
    margin-top: 10px;
    display: block;
  }
  div#fox-container-m252.modal-form .fox-column.fox-column12 #fox-m252-attachments-box .fox-item-attachments-btn-cnt,
  div#fox-container-m253.modal-form .fox-column.fox-column12 #fox-m253-attachments-box .fox-item-attachments-btn-cnt{
    width: 150px;
  }
  .feedback .feedback-block div#fox-container-m253 .fox-form select, .feedback .feedback-block div#fox-container-m253 .fox-form textarea,
  .feedback .feedback-block div#fox-container-m253 .fox-form input[type="text"],
  .feedback .feedback-block div#fox-container-m253 .fox-form input[type="email"],
  .feedback .feedback-block div#fox-container-m252 .fox-form select, .feedback .feedback-block div#fox-container-m252 .fox-form textarea,
  .feedback .feedback-block div#fox-container-m252 .fox-form input[type="text"],
  .feedback .feedback-block div#fox-container-m252 .fox-form input[type="email"],
  .feedback .feedback-block div#fox-container-m253 .chzn-container-single .chzn-single span,
  .feedback .feedback-block div#fox-container-m252 .chzn-container-single .chzn-single span {
    margin-top: 17px;
    font-size: 14px;
    line-height: 16px;
    color: #495A49;
  }
  div#fox-container-m252.modal-form .control-label, div#fox-container-m252.modal-form .control-label label,
  div#fox-container-m252.modal-form .fox-item-attachments .controls label,
  div#fox-container-m253.modal-form .control-label, div#fox-container-m253.modal-form .control-label label,
  div#fox-container-m253.modal-form .fox-item-attachments .controls label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
    color: #70856F;
  }
}
