/* font-family: "OpenSansRegular"; */
@font-face {
  font-family: "opensansR";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansLight"; */
@font-face {
  font-family: "opensansL";
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansBold"; */
@font-face {
  font-family: "opensansB";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansExtraBold"; */
@font-face {
  font-family: "opensansEB";
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansSemiBold"; */
@font-face {
  font-family: "opensansSB";
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
b {
  font-family: "opensansB";
}

body {
  font-size: 14px;
  background-color: #f5f5f5;
  font-family: "opensansR";
  color: #3f3d3d;
}

a, button {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  color: #3f3d3d;
}

a {
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

button:hover, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

input, input:hover, input:active, input:focus {
  outline: none;
  box-shadow: none;
}

input {
  padding-left: 10px;
  padding-right: 10px;
}

button {
  border: none;
}

html {
  overflow-x: hidden !important;
}

ul {
  margin: 0px;
}

p {
  line-height: 1.7em;
}

.vertical__align-wrap {
  list-style: none;
  display: table;
  height: 100%;
  position: relative;
  padding-left: 0px;
}

.vertical__align {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
}

.custom__list {
  list-style: none;
  padding-left: 0px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 630px) {
  .mob-full__width {
    width: 100%;
  }
}
.sk-select {
  position: relative;
  padding-right: 15px;
}

.sk-select > button {
  background: transparent;
  color: #ffffff;
  border-radius: 5px;
}

.sk-select > button:focus {
  outline: none;
  box-shadow: none;
}

.sk-select button:after {
  background-image: url(../images/index_03_icon.png);
  content: '';
  width: 25px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  top: 2px;
  position: absolute;
  margin-left: 5px;
  right: 0px;
}

.sk-select > ul {
  position: absolute;
  margin-top: 7px;
  list-style: none;
  z-index: 999;
  border-color: #ffffff;
  background: #44ca1d;
  width: 100%;
  padding-left: 0px;
  color: #ffffff;
}

.sk-select ul > li {
  font-size: 15px;
  background: #44ca1d;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  margin-top: 0px;
  white-space: nowrap;
}

.sk-select ul > li:hover {
  background: #2f61d1;
}

.sk-select ul > li:first-child {
  border-top: none;
}

.right__part {
  float: right;
}

.white__link {
  color: #ffffff;
  text-decoration: none;
}
.white__link > i {
  margin-left: 5px;
}

.custom__button {
  text-decoration: none;
  border: 1px solid;
  border-color: transparent;
  background: #44ca1d;
  padding: 10px 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  font-family: "opensansR";
  text-transform: uppercase;
}

.custom__button:hover {
  border-color: #72d455;
  color: #ffffff;
  background: #72d455;
}

.header__line {
  background: #2f61d1;
  height: 34px;
  font-size: 12px;
}
.header__line > div {
  height: 100%;
}

.head__line-left {
  float: left;
}

.header__line-link {
  text-transform: uppercase;
}

.header__line-link:hover {
  text-decoration: underline;
  text-transform: uppercase;
}

.vertical__button {
  display: table-cell;
  padding: 5px 10px;
  height: 100%;
}

.header__line-button:hover {
  color: #ffffff;
  background: #72d455;
}

.lang__switcher-img {
  border: 2px solid #ffffff;
  border-radius: 1px;
  margin-right: 5px;
  margin-bottom: 1px;
  width: 23px;
  height: 16px;
}

.header {
  background: #ffffff;
}

.header__logo {
  display: inline-block;
}

.container > .navbar-header {
  margin: 0px;
}

.navbar__button {
  margin: 0px;
  color: #2f61d1;
  font-size: 20px;
}

.header__section {
  min-height: 90px;
  width: 100%;
}

.header__menu {
  padding-left: 10px;
}
.header__menu > li {
  padding-left: 10px;
}

.header__nav-link {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.header__nav-link--active {
  background: #44ca1d;
  color: #ffffff;
}

.header__nav-link:hover {
  background: #44ca1d;
  color: #ffffff;
}

/* slider */
.slick-dots {
  bottom: 30px;
}

.slick-dots li {
  margin: 0px 1px;
}

.slick-dots li button {
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  width: 14px;
  height: 14px;
  padding: 0px;
}

.main__slider {
  color: #ffffff;
}

.main__slider-item {
  height: 620px;
  position: relative;
  background-size: cover;
}

/*.main__slider-item-1 {*/
  /*background-image: url(../images/slider__1.jpg);*/
/*}*/

.main__slider-content {
  margin-top: 80px;
}

.slider__heading {
  font-size: 40px;
  text-transform: uppercase;
}

.slider__button-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.article__h {
  font-size: 22px;
  margin-top: 56px;
  margin-bottom: 30px;
  font-family: "opensansSB";
  text-transform: uppercase;
}

.small__button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #c8c8c8;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.small__button:hover {
  background: #44ca1d;
}

.white__text {
  color: #ffffff;
}

.blue__text {
  color: #2f61d1;
}
.blue__text > a {
  color: #2f61d1;
}

.main__blue {
  background: #2f61d1;
  padding-bottom: 30px;
}

.news__item {
  background: #ffffff;
  margin-bottom: 30px;
}

.news__item-desc {
  padding: 15px;
}

.news__h {
  line-height: 1.5em;
  font-family: "opensansB";
  text-transform: uppercase;
}

.news__item-img {
  max-height: 156px;
  margin: auto;
  display: block;
}

.news__link {
  color: #8fc9ff;
  text-decoration: none;
}

.news__link:hover {
  color: #ffffff;
}

.trend__main {
  padding-top: 50px;
  background: #ffffff;
}

.areas__name {
  /*height: 80px;*/
  overflow: hidden;
  font-size: 16px;
  font-family: "opensansSB";
}
.areas__name > a {
  text-decoration: none;
}

.text__center {
  text-align: center;
}

.gray__text {
  color: #858585;
}

.font__15 {
  font-size: 15px;
  margin-bottom: 30px;
}

.areas {
  padding-bottom: 25px;
  background: #ffffff;
}

.vertical__item {
  text-align: left;
  margin-bottom: 30px;
}

.box__bordered {
  border: 1px solid #e5e5e5;
}

.vertical__item-desc {
  padding: 20px 0 0 0;
}

.bottom__elem {
  margin-bottom: 25px;
}

.main__gray {
  background: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 55px;
}

.box__white {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
}

.article__h-min {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 15px;
  font-family: "opensansSB";
  text-transform: uppercase;
}

.box__news {
  margin-bottom: 31px;
}

.bottom__bordered {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.right__sidebar-bordered {
  padding-bottom: 9px;
}

.right-box__news {
  margin-bottom: 15px;
}

.big__text {
  font-size: 18px;
  font-family: "opensansSB";
}

.blue__link {
  text-decoration: none;
  color: #2f61d1;
}

.our__news-desc {
  padding-top: 10px;
  padding-bottom: 10px;
}

.our__news-date {
  margin-right: 10px;
}

.main__text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.main-text {
  margin-top: 10px;
}

.gallery-iframe iframe{
  width: 100%;
  height: 100%;
}

.green__button {
  background: #44ca1d;
}

.green__button:hover {
  background: #c8c8c8;
}

.right__side-item {
  margin-bottom: 15px;
  width: 100%;
}

.main__white {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 40px;
}

.box__white-video {
  margin-bottom: 52px;
}

.main__text-video {
  height: 69px;
  text-overflow: ellipsis;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main__white-bottom {
  margin-top: 30px;
}

.places__video {
  background-image: url(../images/img__bg.png);
  background-size: cover;
  position: relative;
  padding-bottom: 55px;
}

.places__video:before {
  background-color: rgba(8, 51, 147, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  display: block;
}

.single__slider .bottom__arrow {
  position: absolute;
  top: 50%;
  padding: 9px 17px;
  display: block;
  background: transparent;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  transition: 0ms;
  z-index: 10;
}
.single__slider .bottom__arrow > i {
  color: #ffffff;
  font-size: 54px;
}
.single__slider .bottom__arrow:hover {
  opacity: 0.7;
}
.single__slider .bottom__arrow:active > i {
  color: #8546a7;
}
.single__slider .bottom__arrows--left {
  left: 0px;
  right: auto;
}
.single__slider .bottom__arrows--right {
  right: 0px;
  left: auto;
}
.single__slider .slick-dots {
  right: 110px;
  bottom: 30px;
  width: auto;
}
.single__slider .slick-dots li {
  margin: 0px 1px;
}

.slick-dots li button:before {
  content: "";
}

.slick-dots li.slick-active button:before {
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/icon__slider.jpg);
}

.single__slider-intro {
  position: relative;
  display: inline-block;
  float: none;
}
.single__slider-intro img {
  width: 100%;
  margin: auto;
}

.single__slider-intro > div > iframe{
  width: 100%;
}

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

.col__center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}

.blue__line {
  background: #2f61d1;
  height: 40px;
}

.blue__line-button {
  display: table-cell;
  background: transparent;
}

.blue__line-button:hover {
  background: #72d455;
}

.blue__line-button--active {
  background: #44ca1d;
}

.full__width {
  width: 100%;
}

.footer {
  padding-top: 30px;
  border-top: 7px solid #44ca1d;
  background: #ffffff;
}

.footer__margin {
  margin-top: 30px;
}

.footer__text {
  color: #8c8c8c;
  line-height: 1.6m;
}

.footer__logo {
  display: block;
  float: none;
  margin: auto;
  margin-bottom: 30px;
}

.footer__desc {
  margin-bottom: 30px;
  font-family: "opensansSB";
  font-size: 13px;
  padding-left: 20px;
  text-transform: uppercase;
}

.footer__list {
  list-style-image: url(../images/footer__icon.png);
  padding-left: 20px;
}

.footer__list-item {
  margin-bottom: 15px;
}

.footer__list-link {
  text-decoration: none;
  color: #3f3d3d;
}

.footer__list-link:hover {
  text-decoration: underline;
}

.footer-join__text {
  padding-left: 0px;
}

.gray__input-wrap {
  position: relative;
  white-space: nowrap;
}

.custom-gray__input {
  background: #f5f5f5;
  border: 1px solid;
  border-color: transparent;
  padding: 10px 15px;
  padding-right: 50px;
  width: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.custom-gray__input:focus {
  background: #dadada;
  border-color: #44ca1d;
}

.custom-gray__button {
  padding: 10.5px 10px;
  position: absolute;
  right: 0px;
}

.footer__input {
  margin-bottom: 20px;
}

.footer__socials {
  height: 50px;
  text-align: center;
  width: 100%;
  border-right: 1px solid #dddddd;
}

.footer-socials__link {
  border: 1px solid #dddddd;
  border-right: 0.5px;
  padding: 10px 15px;
  color: #8c8c8c;
  font-size: 20px;
  width: 25%;
}

.footer-socials__link:hover {
  background: #2f61d1;
  border-color: #2f61d1;
  color: #ffffff;
}

.footer__avtor {
  min-height: 60px;
  width: 100%;
}

.footer__bordered {
  margin-bottom: 0px;
}

.back__top {
  cursor: pointer;
  border: 1px solid #44ca1d;
  border-radius: 50%;
  padding: 4px 11px;
  display: inline-block;
}

.footer-avtor__link {
  margin-right: 10px;
}

/* About page */
.way__bar {
  background: #3a4e7b;
  color: #ffffff;
  padding: 20px 0px;
  margin-bottom: 13px;
}

.page__name {
  font-size: 18px;
}

.way__link {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}

.way__link--active {
  text-decoration: none;
  color: #96ff00;
}

.big__img {
  height: 373px;
  background-size: cover;
  background-image: url(../images/big__img.jpg);
}

.big__img-text {
  color: #ffffff;
  font-family: "opensansL";
  margin-top: 235px;
  margin-left: 45px;
  font-size: 36px;
}

.map_conservation iframe{
  width: 100%;
}

.main__box {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.main__box_index{
  margin: 0;
}

.main__box iframe{
  width: 840px;
  height: 455px;
}

.box__turn {
  position: relative;
  padding-bottom: 43px;
}

.box__turn:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/box__turn.jpg);
  width: 45px;
  height: 43px;
}

.about__item {
  background: #ffffff;
  text-align: center;
}

.about__item-top {
  padding: 5px 15px;
  border-bottom: 1px solid #f5f5f5;
}

.about__item-text {
  font-size: 60px;
  font-family: "opensansL";
  margin-left: 10px;
}

.about__item-bottom {
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.blue__button {
  background: #49c9f3;
  display: inline-block;
  text-decoration: none;
  padding: 0px 11px;
  color: #ffffff;
  font-size: 18px;
}

.blue__button:hover {
  background: #11aee2;
}

.left__part {
  float: left;
}

.about__buttons-wrap {
  margin-top: 10px;
}

.about__partners {
  text-align: center;
  padding: 5px 15px;
  height: 100px;
  line-height: 85px;
}
.about__partners img {
  display: inline-block;
}

.header__line-align {
  text-align: center;
  padding-right: 15px;
}

.partners {
  margin-top: 30px;
}

.gallery__large-img {
  max-height: 480px;
}

.main__gallery-nav {
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
}
.main__gallery-nav .slick-list {
  width: 100%;
}

.gallery__item {
  overflow: hidden;
  padding: 0px;
  margin-right: 8px;
  height: 70px;
}
.gallery__item > img {
  height: 70px;
}

.gray__link {
  text-decoration: none;
  margin-right: 10px;
}
.gray__link > i {
  margin-right: 5px;
}

.gray__link:hover {
  text-decoration: underline;
}

.inside__sidebar-item {
  margin-bottom: 25px;
}

.inside__sidebar-item iframe{
  width: 240px;
  height: 215px;
}

.inside__sidebar-link__wrap {
  text-align: center;
}

.inside__sidebar-link {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #d4d4d4;
  text-transform: uppercase;
}
.inside__sidebar-link > i {
  font-size: 18px;
}

.inside__main--text {
  margin-bottom: 30px;
}

.custom__slider-img {
  background-size: cover;
  min-height: 480px;
}

.custom__slider-img-index {
    background-size: cover;
    min-height: 620px;
}

.custom__slider-img {
  background-image: url(../images/gallery1.jpg);
}

.custom__slider-content {
  margin-top: 120px;
}

.custom__slider-h {
  font-size: 36px;
  font-family: "opensansB";
  text-transform: uppercase;
}

.custom__slider .bottom__arrow {
  position: absolute;
  top: 50%;
  padding: 1px 12px;
  display: block;
  background: transparent;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  transition: 0ms;
  z-index: 10;
  color: #01b7f2;
  background: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  width: 32px;
  text-align: center;
}

.custom__slider_index .bottom__arrow {
  position: absolute;
  top: 50%;
  padding: 1px 12px;
  display: block;
  background: transparent;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  transition: 0ms;
  z-index: 10;
  color: #01b7f2;
  background: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  width: 32px;
  text-align: center;
}

.custom__slider .bottom__arrow:hover {
  opacity: 1;
}
.custom__slider .bottom__arrows--right {
  right: 16px;
  left: auto;
}
.custom__slider .bottom__arrows--right i {
  margin-left: 2px;
}
.custom__slider .bottom__arrows--left {
  left: 16px;
  right: auto;
}

.custom__slider_index .bottom__arrow:hover {
  opacity: 1;
}
.custom__slider_index .bottom__arrows--right {
  right: 16px;
  left: auto;
}
.custom__slider_index .bottom__arrows--right i {
  margin-left: 2px;
}
.custom__slider_index .bottom__arrows--left {
  left: 16px;
  right: auto;
}
.custom__slider-text {
  margin-top: 25px;
  margin-bottom: 20px;
}

.transperent__input {
  background: transparent;
  border: 1px solid #d1d0d0;
}

.item__desc-big {
  padding: 20px 15px 30px;
}

.inside__content {
  padding-bottom: 15px;
}

.default__link {
  text-decoration: none;
  color: inherit;
}

.custom__slider-img--2 {
  background-image: url(../images/big__img5.jpg);
}

.white__item {
  background: #ffffff;
}

.white__item > iframe{
  width: 100%;
}

.white__item > img{
  width: 100%;
}

.reserve__country{
  color: #67CFFF;
}

.advantages__text {
  color: #8c8c8c;
  line-height: 1.7em;
}

.custom__link {
  text-decoration: none;
  color: #aaa9a9;
}
.custom__link > i {
  margin-right: 5px;
}

.page__buttons-wrap {
  position: relative;
}
.page__buttons-wrap > div {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
}

.page__button {
  font-size: 15px;
  color: #2f61d1;
  background: transparent;
  padding: 4px 11px;
}

.page__button--active {
  background: #49c9f3;
  color: #ffffff;
}

.page__button:hover {
  color: #ffffff;
}

.gray__select > button {
  color: #b7b7b7;
}
.gray__select button:after {
  background-image: url(../images/sort__icon.png);
}

.sort__wrap {
  display: inline-block;
}

.sort__select {
  margin-top: 15px;
}

.main__gallery {
  max-height: 480px;
}

.main__gallery-nav .bottom__arrow {
  position: absolute;
  top: 0px;
  padding: 8px 8px;
  display: block;
  background: transparent;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  transition: 0ms;
  z-index: 10;
  background: #2f61d1;
  height: 70px;
  line-height: 70px;
}
.main__gallery-nav .bottom__arrow > i {
  color: #ffffff;
  font-size: 24px;
}
.main__gallery-nav .bottom__arrow:hover {
  opacity: 0.7;
}
.main__gallery-nav .bottom__arrow:active > i {
  color: #8546a7;
}
.main__gallery-nav .bottom__arrows--left {
  left: 0px;
  right: auto;
}
.main__gallery-nav .bottom__arrows--right {
  right: 0px;
  left: auto;
}

.box__name {
  font-size: 16px;
}

.inside__box {
  padding-bottom: 25px;
}

.inside__text {
  color: #3f3d3d;
  font-size: 16px;
  font-family: "opensansSB";
}

.blue__border {
  border-color: #2f61d1;
}

.blue__icon {
  margin-top: 4px;
  border: 1px solid #2f61d1;
  color: #2f61d1;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.contact__text {
  color: #9c9c9c;
}
.contact__text > i {
  margin-right: 5px;
}

.border__none {
  border: none;
}

.big__button {
  width: 100%;
  padding: 14px 25px;
}

.adress__sidebar-item {
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.box__big {
  padding-top: 30px;
  padding-bottom: 30px;
}

.upper__text {
  text-transform: uppercase;
}

.gray__area {
  resize: none;
  min-height: 110px;
  outline: none;
}

.elem__mark-wrap {
  position: relative;
}

.elem__mark {
  position: absolute;
  top: 25px;
  left: 0px;
  background: #2f61d1;
  padding: 9px 17px;
  color: #ffffff;
  text-align: center;
  width: 57px;
}

.mark-big-span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.no__margin {
  margin: 0px;
}

.news__button {
  padding-left: 9px;
  padding-right: 9px;
}

.ui-accordion .accordion__heading {
  outline: none;
  padding: 23px 16px;
  background: #ffffff;
  text-transform: uppercase;
  color: #141618;
  margin-bottom: 15px;
  position: relative;
  padding-right: 45px;
  font-size: 14px;
}

.ui-accordion .support-accordion-text {
  padding-left: 15px;
}

.ui-accordion-header-icon {
  width: 10px;
  height: 6px;
  background-image: url(../images/accor__icon.png);
  position: absolute;
  right: 22px;
  top: 50%;
}

.ui-accordion .ui-accordion-header-active {
  background: #2f61d1;
  color: #ffffff;
}

.support-accordion-text {
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: -20px;
}

.ui-accordion-header-active .ui-accordion-header-icon {
  background-image: url(../images/accor__icon2.png);
}

.accordion__text-heading {
  text-transform: uppercase;
  font-size: 16px;
}

.accordion__line {
  border-bottom: 3px solid #44ca1d;
  width: 30px;
  margin-bottom: 15px;
}

.support__form {
  margin-top: 70px;
}

.contact__form{
  margin: 0;
}

.our_av {
  white-space: nowrap;
  margin-top: 5px;
  display: inline-block;
}

.partner__slider {
  position: relative;
  padding-bottom: 30px;
}
.partner__slider .blue__button {
  position: absolute;
  top: -50px;
}
.partner__slider .blue__button-left {
  right: 55px;
}
.partner__slider .blue__button-right {
  right: 16px;
}
.partner__slider .partner__slider-item {
  padding-left: 15px;
  padding-right: 15px;
  cursor: ew-resize;
}

.calen__gray {
  background: #eeeeee;
  padding: 4px 0px;
  text-align: center;
}

.calen__gray-day {
  background: #ffffff;
  display: inline-block;
  padding: 10px 12px;
  color: #666666;
  font-size: 12px;
  margin-bottom: 5px;
}

.calen__gray-number {
  font-family: "opensansB";
  color: #2c2c2c;
}

@media (max-width: 1200px) {
  .gallery__large-img {
    max-height: 397px;
  }
}
@media (min-width: 1235px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .slider__options {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .slider__options > .right__part {
    float: none;
  }

  .blue__line-button {
    display: inline-block;
  }

  .blue__line {
    padding-top: 15px;
  }

  .main__gray {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
@media (min-width: 767px) {
  .header__logo-mobile {
    display: none;
  }

  .gallery__item {
    width: 70px !important;
  }
}
@media (max-width: 767px) {
  .page__buttons-wrap > div {
    text-align: left;
  }

  .footer__margin {
    margin-top: 15px;
  }

  .comment__img-user {
    width: auto;
    margin-bottom: 15px;
  }

  .gallery__item > img {
    width: 100%;
  }

  .header__section {
    min-height: auto;
  }

  .desktop__logo {
    display: none;
  }

  .header__logo-mobile {
    width: 200px;
    margin-top: 8px;
  }

  .header__line {
    height: auto;
  }

  .header__line-link {
    margin-bottom: 15px;
    display: inline-block;
    white-space: nowrap;
  }

  .header__menu {
    float: none;
    text-align: left;
    margin-top: 20px;
  }
  .header__menu > li {
    display: block;
    margin-bottom: 15px;
  }

  .trend__img {
    margin-bottom: 15px;
  }

  .main__slider-content {
    margin-top: 120px;
  }

  .slider__button-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single__slider .bottom__arrow {
    display: none !important;
  }

  .footer__desc {
    margin-top: 30px;
  }

  .footer__avtor {
    padding-top: 15px;
  }
  .footer__avtor > li {
    display: block;
    margin-bottom: 15px;
  }
  .footer__avtor .right__part {
    float: none;
  }

  .header__line .right__part {
    float: none;
  }

  .page__name {
    display: block;
  }

  .way__adress {
    float: none;
  }

  .custom__slider .bottom__arrow {
    display: none !important;
  }

  .conservation__slider-content {
    margin-top: 80px;
  }
}
@media (max-width: 467px) {
  .header__line-align {
    display: block;
  }

  .xmob__full {
    width: 100%;
  }

  .sort__select {
    float: none;
    clear: both;
    margin-bottom: 15px;
  }
}
