@charset "UTF-8";
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1, h2, h3, p {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

.img-responsive {
  display: inline-block; }

.icon-download {
  background-image: url(../img/icon-set.png);
  background-position: -50px -37px;
  width: 16px;
  height: 16px; }

.icon-en {
  background-image: url(../img/icon-set.png);
  background-position: -70px 0px;
  width: 18px;
  height: 12px; }

.icon-languge {
  background-image: url(../img/icon-set.png);
  background-position: -50px -20px;
  width: 17px;
  height: 17px; }

.icon-marker1 {
  background-image: url(../img/icon-set.png);
  background-position: -70px -24px;
  width: 9px;
  height: 9px; }

.icon-ru {
  background-image: url(../img/icon-set.png);
  background-position: -70px -12px;
  width: 18px;
  height: 12px; }

.icon-save {
  background-image: url(../img/icon-set.png);
  background-position: -50px 0px;
  width: 20px;
  height: 20px; }

.icon-slider-left {
  background-image: url(../img/icon-set.png);
  background-position: 0px 0px;
  width: 25px;
  height: 62px; }

.icon-slider-right {
  background-image: url(../img/icon-set.png);
  background-position: -25px 0px;
  width: 25px;
  height: 62px; }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .icon + * {
    vertical-align: middle; }

html {
  line-height: 1.4;
  font-size: 62.5%; }

body {
  font-size: 1.5rem;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  min-width: 240px;
  color: #023a4a;
  font-weight: 300; }

a:hover {
  text-decoration: none; }

/*-------------------------------------------------*/
/*  elements
/*-------------------------------------------------*/
.download {
  display: table !important; }
  .download input {
    visibility: hidden;
    position: absolute; }
  .download__text {
    padding-right: 20px; }
  .download__text, .download__btn {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle; }
  .download__btn {
    text-align: center;
    padding: 0 !important;
    height: 3rem;
    line-height: 3rem !important;
    min-width: 5rem;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .download__btn svg {
      vertical-align: middle;
      display: inline-block; }

.h {
  font-family: Roboto, Sans-Serif;
  font-weight: 500;
  line-height: 1.1;
  color: #396c95; }
  .h-md {
    font-size: 2.2rem; }
  .h-lg {
    font-size: 2.7rem; }

.ul {
  font-weight: 400; }
  .ul li:not(:first-child) {
    margin-top: 1.5rem; }
  .ul--save li {
    position: relative;
    padding-left: 3rem; }
    .ul--save li:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0em;
      background-image: url(../img/icon-set.png);
      background-position: -50px 0px;
      width: 20px;
      height: 20px; }
  .ul--marker1 li {
    position: relative;
    padding-left: 2rem; }
    .ul--marker1 li:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: .4em;
      background-image: url(../img/icon-set.png);
      background-position: -70px -24px;
      width: 9px;
      height: 9px; }

.input, .textarea, .checkbox__icon {
  width: 100%;
  padding-left: 1.5rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: .5rem; }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .checkbox__icon::-webkit-input-placeholder {
    color: #999999; }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .checkbox__icon:-ms-input-placeholder {
    color: #999999; }
  .input::-ms-input-placeholder, .textarea::-ms-input-placeholder, .checkbox__icon::-ms-input-placeholder {
    color: #999999; }
  .input::placeholder, .textarea::placeholder, .checkbox__icon::placeholder {
    color: #999999; }
  .input:focus, .textarea:focus, .checkbox__icon:focus {
    border-color: #00B0FF;
    outline: none; }
  .input-bd, .textarea-bd, .checkbox__icon {
    border: 1px solid #ddd; }

.textarea {
  min-height: 8rem; }

.checkbox__input {
  position: absolute;
  visibility: hidden; }

.checkbox__icon {
  min-width: 3.3rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer; }
  .checkbox__icon:before {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url("../img/check.svg");
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    right: 0; }

.checkbox__input:checked + .checkbox__icon:before {
  opacity: 1; }

.title {
  text-transform: uppercase;
  color: #36698d;
  font-size: 1.6rem;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300; }
  .title--bold {
    font-weight: 500; }
  .title__nott {
    text-transform: none; }

.btn {
  background: none;
  border: none;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  padding: 1.1rem 3rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center; }
  .btn--bd {
    border: 1px solid #003949;
    color: #003949; }
    .btn--bd:hover {
      background-color: #003949;
      color: #fff; }
  .btn--primary {
    background-color: #0075A9;
    color: white; }
    .btn--primary:hover {
      background-color: #0087c3; }
  .btn--shadow {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); }
    .btn--shadow:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.tabs-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  margin: 0rem -1rem;
  margin-bottom: 1.5rem; }
  .tabs-nav__item {
    cursor: pointer;
    font-weight: 300;
    font-size: 1.6rem;
    display: inline-block;
    color: #023a4a;
    margin: 0 1rem;
    padding-bottom: .2em; }
    .tabs-nav__item.active {
      border-bottom: 3px solid #61c6d9; }
    .tabs-nav__item:hover {
      opacity: .8; }

.tabs-content__item:not(.active) {
  display: none; }

/* news */
.news-item{
  display: flex;
}
.news-item__image{
  width: 265px;
  float: left;
  margin-right: 30px;
}
.news-item__img{
  max-width: 100%;
}
.news-item__right{
  color: #555;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: normal;
  width: 100%;

}
.news-item:not(:first-child){
  border-top: 1px solid #e9e9e9;
  margin-top: 50px;
  padding-top: 50px;
}
.news-item__name{
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: inherit;
}
.news-item__date{
  margin-bottom: 20px;
}
.news-item__more{
  display: inline-block;
  color: #396c95;
  font-size: 1.8rem;
  font-style: italic;
  border-bottom: 1px dashed #396c95;
  padding: 0 5px 3px;
  overflow: hidden;
  text-align: right;
  text-decoration: none;
  float: right;
  margin-top: auto;
  align-self: flex-end;
}

.news-detail{
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
.news-props{
  border-top: 1px dotted #ddd;
  margin-top: 16px;
  padding-top: 8px;
  font-weight: bold;
}
.news-props__title{
  margin-bottom: 5px;
}
.news-props__date{
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #5c5c5c;
  font-weight: normal;
}
.news-props__name{
  width: 250px;
}
.news-props__name,
.news-props__val{
  display: inline-block;
}
.news-props__row{
  background: #fffff0;
  padding: 2px;
  border-bottom: 1px dotted #ccc;
}
.news-detail__image{
  max-width: 270px;
  padding: 15px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.news-detail__content{
  padding-top: 40px;
  position: relative;
}
.news-detail__content:before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 300px;
  border-bottom: 3px solid #61c6d9;
  width: 65px;
}
/* news */
.main-search,
.header-search{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.main-search__form,
.header-search__form{
  position:relative;
  max-width: 20rem;
}
@media screen and (max-width: 1230px){
  .header-search__form {
    max-width: 17rem;
  }
}

.main-search__input,
.header-search__input{
  width: auto;
  padding: 1.1rem 3rem;
  padding-right: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  height: 4rem;
  max-width: 100%;
}
.main-search,
.main-search__input,
.main-search__form{
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.main-search__btn,
.header-search__btn{
  border: none;
  background: none;
  position: absolute;
  height: 100%;
  right: 0;
  width: 4rem;
  top: 0;
}
.callback-btn{
  height: 4rem;
}
.catalog-filter{
  font-size: 1.8rem;
}
.catalog-filter__header{
  display: flex;
  justify-content: space-between;
}
.catalog-filter__toggler{
  width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  border-radius: .3rem;
  background-color: #0075A9;
  color: white;
}
.catalog-filter__toggler i.active{
  transform: rotate(180deg);
}
.catalog-filter__body{
  max-height: calc(100vh - 20rem);
  overflow: auto;
  padding-top: 2rem;

}
.catalog-filter .d-table{
  width: 100%;
}
.catalog-filter__header{
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.catalog-filter__footer{
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.catalog-filter__footer .bx-filter-parameters-box-container{
  padding: 0;
}
.filter-select-current{
  position: relative;
  padding-right: 4rem;
  width: 100%;
  padding-left: 1.5rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: .5rem;
  border: 1px solid #ddd;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-select-arrow{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 3.2rem;
  width: 4rem;
  text-align: center;
}
.filter-select-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.6rem;
  min-width: 250px;
}
.filter-select-list__item{
  cursor: pointer;
  padding: .7rem 1.5rem;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}
.filter-select-list__item label{
  background: none !important;
}
.filter-select-list__item:hover{
  background-color: whitesmoke;
}
.popup-window{
  padding: 0 !important;
}

.bx-filter-popup-result{
  display: inline-block;
  position: absolute;
  z-index: 1;
  background: white;
  border: 1px solid #DDDDDD;
  padding: 1.4rem;
  box-shadow: 0 0 50px rgba(0,0,0,.2);
  bottom: 100%;
  margin-bottom: 15px;
}
.bx-filter-popup-result a {
  background: #0079AF;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  margin: 1rem 0 0 0;
  border-radius: .4rem;
  padding: .5rem 3rem;
}
.bx-filter-popup-result a:hover {
  background: rgba(0, 121, 175,.8);
}
[class*="map-title"]{
  font-size: 12px;
  pointer-events: none;
  color: black;
  display: none;
}
.map-title0{
  transform: translate(40%,-30%);
}
.map-title1{
  transfrom: translate(0px,0px);
}
.map-title2{
  transfrom: translate(0px,0px);
}
.map-title3{
  transfrom: translate(0px,0px);
}
.map-title4{
  transfrom: translate(0px,0px);
}
.map-title5{
  transfrom: translate(0px,0px);
}
.map-title6{
  transfrom: translate(0px,0px);
}
.map-title7{
  transfrom: translate(0px,0px);
}
.map-title8{
  transfrom: translate(0px,0px);
}
.map-title9{
  transfrom: translate(0px,0px);
}
.map-title10{
  transfrom: translate(0px,0px);
}
.map-title11{
  transfrom: translate(0px,0px);
}
.map-title12{
  transfrom: translate(0px,0px);
}
.map-title13{
  transfrom: translate(0px,0px);
}
.map-title14{
  transfrom: translate(0px,0px);
}
.map-title15{
  transfrom: translate(0px,0px);
}
.map-title16{
  transfrom: translate(0px,0px);
}
.map-title17{
  transfrom: translate(0px,0px);
}
.map-title18{
  transfrom: translate(0px,0px);
}
.map-title19{
  transfrom: translate(0px,0px);
}
.map-title20{
  transfrom: translate(0px,0px);
}
.map-title21{
  transfrom: translate(0px,0px);
}
.map-title22{
  transfrom: translate(0px,0px);
}
.map-title23{
  transfrom: translate(0px,0px);
}
.map-title24{
  transfrom: translate(0px,0px);
}
.map-title25{
  transfrom: translate(0px,0px);
}
.map-filter{
  position: absolute;
  z-index: 1;
  background: whitesmoke;
  padding: 20px;
  overflow: auto;
  top: 30px;
  left: 20px;
  border-radius: 10px;
  box-shadow: 0 0 50px #003949;
  width: 40rem;
  max-width: calc(100% - 40px)

}
.map-wrapper{
  position: relative;
}
/*-------------------------------------------------*/
/*  helper classes
/*-------------------------------------------------*/
.fz-normal {
  font-size: 16px; }

.sep-right {
  border-right: 1px solid #D8D8D8; }

.sep-bottom {
  border-bottom: 1px solid #D8D8D8; }

.ns, .ul, .mobile-nav, .mobile-nav-dropdown, .main-nav-dropdown, .social, .footer-nav, .rec-sites, .child-dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ta-left {
  text-align: left !important; }

.ta-center {
  text-align: center !important; }

.ta-right {
  text-align: right !important; }

.va-top {
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.d-table, .d-inline-table {
  display: table; }
  @media screen and (max-width: 767px) {
    .d-table-responsive-w100, .d-inline-table-responsive-w100 {
      display: block; }
      .d-table-responsive-w100 > .d-table-cell, .d-inline-table-responsive-w100 > .d-table-cell {
        display: block;
        padding: 0 !important;
        margin-bottom: 1rem;
        text-align: center; } }

.d-inline-table {
  display: inline-table; }

.d-table-cell {
  display: table-cell; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

/*margins*/
.mb-auto {
  margin-bottom: auto !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mr-auto {
  margin-right: auto !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.ml-auto {
  margin-left: auto !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.pr-1 {
  padding-right: 1rem; }

/*size*/
.w-100 {
  width: 100%; }

/*-------------------------------------------------*/
/*  author styles
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*  main header
/*-------------------------------------------------*/
.main-header {
  border-bottom: 1px solid #D8D8D8;
  padding: 2.2rem 0; }

.header-logo {
  color: #003949;
  text-transform: uppercase;
  font-size: 18px; }
  .header-logo__image {
    margin-right: 10px; }

.header-map {
  text-transform: uppercase;
  font-size: 1.4rem; }

.header-flags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: middle;
  margin-bottom: 2rem; }
  .header-flags:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: .7rem;
    background-image: url(../img/icon-set.png);
    background-position: -50px -20px;
    width: 17px;
    height: 17px; }
  .header-flags__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 0; }
    .header-flags__item:not(:first-child) {
      margin-left: .7rem; }

/*-------------------------------------------------*/
/*  home slider
/*-------------------------------------------------*/
.home-slider {
  position: relative;
  overflow: hidden; }
  .home-slider__item {
    height: 42.5rem;
    background-position: top center;
    background-size: cover; }
    .home-slider__item .container {
      display: none; }
  .home-slider__container {
    position: relative;
    z-index: 2; }
  .home-slider__btns .btn{
    background: transparent;
    border: 2px solid #0075A9;
  }
  .home-slider__btns .btn:hover{
    background: #0075A9;
  }
  .home-slider__btns .btn{
    margin: 5px 0;
  }
  .home-slider__btns .btn + .btn{
    margin-top: 0;
  }
  @media screen and (max-width: 480px){
    .home-slider__btns{
      display: none;
    }
  }
  .home-slider-dots {
    white-space:nowrap;
    list-style-type: none;
    padding: 1.5rem 0;
    margin: 0;
    margin-left: 2rem; }
    .home-slider-dots__container {
      position: absolute;
      bottom: 0;
      z-index: 2;
      left: 0;
      right: 0;
      color: #045a73;
      font-size: 1.4rem; }
      .home-slider-dots__container-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #EEFAFD;
        height: 7rem; }
  .home-slider .owl-nav {
    position: absolute;
    font-size: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    left: 50%;
    margin: 0 auto !important; }
  .home-slider .owl-prev, .home-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .home-slider .owl-prev, .home-slider .owl-next {
        display: none; } }
  .home-slider .owl-prev {
    left: 1rem;
    right: auto;
    outline: none; }
    .home-slider .owl-prev:before {
      height: 100%;
      width: 100%;
      content: '';
      display: inline-block;
      background-image: url(../img/icon-set.png);
      background-position: 0px 0px;
      width: 25px;
      height: 62px;
      background-size: cover;
      height: 6.2rem;
      width: 2.5rem; }
  .home-slider .owl-next {
    outline: none;
    right: 1rem; }
    .home-slider .owl-next:before {
      height: 100%;
      width: 100%;
      content: '';
      display: inline-block;
      background-image: url(../img/icon-set.png);
      background-position: -25px 0px;
      width: 25px;
      height: 62px;
      background-size: cover; }
  .home-slider .owl-dots {
    font-size: 0;
    counter-increment: homeslider; }
  .home-slider .owl-dot {
    background: none;
    border: none;
    counter-increment: homeslider;
    outline: none; }
    .home-slider .owl-dot.active:before {
      color: #b0b0b0; }
    .home-slider .owl-dot:before {
      content: counter(homeslider);
      font-size: 2.5rem;
      color: #1e91a4; }

/*-------------------------------------------------*/
/*  main nav
/*-------------------------------------------------*/
.mobile-nav {
  font-size: 1.8rem; }
  .mobile-nav__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: none;
    font-size: 2rem; }
  .mobile-nav__wrap {
    -webkit-transform: translate(-130%);
            transform: translate(-130%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    height: 100vh;
    background-color: whitesmoke;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    overflow: auto;
    margin-left: -6rem;
    padding-left: 6rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    max-width: 400px; }
    .mobile-nav__wrap.active {
      -webkit-transform: translate(0);
              transform: translate(0);
      padding-right: 1rem; }
  .mobile-nav a {
    padding-left: 2rem;
    color: inherit;
    display: inline-block; }
  .mobile-nav br {
    display: none; }
  .mobile-nav-dropdown {
    margin-bottom: 2rem; }
    .mobile-nav-dropdown__item {
      padding: 2rem;
      padding-bottom: 0; }
  .mobile-nav__item:first-child {
    text-transform: uppercase;
    font-weight: 500; }
    .mobile-nav__item:first-child > a:first-child {
      display: none; }
    .mobile-nav__item:first-child a {
      padding-left: 0; }

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  font-weight: 300;
  width: 100%;}
  .main-nav:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block; }
  .main-nav:before {
    content: '';
    display: block;
    width: 100%; }
  .main-nav.main-nav-dropdown--bottom .main-nav-dropdown {
    top: auto;
    bottom: 100% !important; }
  .main-nav a {
    color: white; }
  .main-nav__wrap {
    background-color: #003949; }
  .main-nav__item {
    position: relative;
    flex: 1 1 auto;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: normal;
    text-align: left;
    text-align-last: left;
    display: inline-block;
    vertical-align: top;
    padding: 2.7rem 0;
    margin: 0 0.5rem;
    position: relative;
    /* эмуляция inline-block для IE6-7*/ }
    .main-nav__item {color: #fff;}
    @media screen and (max-width: 1230px) {
      .main-nav__item {
        font-size: 1.2rem;
      }
    }
    .main-nav__item:hover > a {
      color: #49e5f2; }
    .main-nav__item:hover .main-nav-dropdown {
      display: block !important;
      z-index: 2 !important; }

  .child-dropdown,
  .main-nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #00576F;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed';
    min-width: 21rem;
    z-index: 30; }
    .main-nav-dropdown--right {
      right: 0;
      left: auto; }
    .main-nav-dropdown--columns {
      -webkit-columns: 2;
              columns: 2;
      min-width: 42rem; }
    .main-nav-dropdown__item {
      position: relative;
      padding: 1.2rem 2.5rem;
      cursor: pointer; }
      .main-nav-dropdown__item:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      .main-nav-dropdown__item:not(:first-child) {
        border-top: 1px solid #186C83; }

      .main-nav-dropdown__item:hover .child-dropdown {
        display: block;
      }
      .child-dropdown {
        position: absolute;
        left: 100%;
        top: 0;
        display: none;
      }
/*-------------------------------------------------*/
/*  home news
/*-------------------------------------------------*/
.home-news {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .home-news__item {
    margin-bottom: 3rem; }
  .home-news__image {
    overflow: hidden;
    display: inline-block; }
    .home-news__image:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .home-news__image img {
      margin-top: 20px;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .home-news__content {
    padding-left: 3.5rem; }
  .home-news__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.35714em;
    margin-bottom: 1.5rem;
    display: block;
    color: black; }
    .home-news__text:before {
      content: '';
      display: block;
      height: 3px;
      width: 47px;
      background-color: #61c6d9;
      margin-bottom: 1rem; }
  .home-news__date {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #023A4A; }

/*-------------------------------------------------*/
/*  events tile
/*-------------------------------------------------*/
.event-tile {
  background-color: #F5F5F5;
  padding: 2rem;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .event-tile:not(:first-child) {
    margin-top: 1.5rem; }
  .event-tile__close {
    outline: none;
    position: absolute;
    border: none;
    background: none;
    right: 1rem;
    top: 1rem;
    color: #063E4D; }
  .event-tile__header {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25em;
    color: #023a4a;
    margin-bottom: 1.5rem; }
  .event-tile__image {
    margin-bottom: 1.5rem; }
  .event-tile__text {
    font-size: 14px;
    text-align: left; }
  .event-tile__date {
    margin-bottom: 1rem;
    font-size: .7em; }

/*-------------------------------------------------*/
/*  subscribe
/*-------------------------------------------------*/
.subscribe {
  white-space: nowrap;
  padding-top: 2rem; }
  .subscribe .d-table-cell:not(:first-child) {
    padding-left: 2rem; }
  .subscribe__btn {
    padding: 0 2rem !important;
    height: 32px;
    width: 100%;
    background: none;
    color: #2E7D9E;
    border-color: #2E7D9E; }
    .subscribe__btn:hover {
      background-color: #2E7D9E; }
  .subscribe__allnews {
    height: 32px;
    line-height: 32px; }

/*-------------------------------------------------*/
/*  service type
/*-------------------------------------------------*/
.service-type {
  margin-bottom: 3rem; }
  .service-type__image {
    display: block;
    height: 19.2rem;
    background-size: cover;
    background-position: bottom center;
    margin-bottom: 2rem;
    position: relative; }
    .service-type__image:before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      right: 0;
      top: 0;
      height: 5px;
      background-color: #61C6D9;
      -webkit-transition: width .3s;
      transition: width .3s; }
    .service-type__image:hover:before {
      width: 0; }
  .service-type__title {
    font-size: 1.8rem;
    color: #023a4a; }
  .service-type__text {
    font-size: 14px;
    color: #023a4a;
    text-align: justify;
    font-weight: 300; }

/*-------------------------------------------------*/
/*  social
/*-------------------------------------------------*/
.social {
  margin: 2rem 0; }
  .social__item {
    display: inline-block; }
    .social__item:not(:first-child) {
      margin-left: 1rem; }
  .social__link {
    width: 4.4rem;
    height: 4.4rem;
    text-align: center;
    line-height: 4.4rem;
    font-size: 2rem;
    border-radius: 50%;
    color: white;
    display: inline-block; }
    .social__link--vk {
      background-color: #4380AC; }
    .social__link--facebook {
      background-color: #0B5596; }
    .social__link--twitter {
      background-color: #25AAE3; }

/*-------------------------------------------------*/
/*  main footer
/*-------------------------------------------------*/
.main-footer {
  background-color: #F5F5F5;
  padding: 5rem 0;
  color: #555;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: 'Roboto Condensed'; }

.footer-contacts {
  display: table; }
  .footer-contacts__item {
    display: table-row; }
  .footer-contacts__title, .footer-contacts__val {
    padding-bottom: .5rem;
    display: table-cell; }
  .footer-contacts__title {
    padding-right: 1rem; }

.footer-nav__item {
  font-size: 1.5rem; }
  .footer-nav__item:not(:first-child) {
    margin-top: .5rem; }

.footer-nav a {
  color: inherit; }

/*-------------------------------------------------*/
/*  contacts info
/*-------------------------------------------------*/
.contact-person {
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 1.6rem;
  font-weight: 300; }
  .contact-person__status {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #2279A4; }
  .contact-person__phone {
    color: black;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: bold; }

.contacts-map {
  width: 100%;
  height: 60rem; }
  .contacts-map iframe {
    width: 100%;
    height: 100%; }

.contacts-info {
  text-align: justify;
  font-size: 0;
  line-height: 0; }
  .contacts-info:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0; }
  .contacts-info__icon {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border-radius: 50%;
    text-align: center;
    background-color: #2279A2;
    color: white;
    margin-right: 1.7rem; }
    .contacts-info__icon .fa-envelope {
      font-size: .8em;
      margin-bottom: .1em;
      vertical-align: middle; }
  .contacts-info__item {
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed';
    color: #232323;
    font-weight: 300;
    margin-bottom: 2rem; }
    .contacts-info__item:not(:last-child) {
      padding-right: 1rem; }
    .contacts-info__item a {
      color: inherit; }
      .contacts-info__item a:hover {
        text-decoration: none; }

/*-------------------------------------------------*/
/*  modals
/*-------------------------------------------------*/
.modals {
  display: none; }
  .modals .modal {
    margin: 1rem 0; }

.modal {
  overflow: hidden;
  color: #1B2F36;
  background-color: #F9F9F9;
  font-family: 'Roboto Condensed';
  padding: 3rem;
  font-size: 1.6rem;
  color: black;
  max-width: 68rem; }
  .modal-title {
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: .5rem; }
  .modal .btn {
    line-height: 4rem !important;
    height: 4rem;
    padding: 0; }
  .modal .d-table {
    width: 100%; }
    .modal .d-table input {
      max-width: 100px;
      margin-right: 10px; }
  .modal .title {
    font-size: 20px;
    text-align: left;
    color: black; }
    .modal .title span {
      text-transform: none; }
  .modal .btn, .modal .download,
  .modal .input,
  .modal .textarea,
  .modal .checkbox__icon, .modal .textarea {
    width: 100%;
    font-size: 1.6rem; }
  .modal-header {
    margin-bottom: 2rem;
    display: block; }
  .modal-body > * {
    display: inherit; }
  .modal-thin {
    display: inline-block; }
  .modal__btn {
    display: block;
    width: 100%;
    margin-bottom: 2rem; }
  .modal-agree {
    font-size: 1.4rem;
    line-height: 1.1;
    display: inline-block; }
    .modal-agree a {
      color: #000E88;
      text-decoration: underline; }

/*-------------------------------------------------*/
/*  rec sites
/*-------------------------------------------------*/
.rec-sites__item {
  border-top: 1px solid #EDEDED;
  padding: 1rem 0 3.5rem;
  position: relative; }
  .rec-sites__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 6.5rem;
    left: 0;
    top: -2px;
    background-color: #61C6D9; }

.rec-sites__link {
  font-size: 1.5rem;
  color: #396c95;
  text-decoration: none !important; }

/*-------------------------------------------------*/
/*  gallery
/*-------------------------------------------------*/
.gallery {
  font-size: 0;
  padding-right: 3rem; }
  .gallery-item {
    display: inline-block;
    max-width: calc(50% - 1.5rem);
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(3deg) scale(1.05);
            transform: rotate(3deg) scale(1.05);
    margin: 0 1.5rem 1.5rem 0; }
    .gallery-item:nth-child(odd) {
      -webkit-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    .gallery-item__title {
      font-weight: bold;
      font-size: 1.6rem;
      color: #444;
      padding: 1rem; }
    .gallery-item:hover {
      position: relative;
      z-index: 10;
      -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
              box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
      -webkit-transform: rotate(0deg) scale(1.2);
              transform: rotate(0deg) scale(1.2); }

.responsive-nav-btn {
  width: 25px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  display: none; }
  .responsive-nav-btn span {
    display: block;
    background-color: #61C6D9;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .responsive-nav-btn span:not(:first-child) {
      margin-top: 3px; }
  .responsive-nav-btn.active span:nth-child(2) {
    opacity: 0; }
  .responsive-nav-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(0.6rem, 0.6rem);
            transform: rotate(45deg) translate(0.6rem, 0.6rem); }
  .responsive-nav-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(0.6rem, -0.6rem);
            transform: rotate(-45deg) translate(0.6rem, -0.6rem); }

.content-section {
  font-size: 14px;
  font-weight: 300; }
  .content-section img {
    max-width: 100%; }
  .content-section p, .content-section ul {
    text-align: justify;
    padding: 8px 0;
    line-height: 1.7;
    margin: 0;}
  .content-section ul {
    text-indent: 0; }
  .content-section a {
    text-decoration: underline; }
  .content-section hr {
    margin: 2rem 0; }

img[src='img/logo.png'] {
  width: 7.5rem;
  height: 8rem; }

img[src='img/interactMap.png'] {
  width: 7rem;
  height: 6.3rem; }

/*-------------------------------------------------*/
/*  spoiler
/*-------------------------------------------------*/
.spoiler {
  margin-bottom: 2rem; }
  .spoiler-header {
    font-size: 1.8rem;
    color: #ffffff;
    font-style: normal;
    border: 0px #ccc solid;
    font-weight: bold;
    border-radius: 8px;
    background-color: #003949;
    width: 95%;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    padding: .5rem 2rem;
    font-family: verdana;
    cursor: pointer; }
    .spoiler-header:before {
      display: inline-block;
      content: "\f107";
      font-family: FontAwesome;
      margin-right: 1rem;
      -webkit-transition: all .3s;
      transition: all .3s;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .spoiler-body {
    padding: 2rem; }
  .spoiler.active .spoiler-header:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.equal-height__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*-------------------------------------------------*/
/*  popups nav
/*-------------------------------------------------*/
.popups-nav {
	z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0rem 10px;
  background-color: rgba(0, 57, 73, 0.8);
  font-size: 1.4rem;
  line-height: 1.1;
  padding-top: 1.5rem;
  -webkit-transition: all .4s;

  transition: all .4s; }
  .popups-nav.popups-nav_nonefixed{
    position: static;
    opacity: 1 !important;
    transform:none !important;
  }
  .popups-nav.popups-nav_nonefixed .popups-nav__toggler{
    display: none;
  }
  .popups-nav.disable {
    opacity: .3;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  .popups-nav__toggler {
    cursor: pointer;
    position: absolute;
    background-color: rgba(0, 57, 73, 0.8);
    top: 100%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    display: inline-block;
    height: 5rem;
    width: 10rem;
    color: white;
    text-align: center;
    line-height: 4rem;
    right: 30%;
    left: auto;
    border-bottom-left-radius: 555rem;
    border-bottom-right-radius: 555rem; }
    .popups-nav:not(.disable) .popups-nav__toggler:before {
      transform: rotate(180deg);
    }
    .popups-nav__toggler:before {
      content: "\f107";
      line-height: 0;
      vertical-align: middle;
      font-family: FontAwesome;
      font-size: 4rem;
      display: block;
      text-align: center;
      margin-top: 2rem;
      -webkit-transition: all .4s;
      transition: all .4s; }
  .popups-nav__list {
    margin: 0 -10px;
    overflow: hidden;
    text-align: center; }
  .popups-nav__item {
    margin-bottom: 1.5rem;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: white; }
    .popups-nav__item a {
      color: inherit; }

.input-box {
  display: table; }
  .input-box__input, .input-box__title {
    display: table-cell;
    vertical-align: middle; }
  .input-box__input {
    width: 10rem; }
  .input-box__title {
    padding-left: 2rem;
    line-height: 1.2;
    white-space: nowrap; }
    .input-box__title span {
      color: #999; }

.search {
  display: inline-table;
  margin-right: 6rem; }
  .search__title {
    display: table-cell;
    padding-right: 1rem;
    vertical-align: middle; }
  .search__input {
    display: table-cell;
    vertical-align: middle;
    width: 33.3rem;
    position: relative; }
    .search__input input {
      padding-right: 4rem; }
  .search__btn {
    position: absolute;
    width: 4rem;
    text-align: center;
    right: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .search__btn svg {
      width: 2rem;
      height: 2rem; }

.catalog-filter .select2.select2-container {
  min-width: 100%; }

.catalog-filter__btn {
  display: block;
  height: 6.5rem;
  line-height: 6.5rem;
  font-weight: normal;
  text-align: center;
  background-color: #009BE1;
  color: white;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-family: 'Roboto Condensed'; }
.catalog-filter__btn:hover {
  background-color: #15b6ff; }
.catalog-filter__btn.active {
  background-color: #fff;
    color: #009BE1;
    -webkit-box-shadow: none;
            box-shadow: none; }

.catalog-filter__row {
  position: relative;
  margin-bottom: 2rem; }

.catalog-filter-section__title {
  font-weight: normal;
  margin-bottom: 1rem; }

.input-tripple .d-table-cell {
  width: 40%;
  text-align: center; }
  .input-tripple .d-table-cell input {
    height: 4rem; }

.input-tripple .d-table-cell:nth-child(2) {
  padding: 0 2rem;
  width: 20%; }

.catalog {
  padding-top: 5rem;
  background-color: #F9F9F9;
  font-family: 'Roboto Condensed'; }

.catalog-item {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  position: relative;
  padding-left: 32rem;
  margin-bottom: 4rem; }
  .catalog-item--vertical {
    padding-left: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .catalog-item--vertical .catalog-item__info {
      -webkit-columns: auto;
              columns: auto; }
      .catalog-item--vertical .catalog-item__info > * {
        display: block; }
    .catalog-item--vertical .catalog-item__content {
      padding: 0;
      min-height: 0; }
  .catalog-item__image {
    width: 32rem;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center center; }
  .catalog-item__content {
    padding: 2rem;
    padding-left: 4rem;
    min-height: 32rem;
    width: 100%; }
    .catalog-item__content-inner {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .catalog-item__type {
    color: white;

    margin-bottom: 1.5rem;
    border-radius: 0.3rem;
    padding: 0.8rem 1.5rem;
    /* text-transform: uppercase; */
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }
  .catalog-item__name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
    line-height: 1; }
  .catalog-item__done {
    color: #026900;
    background-image: url("../img/done.svg");
    background-position: left top .3em;
    background-repeat: no-repeat;
    background-size: 1.6rem 1.1rem;
    padding-left: 2.5rem; }
  .catalog-item__addr {
    color: #0075A9;
    text-decoration: underline;
    background-image: url("../img/map-pin.svg");
    background-repeat: no-repeat;
    background-position: left top 0em;
    background-size: 1.8rem 2.2rem;
    padding-left: 2.5rem;
    min-height: 24px; }
  span.catalog-item__addr {
    text-decoration: none;}
  .catalog-item__addr, .catalog-item__done, .catalog-item__info {
    margin-bottom: 2rem;
    font-weight: normal; }
    .catalog-item__addr > *, .catalog-item__done > *, .catalog-item__info > * {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 1rem; }
  .catalog-item__info {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 4rem;
            column-gap: 4rem; }
  .catalog-item__text {
    margin-bottom: 1.7rem;
    font-weight: 1.8rem; }
  .catalog-item__btns .btn:not(:first-child) {
    margin-left: 4rem; }

.show-add-params {
  margin-bottom: 2rem; }

.add-params {
  display: none; }

/*-------------------------------------------------*/
/*  ...
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*  plugins
/*-------------------------------------------------*/
.select2-container--classic.select2 {
  width: 20rem !important;
  max-width: 100% !important; }

.select2-container--classic .select2-results {
  font-size: 1.4rem;
  font-family: 'Roboto Condensed'; }
  .select2-container--classic .select2-results__option {
    padding-left: 1.5rem; }
.select2-container--classic .select2-dropdown{
  z-index: 99999;
}
.select2-container--classic .select2-selection {
  min-height: 3.2rem;
  background: #fff !important;
  border: 1px solid #ddd; }
  .select2-container--classic .select2-selection__rendered {
    line-height: 3.2rem !important;
    padding-right: 3rem !important;
    padding-left: 1.5rem !important; }
  .select2-container--classic .select2-selection__arrow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto !important;
    bottom: 1px;
    border: none !important;
    background: none !important;
    width: 3rem !important; }
    .select2-container--classic .select2-selection__arrow b {
      border: none !important;
      height: auto !important;
      margin-top: 0 !important;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: auto !important; }
      .select2-container--classic .select2-selection__arrow b:before {
        color: #a5a5a5;
        content: "\f107";
        font-family: FontAwesome; }

/*-------------------------------------------------*/
/*  animations
/*-------------------------------------------------*/
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.bx-context-toolbar-empty-area:after,
.bx-context-toolbar-empty-area:before{
  content: ' ';
  display: table;
}
.bx-context-toolbar-empty-area:after{
  clear: both;
}
.totop{
  border-radius: 50%;
  width: 5rem;
  border: none;
  height: 5rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: rgb(0, 118, 171, .7);
  outline:none;
  text-align: center;
  display: none;
}
.totop-arrow{
  color: white;
  font-size: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
img[src="https://www.google.com/images/cleardot.gif"]{
  display: none !important;
}
.goog-te-gadget-simple{
  height: 23px;
  display: flex !important;
  align-items: center;
}
.goog-te-gadget-simple .goog-te-menu-value span{
  margin: 0 3px;
}

.map-wrapper{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-legend,
.map-back{
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
.map-back .btn--bd{
  background-color: #fff;
}
.map-back .btn--bd:hover{
  background-color: #003949;
}
.map-legend{
  top: auto;
  bottom: 2rem;
  background-color: whitesmoke;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 50px #003949;
}
.map-legend__item:not(:first-child){
  margin-top: 1.5rem;
}
.map-legend__ico{
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: .3rem;
}
.map-legend__ico_of{
  background-color: blue;
}
.map-legend__ico_pg{

  background-color: red;
}
.map-legend__ico_pr{
  background-color: forestgreen;
}

/*-------------------------------------------------*/
/*  media
/*-------------------------------------------------*/
@media screen and (min-width: 1450px) {
  html {
    font-size: 71.4%; }
  body {
    font-size: 1.6rem; }
  .home-news__text {
    font-size: 16px; }
  .event-tile__text {
    font-size: 16px; }
  .service-type__text {
    font-size: 16px; }
  .content-section {
    font-size: 16px; }
  .container {
    width: 100%;
    max-width: 1400px; } }

@media screen and (max-width: 1229px) {
  .catalog-item__info {
    -webkit-columns: 1;
            columns: 1; } }

@media screen and (max-width: 1160px) {
  .home-slider__item {
    height: auto;
    padding-top: 33.3%;
    background-size: cover; } }

@media screen and (max-width: 991px) {
    .child-dropdown{
      display: block;
      background: none;
      position: static;
    }
	.social{
		margin: .6rem 0;
	}
	.ta-sm-left{
		text-align: left;
	}
	.ta-sm-right{
		text-align: right;
	}
  .modal br {
    display: none; }
    .footer-contacts__wrap{
    	    overflow: hidden;
    margin-top: 1rem;
    max-width: 40rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    }
  .footer-contacts {
    width: 50%;
    float: left;
    display: inline-block;
   }
  .catalog__right {
    float: none !important; }
  .search__input {
    width: 25rem; }
  .mobile-nav__wrap {
    display: block; }
  .callback-btn {
    outline: none;
    padding: 0;
    height: 3.5rem;
    width: 3.5rem;
    line-height: 3.5rem;
    font-size: 2rem;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #61C6D9 !important;
    color: white !important;
    border: none;
    margin-right: 1.5rem; }
  .callback-btn {
    text-align: center;
    text-align-last: center; }
  .responsive-nav-btn {
    display: inline-block; }
  .contacts-map {
    height: 30rem;
    height: 50vh; }
  .contacts-info__item {
    width: 50%; }
  .header-logo {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .home-slider-dots__container {
    position: relative;
    background-color: #EEFAFD; }
    .home-slider-dots__container-bg {
      display: none; }
  .main-nav {
    display: none; }
  .gallery {
    padding: 0 !important; }
  .main-footer {
    text-align: center; }
  .footer-contacts {
    margin: 0 auto;
    text-align: left; } }

@media screen and (max-width: 767px) {
    .map-filter{
      margin-bottom: 6rem;
    }
  .catalog-filter__toggler i{
    transform: rotate(180deg);
  }
  .catalog-filter__toggler i.active{
    transform: rotate(0);
  }
  .catalog-filter__body{
    display: none;
  }
    .map-back{
      top: auto;
      display: inline-flex;
      flex-direction: column;
      left: 1rem;
      bottom: 5.2rem;
      width: 21.4rem;
    }
    .map-back > *:first-child{
      margin-bottom: .5rem;
    }
	.ta-xs-left{
		text-align: left;
	}
	.ta-xs-right{
		text-align: right;
	}
	.ta-xs-center{
		text-align: center;
	}
  .catalog-top {
    text-align: center; }
    .catalog-top .search {
      margin-right: 0; }
    .catalog-top__text {
      text-align: left;
      min-width: 16rem; }
  .search__input {
    width: 20rem; }
  .home-slider {
    background-color: #EEFAFD; }
    .home-slider__item {
      font-family: 'Roboto Condensed';
      background: none !important;
      padding: 4rem 0; }
      .home-slider__item .container {
        display: block; }
    .home-slider__header {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 3rem;
      line-height: 1.1;
      margin-bottom: 1rem; }
    .home-slider__text {
      font-size: 1.8rem; }
  .catalog-item {
    padding-left: 0; }
    .catalog-item__image {
      position: static;
      height: 32rem;
      width: 100%; }
    .catalog-item__content {
      padding: 2rem; }
  .popups-nav {
    text-align: center; }
    .popups-nav__item {
      display: inline-block;
      float: none;
      width: auto;
      margin-bottom: 1rem;
      padding: 0; }
      .popups-nav__item:after {
        content: ', '; }
  .spoiler-body {
    padding: 2rem 0rem; }
  .main-nav {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: whitesmoke;
    color: black; }
    .main-nav a {
      color: inherit; }
    .main-nav__item {
      display: block; }
    .main-nav--mobile {
      display: block; }
  .home-news__content {
    padding-left: 1rem; }
  .home-news__left {
    width: 25%; }
    .home-news__left img {
      width: 100%; }
  .contacts-map {
    height: 30rem;
    height: 50vh; }
  .contacts-info__item {
    width: 100%; }
  html {
    font-size: 50%; }
  .main-header {
    padding: .8rem 0; }
  .ta-center-xs {
    text-align: center; } }

@media screen and (max-width: 425px) {
  body {
    padding-top: 5rem; }
  .main-header__right {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #EEFAFD;
    padding: 1rem 1rem;
    z-index: 10;
    text-align: justify !important;
    text-align-last: justify;
    font-size: 0;
    line-height: 0;
    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom: 1; }
    .main-header__right:after {
      width: 100%;
      height: 0;
      visibility: hidden;
      overflow: hidden;
      content: '';
      display: inline-block; }
    .main-header__right > * {
      display: inline-block;
      vertical-align: middle;
      /* эмуляция inline-block для IE6-7*/ }
  .header-flags {
    margin: 0;
    margin-right: 3rem;
    display: inline-block;
    vertical-align: middle; } }

@media screen and (max-width: 320px) {
  html {
    font-size: 2.5vw; } }

@media screen and (max-width: 240px) {
  html {
    font-size: 6px; } }


.select-spoiler__form {
  display: none;
}

.select-spoiler__label {
  margin-bottom: 5px;
  display: block;
  font-size: .8em;
}

.select-spoiler__select + .select2.select2-container{
  min-width: 100%;
  margin-bottom: 30px;
}

.select-spoiler__form--active {
  display: block;
}

.select-full-width .select2-container--classic.select2 {
  width: 100% !important;
  max-width: 100% !important; }
