.card {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-template-rows: 678px 1fr;
  grid-template-areas:
    "col1 col2"
    "col3 col2"
  ;
  grid-gap: 20px;
}

@media(max-width: 1220px) {
  .card {
    display: block;
    margin: 0 0 50px 0;
  }
}

.article-realty {
  grid-area: col3;
  position: relative;
  z-index: 1;
  display: grid;
}

.card-block {
  grid-area: col2;
}

.product-main-slider {
  position: relative;
  grid-area: col1;
}

@media(min-width: 1050px) {
  .product-main-slider {
    max-width: 100%;
  }
}

.product-main-slider .views-field-nid {
  position: absolute;
  z-index: 98;
  top: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.lupa {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/lupa.svg) no-repeat center center white;
  background-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 0px 0 0px 21px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-thumbs {
  height: 122px !important;
  max-height: 122px;
  padding: 8px 0 !important;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-wrapper {
  align-items: stretch;
}

.gallery-thumbs .swiper-slide {
  height: 100% !important;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-thumbs .swiper-slide .views-field-field-general-image {
  width: 100%;
  height: 100%;
}

.gallery-thumbs .swiper-slide .field-content {
  width: 100%;
  height: 100%;
}

.gallery-thumbs img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 1050px) {
  .gallery-big:hover .lupa {
    width: 55px;
    height: 55px;
    opacity: 0.8;
    background-size: 35px;
  }
}

.gallery-thumbs:hover .swiper-button-prev,
.gallery-thumbs:hover .swiper-container-rtl .swiper-button-next {
  left: 0;
  transform: translateY(-50%) !important;
}

.gallery-thumbs:hover .swiper-button-next,
.gallery-thumbs:hover .swiper-container-rtl .swiper-button-next {
  right: 0;
  transform: translateY(-50%) !important;
}

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
  background: #2b87e052;
  text-align: center;
  top: 50%;
  margin-top: 0;
  width: 30px;
  height: 46px;
  transform: translateY(-50%) !important;
}

.gallery-thumbs .swiper-button-prev:after,
.gallery-thumbs .swiper-button-next:after {
  font-size: 20px;
}

.gallery-thumbs .swiper-button-next {
  border-radius: 5px 0 0 5px;
  padding-left: 2px !important;
}

.gallery-thumbs .swiper-button-prev {
  border-radius: 0 5px 5px 0;
}

@media (max-width: 1050px) {
  .gallery-thumbs {
    height: 106px !important;
    max-height: 106px;
  }
}

@media (max-width: 768px) {
  .gallery-thumbs {
    height: 96px !important;
    max-height: 96px;
  }
}

@media (max-width: 480px) {
  .gallery-thumbs {
    height: 88px !important;
    max-height: 88px;
  }

  .gallery-thumbs .swiper-button-prev,
  .gallery-thumbs .swiper-button-next {
    width: 28px;
    height: 40px;
  }
}

#block-views-block-product-slider-main .contextual {
  display: none !important;
}

@media (max-width: 1220px) and (min-width: 1050px) {

  .page-node-type-realty #block-card,
  .page-node-type-yacht #block-card {
    float: right;
    width: 250px;
    margin-left: 20px;
  }
}

.price-block {
  margin-bottom: 10px;
  padding: 10px;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(267deg, #5967b3 10.5%, #3e79c7 88.36%), #3870bb;

}

.map {
  clear: both;
}

.price-block .field-content {
  font-size: 24px;
}

.price-block .price-normal span.field-content:after {
  content: " ";
  background: url(../images/euro-white.svg) no-repeat;
  width: 16px;
  height: 21px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 10px;
}

.price-request .views-label {
  display: none;
}

.price-request #app-currency {
  display: none;
}

.views-field.views-field-field-price span {
  display: inline-block;
  line-height: normal;
  margin-right: 6px;
}

.views-field.views-field-field-price span.field-content {
  padding-right: 20px;
  position: relative;
  margin-right: 0
}

.price-block select {
  padding: 4px;
  display: block;
  margin: 10px 0;
  width: 100%;
  text-align: center !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/down-arrow-white.svg) no-repeat calc(100% - 5px) 50% #23569a;
  background-size: 14px;
  border: 1px solid #1f4c88;
  color: #aebdd0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.price-block select:hover {
  color: white;
}



.consultant {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #f7f7f7;

}

.consultant .views-field-field-image {
  float: left;
  width: 37%;
}

.consultant .views-field-field-image img {
  width: 100%;
  height: initial;
  display: inherit;
}

.consultant .wrapper-consultant {
  float: right;
  width: 61%;
  line-height: 17px;
}

.consultant .skype-call {
  width: 114px;
  height: 20px;
  display: block;
  background: url(../images/skypeon.png) no-repeat left center;
}

.consultant .skype-icon {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: url(../images/skype.gif) no-repeat;
}

.consultant .views-field-title {
  font-weight: bold;
}

.consultant .views-row {
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 2px 6px;
}

.consultant a {
  color: black;
}

.consultant .title-block {
  margin: 0 0 4px 0;
  background: #145c9a;
  padding: 5px 0 5px 5px;
  color: #fff;
  font-weight: bold;
}

.parent-city:after {
  content: " /";
}

#block-views-card-favorites .flag {
  height: 39px;
  margin-bottom: 10px;
}

#block-views-card-favorites .flag div {
  display: none !important;
}

#block-views-card-favorites .flag a,
.buttons-group-realty a {
  cursor: pointer;
  display: block;
  position: inherit;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.29);
  margin-bottom: 10px;
  color: #888;
  line-height: 36px;
  webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  padding-bottom: 0;
  font-size: 15px;
  padding-top: 0px;
  text-align: left;
  padding-left: 14px !important;
  text-decoration: none !important;
  padding-right: 10px;
}

#block-views-card-favorites .flag a:hover,
.buttons-group-realty a:hover {
  line-height: 36px;
  box-shadow: 0px 0px 17px #777777c2;
  z-index: 30;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
}

#block-views-card-favorites .flag a i,
.buttons-group-realty a i {
  font-size: 20px;
  color: #145c9a;
  position: relative;
  top: 2px;
  margin-right: 9px;
  width: 23px;
  text-align: center;
}

#block-views-card-favorites .flag a:hover i,
.buttons-group-realty a:hover i {
  color: yellow;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.46);
}

#block-views-card-favorites .flag div {
  display: none !important;
}

/* card product */
.views-element-container.details span.bold {
  font-weight: bold;
}

.views-element-container.details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.views-element-container.details .views-field {
  float: left;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  clear: both;
  padding: 0 3px;
  background: #f1f1f1;
  margin: 0;
  border-top: 0;
  display: block;
  width: 100%;
  font-size: 14px;
}

.views-element-container.details .views-field:nth-child(odd) {}

.views-element-container.details .views-field:nth-child(odd) {
  background: #f9f9f9
}

.views-element-container.details span,
.views-element-container.details .field-content {
  margin: 3px 0 5px 0;
  font-weight: normal;
  width: 52%;
  text-align: right;
  display: block;
  float: right;
  padding: 3px;
}

.views-element-container.details span.views-label {
  clear: left;
  margin: 3px 0 0 0;
  font-weight: 600;
  float: left;
  width: 48%;
  text-align: left;
}

.views-element-container.details li.prc span.price {
  font-family: arial, tahoma, verdana;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  margin-top: -8px;
  float: right;
  width: 60%;
  text-align: right;
  display: block;
}

.views-element-container.details li.prc span.bold {
  float: left;
}

.views-element-container.details table {
  background: #f0f0f0;
}

.views-element-container.details table td {
  height: 20px;
}

.views-element-container.details {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.views-element-container.details .title-block {
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: bold;
  background: linear-gradient(267deg, #5967b3 10.5%, #3e79c7 88.36%), #3870bb;

}


.consultants-slider .btn-order {
  margin-top: 8px;
}

@media (max-width: 1050px) {
  .consultants-slider .btn-order {
    margin-bottom: 0;
  }

}

.consultants-slider .btn-order span {
  font-size: 15px;
  width: 100%;
  padding: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
}

.consultants-slider img {
  border-radius: 64px;
  margin-bottom: 15px;
}

.consultants-slider {
  text-align: center;
}

.consultants-slider .views-field.views-field-title {
  font-size: 19px;
  color: #2876ad;
  margin-bottom: 14px;
  text-align: center;
}

.consultants-slider .views-field.views-field-field-phone {
  font-size: 16px;
}

.consultants-slider .views-field.views-field-field-phone li,
.consultants-slider .views-field.views-field-field-email,
.consultants-slider .views-field-field-skype,
.russian-phone {
  margin-bottom: 6px;
  padding-left: 28px;
  background-size: 21px !important;
}

.consultants-slider .views-field.views-field-field-phone li:nth-child(1) {
  background: url(../images/flag/turkey.svg) no-repeat left center;
}

.consultants-slider .views-field.views-field-field-phone li:nth-child(2) {
  background: url(../images/flag/russia.svg) no-repeat left center;
}

.consultants-slider .views-field.views-field-field-email {
  background: url(../images/flag/envelope.svg) no-repeat left center;
}

.consultants-slider .views-field-field-skype {
  background: url(../images/skype.svg) no-repeat 0 0;
  padding-bottom: 1px;
  padding-top: 3px;
}

.consult-slider-box {
  clear: both;
  margin-top: 28px;
  display: block;
  float: left;
  width: 100%;
}

.consult-slider-box .title-section.title-block {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  color: #0f658c;
}

.consultants-slider .views-field.views-field-field-email i {
  color: #e6ad99;
}

.consultants-slider .wrapper-consultant a {
  color: #4a4a4a;
  font-size: 16px;
  text-align: left;
  transition: all 0.3s ease;
  transform: scale(0.8);
}

.consultants-slider .wrapper-consultant a img {
  transition: all 0.3s ease;
}

.consultants-slider .wrapper-consultant a:hover {
  transform: scale(1);
}

.consultants-slider .wrapper-consultant a:hover img {

  cursor: pointer;
  box-shadow: none;
}


.consultants-slider .wrapper-consultan {
  text-align: left;
}

.consultants-slider .wrapper-consultant {
  text-align: left;
  padding: 0 13px;
  margin-bottom: 18px;
}

.consultants-slider .slick-arrow {
  width: 25px;
  height: 25px;
  border-color: #175178 !important;
  position: absolute;
  top: 42%;
  margin-top: -31px;
  font-size: 0;
  background: none;
  z-index: 5;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease-in;

}

.consultants-slider .slick-prev {
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 10px;
}

.consultants-slider .slick-next {
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 10px;
}

.consultants-slider .main-wrapper-row:hover button.slick-arrow.slick-arrow {
  border-color: #5c848e !important;
}

.consultants-slider .main-wrapper-row button.slick-arrow.slick-arrow:hover {
  border-color: #995000 !important;
}

.consultants-slider .main-wrapper-row {
  overflow: hidden;
}

.phone-consult img {
  width: 25px;
}

.consultants-slider .phone-consult .content a {
  display: inline-block;
  margin-right: -7px;
  height: 23px;
  vertical-align: top;
}

.consultants-slider .phone-consult .content {
  margin-right: 8px;
}

.consultants-slider .message-tel {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

.consultants-slider .phone-consult.turkey-phone {
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #ececec;
  padding: 5px 4px 5px;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 12px;
}

.consultants-slider .phone-consult.russian-phone {
  background: url(../images/flag/russia.svg) no-repeat left center;
}

/**/
.print-button {
  width: 38px;
  height: 38px;
  position: relative;
  padding: 0;
  border: 0;
  border: none;
  background: transparent;
  cursor: pointer;

}

.print-icon,
.print-icon::before,
.print-icon::after,
.print-page:hover .print-icon::after {
  border: solid 2px #757575;
  box-sizing: border-box;
  background-color: #fff;
}

.print-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: 20%;
  width: 60%;
  height: 35%;
  background: #fff;
  border-radius: 20% 20% 0 0;
}

.print-icon::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 12%;
  right: 12%;
  height: 110%;
  transition: height .55s .55s;
}

.print-icon::after {
  content: " ";
  position: absolute;
  top: 55%;
  left: 12%;
  right: 12%;
  height: 0%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 70% 90%;
  background-position: center;
  background-image: linear-gradient(to top,
      #fff 0, #fff 14%,
      #333 14%, #333 28%,
      #fff 28%, #fff 42%,
      #333 42%, #333 56%,
      #fff 56%, #fff 70%,
      #333 70%, #333 84%,
      #fff 84%, #fff 100%);
  transition: height .55s, border-width 0s .55s, width 0s .55s;
  border-width: 2px;
}

.print-page:hover .print-icon::before {
  height: 0px;
  transition: height .55s;
}

.print-page:hover .print-icon::after {
  height: 120%;
  transition: height .55s .45s, border-width 0s .46s;
}

.print-page {
  cursor: pointer;
  /* border: 2px solid #4064ad; */
  color: #757575;
  float: right;
  margin-left: 5px;
  padding: 2px;
  font-size: 17px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none !important;
}

.text-print {
  position: relative;
  padding: 8px 9px 5px 12px;
  color: #757575;
  text-decoration: none;
  font-family: sans-serif;
  letter-spacing: 2px;
  top: -1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.text-print:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #145c9a;
  transition-property: height, width;
  transition-delay: 0.5s, 1s;
  transition-duration: 0.5s;
}

.print-page:hover .text-print:before {
  transition-property: width, height;
  width: 5px;
  height: 100%;
}

.text-print:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ececec;
  transform: scaleX(0);
  transition: 0.5s;
  transition-delay: 0s;
  transform-origin: left;
  z-index: -1;
}

.print-page:hover .text-print:after {
  transform: scaleX(1);
  transition-delay: 1.5s;
}

@media(max-width: 1050px) {

  .after-content-buttons noindex {
    text-align: center;
  }

  a.print-page {
    float: none;
  }
}

/* print end */


/* free-tour start */

.free-tour {
  background: url(../images/free-banner-desktop.jpg) no-repeat center center;
  height: 150px;
  background-size: 100%;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.free-tour .text1 {
  margin-bottom: 7px;
}

.free-tour .text2 span {
  font-size: 17px;
}

.free-tour .text1 span {
  font-size: 20px;
  text-transform: uppercase;
}

.free-tour .text1 span,
.free-tour .text2 span {
  font-weight: bold;
  background: #fecf3d;
  display: inline-block;
  padding: 10px;
  box-shadow: 0 1px 6px #00000038;
}

.free-tour .wrapper-text,
.free-tour .btn-wrapper {
  position: relative;
  z-index: 5;
}

.free-tour:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #007eff24;
}

@media (max-width: 735px) {
  .free-tour {
    display: block;
    text-align: center;
    padding-bottom: 18px;
    height: auto;
    background-size: cover;
  }

  .free-tour .wrapper-text {
    margin-bottom: 14px;
  }

}

@media (max-width: 560px) {
  .free-tour .text1 span {
    font-size: 15px;
    padding: 6px;
  }

  .free-tour .text2 span {
    font-size: 13px;
    padding: 3px 6px;
  }
}

/* free-tour end*/

@media(max-width: 1050px) {
  .views-element-container.details {
    margin-bottom: 0;
  }

  .consult-slider-box {
    float: none;
    margin: 0 auto !important;
    max-width: 250px;
  }

  .consultants-slider img {
    direction: inherit !important;
    margin: 0 auto 15px auto;
  }

  .consultants-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .consultant .wrapper-consultant {
    width: initial;
  }

  .consultant .views-row {
    display: flex;
    padding-right: 20px;
    width: 277px;
  }

  .consultant .views-field-field-image img {
    max-width: 100px;
    min-width: 100px;
  }

  .consultant .views-field-field-image {
    width: initial;
    margin-right: 10px;
  }

}

/* subscribe property */
.only-form {
  position: relative;
  margin-bottom: 10px;
}

.subscribe-property .form-email {
  width: 100%;
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  height: 40px;
  padding: 0 100px 0 11px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}

.subscribe-property .form-submit {
  width: 125px !important;
  min-width: auto !important;
  margin: 0 !important;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  border: 0;
  background: #ffe000;
  text-transform: uppercase;
  padding: 0 10px !important;
  font-size: 13px !important;
}

.subscribe-property .form-submit:hover {
  background: #fff700;
}

.subscribe-property .container-main-form {
  display: grid;
  grid-template-columns: 1fr 341px;
  max-width: 843px;
  margin: 0 auto;
  align-items: center;
  grid-gap: 10px;
}

.subscribe-property div#edit-importantinfo {
  color: black;
}

.subscribe-property .center {
  padding: 39px;
  border-radius: 5px;
  background: #ddd;
}

.subscribe-property.visible {
  background: url(../images/cloud.jpg) no-repeat center center;
  background-size: cover;
}

.subscribe-property h3 {
  color: #285694;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 9px;
}

.subscribe-property p {
  margin-bottom: 0;
}

@media (max-width: 1160px) {
  .subscribe-property h3 {
    font-size: 23px;
  }
}

@media (max-width: 820px) {
  .subscribe-property .container-main-form {
    max-width: 570px;
    grid-template-columns: 1fr;
  }

  .subscribe-property .subscribe-form-right {
    max-width: 400px;
    margin: 0 auto;
  }

  .subscribe-property .subscribe-text {
    text-align: center;
  }

}

@media (max-width: 500px) {
  .subscribe-property {
    padding: 25px 15px;
  }

  .subscribe-property h3 {
    font-size: 18px;
  }

  .subscribe-text p {
    display: none;
  }

  .subscribe-property .only-form p {
    line-height: 18px;
  }

}

@media (max-width: 1050px) {

  .page-node-type-realty h1,
  .page-node-type-realty .h1 {
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 24px;
  }

  .page-node-type-realty .article,
  .page-node-type-yacht .article {
    padding: 10px 4px;
    margin: 0px 0px 22px 0;
    border-radius: 3px;
  }

  .page-node-type-realty .article-content,
  .page-node-type-yacht .article-content {
    overflow: hidden;
  }

  .page-node-type-realty .article,
  .page-node-type-yacht .article {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
  }

  .page-node-type-realty #block-card,
  .page-node-type-yacht #block-card {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 665px) {

  .page-node-type-realty h1,
  .page-node-type-realty .h1 {
    border-bottom: 0;
    font-weight: bold;
    line-height: 1.1em;
    font-size: 20px;
  }
}


#map {
  display: none;
  width: 80%;
  height: calc(80% - 44px);
  max-width: 800px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

#map-places:empty {
  display: none;
}

.map-wrapper {
  background: url(../images/map.jpg) no-repeat center center;
  width: 100%;
  padding: 26px 27px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e5e4e4;
  max-width: 361px;
  margin: 0 auto 11px;
  clear: both;
}

.map-wrapper span {
  cursor: pointer;
  background: #fecf3d;
  color: black;
  padding: 10px;
  text-align: center;
  display: block !important;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0 1px 10px #0000001f;
  text-decoration: none !important;
}

.map-wrapper span:hover {
  background: #145c9a;
  color: white;
}


.vng {
  padding: 10px;
  border: 1px solid #bfd6ef;
  border-radius: 10px;
  background: #d2e8ff;
  font-weight: bold;
  color: #2c5581;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  margin: 16px 0;
}

.vng-symbol {
  font-weight: 600;
  font-size: 22px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #2c5581;
  color: #2c5581;
  margin-right: 13px;
  line-height: 24px;
}


.bitcoin-link img {
  width: 109px;
}

.bitcoin-link span {
  font-size: 19px;
  font-weight: bold;
  font-style: italic;
  margin-right: 6px;
}

.lang-en .bitcoin-link span {
  font-size: 22px;
}

.bitcoin-link a {
  color: #f7931a;
  border: 1px solid #ddd;
  padding: 10px 11px 10px;
  width: 100%;
  border-radius: 5px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bitcoin-link a:hover {
  color: #4d4d4d;
  text-decoration: none !important;
}

.bitcoin-link {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin-bottom: 19px;
}

#block-bitcoinihtml {
  text-align: center;
}

.infrastructure-list {
  margin-top: 32px;
}

.infrastructure-list>div:nth-child(1) {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 17px;
  color: #145c9a;
  text-transform: uppercase;
}

.infrastructure-list>div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.infrastructure-list div div {
  position: relative;
  margin-bottom: 9px;
  width: 33.33%;
  padding: 2px 15px 0 27px;
}

.infrastructure-list div div:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 2px;
  background: url(../images/check.svg) no-repeat center center;
  background-size: 100% auto;
}

@media (max-width: 680px) {
  .infrastructure-list div div {
    width: 50%;
  }
}

@media (max-width: 370px) {
  .infrastructure-list div div {
    width: 100%;
  }
}

.gallery-thumbs .swiper-slide {
  display: flex;
}

.gallery-thumbs .swiper-slide .views-field-field-general-image {
  width: 100%;
  height: 100%;
}

.link-to-foto:not(.link-to-map) .fas {
  color: white;
  font-size: 21px;
  background: #145ca6;
  padding: 6px;
  border-radius: 5px 5px 0 0;
  margin-left: 10px;
  margin-bottom: -5px;
}

@media (max-width: 1050px) {
  .link-to-foto .fas {
    margin-bottom: 0;
    border-radius: 5px;
  }
}

.link-to-foto .fas:hover {
  background: #eec23a;
}

.download-all-fotos {
  display: flex;
  background: #145ca6;
  color: white;
  align-items: center;
  justify-content: center;
  padding: 5px 13px;
  border-radius: 5px;
  clear: both;
  text-decoration: none !important;
  height: 36px;
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (max-width: 1050px) {
  .download-all-fotos {
    height: 46px;
  }
}

.download-all-fotos i {
  margin: 0 0 0 12px;
}

.download-all-fotos:hover {
  background: #fecf3d;
}

.role_download_foto .link-to-map {
  align-items: center;
  display: flex;
}