@charset "UTF-8";

@font-face {
  font-family: "Ikra Slab";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/ikra-slab.woff") format("woff"), url("fonts/ikra-slab.woff2") format("woff2"), url("fonts/ikra-slab.ttf") format("truetype");
}

@font-face {
  font-family: "Ruslan Display";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/ruslan-400-normal.woff") format("woff"), url("fonts/ruslan-400-normal.woff2") format("woff2"), url("fonts/ruslan-400-normal.ttf") format("truetype");
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.line-items > * {
  display: inline-block;
  vertical-align: top;
}

.line-items-middle > * {
  display: inline-block;
  vertical-align: middle;
}

/* Общие стили начало */
html,
body {
  min-height: 100%;
}

body {
  position: relative;
  color: #262626;
}

b,
strong,
h1,
h2,
h3 {
  font-weight: bold;
}

h2 {
  line-height: 1.4;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content {
  background: #fff;
}

.container,
.row {
  position: relative;
}

.section {
  padding-top: 20px;
  padding-bottom: 10px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.flex::before,
.row.flex::after {
  content: normal;
}

.flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-fill {
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
 }

.flex-row-sm,
.flex-row-md,
.flex-row-lg {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-ver-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  width: 100%;
}

.flex-column-xs, .flex-column-xxs {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar > li > a.active-menu {
  color: #1c75c0;
}

.main-page-title a.active-menu{
  color: #337ab7;
}

@media (max-width: 767px) {
  .flex-column-xs {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-12 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .flex-column-xxs {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .xxs-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .flex-row-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .sm-4 {
    width: 33.33%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
  .content {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .flex-row-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33%;
  }
  .md-6 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .flex-row-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33%;
  }
}

.title-normal,
.title-bold {
  font-size: 16px;
  text-transform: uppercase;
}

.title-bold {
  font-weight: bold;
}

.block-title {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #0a0a0a;
}

.preview img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.thumbnail {
  margin-bottom: 20px;
}

.thumbnail h3,
.thumbnail h2 {
  margin: 10px 0;
}

.thumbnail a {
  color: inherit;
}

.thumbnail a:hover {
  text-decoration: underline;
  color: #337ab7;
}

.thumbnail .preview {
  position: relative;
}

.thumbnail .caption {
  padding-bottom: 10px;
  padding-top: 15px;
}

.thumbnail-tag {
  margin-left: 10px;
  margin-right: 5px;
}

.today-mark,
.date {
  margin-right: 5px;
}

.today-mark {
  color: #77acd9;
}

.date {
  color: #a1a1a1;
}

.tourism-tag {
  color: #9fbf47;
}

.tourism-background {
  background: #9fbf47;
}

.politics-tag {
  color: #27ae60;
}

.politics-background {
  background: #27ae60;
}

.culture-tag {
  color: #e79411;
}

.culture-background {
  background: #e79411;
}

.society-tag {
  color: #1c75c0;
}

.society-background {
  background: #1c75c0;
}

.housing-tag {
  color: #16a085;
}

.housing-background {
  background: #16a085;
}

.economy-tag {
  color: #c0392b;
}

.economy-background {
  background: #c0392b;
}

.health-tag {
  color: #8e44ad;
}

.health-background {
  background: #8e44ad;
}

.sport-tag {
  color: #3333aa;
}

.sport-background {
  background: #3333aa;
}

.education-tag {
  color: #00a4b5;
}

.education-background {
  background: #00a4b5;
}

.accidents-tag {
  color: #d35400;
}

.accidents-background {
  background: #d35400;
}

.main-background {
  display: none;
}

.fa {
  font-size: 18px;
}

.fa-calendar {
  color: #1c75c0;
}

.fa-calendar:hover {
  color: #333;
}

.fa-list-ul {
  color: #333;
}

.fa-calendar, .fa-list-ul {
  margin-left: 20px;
}

.icon-mailru {
  display: inline-block;
  background-image: url(images/sprite.png);
  background-position: 0px -25px;
  width: 19px;
  height: 18px;
}

@media (min-width: 992px) {
  .main-background {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 100%;
    min-height: 1080px;
    text-decoration: none;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
/* Общие стили конец */
/*footer начало*/
footer {
  position: relative;
}

footer .content {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-inner {
  position: relative;
  -ms-flex-pack: space-between;
      justify-content: space-between;
  padding-bottom: 20px;
}

.footer-columns-menu {
  width: 100%;
}

.footer-columns-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-columns-menu > div {
  padding-right: 15px;
  width: 100%;
  max-width: 33%;
  min-width: 12px;
}

.footer-nav {
  margin-left: 200px;
  margin-right: 200px;
}

.footer-nav-column {
  width: 100%;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
}

.footer-nav-column:first-child {
	padding-left: 0;
}

.footer-nav-column:last-child {
	padding-right: 0;
}

.footer-inner ul > li > a {
  display: block;
  color: #797979;
}

.footer-inner ul > li > a:hover {
  color: #1c75c0;
}

.footer-nav-child-link {
  color: #797979;
}
.footer-nav-child-link:hover {
  color: #1c75c0;
}

.footer-icons .fa {
  color: #777;
  font-size: 20px;
  margin-right: 10px;
}

.footer-nav-title {
  display: block;
  color: #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footer-end {
  background: #0e4777;
  color: #fff;
  font-size: 12px;
}

.footer-end .container {
  padding-top: 15px;
  padding-bottom: 5px;
}

.footer-icons {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.footer-copyright {
  color: #a1a1a1;
}

@media (max-width: 767px) {
  .footer-inner ul {
    display: none;
  }
  .footer-nav-column {
    text-align: center;
    padding-bottom: 10px;
  }
  .footer-inner {
    padding-bottom: 0;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-icons {
    position: static;
    text-align: center;
    padding-top: 10px;
  }
}

/*footer конец*/

/* Блок Медиатека начало */
.media-navs {
  padding: 0;
  margin: 0;
}

.media-navs > li {
  margin-right: 30px;
}

.media-navs > li > a:hover {
  color: #15568c;
}

.media-navs > li.active > a {
  position: relative;
  color: inherit;
}

.media-navs > li.active > a:before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 6px;
  width: 100%;
  background: #0a0a0a;
}

.media-tabs {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 480px) {
  .media-navs > li {
    margin: 0 15px;
  }
  .media-navs {
    text-align: center;
  }
  .media-navs > li.active > a:before {
    display: none;
  }
}

/* Блок Медиатека конец */

/* Кнопка скрола вверх */
.back-to-top {
  cursor: pointer;
  background: #efefef;
  color: #1c75c0;
  border: 4px solid #1c75c0;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 10px 3px;
  width: 45px;
  height: 45px;
  display: none;
  transition: 0.2s ease-out;
}

.back-to-top .fa {
  line-height: 10px;
  font-size: 44px;
  font-weight: bold;
}

.back-to-top:hover, .back-to-top:focus {
  color: #0e4777;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  background: #efefef;
  background: #fff;
  border-color: #0e4777;
}

@media (max-width: 767px) {
  .back-to-top {
    bottom: 10px;
    right: 20px;
  }
}
/* Конец кнопки */

.icon-top-left {
  top: 20px;
  left: 20px;
}

.icon-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.icon-video,
.icon-media {
  padding: 22px;
  width: 44px;
  height: 44px;
  position: absolute;
  border-radius: 50%;
  background: #1c75c0;
}

.icon-video:before,
.icon-media:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.icon-video:hover,
.icon-media:hover {
  background: #15568c;
}

.icon-video:before {
  background-image: url(images/sprite.png);
  background-position: -20px -25px;
  width: 13px;
  height: 16px;
}

.icon-media:before {
  background-image: url(images/sprite.png);
  background-position: -25px 0px;
  width: 24px;
  height: 15px;
}

.blue-bg {
  background: #1c75c0;
}

.orange-bg {
  background: #e67e22;
}

input[type=radio] {
  width: 14px;
  height: 14px;
  outline: none !important;
  cursor: pointer;
}

input[type=radio]:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  border: 2px solid #555;
  z-index: 5;
  cursor: pointer;
}

.radio input[type=radio] {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 600px) {
  .photo-block {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.lightgray-bg {
  background: #ededed;
}

.content-btn {
  display: block;
  color: #797979;
  background: #ededed;
}

.content-btn:hover {
  background: #d6d6d6;
}

.btn-dark {
  background: #474747;
  color: #fff;
}

.btn-dark:hover {
  background: #5f5f5f;
  color: #fff;
}

.btn-dark:focus {
  color: #fff;
}

.news-item-bottom {
  padding: 0 15px;
}

.news-section {
  padding-bottom: 10px;
}

.news-item-bottom .thumbnail {
  height: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 20px;
}

.news-item-bottom .thumbnail h3 {
  margin: 5px 0 10px;
}

.news-item-bottom .thumbnail .caption {
  padding-top: 0;
  margin-bottom: auto;
}

.block-title-btns {
  float: right;
}

.block-title-btns .fa {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-left: 10px;
  line-height: 22px;
}

.block-title-btns .fa:hover {
  color: #666;
  -ms-transform: scale(1.15);
      transform: scale(1.15);
}

.news-slider .item {
  padding-right: 15px;
  padding-left: 15px;
}

.news-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.intro {
  font-size: 16px;
}

.footer-icons .fa-facebook:hover {
  color: #3b5998;
}

.footer-icons .fa-vk:hover {
    color: #45668e;
}

.footer-icons .fa-twitter:hover {
  color: #00aced;
}

.block-title .news-sort {
    color: #1c75c0;
}

.block-title .news-sort.active {
    color: #333;
}

.rubric-tag {
  padding: 4px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #229955;
}

.rubric-tag:hover {
  color: #fff;
  background: #1c7a44;
  text-decoration: none;
}

.bn-info {
	margin-top: 10px;
}

.bn-preview img {
	display: block;
	/* height: 90px; */
	width: 100%;
}

@media (min-width: 1921px) {
	.main-background {
		background-size: 100% auto;
	}
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.footer-icons .fa-youtube:hover {
  color: #bb0000;
}

.footer-icons .fa-envelope:hover {
  color: #0084ff;
}

.footer-icons .fa-instagram:hover {
  color: #bc2a8d;
}
.bn-item {
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.block-title .title-bold a {
	color: inherit;
}
.block-title .title-bold a:hover {
	color: #1c75c0;
}
.inner-content {
        flex-grow: 1;
}
.weather-container {
	display: none;
	font-size: 14px;
	position: absolute;
	color: #333;
	text-align: right;
	width: 300px;
	top: -120px;
	right: 0;
	padding: 20px;
}
.weather-container p {
	margin-bottom: 4px;
	margin-top: 0;
}
.weather-container .rate {
	margin-left: 5px;
	margin-right: 5px;
}
.weather-container .wi {
	position: relative;
	top: 3px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 2px;
}

@media (min-width: 992px) {
	.weather-container {
		display: block;
	}
}

.aside-container .actual-news {
	padding: 5px 15px;
}

.aside-container .actual-news a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1.title-bold {
  margin: 0px;
}

@media (max-width: 992px) {
	.footer-inner {
		flex-wrap: wrap;
	}
	.footer-nav-column {
		padding-bottom: 20px;
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.footer-nav-column {
		margin: 0 auto;
	}
	.vk_widjet {
		float: none !important;
		width: 200px;
    	margin: 25px auto 130px auto;
	}
	.copyright {
		position: absolute;
    	bottom: 20px;
    	width: 91%;
	}
}

/* varfolomejev start */
#all-news-container > .grid-item > .thumbnail.thumbnail-red  {
  background: #cd3333;
}
#all-news-container > .grid-item > .thumbnail.thumbnail-red .caption {
  padding: 15px 15px 10px;
}
#all-news-container > .grid-item > .thumbnail.thumbnail-red a,
#all-news-container > .grid-item > .thumbnail.thumbnail-red h3,
#all-news-container > .grid-item > .thumbnail.thumbnail-red span {
  color: #fff;
}
#main-menu .sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  background: #fff;
  padding: 0 10px;
}
.angle-down img {
  width: 15px;
  height: 15px;
}
/*#main-menu > li:nth-child(6) .angle-down, #main-menu > li:nth-child(7) .angle-down {*/
/*  display: none;*/
/*}*/
#main-menu > li {
  position: relative;
}
#main-menu > li:hover > .sub-menu {
  display: block;
}
#main-menu .sub-menu li a {
  color: #797979;
  padding: 6px 0;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
#main-menu .sub-menu li:hover a {
  color: #1c75c0;
}
#menu-btn {
  display: none;
}
#desktop-search {
  color: #797979;
  position: absolute;
  width: 220px;
  height: 25px;
  left: 0;
  top: -10px;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 28px;
  cursor: pointer;
  z-index: 300;
}
#menu-search-form.active .hidden {
  display: block !important;
  width: 650px;
}
a.search-page-params {
  border-bottom: 1px dashed blue;
  text-decoration: none;
}
div.search-page-params {
  margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
.search-item {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
}
.interview-item .addition, .search-item .addition {
  padding-bottom: 5px;
}
.date {
  color: #a1a1a1;
}
.today-mark {
  color: #77acd9;
}
.today-mark, .date {
  margin-right: 5px;
}
.interview-name, .search-item-name {
  color: #333;
  font-size: 15px;
}
.news-search-title {
  margin-bottom: 0;
}
.news-search-title .fa-search {
  float: right;
  cursor: pointer;
}
.inline-form .btn {
   padding: 5px 12px;
   margin-left: 20px;
 }
.inline-form > * {
  display: inline-block;
  vertical-align: middle;
}
.inline-form label {
  margin: 0;
  padding-right: 20px;
  color: #333;
  text-transform: uppercase;
}
.extended-search {
  padding: 10px 20px;
}
.extended-search .inline-form {
  padding: 10px 0;
}
.extended-search .search-for {
  width: 80%;
  font-size: 15px;
}
.extended-search .date-input {
  position: relative;
  text-decoration: underline;
  width: 100px;
}
.extended-search .date-separator {
  margin-left: 15px;
  margin-right: 15px;
  width: 12px;
  height: 1px;
  background: #333;
  line-height: 1;
}
.extended-search .date-input {
  position: relative;
  text-decoration: underline;
  width: 100px;
}.extended-search .search-in {
   width: 240px;
   font-size: 15px;
 }
.right-top-triangle {
  position: relative;
}
.right-top-triangle:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 10;
  border-width: 0 20px 20px 0;
  border-color: rgba(0, 0, 0, 0) #0a0a0a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.bootstrap-datetimepicker-widget {
  background: #ededed;
}
.photo-list {
  padding-bottom: 36px;
  position: relative;
}
#infinity-photo-next-page {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.accordion-header {
  background: #e82f2c;
  border-radius: 15px;
  position: relative;
  height: 78px;
  outline: none;
  margin-bottom: 20px;
}
.accordion-header + div {
  display: none;
}
.accordion-header:after {
  display: table;
  visibility: hidden;
}
.accordion-header span {
  display: inline-block;
}
.accordion-header .cup {
  background: url(/upload/kubok-small.png) no-repeat center center;
  width: 47px;
  height: 70px;
  background-size: contain;
  display: inline-block;
  margin: 1px 0 0 21px;
  float: left;
}
.accordion-header span.title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 24px 0 0 17px;
}
.accordion-header span.open-nominants {
  background: #ffea00;
  display: block;
  float: right;
  height: 78px;
  width: 202px;
  border-radius: 15px;
  padding: 23px 78px 0 20px;
  text-align: right;
  line-height: 1em;
  position: relative;
}
.accordion-header span.open-nominants img {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 34px;
}
.accordion-header span.open-nominants span {
  font-size: 13px;
}
.accordion-header.ui-state-active span.open-nominants:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 15px 0 0;
  border-top: 1px solid #e82f2c;
  border-right: 1px solid #e82f2c;
}
.accordion-header.ui-state-active .ui-accordion-header-icon {
  height: 100%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #e82f2c;
  border-radius: 15px 0 0 0;
}
.accordion-header.ui-state-active + div {
  border: 1px solid #e82f2c;
  margin-top: -20px;
  border-radius: 0 0 15px 15px;
  border-top: none;
  padding: 8px 32px 10px;
  margin-bottom: 20px;
}
.accordion-header.ui-state-active + div tr:last-child {
  border: none !important;
}
@media (max-width: 1280px) {
  .accordion-header span.open-nominants {
    padding: 23px 10px 0 10px;
    width: 78px;
  }
  .accordion-header span.open-nominants span {
    display: none;
  }
  .accordion-header span.open-nominants img {
    right: 6px;
  }
}
@media (max-width: 620px) {
  .accordion-header span.open-nominants {
    display: none;
  }
}
@media (max-width: 600px) {
  .extended-search .inline-form {
    text-align: center;
  }
  .extended-search .search-for {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
  .extended-search .btn {
    margin: 0;
  }
  .inline-form label {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .accordion-header .cup {
    display: none;
  }
}
@media (max-width: 480px) {
  .extended-search .inline-form .btn {
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 84px;
    bottom: 15px;
    margin: auto;
  }
  .extended-search {
    text-align: center;
    position: relative;
    padding-bottom: 60px;
  }
  .accordion-header span.title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #desktop-search {
    padding: 0;
    width: 170px;
  }
}
@media (max-width: 767px) {
  #menu-btn {
    display: block;
  }
  #desktop-search {
    display: none;
  }
}
/* varfolomejev end */
.form-find {
  margin-bottom: 20px;
}
.form-find__wrap, .form{
  max-width: 700px;
  margin: 100px auto 50px;
  padding: 40px;
  box-shadow: 1px 1px 9px 3px rgba(0,0,0, .2);
}
.form-find__ttl, .form__ttl {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}
.form-find__item, .form__item{
  margin-bottom: 20px;
}
.form-find__text, .form__text {
  width: 100%;
  height: 40px;
}
.form-find .btn {
  display: inline-block;
  padding: 10px 40px;
}
.form-find__errors {
  max-width: 300px;
  padding: 10px 20px;
  background-color: #c33;
  color: white;
  margin-bottom: 10px;
  display: none;
}
.result-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.result-table__head-td {
  display: none;
  background-color: #ededed;
  text-align: center;
  padding: 5px 10px;
}
.result-table__td {
  padding: 5px;
  border-bottom: 1px solid #797979;
}
.form-find__result.show-items  .result-table__head-td{
  display: block;
}

.menu__wrap {
  padding: 30px 0 0;
}
.menu__item {
  font-size: 18px;
}
.menu__item:before {
  content: '—';
}
.mdou-info {
  display: none;
  padding: 30px 0 0;
  font-size: 18px;
}
.menu-ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .form-find__result.show-items  .result-table__head-td {
    display: none;
  }
  .result-table {
    display: block;
  }
}

.success-form {
  box-shadow: 0 6px 20px rgb(228 228 228 / 73%);
  border-radius: 8px;
  padding: 40px 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.success-form__ttl {
  font-size: 20px;
  margin-bottom: 30px;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #16a085;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #FFF;
}

#successAnimationResult {
  fill: #16a085;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}
#bx-panel .bx-panel-button-group .bx-panel-button #bx_topmenu_btn_solutions_wizard {
  display: none !important;
}
#bx-panel .bx-panel-button-group .bx-panel-button #bx_topmenu_btn_solutions_wizard_menu {
  display: none !important;
}

.kruzhki-row {
  margin-left: -15px;
  margin-right: -15px;
}

.main-page-banner-carousel img {
  width: 100%;
  height: auto;
}