/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/

/**
 * FONTS
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,300,300i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,400i,300,300i,600,600i,700,700i&display=swap);

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&subset=cyrillic-ext,latin-ext&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,300,300i,600,600i,700,700i&display=swap);

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  min-width: 375px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
}
b,
strong {
  font-weight: 600;
}

/**
 * Main Styles
 */
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
}
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
a {
  color: #1b2286;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none !important;
}

/** Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  color: #000;
}
h1 {
  font-size: 36px;
  line-height: 47px;
  margin: 0px auto 20px auto;
  text-align: left;
}
@media (max-width: 544px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}

.front h2,
.front h3,
.front h4 {
  font-family: "Roboto Condensed", Times, serif;
  color: #000;
}

/** Tables */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

table th,
table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: inherit;
  border-top: 1px solid #eceeef;
}
table td p {
  margin: 0;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

table tbody + tbody {
  border-top: 2px solid #eceeef;
}

table table {
  background-color: #fff;
}
blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

img.text-xs-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
img.text-xs-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
img.text-xs-center {
  margin: 10px auto 0 auto;
}

.text-formatted ol {
  counter-reset: item;
  padding: 0;
}
.text-formatted ol li {
  display: block;
  padding: 4px 0;
}
.text-formatted ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #1b2286;
  font-weight: bold;
}

.text-formatted ul {
  padding: 0;
}

.text-formatted ul li {
  list-style: none;
  position: relative;
  background: url(../images/li-bg.svg) no-repeat 0 12px;
  padding-left: 20px;
  padding: 5px 0 5px 30px;
}

.ui-dialog-titlebar-close {
  background: url(../images/icon-close.png) no-repeat 0 0 !important;
  width: 15px !important;
  height: 15px !important;
}

form .form-control {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #000;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  color: #666666;
  font-family: "Roboto Condensed", Times, serif;
  padding: 0 0 36px 0 !important;
  margin: 0;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb li:before {
  content: ">" !important;
}
.breadcrumb li:first-child:before {
  content: none !important;
}

.contact-form .form-actions input,
.contact-form .form-actions input {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #333333;
  border: 0;
  text-transform: uppercase;

  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(230, 230, 230, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.contact-form .form-actions input:hover,
.contact-form .form-actions input:hover {
  background: #e6e6e6;
}

#popup__toggle {
  bottom: 10px;
  right: 76px;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #29aee3;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #29aee3;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #29aee3;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(../mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

.menu--catalog {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.menu--catalog .menu .menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}

.menu--catalog .menu .menu-item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 20px 15px 20px 30px;
  background: #fff;
  width: 100%;
  transition: 0.3s;
}

.menu--catalog .menu .menu-item a.is-active {
  background: #1b2286;
  color: #fff;
}

.menu--catalog .menu .menu-item {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.menu--catalog .menu .menu-item a:hover {
  background: rgba(27, 34, 134, 0.1);
  font-weight: 700;
  color: #000;
}

#block-catalog-menu .trigger-link {
  position: relative;
}

#block-catalog-menu .menu-item--expanded .menu-item {
  display: none;
}

#block-catalog-menu .menu-item--expanded.menu-item--is-open .menu-item {
  display: block;
}

#block-catalog-menu .menu-item.menu-item--active-trail {
  display: block;
}

#block-catalog-menu .menu-dropdown-trigger {
  position: absolute;
  top: 10%;
  right: 0px;
  width: 40px;
  /* margin-right: 10px; */
  height: 40px;
  display: block;
  background-image: url("../images/icon-arrow-down.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

[v-cloak] {
  display: none;
}
