/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/* Error */
.uk-form-danger, .uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
.uk-text-danger {
  color: #f0506e !important;
}
.uk-form-danger + .tm-error {
  display: block;
}
.tm-error {
  position: absolute;
  font-size: 12px;
  color: darkred;
  display: none;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*="uk-animation-"] {
  animation: 0.5s ease-out both;
}
/* Shake */
.uk-animation-shake {
  animation-name: uk-shake;
}
/* Shake */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* ========================================================================
   Component: Spoilers
 ========================================================================== */
body {
  background: #edf2f7;
}
details {
  display: block;
  background: #fff;
  width: auto;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
summary::-webkit-details-marker {
  display: none;
}
summary::-moz-list-bullet {
  list-style-type: none;
}
summary::marker {
  display: none;
}
summary {
  display: block;
  padding: 0.3em 0.3em 0.3em 1.4em;
  font-size: 1.4em;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e2e8f0;
}
summary:before {
  top: 0.4em;
  left: 0.3em;
  color: transparent;
  background: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=') no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  transition: transform 0.5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
  padding: 0 2em 10px 2em;
}
details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
summary:focus {
  outline: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.3);
}
/* ========================================================================
   Component: Tables
 ========================================================================== */
.CSSTableGenerator {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #000000;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.CSSTableGenerator table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.CSSTableGenerator tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.CSSTableGenerator tr:nth-child(odd) {
  background-color: #c7c6c4;
}
.CSSTableGenerator tr:nth-child(even) {
  background-color: #ffffff;
}
.CSSTableGenerator td {
  vertical-align: middle;
  border: 1px solid #000000;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 7px;
  font-size: 13px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}
.CSSTableGenerator tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child {
  border-width: 0px 0px 1px 0px;
  text-align: center;
}
.CSSTableGenerator tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td {
  background: -o-linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3498db), color-stop(1, #003f7f));
  background: -moz-linear-gradient(center top, #3498db 5%, #2c3e50 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ca5da", endColorstr="#003f7f");
  background: -o-linear-gradient(top, #3498db, 003f7f);
  background-color: #3498db;
  border: 0px solid #000000;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.CSSTableGenerator tr:first-child:hover td {
  background: -o-linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3498db), color-stop(1, #003f7f));
  background: -moz-linear-gradient(center top, #3498db 5%, #2c3e50 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ca5da", endColorstr="#003f7f");
  background: -o-linear-gradient(top, #005fbf, 003f7f);
  background-color: #3498db;
}
.CSSTableGenerator tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
.CSSTableGenerator td {
  text-align: center;
}
.CSSTableGenerator .left {
  text-align: left;
}
.g-button-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(243, 156, 18, 0.6);
  background: #e67e22;
}
.g-program-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
/* Фикс для canvas Яндекс.Карт в шаблоне Vermilion */
.mod_map canvas, .ymaps canvas, .ymaps-2-1-79-ground-pane canvas, .ymaps-2-1-79-map canvas {
  height: auto !important;
  width: auto !important;
  max-width: none !important;
}
/*# sourceMappingURL=custom_31.css.map */