/* snowcss 

#main-menu {
  overflow: clip;
}
#main-menu::before {
  content: url(../snow.png);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#main-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
  z-index: 2;
  pointer-events: none;
} */


.ya-btn {
  margin-left: 20px;
  padding: .75em 1em;
  border-radius: 0.75em;
  font-weight: 500;
  font-size: 1.2em;
  color: #242424 !important;
  background: #efefef;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #fff;
}
.ya-btn{
  
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.ya-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(250,80,40,1) 0%, rgba(170,60,250,1) 50%, rgba(10,190,230,1) 100%);
  border-radius: inherit;
  transform: translate3d(0, 0.3em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1);
}
.ya-btn:hover {
  transform: translate(0em, 0.3em);
}
.ya-btn:hover::before {
  transform: translate3d(0, 0, -1em);
}
/* *Topbar */
#top-bar ul:not(.contextual-links) {
  display: -ms-flexbox;
  display: flex;
}

#top-bar ul:not(.contextual-links) a {
  display: block;
}

#top-bar ul:not(.contextual-links).menu a {
  padding: 10px 15px 15px 15px;
}

#top-bar ul:not(.contextual-links).links {
  justify-content: flex-end;
}

#top-bar ul:not(.contextual-links).links a {
  line-height: 1em;
  padding: 14px 10px;
}
#main-menu>.container {
  display: flex;
  justify-content: center;
  max-width: 100% !important;
}
/* Accordeon */

.field--type-text-with-summary summary {
  background-color: #003c78;
  color: #fff;
  padding: 1em;
  border-bottom: 1px solid #fff;
}
.field--type-text-with-summary summary:hover {
  cursor: pointer;
  background-color: #004F9D;
}
.field--type-text-with-summary summary:active {
  background-color: #004F9D;
}
.field--type-text-with-summary .details-wrapper summary {
  padding: 1em 2em;
}


/* *Sidebar menu */
.sidebar ul.menu li a {
  display: block;
  padding: 8px 15px;
}

/* *Tabs */
ul.tabs {
  display: -ms-flexbox;
  display: flex;
}

ul.tabs li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

/* *Footer */
#footer ul.menu a {
  display: inline-block;
  padding: 3px 0;
}

#social-icons {
  display: -ms-flexbox;
  display: flex;
}

#social-icons a {
  display: block;
  text-align: center;
  width: 2em;
  line-height: 1.5em;
  margin: 0 3px;
  padding-top: 5px;
}

#social-icons .fab {
  font-size: 21px;
}

/* !MEDIA QUERIES */
@media (max-width: 992px) {
  #top-bar ul:not(.contextual-links).menu {
    margin-bottom: 3px;
  }
  #top-bar ul:not(.contextual-links).links a {
    padding: 3px 10px 3px 10px;
  }
  #footer .search-block-form {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  #block-social-icons {
    padding-top: 8px;
  }
}

@media (max-width: 768px) {
  #top-bar .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 10px 7px 10px;
  }
  #top-bar .menu-item {
    width: 30%;
  }
  #top-bar ul:not(.contextual-links).menu a {
    padding: 10px 10px 10px 10px;
  }
  #footer-first h2 {
    text-align: center;
  }
  #footer-first ul.menu {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  #footer-first li.menu-item {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #footer-second {
    padding: 0 40px;
  }
  .region-footer-second {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #footer-second .menu-item {
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #block-social-icons {
    padding-top: 0;
  }
  #social-icons {
    justify-content: center;
  }
  #block-copyright > div {
    text-align: center;
    font-size: 14px;
  }
  #block-subscriber-buttons div div {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  #top-bar ul:not(.contextual-links).menu li {
    font-size: 14px;
  }
  #top-bar ul:not(.contextual-links).menu a {
    padding: 5px 15px 5px 15px;
  }
  #footer-first .brands-link {
    padding: 20px 15px;
  }
}

@media (max-width: 410px) {
  #top-bar .menu-item {
    width: 30%;
  }
  #top-bar ul:not(.contextual-links).menu a {
    padding: 5px 2px 5px 2px;
  }
}
