/*! Place your custom styles here */
.nav_social__intro {
    padding: 10px;
}
.nav_social__intro img {
    width: 48px;
}
* Cookie */
@use postcss-cssnext;
/* helpers/fixed.css */

.fixed {
  position: fixed;
  will-change: transform;
}

.fixed--bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* layout/base.css */

:root {
  --bodyFontFamily: sans-serif;
  --bodyLineHeight: 1.5;
}

body {
  font-family: var(--bodyFontFamily);
  line-height: var(--bodyLineHeight);
  margin: 0;
}

/* modules/anchor.css */

:root {
  --anchorColor: inherit;
}

a {
  color: var(--anchorColor);
}

/* modules/button.css */

:root {
  --buttonBorderWidth: 0.0625em;
  --buttonPaddingHorizontal: 1em;
  --buttonPaddingVertical: 0.5em;

  --buttonHoverBackgroundColor: #26a7f2;
}

button {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.button {
  border-style: solid;
  border-width: var(--buttonBorderWidth);
  padding: var(--buttonPaddingVertical) var(--buttonPaddingHorizontal);
  position: relative;
}

.button::after {
  background-color: var(--buttonHoverBackgroundColor);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  z-index: -1;
}

.button:focus::after,
.button:hover::after {
  opacity: 1;
}

/* modules/cookie-disclaimer.css */

:root {
  --cookieDisclaumerBackgroundColor: #208bcc;
  --cookieDisclaumerColor: #fff;
  --cookieDisclaumerFontSize: 0.75rem;
  --cookieDisclaumerPadding: 0.75rem;
}

.cookie-disclaimer {
  background-color: var(--cookieDisclaumerBackgroundColor);
  color: var(--cookieDisclaumerColor);
  font-size: var(--cookieDisclaumerFontSize);
  opacity: 0;
  padding: var(--cookieDisclaumerPadding);
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.5s;
}

.cookie-disclaimer.is-active {
        position: fixed;
  opacity: 1;
  transform: translateY(0);
        z-index: 9999;
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

/* modules/media.css */

:root {
  --mediaObjectMarginHorizontal: 1em;
}

.media {
  display: flex;
}

.media--center {
  align-items: center;
}

.media__object--left {
  margin-right: var(--mediaObjectMarginHorizontal);
}

.media__object--right {
  margin-left: var(--mediaObjectMarginHorizontal);
  order: 1;
}

.media__body {
  flex-grow: 1;
}
.main__cards {
    display: block;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    color: #000;
    padding: 30px 30px 10px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin: 0 0 35px;
    text-align: left;
}
.main__cards_ico1 {
    background-image: url(../img/main__cards_ico1.png);
    background-repeat: no-repeat;
    background-position: 200px 30px;
}
.main__cards_ico2 {
    background-image: url(../img/main__cards_ico2.png);
    background-repeat: no-repeat;
    background-position: 225px -10px; 
}
.main__cards_video {
    background-image: url(../img/main__cards_video.png);
    background-repeat: no-repeat;
    background-position: 190px 40px; 
}
.main__cards h3 {
    color: #000 !important;
    font-size: 21px;
    font-weight: 600;
}
.main__cards_button {
    display: block;
    width: 155px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #7790DE;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 25px 0 0 !important;
    text-decoration: none;
}
.main__cards_button:hover {
    background-color: #4362C2;
    color: #fff;
    text-decoration: none;
}
#popup {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  visibility: hidden;
  animation: animaciya 1s 0.5s forwards; /* 5s - это количество секунд по истечении которых появляется сообщение */
  cursor: pointer;
}
@keyframes animaciya {   
  from {visibility: hidden;}  
  to {visibility: visible;} 
}
#popup div, #popup figcaption, #popup figure:before {
  max-width: 700px; /* максимальная ширина */
  margin: 0 auto;
    background-color: transparent;
}
#popup .main__cards_modal {
    background-image: url(../img/map.png);
}
#popup figure:before { /* стиль кнопки "закрыть" */
  content: "Close";
    display: block;
    padding: 0;
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin-top: -65px;
}
#popup div, #popup figcaption {
  padding: 1%;
  cursor: default;
}
#popup figcaption {
  position: relative;
  border-width: 0 4px 0 4px;
  font-size: 150%;
  text-transform: uppercase;
  color: rgb(100,100,100);
}
#popup div {
  border-radius: 5px;
}
figure {
	    padding-top: 10%;
  height: 100%;
}
.main__cards_modal {
    background-image: url(../img/main__cards_modal.png) !important;
    background-repeat: no-repeat !important;
    background-position: 460px 30px !important;
}
#popup .main__cards {
    position: relative;
    min-height: 350px;
    color: #000;
    padding: 30px 30px 10px;
}
#popup .main__cards h3 {
    color: #000 !important;
    font-size: 32px;
    font-weight: 600;
    margin: 55px 0;
}
#popup .main__cards_button {
    display: block;
    width: 155px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #7790DE;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 45px 0 0 !important;
    text-decoration: none;
}
#popup .modal_map {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/map.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 6px;
}