@import '/css/reset.css';

@font-face {
  font-family: 'Heading';
  src: url('/fonts/Heading_Pro_Ultracompressed_Bold_Italic.eot');
  src: local('☺'),
    url('/fonts/Heading_Pro_Ultracompressed_Bold_Italic.woff') format('woff'),
    url('/fonts/Heading_Pro_Ultracompressed_Bold_Italic.ttf') format('truetype'),
    url('/fonts/Heading_Pro_Ultracompressed_Bold_Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Helios';
  src: url('/fonts/HeliosUltraCompressedC.eot');
  src: local('☺'), url('/fonts/HeliosUltraCompressedC.woff') format('woff'),
    url('/fonts/HeliosUltraCompressedC.ttf') format('truetype'),
    url('/fonts/HeliosUltraCompressedC.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Arno';
  src: url('/fonts/arnopro-bold.eot');
  src: local('☺'), url('/fonts/arnopro-bold.woff') format('woff'),
    url('/fonts/arnopro-bold.ttf') format('truetype'),
    url('/fonts/arnopro-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body,
textarea,
input,
select {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  line-height: 1.3em;
  color: #6a6a6a;
  font-size: 62.5%;
  background-color: #fefefe;
  background-image: url(/images/nash-polk_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

body.fixed {
  overflow: hidden;
}

a {
  color: #970101;
  text-decoration: underline;
}

a:hover {
  color: #970101;
  text-decoration: underline;
}

.clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0;
  overflow: hidden;
}

.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}

/* Hide from IE Mac \*/
.clear {
  display: block;
}

/* End hide from IE Mac */

::selection {
  background: #970101;
  color: #ffffff;
}

::-moz-selection {
  background: #970101;
  color: #ffffff;
}

.image_left {
  float: left;
  margin: 0 24px 16px 0;
  padding: 8px;
  background: #ffffff;
}

.image_right {
  float: right;
  margin-left: 0 0 16px 24px;
  padding: 8px;
  background: #ffffff;
}

.button,
a.button {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Philosopher', sans-serif;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: normal;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0;
  border: none;
  background: #720101;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
}

/* grid */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0 0 0 1.8%;
}

.col:first-child {
  margin-left: 0;
}

.col.top {
  margin-bottom: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: '';
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.55%;
}

.span_2_of_4 {
  width: 49.1%;
}

.span_1_of_4 {
  width: 23.65%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 66.06%;
}

.span_1_of_3 {
  width: 32.13%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 49.1%;
  width: 100%;
}

.children_filter,
.in_children_filter,
.child_filters,
.in_child_filters {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.children_filter {
  margin: 40px 0 0;
}

.in_children_filter {
  padding: 20px 0 10px;
  flex-wrap: wrap;
}

.total_number {
  font-family: 'Philosopher', sans-serif;
  font-size: 19px;
  color: #b3291f;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}

.child_filters {
  max-width: 1920px;
  width: 100%;
}

.child_city, .child_age, .child_country {
  width: 100%;
  height: 34px;
  border-radius: 8px;
  padding: 0 8px;
}

.child_filter {
  display: flex;
  flex: 0 0 210px;
  margin: 0 20px;
}

.in_child_filter {
  width: 100%;
}

.swiper-container1 {
  width: 100%;
}

/*  GO FULL WIDTH BELOW 580 PIXELS */
@media only screen and (max-width: 940px) {
  .col {
    margin: 1% 0 1% 0%;
  }

  .span_2_of_2,
  .span_1_of_2 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {

  .span_1_of_4,
  .span_2_of_4,
  .span_3_of_4,
  .span_4_of_4 {
    width: 100%;
  }

  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
}

/* page */
.b-layout {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #faf5e6;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.h-layout {
  padding: 90px 60px 20px 60px;
}

body.welcome div.h-layout-deti {
  padding: 60px 0 20px 0;
}

body.welcome .h-layout,
body.marsh .h-layout {
  padding: 50px 0 20px 0;
}
.swiper-container1{
  width: 100%;
}
.swiper-container1 .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container1 .swiper-slide {
  height: auto;
  width: calc((100% - 60px) / 3);
  padding: 0 0 30px;
}

.swiper-container1 .emul_btn {
  top: 125px;
  z-index: 10;
}

.deti_9_may .top_child_text p {
  font-size: 16px;
}

body.marsh .h-layout {
  padding: 0;
}

body.marsh {
  background-color: #faf5e6;
  background-image: none;
}

.b-holder {
  overflow: hidden;
  zoom: 1;
}

.b-content,
.b-main-slider {
  width: 100%;
  margin-right: -340px;
  float: left;
}

body.map .b-content {
  margin-right: 0;
  float: none;
}
span.lvl_2{
  width: 100%!important;
  text-align: center;
  text-transform: uppercase!important;
  font-size: 12px!important;
  margin: 10px auto 0!important;
  display: flex;
  justify-content: center;
  text-decoration: none!important;
  color: #970101;
  font-family: 'Arno';
}
.b-content-block {
  margin-right: 340px;
  position: relative;
}

body.map .b-content-block {
  margin-right: 0;
}

body.welcome .b-content-block,
body.marsh .b-content-block {
  margin-right: 0;
}

.b-sidebar {
  float: right;
  width: 300px;
  margin-bottom: 30px;
}

.b-fb {
  margin-bottom: 20px;
}

.b-main-sidebar {
  float: right;
  width: 300px;
}

.b-block {
  margin-bottom: 30px;
  position: relative;
}

.b-block-name,
h1.name {
  font-size: 2em;
  color: #970101;
  line-height: 1.2em;
  padding-bottom: 20px;
  font-weight: normal;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  position: relative;
}

.b-block-name.center {
  text-align: center;
}

.b-sidebar .b-block-name {
  font-size: 20px;
  padding-bottom: 15px;
}

/*.b-block-name span, h1.name span {
    color: #b3291f;
}*/

.b-block-name a.rss {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  background: url(/images/rss_ico.png) no-repeat 0 0;
  margin-left: 8px;
}

.b-block-action {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}

h1.title {
  font-size: 3.2em;
  color: #970101;
  font-family: 'Philosopher', sans-serif;
  line-height: 1.1em;
  padding-bottom: 20px;
  font-weight: normal;
}

.date {
  font-size: 12px;
  color: #adadad;
  font-weight: normal;
  padding-right: 4px;
}

.view {
  padding-left: 20px;
  font-size: 11px;
  color: #adadad;
  font-weight: bold;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(/images/ico.png) no-repeat 0 -32px;
  margin-right: 8px;
}

.comments {
  padding-left: 20px;
  font-size: 11px;
  color: #adadad;
  font-weight: bold;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(/images/ico.png) no-repeat 0 0;
}

.video {
  width: 16px;
  height: 12px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(/images/ico.png) no-repeat 0 -64px;
  vertical-align: -2px;
  margin-right: 2px;
}

.photo {
  width: 16px;
  height: 12px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: -2px;
  background: url(/images/ico.png) no-repeat 0 -96px;
}

.b-all {
  font-size: 1.4em;
  color: #970101;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
}

.b-all a {
  display: inline-block;
  border: 1px solid #970101;
  padding: 8px 12px;
  text-decoration: none;
}

/* main page */
.b-main-block {}

.b-main-polk {
  padding: 0px 60px;
}

.b-main-holder {
  padding: 60px 60px 40px 60px;
}

.b-main-holder ul {
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
}

.b-main-holder ul:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-main-holder li {
  width: 30%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.b-main-anons {}

.b-main-anons-img {
  margin-bottom: 20px;
}

.b-main-anons-img img {
  width: 100%;
}

.b-main-anons-names {
  text-align: center;
  font-size: 2em;
  color: #131414;
  line-height: 1.2em;
  padding-bottom: 4px;
  font-weight: normal;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
}

.b-main-anons-counter {
  display: inline-block;
  font-size: 1.6em;
  color: #ffffff;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  padding: 5px;
  background: #970101;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.b-main-anons-text {
  font-size: 1.3em;
  color: #131414;
  line-height: 1.3em;
}

.b-main-anons-text p {
  padding-bottom: 18px;
}

.b-main-anons-btn {
  text-align: center;
  position: relative;
  width: 168px;
  margin: 0 auto;
}

.b-main-anons-btn span {
  font-size: 1.5em;
  color: #970101;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  text-align: left;
}

.b-main-anons-btn span a {
  color: #970101;
  text-decoration: none;
}

.b-top-locations {
  padding: 30px 20px 10px 60px;
  margin-bottom: 0;
}

.b-sidebar .b-top-locations {
  padding: 0 20px;
}

.b-top-locations ul {
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
}

.b-top-locations ul:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-top-locations li {
  width: 48%;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.b-top-locations li {
  width: 24%;
}

.b-sidebar .b-top-locations li {
  width: 100%;
}

.b-top-locations li img {
  max-width: 100%;
}

.b-top-locations-name {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.b-top-locations-name span {
  display: inline-block;
  font-size: 1.6em;
  color: #ffffff;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  padding: 5px;
  background: #970101;
  width: 180px;
}

.b-top-locations-name span a {
  color: #ffffff;
  text-decoration: none;
}

.b-top-faces {
  padding: 7px 0 40px 0;
  margin-right: 60px;
  overflow: hidden;
}

.for_marsh {
  max-width: 529px;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

.for_marsh img {
  width: 100%;
}

/* banner */
.b-banner span {
  display: block;
  font-size: 10px;
  color: #aca89b;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.b-banner-300 {}

/* main */
.b-content-holder {
  width: 100%;
  margin-right: -340px;
  float: left;
}

/* header */
.b-header-wrapper {
  max-width: 1160px;
  padding: 65px 40px 65px 40px;
  margin: 0 auto;
  position: relative;
}

#header {
  overflow: hidden;
  zoom: 1;
}

.b-topline {
  overflow: hidden;
  zoom: 1;
}

.b-logo {
  float: left;
  margin-right: 20px;
}

.b-header-ad {
  position: relative;
  background: linear-gradient(180deg, #931221, #710600);
  font-size: 1.8em;
  color: #ffffff;
  line-height: 1.3em;
  font-weight: normal;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  zoom: 1;
  padding: 15px;
  max-width: 400px;
  text-align: center;
}

.b-link {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: 200px;
  z-index: 1;
}

.b-link a {
  display: block;
  width: 100%;
  height: 200px;
}

.b-menu {
  position: absolute;
  top: -30px;
  padding-top: 25px;
  width: 100%;
  text-align: center;
  background: url(/images/menu_bg.png) repeat-x center top;
}

.b-subproject {
  width: 100%;
  padding: 10px 0 20px 0;
  text-align: center;
  background: url(/images/subproject_bg.png) repeat-x center bottom;
}

.b-site-nav li,
.b-subproject li {
  font-weight: bold;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 2em;
  line-height: 1.2em;
  color: #970101;
  position: relative;
  text-transform: uppercase;
  font-family: 'Philosopher', sans-serif;
}

.b-subproject li {
  font-size: 1.6em;
}

.b-site-nav li a {
  color: #970101;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
}

.b-subproject li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 6px 5px 12px 5px;
}

.b-site-nav li a:hover,
.b-site-nav li.current>a,
.b-subproject li a:hover {
  text-decoration: underline;
}

.b-site-nav li li a {
  color: #0093b7;
  background: #ffffff;
}

.b-subproject {}

.b-lang {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 22;
  font-family: 'Philosopher', sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: bold;
  color: #31251d;
  text-transform: uppercase;
  background: url(/images/lang_bg.png) no-repeat top left;
  padding: 0 15px 0 29px;
}

.b-lang a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 12px 10px 15px 10px;
}

.b-lang a.active {
  color: #31251d;
  text-decoration: none;
}

.b-more {
  font-size: 1.3em;
  color: #970101;
  line-height: 1.2em;
  text-align: right;
}

.b-more a {
  text-decoration: none;
  border-bottom: 1px dotted #970101;
}

/* slider */
.b-slider {
  position: relative;
  max-height: 370px;
  overflow: hidden;
  zoom: 1;
}

.b-slider img {
  display: block;
}

.b-slider-holder {
  margin-right: 340px;
  position: relative;
}

.b-slider-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(/images/shadow.png) repeat-x top left;
}

.b-slider-info h3 {
  font-size: 3.2em;
  color: #ffffff;
  line-height: 1.1em;
  font-family: 'Philosopher', sans-serif;
}

.h-slider-info {
  padding: 30px;
}

.b-top-veteran-header {
  margin-bottom: 10px;
  display: inline-block;
  /* font-size: 1.6em; */
  /* color: #ffffff; */
  text-transform: uppercase;
  /* background: #970101; */
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
  padding: 5px 0;
  color: #970101;
  text-align: center;
  width: 100%;
  margin: 0 0 15px;
}

.b-top-veteran-header a {
  color: #ffffff;
  color: #970101;
  text-decoration: none;
}

.b-top-veteran-img {
  float: left;
  margin-right: 20px;
}

.b-top-veteran-name {
  font-size: 2.4em;
  color: #970101;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: 'Philosopher', sans-serif;
  padding: 0 20px 0 0;
}

.b-top-veteran-name a {
  color: #970101;
  text-decoration: none;
}

.b-top-veteran-dob {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #131414;
  font-weight: bold;
  margin-bottom: 20px;
}

.b-top-veteran-date {
  font-size: 1.4em;
  color: #970101;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.b-top-veteran-desc {
  font-size: 1.3em;
  color: #131414;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding: 0 30px 0 0;
}

.b-top-veteran-desc a {
  color: #131414;
  text-decoration: none;
}

.b-top-veteran-btn {
  font-size: 1.4em;
  color: #970101;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
}

.b-top-veteran-btn a {
  display: inline-block;
  border: 1px solid #970101;
  padding: 8px 12px;
  text-decoration: none;
}

/* static text */
.b-static-text.border {
  background: url(/images/sep.gif) repeat-x bottom left;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.b-hidden {
  display: none;
}

.b-static-img {
  position: relative;
  margin-bottom: 30px;
}

.b-static-text img,
.b-static-img img,
.b-static-img iframe,
.b-static-text video,
.b-static-text object,
.b-static-text embed,
.b-static-text iframe,
.b-static-video embed,
.b-static-video video,
.b-static-video object,
.b-static-video iframe {
  max-width: 100%;
  display: block;
}

.b-static-text h1 {
  font-size: 3.6em;
  color: #720101;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Philosopher', sans-serif;
}

.b-static-text h2 {
  font-size: 3em;
  color: #720101;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-weight: normal;
}

.b-static-text h3 {
  font-size: 2em;
  color: #720101;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-weight: normal;
  font-style: italic;
}

.b-static-text h4 {
  font-size: 2em;
  color: #000000;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-weight: normal;
}

.b-static-text p {
  font-size: 1.3em;
  color: #2c2c29;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.b-static-text p strong {
  font-weight: bold;
}

.b-static-text p em {
  font-style: italic;
}

.b-static-text ul,
.b-static-text ol {
  margin: 0 0 10px 30px;
}

.b-static-text ul li {
  font-size: 1.3em;
  color: #2c2c29;
  line-height: 1.4em;
  padding-bottom: 10px;
  list-style: disc;
  list-style-position: inside;
}

.b-static-text ol li {
  font-size: 1.3em;
  color: #2c2c29;
  line-height: 1.4em;
  padding-bottom: 8px;
  list-style: decimal;
}

.b-static-text table {
  width: 100%;
  margin-bottom: 25px;
}

.b-static-text th,
.b-static-text thead td {
  font-size: 1.4em;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.2em;
  color: #2c2c29;
  text-align: left;
  padding: 15px 20px;
  background: #ede7d6;
}

.b-static-text td {
  font-size: 1.3em;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.3em;
  color: #2c2c29;
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid #e3e0d9;
}

.b-static-text td p {
  font-size: 13px;
  font-weight: normal;
  color: #2c2c29;
  padding: 0;
}

/* news */
.b-news-list {}

.b-news-onmain {
  padding: 60px 60px 40px 60px;
  background: #ece9da;
}

.b-news-item {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 30px;
}

.b-news-img {
  float: left;
  margin-right: 15px;
  max-width: 220px;
}

.b-news-img img {
  max-width: 100%;
}

.b-news-info {
  /*overflow: hidden;
    zoom: 1;*/
}

.b-news-title {
  font-size: 1.8em;
  color: #970101;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: 'Philosopher', sans-serif;
}

.b-news-title h3 {
  font-weight: normal;
}

.b-news-title a {
  color: #970101;
  text-decoration: none;
}

.b-news-title a:hover {
  text-decoration: underline;
}

.b-news-date {
  font-size: 1.3em;
  color: #b7b7b7;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.b-news-desc {
  font-size: 1.3em;
  color: #131414;
  line-height: 1.2em;
}

.b-news-desc b {
  color: #970101;
  font-weight: bold;
}

.b-news-desc a {
  color: #2c2c29;
  text-decoration: none;
}

.b-news-video img,
.b-news-video iframe,
.b-news-video object {
  max-width: 100%;
  display: block;
}

.b-news-stat {
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #adadad;
  line-height: 1.2em;
}

.b-news-stat span.date {
  padding-right: 20px;
}

.b-news-stat span.author {
  padding-right: 20px;
  text-transform: uppercase;
}

.b-news-image {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 540px;
}

.b-news-image img {
  max-width: 100%;
}

.b-news-source {
  margin-bottom: 20px;
  font-size: 1.3em;
  color: #adadad;
  line-height: 1.2em;
}

.b-news-other {
  background: url(/images/sep.gif) repeat-x top left;
  padding-top: 30px;
}

.b-news-ico {
  margin-top: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.b-news-ico a {
  color: #0f7886;
  padding-right: 5px;
}

.b-news-ico a:hover {
  color: #b3291f;
}

.b-news-media {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.b-share-block {
  margin-bottom: 30px;
}

/* polk monument */
.b-mapa {
  margin-bottom: 30px;
  position: relative;
}

.b-map-link {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  font-size: 1.3em;
  line-height: 1.2em;
}

.b-map-link a {
  padding-left: 20px;
  background: url(/images/ico.png) no-repeat 0 -128px;
}

.b-mapa p {
  font-size: 1.8em;
  color: #30312c;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: 'Philosopher', sans-serif;
}

.h-mapa {
  background: #ece7d8;
  padding: 15px 20px 20px 20px;
}

#map_canvas {
  width: 100%;
  height: 280px;
}

.b-polk.sep {
  background: url(/images/sep.gif) repeat-x top left;
  padding-top: 30px;
  margin-top: 20px;
}

.b-polk-letters {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 30px;
  background: url(/images/sep.gif) repeat-x bottom left;
  margin-bottom: 20px;
}

.b-polk-letters a {
  text-transform: uppercase;
  font-size: 1.3em;
  background: #ece7d8;
  color: #2c2c29;
  line-height: 1.4em;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 6px;
  margin: 0 4px 4px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.b-polk-letters a.active,
.b-polk-letters a:hover {
  background: #720101;
  color: #ffffff;
}

.b-our-polk-list,
.b-monument-list {
  overflow: hidden;
  zoom: 1;
}

.b-our-polk-list ul,
.b-monument-list ul {
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
}

.b-our-polk-list ul:after,
.b-monument-list ul:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-our-polk-list li {
  width: 18%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: top;
}

.b-monument-list li {
  width: 30%;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  vertical-align: top;
}

.b-our-polk-img,
.b-monument-img {
  margin-bottom: 10px;
  text-align: center;
}

.b-our-polk-img img,
.b-monument-img img {
  display: block;
  max-width: 100%;
}

.b-our-polk-name,
.b-monument-name {
  font-size: 1.6em;
  color: #970101;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
  text-align: center;
}

.b-our-polk-name a,
.b-monument-name a {
  text-decoration: none;
}

.b-our-polk-name a:hover,
.b-monument-name a:hover {
  text-decoration: underline;
}

.b-monument-search,
.b-polk-search {
  position: relative;
  margin-bottom: 30px;
}

.b-monument-search .button,
.b-polk-search .button {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.h-monument-search,
.h-polk-search {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
}

.b-monument-search h3,
.b-polk-search h3 {
  font-size: 2em;
  color: #720101;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
}

.b-monument-search a.link,
.b-polk-search a.link {
  font-size: 3.4em;
  color: #970101;
  line-height: 1.2em;
  display: block;
  padding-top: 20px;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}

/* gallery */
.b-media-gallery {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.b-media-gallery li {
  float: left;
}

.b-media-gallery li img {
  display: block;
  border: 1px solid #c4b897;
}

/* search */
.b-search-sidebar {
  background: #ece7d8;
  padding: 19px 20px;
  margin-bottom: 30px;
}

body.welcome .b-search-sidebar,
body.marsh .b-search-sidebar {
  position: absolute;
  margin-bottom: 0;
  top: 65px;
  right: 40px;
  z-index: 1;
}

body.welcome .b-sidebar .b-search-sidebar,
body.marsh .b-sidebar .b-search-sidebar {
  display: none;
}

.b-search-sidebar-form {
  position: relative;
}

.b-search-sidebar-form input.input {
  border: none;
  background: #ffffff;
  border: 1px solid #b7af9a;
  font-size: 1.4em;
  padding: 7px 36px 8px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-search-sidebar-form .submit {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
  top: 0;
  right: 0;
  text-indent: -9999px;
  border: none;
  margin: 0;
  font-size: 0;
  border: none;
  background: #ffffff url(/images/search_ico.png) no-repeat 0 0;
}

.b-search-form {
  background: #ece7d8;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}

.b-search-form p {
  margin-bottom: 20px;
}

.b-search-form input.input {
  border: 1px solid #b7af9a;
  background: #ffffff;
  font-size: 1.4em;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-search-category {
  overflow: hidden;
  zoom: 1;
}

.b-search-category dt {
  font-size: 1.8em;
  color: #000000;
  line-height: 1em;
  font-family: 'Philosopher', sans-serif;
  margin-bottom: 10px;
}

.b-search-category dd {
  font-size: 1.2em;
  color: #000000;
  line-height: 1.2em;
  float: left;
  margin-right: 20px;
  padding-bottom: 10px;
}

.b-search-category dd input {
  vertical-align: -2px;
}

.b-search-submit {}

.b-search-count,
.b-search-error {
  font-size: 2.4em;
  line-height: 1.1em;
  color: #000000;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(/images/sep.gif) repeat-x bottom left;
}

/* tabs */
.b-tabs {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 30px;
}

.b-tabs li {
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: 'Philosopher', sans-serif;
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}

.b-tabs li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.b-tabs li a.active,
.b-tabs li a:hover {
  text-decoration: none;
  color: #faf5e6;
  background: #720101;
}

/* form */
.b-form {
  position: relative;
  background: #ece7d8;
  padding: 40px;
  margin-bottom: 30px;
}

.b-form-text {
  font-size: 1.5em;
  color: #2c2c29;
  line-height: 1.3em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(/images/sep.gif) repeat-x bottom left;
}

.b-form-row {
  margin-bottom: 20px;
  font-size: 12px;
}

.b-form-row label {
  font-size: 18px;
  line-height: 16px;
  padding-bottom: 8px;
  color: #000000;
  font-family: 'Philosopher', sans-serif;
  display: block;
}

.b-form-row label.required {
  padding: 2px 0 8px 16px;
  background: url(/images/star_ico.png) no-repeat top left;
}

.row_monument_translations>label,
.row_monument_translations .nav-tabs,
.row_veteran_translations>label,
.row_veteran_translations .nav-tabs {
  display: none;
}

.b-form .input,
.b-form select,
.b-form textarea {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  margin: 0;
  background: #ffffff;
  border: 1px solid #b7af9a;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-form textarea {
  width: 100%;
}

.b-form-submit {}

.b-form-done {
  font-size: 1.3em;
  color: #373b37;
  font-weight: normal;
  line-height: 1.3em;
  padding: 30px 30px 30px 80px;
  background: #dce0cb url(/images/done_ico.gif) no-repeat 30px 25px;
}

.b-form-notice {
  font-size: 1.3em;
  color: #025662;
  font-weight: normal;
  line-height: 1.3em;
  padding: 30px 30px 30px 80px;
  background: #d4e3d7 url(/images/notice_ico.gif) no-repeat 30px 25px;
}

.b-form-error {
  font-size: 1.3em;
  color: #720101;
  font-weight: normal;
  line-height: 1.3em;
  padding: 30px 30px 30px 80px;
  background: #e4cec1 url(/images/error_ico.gif) no-repeat 30px 25px;
}

/* page selector */
.b-page-selector {
  text-align: center;
  position: relative;
  zoom: 1;
  overflow: hidden;
  padding-top: 30px;
  background: url(/images/sep.gif) repeat-x top left;
}

.b-page-selector a {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #970101;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  border: 1px solid #ece0c3;
  margin: 0 3px;
}

.b-page-selector span.current,
.b-page-selector a:hover {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #ffffff;
  background: #730101;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  border: 1px solid #730101;
  margin: 0 3px;
}

/* footer */
.b-footer {
  position: relative;
  max-width: 1080px;
  padding: 40px 60px 70px 60px;
  margin: 0 auto;
  position: relative;
  background: url(/images/footer_bg.png) no-repeat center top;
}

.b-copyright {
  font-size: 1.8em;
  color: #797569;
  line-height: 1.2em;
  padding-right: 260px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.b-footer-text {
  font-size: 1.2em;
  color: #797569;
  line-height: 1.2em;
  padding-right: 260px;
  margin-top: 8px;
}

.b-webdev {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 1;
  font-size: 1.1em;
  color: #797569;
  line-height: 1.2em;
  width: 130px;
  padding-left: 40px;
  background: url(/images/ag.png) no-repeat 0 0;
}

.b-partners {
  padding: 0 20px 40px 20px;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.b-partners h3 {
  font-size: 1.8em;
  color: #797569;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.b-partners li {
  display: inline-block;
  padding: 0 5px 10px 5px;
}

.b-footer-menu {}

.b-footer-menu ul {
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
  display: flex;
}

.b-footer-menu ul:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.b-footer-menu li {
  width: 25%;
  display: flex;
  flex: 0 0 25%;
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.b-footer-menu li img {
  max-width: 100%;
}

.b-footer-menu-name {
  position: absolute;
  width: 100%;
  top: 15px;
  z-index: 1;
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  line-height: 1.2em;
  padding-bottom: 4px;
  font-weight: normal;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
}

.b-footer-menu-name a {
  color: #ffffff;
  text-decoration: none;
}

/* fix */
.gm-style .gm-style-iw {
  font-size: 10px !important;
}

.nask_polk_online .h1,
.intro_polk_online,
.button_connect,
.wu_title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  align-self: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.nask_polk_online * {
  box-sizing: border-box;
}

.nask_polk_online .h1 {
  margin: 20px auto 30px;
}

.button_fb_google.non-active {
  /* pointer-events: none;
    background: linear-gradient(0deg, #dbdbdb, #d9d9d9);
    filter: grayscale(1);
    opacity: 0.1; */
}

.nask_polk_online h1 {
  font-size: 45px;
  color: #e01300;
  text-transform: uppercase;
  font-family: 'Heading';
  font-family: 'Arno';
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.05rem;
  text-align: center;
  font-weight: 800;
  /* font-style: italic; */
}

.in_po {
  max-width: 868px;
  width: 100%;
  flex: 0 1 868px;
  display: flex;
  margin: 0 auto;
  align-self: flex-start;
  align-items: center;
  padding: 0 80px;
  background-color: #faf6eb;
  box-shadow: 0px 10px 105px -5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.intro_text {
  display: flex;
  min-height: 150px;
  width: 100%;
  flex-wrap: wrap;
  padding: 40px 0;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.writing_us {
  display: table;
  margin: 0 auto;
  max-width: 868px;
  width: 100%;
}

.writing_us .all_comments {
  background-color: #ffffff;
  margin: 15px 0 0;
  padding: 10px 15px;
  border-radius: 10px;
}

/* .in_po .intro_text p{
    color: #e01300;
    text-transform: uppercase;
    line-height: 1.22;
    font-family: 'Philosopher', sans-serif;
    font-size: 22px;
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    font-weight: 900;
} */
.in_po .intro_text p {
  font-size: 22px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 400;
  color: #131414;
  line-height: 1.42;
  font-family: 'Philosopher', sans-serif;
}

.section_children {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 60px;
  margin: 40px 0 0;
}

.top_child_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  height: 470px;
}

.in_top_child_block,
.top_child_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.top_child_img {
  background-image: url('/images/background/child-big.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
}

.top_child_text_block {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 75px;
}

.child_text .date_added {
  display: flex;
  font-size: 11px;
  text-transform: uppercase;
  margin: 6px 15px 8px;
  color: #908d85c7;
  font-family: 'Roboto';
}

.top_child_header h2 {
  font-family: 'Philosopher', sans-serif;
  font-size: 44px;
  width: 100%;
  color: #e01300;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.top_child_add_btn {
  display: flex;
  margin: 0 0 15px;
}

.in_tcab {
  display: flex;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d40d06;
  font-size: 24px;
  padding: 11px 25px;
  line-height: 1;
}

.in_tcab:hover {
  cursor: pointer;
  background-color: #a30d08;
}

.top_child_text {
  display: table;
  max-width: 400px;
  width: 100%;
}

.top_child_text p {
  font-family: 'Philosopher', sans-serif;
  color: #fff;
  line-height: 1.32;
  margin: 0 0 15px;
  font-size: 20px;
}

.additional_text p {
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto';
  margin: 0 0 5px;
  opacity: 0.75;
}

.intro_text p:last-child {
  margin-bottom: 0;
}

.button_fb_google {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  padding: 18px 30px 17px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px solid #e01300;
  color: #f9f4e5;
  background-color: transparent;
  font-family: 'Philosopher', sans-serif;
  font-size: 26px;
  background: linear-gradient(0deg, #b10000, #e01300);
  position: relative;
  letter-spacing: -0.05rem;
  font-style: normal;
}

.children_video_list,
.in_cvl,
.children_videos,
.in_children_videos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  position: relative;
}

.children_videos {
  margin: 30px 0 0;
}

.in_child_text {
  font-size: 19px;
  margin: 5px 15px 15px;
  color: #131414;
}

.in_children_video {
  position: relative;
  margin: 0 20px;
}

.in_children_video:hover {
  cursor: pointer;
}

.in_children_video:hover img {
  filter: brightness(120%);
}

.in_cvl {
  font-family: 'Philosopher', sans-serif;
  font-size: 24px;
}

.children_video {
  /* Center slide text vertically */
  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;
}

.swiper-container {
  width: 100%;
  height: 220px;
}

.emul_btn {
  width: calc(100% - 40px);
  height: 30px;
  position: absolute;
  left: 20px;
  right: 0;
  top: 115px;
  z-index: 10;

  background: left center / auto 100% no-repeat url('/images/background/triangle-yt.svg'),
    right bottom / 250px auto no-repeat url('/images/background/line-yt.svg');
}

.in_children_video img {
  width: 100%;
  transition: 0.15s;
}

.children_video_modal,
.send_video_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  display: none;
}

.children_video_modal *,
.send_video_modal * {
  box-sizing: border-box;
}

.children_video_modal.active,
.send_video_modal.active {
  display: table;
}

.children_video_back,
.close_video_back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  height: 100%;
  width: 100%;
  background-color: #000000e3;
}

.children_video_in_modal {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 120;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  background: #fff;
}

.modal_video_text,
.send_video_modal .cvm_block {
  padding: 20px 30px;
  width: 100%;
  display: table;
  position: relative;
}

.send_video_modal label {
  font-size: 15px;
  margin: 0 0 3px;
}

.close_modal {
  position: absolute;
  color: #931221;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
}

.send_video_modal input[type='text'] {
  border: 1px solid #931221;
  padding: 8px 16px;
  font-size: 18px;
  width: 500px;
}

.send_video_modal .input {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.input.hidden {
  display: none;
}

.send_video_modal form {
  width: 500px;
  flex-wrap: wrap;
  display: flex;
}

.send_video_modal h3 {
  font-size: 24px;
  text-align: center;
  color: #e01300;
  font-size: 22px;
  line-height: 1;
  font-family: 'Philosopher', sans-serif;
  margin: 0 0 15px;
}

.send_video_modal input[type='checkbox'] {
  margin: 0 7px 0 0;
}

.header_text {
  color: #e01300;
  font-size: 22px;
  line-height: 1.42;
  font-family: 'Philosopher', sans-serif;
}

.all_children_video {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 25px 0 0;
}

.all_children_video a {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  padding: 15px 25px 12px;
  background: #970101;
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  color: var(--swiper-navigation-color, #d40d06);
  top: 43%;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.in_cvl h2 {
  color: #e01300;
  width: 100%;
  text-align: center;
  margin: 35px 0 15px;
  text-decoration: uppercase;
}

/*.button_fb_google::before {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    left: 30px;
    top: 11px;
    background-image: url('/images/like.png');
    background-position: bottom center;
    background-size: 100% auto;
}*/
.button_fb_google:hover {
  cursor: pointer;
  color: #f9f4e5;
  background: linear-gradient(0deg, #b10000, #b10000);
}

.button_connect:hover .button_fb_google::before {
  background-position: bottom center;
}

.button_connect {
  width: auto;
  margin: 0;
  display: none;
}

.with_us_block {
  display: flex;
  max-width: 1920px;
  width: 100%;
  flex: 0 0 100%;
  align-items: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  margin: 40px auto 10px;
  justify-content: center;
}

.in_wub {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 390px;
}

.with_us_title,
.people_connected,
.persons_connected,
.wu_title,
.cummulative_counter,
.cc_block,
.cc_title {
  display: flex;
  width: 100%;
  flex: 0 1 100%;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: center;
}

.cummulative_counter {
  margin: 12px 0 30px;
  flex-wrap: wrap;
}

.cc_title {
  position: relative;
  z-index: 100;
  bottom: 0;
  flex: 0 0 160px;
  align-items: flex-end;
  align-self: flex-start;
  margin: 17px 0 0;
}

.cc_block {
  max-width: auto;
  flex: 0 1 auto;
  flex-wrap: wrap;
  margin: 0 0 35px 0;
  position: relative;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: flex-end;
  align-self: center;
  align-items: flex-start;
}

.cc_title h2 {
  font-family: 'Heading';
  font-family: 'Arno';
  font-weight: normal;
  font-size: 32px;
  color: #e01300;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 -5px;
  /* font-style: italic; */
  font-weight: 800;
}

.cc_counter {
  display: table;
  position: relative;
  line-height: 1;
  margin: 0 0 -8px 15px;
  font-weight: 800;
}

.cc_counter span {
  color: #e01300;
  font-size: 50px;
  font-family: 'Heading';
  font-family: 'Arno';
  font-weight: normal;
  line-height: 1;
  width: 300px;
  text-align: left;
  text-decoration: underline;
  /* font-style: italic; */
}

.with_us_title {}

.with_us_title h2,
.wu_title h2 {
  font-family: 'Philosopher', sans-serif;
  font-size: 24px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #e01300;
}

.with_us_title h2 {
  padding: 0 0 20px;
}

.wu_title h2 {
  margin: 40px auto 20px;
}

.yt_block iframe,
.yt_block video {
  border-radius: 10px;
  box-shadow: 0 15px 19px -7px rgba(0, 0, 0, 0.25);
}

.people_connected {
  display: flex;
  height: 390px;
  overflow-y: scroll;
  flex-wrap: wrap;
  position: relative;
}

.with_us_block::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  left: 0;
  height: 125px;
  background: linear-gradient(0deg, #faf5e6, #faf5e600);
}

.person_connected {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 1 100%;
  margin: 0 0 15px;
  align-self: center;
  align-items: center;
}

.person_avatar {
  max-width: 35px;
  display: flex;
  align-self: center;
  align-items: center;
}

.person_avatar img {
  width: 100%;
  border-radius: 50%;
}

.person_name {
  font-size: 15px;
  width: calc(100% - 35px);
  flex: 0 1 calc(100% - 35px);
  padding: 0 20px 0 15px;
  color: rgba(0, 0, 0, 0.85);
}

.yt_block {
  display: flex;
  flex: 0 0 100%;
  margin: 0 20px 0 0;
  align-items: flex-start;
  align-self: flex-start;
  border-radius: 15px;
  overflow: hidden;
  justify-content: center;
}

.fb_subs iframe {
  height: 275px;
}

.top_promo {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 34px auto 20px;
}

.promo_link {
  background-image: url('/images/background/top-promo.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.promo_link:hover {
  text-decoration: none;
}

.in_top_promo {
  padding: 0 40px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.in_top_promo p {
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
  font-weight: 400;
}

.promo_header {
  font-family: 'Philosopher', sans-serif;
  font-size: 30px;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #e01300;
  padding: 25px 0 10px;
  text-align: left;
  font-weight: 400;
}

.yt_block video {
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  border-radius: 15px;
  overflow: hidden;
}

.online_yt_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  margin: 0 auto 20px;
  width: 100%;
}

.online_yt_block .button_connect {
  margin: 25px auto;
}

.all_comments {
  display: table;
  text-align: center;
  width: 100%;
  margin: 0;
  max-width: 868px;
}

.all_modal,
.in_all_modal,
.close_back {
  display: table;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.in_modal_text.second {
  display: none;
}

.registered_comments {
  display: none;
  width: 100%;
  justify-content: center;
}

.marsh .registered_comments {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto 80px;
}

.registered_comments.opened {
  display: table;
  padding: 0 20px;
}

.modal.active .in_modal_text.first,
.in_modal_btns.registered,
.before_hide.hide {
  display: none;
}

/* .b-main-polk.clear{
    display: none;
} */
.nask_polk_online .h1 span {
  width: 100%;
  font-size: 32px;
  color: #e01300;
  text-transform: uppercase;
  font-family: 'Heading';
  font-family: 'Arno';
  font-weight: normal;
  margin: 35px 0 0;
  line-height: 1.12;
  display: none;
  /* font-style: italic; */
}

.second h2 {
  margin: 0 auto;
}

.in_modal_btns p {
  margin: 15px auto 0;
  font-size: 16px;
}

.modal.active .in_modal_text.second {
  display: flex;
}

.all_modal {
  display: none;
}

.all_modal.active {
  display: table;
  z-index: 1005;
}

.in_all_modal {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.close_back {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.85;
  height: 1000%;
}

.modal {
  max-width: 460px;
  width: 100%;
  background-color: #faf5e6;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 10px 8px -5px rgba(0, 0, 0, 0.11);
}

.in_modal,
.in_modal_text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.in_modal_text h2,
.in_modal_text p,
.in_modal_btns p {
  width: 100%;
  text-align: center;
  color: #e01300;
  line-height: 1.42;
}

.in_modal_text h2 {
  font-family: 'Philosopher', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.in_modal_text p {
  font-size: 16px;
  margin: 15px auto;
}

.in_modal_btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.in_modal_btn,
.send_video_modal .btn_submit {
  width: auto;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-self: center;
  border: 2px solid #e01300;
  padding: 11px 17px;
  color: #e01300;
  transition: 0.15s;
  border-radius: 21px;
  margin: 0 auto;
  text-align: center;
}

.in_modal_btn img {
  max-width: 31px;
  margin: 0 15px 0 0;
}

.btn_submit:hover {
  cursor: pointer;
}

.in_modal_btn:hover {
  background-color: #e01300;
  color: #ffffff;
  cursor: pointer;
}

.in_modal.acitve .in_modal_text.first {
  display: none;
}

.in_modal.acitve .in_modal_text.second {
  display: flex;
}

.fb {
  border-color: #0078f6;
  color: #0078f6;
  align-items: center;
  margin: 0 auto;
}

.fb:hover {
  background-color: #0078f6;
}

.close_cross {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 22px;
  color: #e01300;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.close_cross:hover {
  cursor: pointer;
}

.login_btns {
  margin: 5px auto 15px;
}

.fb-page.fb_iframe_widget {
  height: 300px;
}

.current_comment {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}

.img_block {
  position: relative;
  display: none;
  align-items: flex-start;
  align-self: flex-start;
  margin: 0 0 3px;
}

.post_title_block,
.post_image {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}

.post_image {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 11px 5px -5px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: flex-start;
  flex: 0 1 130px;
}

.post_link,
.post_link:hover,
.post_link:visited {
  text-decoration: none;
  width: 100%;
}

.post_comment img {
  width: 100%;
}

.post_link:hover .post_title_block h3 {
  color: #c9172f;
  text-decoration: none;
}

.post_title_block h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.12;
  margin: 0 0 5px;
  color: #131414;
  text-decoration: none;
}

.post_image img {
  width: 100%;
}

.comments_list {
  overflow-y: scroll;
  height: 415px;
  overflow-x: visible;
  padding: 0 20px 0 15px;
}

.post_text_block {
  position: relative;
  z-index: 1;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.post_time {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 10px;
  color: #dedede;
}

.post_source {
  position: absolute;
  right: -15px;
  width: 31px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}

.fb_comment .post_text_block {
  background-color: #ffffff;
}

.post_source img {
  width: 100%;
}

.call_me {
  display: none;
  width: 100%;
  max-width: 1920px;
  justify-content: center;
  margin: 25px auto 0;
}

.in_modal .fb {
  background-image: none;
}

.call_me span {
  padding: 0 20px;
  color: #e01300;
  line-height: 1.22;
  font-family: 'Philosopher', sans-serif;
  font-size: 18px;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.social_media {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 160px;
  display: flex;
  justify-content: space-around;
  width: 145px;
  height: 40px;
  background-color: #ece7d8;
  align-items: center;
}

.soc_media {
  display: flex;
  width: 25px;
  height: 25px;
  content: '';
  background-image: url(/images/telegram.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}

.soc_media a {
  display: flex;
  width: 100%;
  height: 100%;
}

.soc_media:hover {
  cursor: pointer;
  opacity: 0.8;
}

.soc_media.fb:hover {
  background-color: transparent;
}

.insta {
  background-image: url(/images/instagram.svg);
}

.fb {
  background-image: url(/images/facebook.svg);
}

.viber {
  background-image: url(/images/viber.svg);
  background-size: auto 100%;
}

.results .cummulative_counter.second img {
  width: 100%;
  max-width: 868px;
  margin: 0 auto;
}

.results .cummulative_counter {
  margin: 0 0 30px;
}

.marsh .b-layout {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.results .cummulative_counter.second {
  max-width: 868px;
  width: 100%;
  flex: 0 1 868px;
  display: flex;
  margin: 50px auto;
  align-self: flex-start;
  align-items: center;
  padding: 0 40px;
  background-color: #faf6eb;
  box-shadow: 0px 10px 105px -5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 30px auto;
}

.marsh .b-header-wrapper,
.marsh .b-menu,
.marsh .b-footer-menu,
.marsh #footer,
.marsh .b-partners {
  display: none !important;
}

.yt_block {
  margin: 0 auto 0;
}

#progressbar {
  width: 100%; 
  display: none;
}

.confirmation_mess {
  display: none;
  text-align: center;
}

/* открыть поиск */
/* body.welcome .b-search-sidebar,
body.marsh .b-search-sidebar,
.b-search-sidebar-form {
  display: none;
} */

.b-page{
  margin: 40px 0 0;  
}
@media only screen and (max-width: 1064px) {

  .b-site-nav li,
  .b-subproject li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 940px) {
  .deti_9_may .top_child_text_block {
    padding: 25px 55px;
  }

  .deti_9_may .top_child_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    height: 500px;
  }

  .b-our-polk-text,
  .b-monument-text {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }

  .b-site-nav li,
  .b-subproject li {
    font-size: 16px;
  }

  .b-site-nav li a,
  .b-subproject li a {
    padding: 5px 4px;
  }

  .b-top-faces {
    margin-left: 60px;
  }

  body.welcome .h-layout,
  body.marsh .h-layout {
    padding: 110px 0 20px 0;
  }

  .b-top-locations {
    padding-right: 60px;
  }

  .b-top-locations li {
    width: 48%;
  }

  .b-top-veteran-name {
    margin: 20px 0 0;
  }

  .swiper-container {
    height: 320px;
  }

  .swiper-container1 .swiper-slide {
    height: auto;
    width: calc((100% - 60px) / 2);
  }
}

@media only screen and (max-width: 845px) {
  .online_yt_block .button_connect {
    margin: 25px auto 0;
    width: 100%;
  }

  .results .cummulative_counter img {
    width: 100%;
  }

  .section_children {
    padding: 0;
  }

  .top_child_header h2 {
    font-size: 40px;
  }

  .top_child_text_block {
    padding: 45px 55px;
  }

  .top_child_text p {
    font-size: 17px;
  }

  .top_child_text {
    display: table;
    max-width: 310px;
    width: 100%;
  }

  .additional_text {
    max-width: 350px;
  }

  .in_tcab {
    font-size: 20px;
  }

  .b-top-veteran-img {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 820px) {
  .for_marsh {
    margin: 0 auto 40px;
  }

  .b-content,
  .b-main-slider {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .all_comments {
    margin: 0 auto;
  }

  .b-slider-holder,
  .b-content-block {
    margin-right: 0;
  }

  .b-main-sidebar {
    float: none;
    width: auto;
  }

  .b-sidebar,
  .b-banner {
    display: none;
  }

  .b-footer {
    padding: 30px 40px 30px 40px;
    margin-bottom: 0;
  }

  .b-footer-text {
    margin-top: 0;
    margin-bottom: 5px;
    padding-right: 0;
  }

  .b-copyright {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .b-webdev {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding: 10px 0 10px 40px;
  }

  .b-footer-menu-name {
    font-size: 14px;
  }

  .online_yt_block {
    flex-wrap: wrap;
  }

  .intro_polk_online {
    padding: 0 20px;
  }

  .yt_block {
    margin: 0 auto;
  }

  .with_us_block {
    margin: 40px auto 0;
    top: 0;
    width: 100%;
    flex: 0 1 100%;
  }
}

@media only screen and (max-width: 680px) {

  .in_children_filter,
  .in_child_filters {
    flex-wrap: wrap;
    justify-content: center;
  }

  .child_filter {
    width: 100%;
    flex: 0 0 100%;
    margin: 15px 0 0;

  }

  .in_child_filter {
    flex: 0 0 320px;
    margin: 0 auto;
  }

  .deti_9_may .top_child_block {
    height: auto;
  }

  .in_modal_text h2 {
    font-size: 20px;
  }

  .b-menu {
    padding: 30px 0 20px 0;
  }

  .in_modal_btns {
    overflow: hidden;
  }

  .b-site-nav li,
  .b-subproject li {
    display: inline-block;
    font-size: 13px;
  }

  .writing_us {
    width: 100%;
  }

  .close_cross {
    position: absolute;
    top: initial;
    right: 0;
    font-size: 22px;
    color: #e01300;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    align-self: center;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
    background-color: #e01300;
    border-radius: 50%;
    color: #fff;
  }

  .b-site-nav li a,
  .b-subproject li a {}

  .b-our-polk,
  .b-monument {
    float: none;
    margin-right: 0;
  }

  .b-our-polk-holder,
  .b-monument-holder {
    margin-right: 0;
  }

  .b-polk-sidebar,
  .b-monument-sidebar {
    float: none;
    max-width: 100%;
  }

  .b-polk-sidebar img,
  .b-monument-sidebar img {
    max-width: 100%;
  }

  .b-our-polk-sidebar-img a.link,
  .b-monument-sidebar-img a.link {
    font-size: 20px;
  }

  .b-all {
    text-align: left;
  }

  .b-our-polk-list li {
    width: 45%;
  }

  .b-monument-list li {
    width: 42%;
  }

  .b-news-img {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
  }

  .b-footer-menu li {
    width: 50%;
  }

  .b-footer-menu-name {}

  .b-top-locations li {
    width: 100%;
  }

  body.welcome .b-search-sidebar,
  body.marsh .b-search-sidebar {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .for_marsh {
    margin: 0 0 40px;
  }
  .cc_title {
    margin: 17px 0 11px;
    flex: 0 0 100%;
}
  .fb_iframe_widget_fluid_desktop iframe {
    min-width: 330px;
  }

  .cc_block {
    width: 100%;
    margin: 0 0 30px;
  }

  .online_yt_block .button_connect {
    margin: 15px auto 25px;
  }

  .cummulative_counter {
    margin: 20px 0 30px;
  }

  .nask_polk_online .h1 {
    padding: 0 20px;
  }

  .nask_polk_online h1 {
    font-size: 2.5rem;
    letter-spacing: 0.0299em;
    text-align: center;
  }

  .nask_polk_online .h1 span {}
  .in_po{
    padding: 0 40px;
  }
  .in_po .intro_text p {
    font-size: 16px;
  }

  .yt_block,
  .intro_polk_online {
    padding: 0 10px;
  }

  .yt_block iframe {
    width: 100%;
    height: 210px;
  }

  .button_fb_google {
    font-size: 22px;
  }

  .in_po {
    padding: 0 20px;
  }

  .button_fb_google::before {
    top: 12px;
  }

  .intro_text {
    padding: 20px 0;
  }

  .b-header-wrapper {
    padding: 65px 20px 65px 20px;
  }

  .b-our-polk-list li {
    width: 100%;
  }

  .b-lang {
    right: 20px;
  }

  .b-lang a {
    padding: 12px 2px 15px 2px;
  }

  .h-layout {
    padding: 140px 20px 20px 20px;
  }

  .b-footer {
    padding: 20px 20px 30px 20px;
  }

  .b-copyright {
    font-size: 14px;
  }

  .b-link {
    width: 200px;
    margin-left: -100px;
  }

  .b-header-ad {
    margin-top: 15px;
    font-size: 1.3em;
  }

  .b-main-holder li {
    width: 100%;
    margin-bottom: 40px;
  }

  .b-footer-menu li {
    width: 100%;
  }

  .b-footer-menu li img {
    width: 100%;
  }

  .b-top-veteran-img {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .b-top-veteran-header {}

  /*body.ru {background: url(/images/art_1_ru_sm.jpg) no-repeat center top!important;}
    body.uk {background: url(/images/art_1_uk_sm.jpg) no-repeat center top!important;}*/
}

@media only screen and (max-width: 500px) {

  .b-polk-sidebar img,
  .b-monument-sidebar img {
    width: 100%;
  }

  .b-our-polk-sidebar-img a {
    width: 100%;
  }

  .b-polk-sidebar,
  .b-monument-sidebar {
    width: 100%;
  }

  .in_top_promo p {
    line-height: 1.22;
    max-width: 250px;
  }

  .top_child_block {
    height: auto;
  }

  .top_child_img {
    position: relative;
    height: 330px;
    background-position: -290px bottom;
  }

  .top_child_text_block {
    position: relative;
  }

  .top_child_text p,
  .additional_text p {
    color: #131414;
  }

  .top_child_text_block {
    padding: 45px 25px;
  }

  .top_child_header h2 {
    font-size: 30px;
  }

  .send_video_modal input[type='text'],
  .send_video_modal label,
  .send_video_modal form {
    width: 100%;
  }

  .children_video_in_modal {
    max-width: 440px;
    top: 8%;
  }

  .children_video_in_modal iframe {
    width: 100%;
  }

  .swiper-container {
    width: 100%;
    height: 260px;
  }

  .emul_btn {
    top: 145px;
  }

  .deti_9_may .top_child_text_block {
    padding: 25px 30px;
  }

  .swiper-container1 .swiper-slide {
    width: 100%;
  }

  .swiper-container1 .emul_btn {
    top: 145px;
    z-index: 10;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 37%;
  }
}