@charset "UTF-8";
@font-face {
  font-family: "Circle";
  src: url("../fonts/CRC75.eot");
  src: url("../fonts/CRC75.eot?#iefix") format("embedded-opentype"), url("../fonts/CRC75.woff") format("woff"), url("../fonts/CRC75.ttf") format("truetype"), url("../fonts/CRC75.svg#Flaticon") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Circle";
  src: url("../fonts/CRC25.eot");
  src: url("../fonts/CRC25.eot?#iefix") format("embedded-opentype"), url("../fonts/CRC25.woff") format("woff"), url("../fonts/CRC25.ttf") format("truetype"), url("../fonts/CRC25.svg#Flaticon") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circle";
  src: url("../fonts/Circe-Regular.eot");
  src: url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype"), url("../fonts/Circe-Regular.svg#Flaticon") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circle";
  src: url("../fonts/CRC65.eot");
  src: url("../fonts/CRC65.eot?#iefix") format("embedded-opentype"), url("../fonts/CRC65.woff") format("woff"), url("../fonts/CRC65.ttf") format("truetype"), url("../fonts/CRC65.svg#Flaticon") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 70, ../sass/theme.scss */
body {
  background: #fff;
}

/* line 73, ../sass/theme.scss */
#vk_groups {
  width: 100%;
}

/* line 76, ../sass/theme.scss */
a {
  transition: all 0.4s;
  color: #297ABF;
}
/* line 79, ../sass/theme.scss */
a:hover {
  color: #faa818;
  text-decoration: none;
  transition: all 0.4s;
}

/* line 85, ../sass/theme.scss */
.full-responsive {
  max-width: 100%;
}

/* line 88, ../sass/theme.scss */
.card-action {
  overflow: hidden;
}

/* line 91, ../sass/theme.scss */
.tags {
  padding-bottom: 10px;
  font-size: 0.8rem;
  line-height: 20px !important;
}
/* line 96, ../sass/theme.scss */
.tags .chip.active {
  font-weight: 300;
  background: #545766;
  color: #fff;
}
/* line 100, ../sass/theme.scss */
.tags .chip.active::after {
  content: "\f00d";
  font: normal normal normal 12px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
/* line 113, ../sass/theme.scss */
.tags .button {
  background-color: #545766;
  color: #fff;
  padding: 0.267em 1em;
  transition: background-color 0.3s linear, color 0.3s linear;
  position: relative;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.8em;
  border-bottom: none;
  border-radius: 0.333em;
  background-color: #545766;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 134, ../sass/theme.scss */
.tags .button:hover {
  color: #297ABF;
  opacity: 1 !important;
}

/* line 140, ../sass/theme.scss */
.hidelabel label {
  display: none;
}

/* line 143, ../sass/theme.scss */
.wtpitem {
  margin-bottom: 0px;
}
/* line 145, ../sass/theme.scss */
.wtpitem .card {
  margin-bottom: 0;
}
/* line 148, ../sass/theme.scss */
.wtpitem .wtpitem_url {
  line-height: 40px;
  display: block;
  text-align: center;
}

/* line 154, ../sass/theme.scss */
.izdview {
  max-width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

/* line 158, ../sass/theme.scss */
.modal-header {
  padding: 15px 15px;
}

/* line 161, ../sass/theme.scss */
.flexbox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
/* line 172, ../sass/theme.scss */
.flexbox .col {
  padding: 0;
  position: relative;
}
/* line 175, ../sass/theme.scss */
.flexbox .col:nth-child(6n+6), .flexbox .col:nth-child(6n+1) {
  -webkit-flex: 0 0 33.33333%;
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}
/* line 184, ../sass/theme.scss */
.flexbox .col:nth-child(6n+4), .flexbox .col:nth-child(6n+2) {
  -webkit-flex: 0 0 42.66667%;
  -moz-flex: 0 0 42.66667%;
  -ms-flex: 0 0 42.66667%;
  flex: 0 0 42.66667%;
}
/* line 193, ../sass/theme.scss */
.flexbox .col:nth-child(6n+5), .flexbox .col:nth-child(6n+3) {
  -webkit-flex: 0 0 24%;
  -moz-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}
/* line 202, ../sass/theme.scss */
.flexbox .col a {
  position: relative;
  margin: 0 0 15px 15px;
  min-height: 300px;
  background: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 223, ../sass/theme.scss */
.flexbox .col a .btn-flex {
  position: relative;
  z-index: 10;
  max-width: 100%;
  padding: 0 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  font-weight: 400;
  background: #000;
  border: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, 200%);
  transform: translate(0%, 200%);
  letter-spacing: 1.08px;
  font-size: 16px;
  border-radius: 30px;
}
/* line 266, ../sass/theme.scss */
.flexbox .col a .btn-flex:hover {
  color: #000;
}
/* line 270, ../sass/theme.scss */
.flexbox .col a .collection_image {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
/* line 278, ../sass/theme.scss */
.flexbox .col a .collection_image img {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease-in-out;
}
/* line 294, ../sass/theme.scss */
.flexbox .col a:hover .collection_image img {
  background: rgba(255, 255, 255, 0.1);
  opacity: .65;
}
/* line 299, ../sass/theme.scss */
.flexbox .col a:hover .btn-flex {
  background: transparent;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

/* line 310, ../sass/theme.scss */
.slider {
  position: relative;
  height: 560px;
}
/* line 313, ../sass/theme.scss */
.slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 319, ../sass/theme.scss */
.slider .slide .slideview {
  float: left;
}
/* line 322, ../sass/theme.scss */
.slider .slide h3 {
  font-weight: 300;
  font-size: 26px;
}
/* line 326, ../sass/theme.scss */
.slider .slide .slidedesc {
  font-size: 20px;
  font-weight: 300;
}
/* line 329, ../sass/theme.scss */
.slider .slide .slidedesc ul {
  padding-left: 20px;
}
/* line 331, ../sass/theme.scss */
.slider .slide .slidedesc ul li {
  list-style: disc;
}

/* line 338, ../sass/theme.scss */
.wtp-title {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  bottom: 50% !important;
  margin-bottom: -32px;
  text-align: center;
  top: auto !important;
  transition: all 0.3s;
}

/* line 347, ../sass/theme.scss */
#popup__toggle {
  bottom: 0;
  right: -35px;
  position: fixed;
  z-index: 1000;
}
/* line 352, ../sass/theme.scss */
#popup__toggle:focus {
  outline: 0;
}

/* line 354, ../sass/theme.scss */
.img-circle {
  background-color: #29AEE3;
  box-sizing: content-box;
}
/* line 357, ../sass/theme.scss */
.img-circle:focus {
  outline: 0;
}

/* line 360, ../sass/theme.scss */
.circlephone {
  box-sizing: content-box;
  border: 2px solid #29AEE3;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
          animation: circle-anim 2.4s infinite ease-in-out !important;
  transition: all 0.5s;
}
/* line 374, ../sass/theme.scss */
.circlephone:focus {
  outline: 0;
}

/* line 376, ../sass/theme.scss */
.circle-fill {
  box-sizing: content-box;
  background-color: #29AEE3;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 35px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
          animation: circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}
/* line 388, ../sass/theme.scss */
.circle-fill:focus {
  outline: 0;
}

/* line 390, ../sass/theme.scss */
.img-circle {
  box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
}
/* line 400, ../sass/theme.scss */
.img-circle:focus {
  outline: 0;
}

/* line 402, ../sass/theme.scss */
.img-circleblock {
  box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(/attaches/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation-name: tossing;
          animation-name: tossing;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/* line 412, ../sass/theme.scss */
.img-circleblock:focus {
  outline: 0;
}

/* line 414, ../sass/theme.scss */
.img-circle:hover {
  opacity: 1;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            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% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}
@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
/* line 464, ../sass/theme.scss */
.card a:hover .wtp-title {
  bottom: 0 !important;
  margin-bottom: 0;
  transition: all 0.3s;
}

/* line 470, ../sass/theme.scss */
.small-icon-text {
  margin-left: 4.444em;
}

/* line 473, ../sass/theme.scss */
.paralax {
  background-attachment: fixed;
  min-height: 200px;
  color: #fff;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  display: table;
  width: 100%;
}
@media all and (max-width: 600px) {
  /* line 473, ../sass/theme.scss */
  .paralax {
    background-attachment: scroll;
    background-size: cover;
  }
}
/* line 486, ../sass/theme.scss */
.paralax .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
}
/* line 492, ../sass/theme.scss */
.paralax .col * {
  display: inline-block;
}

/* line 497, ../sass/theme.scss */
.small-icon {
  display: block;
  float: left;
  font-size: 1.667em;
  width: 2em;
  height: 2em;
  color: #297ABF;
  text-align: center;
  border-radius: 25%;
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 2;
}

/* line 511, ../sass/theme.scss */
.inline-block {
  display: inline-block;
}

/* line 514, ../sass/theme.scss */
.hint {
  color: #888;
  font-size: 0.9em !important;
}
/* line 517, ../sass/theme.scss */
.hint a {
  font-size: 0.9rem !important;
  color: #888;
}
/* line 520, ../sass/theme.scss */
.hint a:hover {
  color: #297ABF;
}

/* line 525, ../sass/theme.scss */
.block {
  display: block;
}

/* line 528, ../sass/theme.scss */
.card .card-image .card-title {
  font-family: "Circle";
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  line-height: 25px;
  padding-top: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+75 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
  /* IE6-9 */
}

/* line 539, ../sass/theme.scss */
footer {
  padding: 0 0 25px;
  color: #fff;
}
/* line 542, ../sass/theme.scss */
footer a {
  color: #fff;
}
/* line 545, ../sass/theme.scss */
footer h4 {
  padding-top: 15px;
}
/* line 548, ../sass/theme.scss */
footer li {
  padding: 5px 0;
}
/* line 551, ../sass/theme.scss */
footer .btn-cont a {
  color: #fff;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
}

/* line 563, ../sass/theme.scss */
#header {
  text-align: center;
}
/* line 565, ../sass/theme.scss */
#header .logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: auto;
  display: inline-block;
  padding: 20px 0;
}
/* line 572, ../sass/theme.scss */
#header .logo img {
  height: 80px;
}
/* line 576, ../sass/theme.scss */
#header .logo .callme {
  cursor: pointer;
  border: 0;
  background: transparent;
  display: block;
  clear: both;
  margin: 0 auto;
}
/* line 584, ../sass/theme.scss */
#header .logo .phone {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 14px;
  color: #e6068b;
}
/* line 590, ../sass/theme.scss */
#header .logo .phone i {
  margin-right: 4px;
}
/* line 593, ../sass/theme.scss */
#header .logo .phone a {
  color: #888;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 597, ../sass/theme.scss */
#header .logo .phone a i {
  font-size: 13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: #faa818;
  transition: all 0.3s;
}
/* line 610, ../sass/theme.scss */
#header .logo .phone a:hover {
  color: #faa818;
  transition: all 0.3s;
}
/* line 613, ../sass/theme.scss */
#header .logo .phone a:hover i {
  background: #888;
  transition: all 0.3s;
}
/* line 622, ../sass/theme.scss */
#header.top .phonecalendar {
  position: fixed;
  left: 15px;
  top: 0;
  z-index: 150;
  line-height: 50px;
}

/* line 631, ../sass/theme.scss */
.navbar.main {
  z-index: 10;
  background: transparent;
  box-shadow: none;
  height: 50px;
  min-height: 50px;
  font-family: "Circle";
  margin-bottom: 0;
}
/* line 639, ../sass/theme.scss */
.navbar.main .nav-wrapper {
  text-align: center;
  width: 100%;
}
/* line 642, ../sass/theme.scss */
.navbar.main .nav-wrapper .navmax-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 647, ../sass/theme.scss */
.navbar.main .nav-wrapper li {
  line-height: 50px;
}
/* line 649, ../sass/theme.scss */
.navbar.main .nav-wrapper li i {
  display: inline-block;
}
/* line 652, ../sass/theme.scss */
.navbar.main .nav-wrapper li a {
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 0 7px;
  margin: 0 8px;
  position: relative;
}
/* line 659, ../sass/theme.scss */
.navbar.main .nav-wrapper li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 1px;
  left: 0;
  transition: all 0.4s;
}
/* line 670, ../sass/theme.scss */
.navbar.main .nav-wrapper li a:hover {
  background: none;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
/* line 675, ../sass/theme.scss */
.navbar.main .nav-wrapper li a:hover::before {
  height: 49px;
  z-index: -1;
  transition: all 0.4s;
}
/* line 681, ../sass/theme.scss */
.navbar.main .nav-wrapper li a:hover.navmax-head::after {
  border-top: 5px solid #fff;
  transition: all 0.3s;
}
/* line 688, ../sass/theme.scss */
.navbar.main .nav-wrapper li ul {
  text-align: left;
}
/* line 692, ../sass/theme.scss */
.navbar.main .nav-wrapper li ul li a::before {
  height: 1px;
}
@media all and (max-width: 992px) {
  /* line 631, ../sass/theme.scss */
  .navbar.main {
    position: fixed !important;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    height: 56px;
    top: 0;
    left: 0;
  }
}

/* line 712, ../sass/theme.scss */
.modal .modal-dialog {
  margin: 0;
  width: 100%;
}
/* line 716, ../sass/theme.scss */
.modal .modal-content {
  padding: 15px;
}

/* line 720, ../sass/theme.scss */
.logo-mob {
  display: none;
}

/* line 724, ../sass/theme.scss */
#mainmenu .phone {
  display: none;
}
/* line 728, ../sass/theme.scss */
#mainmenu #head-menu {
  transition: all 0.5s;
}
/* line 730, ../sass/theme.scss */
#mainmenu #head-menu.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* line 740, ../sass/theme.scss */
.colorBack {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 746, ../sass/theme.scss */
.color2.fullpaint {
  background-color: #d4de27;
}
/* line 750, ../sass/theme.scss */
.color2 > a::before {
  background-color: #d4de27;
}
/* line 755, ../sass/theme.scss */
.color2 .navmax-bodycontainer a::before {
  background-color: #d4de27;
}
/* line 760, ../sass/theme.scss */
.color2 ul .navmax-head {
  color: #d4de27;
}
/* line 765, ../sass/theme.scss */
.color2.middle-color .colorBorder {
  border-top: 3px solid #d4de27;
  border-bottom: 3px solid #d4de27;
}
/* line 769, ../sass/theme.scss */
.color2.middle-color .colorText {
  color: #d4de27;
}
/* line 772, ../sass/theme.scss */
.color2.middle-color .colorBack {
  background: #d4de27;
}

/* line 778, ../sass/theme.scss */
.color3.fullpaint {
  background-color: #81c242;
}
/* line 782, ../sass/theme.scss */
.color3 > a::before {
  background-color: #81c242;
}
/* line 787, ../sass/theme.scss */
.color3 .navmax-bodycontainer a::before {
  background-color: #81c242;
}
/* line 792, ../sass/theme.scss */
.color3 ul .navmax-head {
  color: #81c242;
}
/* line 797, ../sass/theme.scss */
.color3.middle-color .colorBorder {
  border-top: 3px solid #81c242;
  border-bottom: 3px solid #81c242;
}
/* line 801, ../sass/theme.scss */
.color3.middle-color .colorText {
  color: #81c242;
}
/* line 804, ../sass/theme.scss */
.color3.middle-color .colorBack {
  background: #81c242;
}

/* line 810, ../sass/theme.scss */
.color4.fullpaint {
  background-color: #00a77c;
}
/* line 814, ../sass/theme.scss */
.color4 > a::before {
  background-color: #00a77c;
}
/* line 819, ../sass/theme.scss */
.color4 .navmax-bodycontainer a::before {
  background-color: #00a77c;
}
/* line 824, ../sass/theme.scss */
.color4 ul .navmax-head {
  color: #00a77c;
}
/* line 829, ../sass/theme.scss */
.color4.middle-color .colorBorder {
  border-top: 3px solid #00a77c;
  border-bottom: 3px solid #00a77c;
}
/* line 833, ../sass/theme.scss */
.color4.middle-color .colorText {
  color: #00a77c;
}
/* line 836, ../sass/theme.scss */
.color4.middle-color .colorBack {
  background: #00a77c;
}

/* line 842, ../sass/theme.scss */
.color5.fullpaint {
  background-color: #029994;
}
/* line 846, ../sass/theme.scss */
.color5 > a::before {
  background-color: #029994;
}
/* line 851, ../sass/theme.scss */
.color5 .navmax-bodycontainer a::before {
  background-color: #029994;
}
/* line 856, ../sass/theme.scss */
.color5 ul .navmax-head {
  color: #029994;
}
/* line 861, ../sass/theme.scss */
.color5.middle-color .colorBorder {
  border-top: 3px solid #029994;
  border-bottom: 3px solid #029994;
}
/* line 865, ../sass/theme.scss */
.color5.middle-color .colorText {
  color: #029994;
}
/* line 868, ../sass/theme.scss */
.color5.middle-color .colorBack {
  background: #029994;
}

/* line 874, ../sass/theme.scss */
.color6.fullpaint {
  background-color: #00abd1;
}
/* line 878, ../sass/theme.scss */
.color6 > a::before {
  background-color: #00abd1;
}
/* line 883, ../sass/theme.scss */
.color6 .navmax-bodycontainer a::before {
  background-color: #00abd1;
}
/* line 888, ../sass/theme.scss */
.color6 ul .navmax-head {
  color: #00abd1;
}
/* line 893, ../sass/theme.scss */
.color6.middle-color .colorBorder {
  border-top: 3px solid #00abd1;
  border-bottom: 3px solid #00abd1;
}
/* line 897, ../sass/theme.scss */
.color6.middle-color .colorText {
  color: #00abd1;
}
/* line 900, ../sass/theme.scss */
.color6.middle-color .colorBack {
  background: #00abd1;
}

/* line 906, ../sass/theme.scss */
.color7.fullpaint {
  background-color: #00a6ec;
}
/* line 910, ../sass/theme.scss */
.color7 > a::before {
  background-color: #00a6ec;
}
/* line 915, ../sass/theme.scss */
.color7 .navmax-bodycontainer a::before {
  background-color: #00a6ec;
}
/* line 920, ../sass/theme.scss */
.color7 ul .navmax-head {
  color: #00a6ec;
}
/* line 925, ../sass/theme.scss */
.color7.middle-color .colorBorder {
  border-top: 3px solid #00a6ec;
  border-bottom: 3px solid #00a6ec;
}
/* line 929, ../sass/theme.scss */
.color7.middle-color .colorText {
  color: #00a6ec;
}
/* line 932, ../sass/theme.scss */
.color7.middle-color .colorBack {
  background: #00a6ec;
}

/* line 938, ../sass/theme.scss */
.color8.fullpaint {
  background-color: #8aa0f5;
}
/* line 942, ../sass/theme.scss */
.color8 > a::before {
  background-color: #8aa0f5;
}
/* line 947, ../sass/theme.scss */
.color8 .navmax-bodycontainer a::before {
  background-color: #8aa0f5;
}
/* line 952, ../sass/theme.scss */
.color8 ul .navmax-head {
  color: #8aa0f5;
}
/* line 957, ../sass/theme.scss */
.color8.middle-color .colorBorder {
  border-top: 3px solid #8aa0f5;
  border-bottom: 3px solid #8aa0f5;
}
/* line 961, ../sass/theme.scss */
.color8.middle-color .colorText {
  color: #8aa0f5;
}
/* line 964, ../sass/theme.scss */
.color8.middle-color .colorBack {
  background: #8aa0f5;
}

/* line 970, ../sass/theme.scss */
.color9.fullpaint {
  background-color: #8372b9;
}
/* line 974, ../sass/theme.scss */
.color9 > a::before {
  background-color: #8372b9;
}
/* line 979, ../sass/theme.scss */
.color9 .navmax-bodycontainer a::before {
  background-color: #8372b9;
}
/* line 984, ../sass/theme.scss */
.color9 ul .navmax-head {
  color: #8372b9;
}
/* line 989, ../sass/theme.scss */
.color9.middle-color .colorBorder {
  border-top: 3px solid #8372b9;
  border-bottom: 3px solid #8372b9;
}
/* line 993, ../sass/theme.scss */
.color9.middle-color .colorText {
  color: #8372b9;
}
/* line 996, ../sass/theme.scss */
.color9.middle-color .colorBack {
  background: #8372b9;
}

/* line 1002, ../sass/theme.scss */
.color10.fullpaint {
  background-color: #8e5aaf;
}
/* line 1006, ../sass/theme.scss */
.color10 > a::before {
  background-color: #8e5aaf;
}
/* line 1011, ../sass/theme.scss */
.color10 .navmax-bodycontainer a::before {
  background-color: #8e5aaf;
}
/* line 1016, ../sass/theme.scss */
.color10 ul .navmax-head {
  color: #8e5aaf;
}
/* line 1021, ../sass/theme.scss */
.color10.middle-color .colorBorder {
  border-top: 3px solid #8e5aaf;
  border-bottom: 3px solid #8e5aaf;
}
/* line 1025, ../sass/theme.scss */
.color10.middle-color .colorText {
  color: #8e5aaf;
}
/* line 1028, ../sass/theme.scss */
.color10.middle-color .colorBack {
  background: #8e5aaf;
}

/* line 1034, ../sass/theme.scss */
.color11.fullpaint {
  background-color: #632b8e;
}
/* line 1038, ../sass/theme.scss */
.color11 > a::before {
  background-color: #632b8e;
}
/* line 1043, ../sass/theme.scss */
.color11 .navmax-bodycontainer a::before {
  background-color: #632b8e;
}
/* line 1048, ../sass/theme.scss */
.color11 ul .navmax-head {
  color: #632b8e;
}
/* line 1053, ../sass/theme.scss */
.color11.middle-color .colorBorder {
  border-top: 3px solid #632b8e;
  border-bottom: 3px solid #632b8e;
}
/* line 1057, ../sass/theme.scss */
.color11.middle-color .colorText {
  color: #632b8e;
}
/* line 1060, ../sass/theme.scss */
.color11.middle-color .colorBack {
  background: #632b8e;
}

/* line 1066, ../sass/theme.scss */
.color12.fullpaint {
  background-color: #892a90;
}
/* line 1070, ../sass/theme.scss */
.color12 > a::before {
  background-color: #892a90;
}
/* line 1075, ../sass/theme.scss */
.color12 .navmax-bodycontainer a::before {
  background-color: #892a90;
}
/* line 1080, ../sass/theme.scss */
.color12 ul .navmax-head {
  color: #892a90;
}
/* line 1085, ../sass/theme.scss */
.color12.middle-color .colorBorder {
  border-top: 3px solid #892a90;
  border-bottom: 3px solid #892a90;
}
/* line 1089, ../sass/theme.scss */
.color12.middle-color .colorText {
  color: #892a90;
}
/* line 1092, ../sass/theme.scss */
.color12.middle-color .colorBack {
  background: #892a90;
}

/* line 1098, ../sass/theme.scss */
.color13.fullpaint {
  background-color: #9c2485;
}
/* line 1102, ../sass/theme.scss */
.color13 > a::before {
  background-color: #9c2485;
}
/* line 1107, ../sass/theme.scss */
.color13 .navmax-bodycontainer a::before {
  background-color: #9c2485;
}
/* line 1112, ../sass/theme.scss */
.color13 ul .navmax-head {
  color: #9c2485;
}
/* line 1117, ../sass/theme.scss */
.color13.middle-color .colorBorder {
  border-top: 3px solid #9c2485;
  border-bottom: 3px solid #9c2485;
}
/* line 1121, ../sass/theme.scss */
.color13.middle-color .colorText {
  color: #9c2485;
}
/* line 1124, ../sass/theme.scss */
.color13.middle-color .colorBack {
  background: #9c2485;
}

/* line 1130, ../sass/theme.scss */
.color14.fullpaint {
  background-color: #ce1394;
}
/* line 1134, ../sass/theme.scss */
.color14 > a::before {
  background-color: #ce1394;
}
/* line 1139, ../sass/theme.scss */
.color14 .navmax-bodycontainer a::before {
  background-color: #ce1394;
}
/* line 1144, ../sass/theme.scss */
.color14 ul .navmax-head {
  color: #ce1394;
}
/* line 1149, ../sass/theme.scss */
.color14.middle-color .colorBorder {
  border-top: 3px solid #ce1394;
  border-bottom: 3px solid #ce1394;
}
/* line 1153, ../sass/theme.scss */
.color14.middle-color .colorText {
  color: #ce1394;
}
/* line 1156, ../sass/theme.scss */
.color14.middle-color .colorBack {
  background: #ce1394;
}

/* line 1162, ../sass/theme.scss */
.color15.fullpaint {
  background-color: #e6068b;
}
/* line 1166, ../sass/theme.scss */
.color15 > a::before {
  background-color: #e6068b;
}
/* line 1171, ../sass/theme.scss */
.color15 .navmax-bodycontainer a::before {
  background-color: #e6068b;
}
/* line 1176, ../sass/theme.scss */
.color15 ul .navmax-head {
  color: #e6068b;
}
/* line 1181, ../sass/theme.scss */
.color15.middle-color .colorBorder {
  border-top: 3px solid #e6068b;
  border-bottom: 3px solid #e6068b;
}
/* line 1185, ../sass/theme.scss */
.color15.middle-color .colorText {
  color: #e6068b;
}
/* line 1188, ../sass/theme.scss */
.color15.middle-color .colorBack {
  background: #e6068b;
}

/* line 1194, ../sass/theme.scss */
.color16.fullpaint {
  background-color: #f0255a;
}
/* line 1198, ../sass/theme.scss */
.color16 > a::before {
  background-color: #f0255a;
}
/* line 1203, ../sass/theme.scss */
.color16 .navmax-bodycontainer a::before {
  background-color: #f0255a;
}
/* line 1208, ../sass/theme.scss */
.color16 ul .navmax-head {
  color: #f0255a;
}
/* line 1213, ../sass/theme.scss */
.color16.middle-color .colorBorder {
  border-top: 3px solid #f0255a;
  border-bottom: 3px solid #f0255a;
}
/* line 1217, ../sass/theme.scss */
.color16.middle-color .colorText {
  color: #f0255a;
}
/* line 1220, ../sass/theme.scss */
.color16.middle-color .colorBack {
  background: #f0255a;
}

/* line 1226, ../sass/theme.scss */
.color17.fullpaint {
  background-color: #faa818;
}
/* line 1230, ../sass/theme.scss */
.color17 > a::before {
  background-color: #faa818;
}
/* line 1235, ../sass/theme.scss */
.color17 .navmax-bodycontainer a::before {
  background-color: #faa818;
}
/* line 1240, ../sass/theme.scss */
.color17 ul .navmax-head {
  color: #faa818;
}
/* line 1245, ../sass/theme.scss */
.color17.middle-color .colorBorder {
  border-top: 3px solid #faa818;
  border-bottom: 3px solid #faa818;
}
/* line 1249, ../sass/theme.scss */
.color17.middle-color .colorText {
  color: #faa818;
}
/* line 1252, ../sass/theme.scss */
.color17.middle-color .colorBack {
  background: #faa818;
}

/* line 1258, ../sass/theme.scss */
.color18.fullpaint {
  background-color: #ffce0c;
}
/* line 1263, ../sass/theme.scss */
.color18 > a::before {
  background-color: #ffce0c;
}
/* line 1268, ../sass/theme.scss */
.color18 .navmax-bodycontainer a::before {
  background-color: #ffce0c;
}
/* line 1273, ../sass/theme.scss */
.color18 ul .navmax-head {
  color: #ffce0c;
}
/* line 1278, ../sass/theme.scss */
.color18.middle-color .colorBorder {
  border-top: 3px solid #ffce0c;
  border-bottom: 3px solid #ffce0c;
}
/* line 1282, ../sass/theme.scss */
.color18.middle-color .colorText {
  color: #ffce0c;
}
/* line 1285, ../sass/theme.scss */
.color18.middle-color .colorBack {
  background: #ffce0c;
}

/* line 1291, ../sass/theme.scss */
.side-nav a.current {
  color: #999;
}
/* line 1295, ../sass/theme.scss */
.side-nav > li > a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
/* line 1301, ../sass/theme.scss */
.side-nav .collapsible-header {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
/* line 1305, ../sass/theme.scss */
.side-nav .collapsible-header::after {
  font-family: FontAwesome;
  padding-left: 10px;
  content: "\f107";
  transition: all 0.5s;
}
/* line 1312, ../sass/theme.scss */
.side-nav .collapsible-header.active::after {
  content: "\f106";
  transition: all 0.5s;
}
/* line 1320, ../sass/theme.scss */
.side-nav .collapsible-body li a {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}
/* line 1325, ../sass/theme.scss */
.side-nav .collapsible-body li a::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.09);
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
/* line 1337, ../sass/theme.scss */
.side-nav .collapsible-body li:last-child a {
  border-left: 1px solid transparent;
}
/* line 1339, ../sass/theme.scss */
.side-nav .collapsible-body li:last-child a::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  height: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

/* line 1353, ../sass/theme.scss */
.card .card-image {
  overflow: hidden;
}
/* line 1355, ../sass/theme.scss */
.card .card-image a {
  display: block;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
/* line 1361, ../sass/theme.scss */
.card .card-image img {
  margin: -5px 0;
  box-sizing: content-box;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
/* line 1370, ../sass/theme.scss */
.card .card-image small.card-title {
  font-size: 1.1rem;
  width: 100%;
  padding: 20px 15px 10px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1383, ../sass/theme.scss */
.main-color {
  background: #545766;
}

/* line 1386, ../sass/theme.scss */
#map {
  min-height: 240px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
/* line 1395, ../sass/theme.scss */
#map .map {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* line 1398, ../sass/theme.scss */
#map .map .col.m5 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-right: 0;
}
/* line 1402, ../sass/theme.scss */
#map .map .col.m5 .collection {
  border: 0;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 1413, ../sass/theme.scss */
#map .map .col.m7 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media all and (max-width: 600px) {
  /* line 1395, ../sass/theme.scss */
  #map .map {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 1419, ../sass/theme.scss */
  #map .map .col.m5 {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

/* line 1426, ../sass/theme.scss */
.row {
  clear: both;
  margin: 0 -15px;
}

/* line 1430, ../sass/theme.scss */
.favorite_product {
  clear: both;
}

/* line 1433, ../sass/theme.scss */
h3.head {
  margin: 25px 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 1438, ../sass/theme.scss */
.post {
  padding-bottom: 15px !important;
}
/* line 1440, ../sass/theme.scss */
.post h3 {
  font-size: 22px;
}
/* line 1443, ../sass/theme.scss */
.post p {
  font-size: 16px;
  color: #888;
}
/* line 1447, ../sass/theme.scss */
.post a {
  color: #000;
}
/* line 1449, ../sass/theme.scss */
.post a:hover {
  color: #297ABF;
}

@-webkit-keyframes slideUp {
  from {
    max-height: 900px;
  }
  to {
    max-height: 0;
  }
}

@keyframes slideUp {
  from {
    max-height: 900px;
  }
  to {
    max-height: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 900px;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 900px;
  }
}
/* line 1462, ../sass/theme.scss */
.body-responsive-tabs {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* line 1470, ../sass/theme.scss */
.body-responsive-tabs .col-item-heads-response-tabs {
  padding: 0;
  width: 30%;
  background: #f6f6f6;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  z-index: 1;
  -webkit-flex-direction: column;
          flex-direction: column;
}
/* line 1482, ../sass/theme.scss */
.body-responsive-tabs .col-item-heads-response-tabs .col-item-head-response-tabs {
  font-family: "Circle";
  font-size: 16px;
  cursor: pointer;
  padding: 15px 15px;
  border-bottom: 1px solid #ccc;
  background: #dedede;
  margin-right: -1px;
  border-right: 1px solid #ccc;
  transition: all .9s;
}
/* line 1492, ../sass/theme.scss */
.body-responsive-tabs .col-item-heads-response-tabs .col-item-head-response-tabs::after {
  content: "\f105";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1502, ../sass/theme.scss */
.body-responsive-tabs .col-item-heads-response-tabs .col-item-head-response-tabs.active {
  border-right: 1px solid #fff;
  background: #fff;
  transition: all .9s;
}
/* line 1509, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs {
  width: 70%;
  border-left: 1px solid #ddd;
  background: #fff;
  position: relative;
  overflow: hidden;
}
/* line 1515, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs {
  width: 100%;
  display: block;
  background: #fff;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.9s;
}
/* line 1524, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs table {
  width: 100%;
}
/* line 1527, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs ul {
  margin-left: 25px;
}
/* line 1529, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs ul li {
  list-style: disc;
}
/* line 1533, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs.active {
  padding: 15px;
  opacity: 1;
  height: auto;
  transition: all 0.9s;
}
/* line 1539, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-head-response-tabs {
  font-family: "Circle";
  display: none;
}
/* line 1544, ../sass/theme.scss */
.body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-content-response-tabs img {
  min-width: 300px;
  max-width: 100%;
}

/* line 1552, ../sass/theme.scss */
.collection {
  margin: 0;
}
/* line 1554, ../sass/theme.scss */
.collection .collection-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 1558, ../sass/theme.scss */
.collection .collection-item h6 {
  line-height: 20px;
}
/* line 1561, ../sass/theme.scss */
.collection .collection-item a {
  white-space: nowrap;
}

/* line 1566, ../sass/theme.scss */
.big.round {
  font-size: 25px;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #297ABF;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  text-align: center;
}

/* line 1581, ../sass/theme.scss */
.subscribe {
  background: url("/attaches/subscribe.jpg") 100% 100%;
  background-attachment: fixed;
  display: block;
  overflow: hidden;
  padding: 20px;
  min-height: 250px;
  position: relative;
}
/* line 1589, ../sass/theme.scss */
.subscribe > .col {
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding-bottom: 20px;
  color: #fff;
}
/* line 1595, ../sass/theme.scss */
.subscribe > .col h2 {
  font-size: 2.3rem;
  font-weight: 300;
}
/* line 1599, ../sass/theme.scss */
.subscribe > .col .input-field {
  max-width: 300px;
  margin: 0 auto;
  float: none;
}
/* line 1603, ../sass/theme.scss */
.subscribe > .col .input-field input {
  border-bottom: 1px solid #fff;
}

/* line 1609, ../sass/theme.scss */
.navmax-menu {
  margin-bottom: 0;
}
/* line 1611, ../sass/theme.scss */
.navmax-menu .navmax-head {
  position: relative;
  padding-right: 30px;
}
/* line 1614, ../sass/theme.scss */
.navmax-menu .navmax-head::after {
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -3px;
  content: '';
  transition: all 0.6s;
  border-top: 4px solid #b1b1b1;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
/* line 1626, ../sass/theme.scss */
.navmax-menu li {
  float: left;
}
/* line 1629, ../sass/theme.scss */
.navmax-menu .navmax-container {
  cursor: pointer;
}
/* line 1631, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer {
  background: #f6f6f6;
  z-index: 200;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
  top: 100%;
  display: none;
  overflow: hidden;
  height: auto;
}
/* line 1643, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul {
  width: 25%;
  padding: 10px 0 15px;
  float: left;
}
/* line 1647, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul .navmax-head {
  padding: 0 15px 5px;
  text-transform: uppercase;
}
/* line 1651, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul .navmax-head::after {
  display: none;
}
/* line 1655, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul li {
  line-height: 20px;
  height: auto;
  display: block;
  float: none;
}
/* line 1660, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul li a {
  padding: 5px 15px !important;
  display: block !important;
  line-height: 20px !important;
  color: #545766 !important;
  text-transform: none !important;
}
/* line 1666, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul li a:hover {
  color: #fff !important;
}
/* line 1668, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul li a:hover::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  font-size: inherit;
}
/* line 1678, ../sass/theme.scss */
.navmax-menu .navmax-container .navmax-bodycontainer ul li a::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: inherit;
}

/* line 1692, ../sass/theme.scss */
.accordmax-menu {
  margin: 0;
}
/* line 1694, ../sass/theme.scss */
.accordmax-menu a {
  position: relative;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 40px;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0 15px;
}
/* line 1703, ../sass/theme.scss */
.accordmax-menu a::before {
  width: 100%;
  height: 0;
  content: '';
  display: block;
  border-top: 1px solid #888;
}
/* line 1711, ../sass/theme.scss */
.accordmax-menu a.current {
  background: #888;
}
/* line 1717, ../sass/theme.scss */
.accordmax-menu .first a::before {
  display: none;
}
/* line 1722, ../sass/theme.scss */
.accordmax-menu .accordmax-head {
  position: relative;
}
/* line 1724, ../sass/theme.scss */
.accordmax-menu .accordmax-head::after {
  width: 0;
  height: 0;
  content: '';
  float: right;
  position: absolute;
  right: 15px;
  top: 17px;
  display: inline-block;
  border-bottom: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 1741, ../sass/theme.scss */
.accordmax-menu .active .accordmax-head::after {
  border-top: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 1750, ../sass/theme.scss */
.accordmax-body {
  display: block;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
/* line 1755, ../sass/theme.scss */
.accordmax-body a {
  padding-left: 15px;
  border-top: 0;
  line-height: 30px;
  font-size: 1rem;
}
/* line 1760, ../sass/theme.scss */
.accordmax-body a::before {
  content: '-';
  display: inline-block;
  padding-right: 5px;
  width: auto;
  height: auto;
  border-top: 0;
}

/* line 1771, ../sass/theme.scss */
.active .accordmax-body {
  height: auto;
  padding-bottom: 10px;
  transition: all 0.3s;
}

/* line 1777, ../sass/theme.scss */
#overf {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
/* line 1786, ../sass/theme.scss */
#overf i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  content: 'обновляется';
  display: block;
}

/* line 1795, ../sass/theme.scss */
.maingrey {
  background-color: #545766;
}
/* line 1797, ../sass/theme.scss */
.maingrey a {
  color: #fff;
}
/* line 1799, ../sass/theme.scss */
.maingrey a:hover {
  color: #297ABF;
}

/* line 1804, ../sass/theme.scss */
.body-content h2,
.page-title {
  line-height: 30px;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}

/* line 1811, ../sass/theme.scss */
.body-content h3 {
  line-height: 30px;
  padding: 0;
  text-align: center;
  margin: 20px 0;
}

/* line 1817, ../sass/theme.scss */
.section {
  padding-top: 0;
}

/* line 1821, ../sass/theme.scss */
.pagination .disabled > span {
  color: #ddd;
  font-size: 1rem;
  border: 0px;
  margin: 0 3px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1829, ../sass/theme.scss */
.pagination li a {
  color: #888;
  font-size: 1rem;
  border: 0px;
  margin: 0 3px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 1837, ../sass/theme.scss */
.pagination li.active a {
  background: none;
}

/* line 1843, ../sass/theme.scss */
.badge.grey.active {
  background: #297ABF !important;
}

/* line 1846, ../sass/theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Circle";
  font-weight: 400;
}

/* line 1852, ../sass/theme.scss */
.leftcol .nav li {
  padding: 0px;
  font-weight: 300;
  border-bottom: 1px solid #757575;
  border-left: 3px solid #bdbdbd;
}
/* line 1859, ../sass/theme.scss */
.leftcol h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 19px 0;
  line-height: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 1869, ../sass/theme.scss */
.headline {
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  margin: 15px 0;
}

@media only screen and (max-width: 992px) {
  /* line 1876, ../sass/theme.scss */
  body {
    margin-top: 50px;
  }

  /* line 1879, ../sass/theme.scss */
  #slide-out {
    margin-top: 60px;
  }

  /* line 1882, ../sass/theme.scss */
  .drag-target {
    width: 0 !important;
  }

  /* line 1885, ../sass/theme.scss */
  #header {
    display: none;
  }

  /* line 1890, ../sass/theme.scss */
  #mainmenu a:hover {
    background: none;
  }
  /* line 1893, ../sass/theme.scss */
  #mainmenu .logo-mob {
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    line-height: 45px;
  }
  /* line 1899, ../sass/theme.scss */
  #mainmenu .logo-mob img {
    height: 45px;
  }
  /* line 1904, ../sass/theme.scss */
  #mainmenu .phone {
    display: block;
    margin: 0 auto;
    color: #000;
  }
  /* line 1909, ../sass/theme.scss */
  #mainmenu .visan {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 26px;
    margin: 0;
    height: 26px !important;
    position: absolute;
    right: 15px;
    float: right !important;
    top: 15px;
    transition: none;
  }
  /* line 1920, ../sass/theme.scss */
  #mainmenu .visan::after, #mainmenu .visan::before {
    content: "";
    border-top: 3px solid #000;
    margin-top: -1px;
    border-bottom: 0px solid #000;
    width: 100%;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 50%;
  }
  /* line 1935, ../sass/theme.scss */
  #mainmenu.active .visan {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }
  /* line 1938, ../sass/theme.scss */
  #mainmenu.active .visan::after {
    -moz-transform: rotate(45deg);
    /* Firefox */
    -o-transform: rotate(45deg);
    /* Opera */
    -webkit-transform: rotate(45deg);
    /* Safari y Chrome */
  }
  /* line 1943, ../sass/theme.scss */
  #mainmenu.active .visan::before {
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -o-transform: rotate(-45deg);
    /* Opera */
    -webkit-transform: rotate(-45deg);
    /* Safari y Chrome */
  }

  /* line 1951, ../sass/theme.scss */
  .slider {
    position: relative;
    height: 460px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1957, ../sass/theme.scss */
  .slider {
    position: relative;
    height: 360px;
  }

  /* line 1963, ../sass/theme.scss */
  .flexbox .col:nth-child(4n+4), .flexbox .col:nth-child(4n+1) {
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  /* line 1972, ../sass/theme.scss */
  .flexbox .col:nth-child(4n+3), .flexbox .col:nth-child(4n+2) {
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  /* line 1981, ../sass/theme.scss */
  .flexbox .col a {
    min-height: 250px;
  }
}
/* line 1988, ../sass/theme.scss */
.card.white.darken-0 h3 {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  /* line 1994, ../sass/theme.scss */
  .body-responsive-tabs {
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  /* line 1997, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs {
    width: 100%;
    border-right: 0;
  }
  /* line 2000, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs {
    height: auto;
    opacity: 1;
    padding: 0;
  }
  /* line 2004, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-head-response-tabs {
    display: block;
    border-top: 1px solid #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    background: #ddd;
  }
  /* line 2012, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-head-response-tabs i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    transition: all 0.5s;
  }
  /* line 2017, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-content-response-tabs {
    height: auto;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-in-out;
  }
  /* line 2025, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-content-response-tabs ul {
    margin-left: 25px;
  }
  /* line 2027, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs .col-item-body-content-response-tabs ul li {
    list-style: disk;
  }
  /* line 2032, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs.active {
    padding: 0;
  }
  /* line 2035, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs.active .col-item-body-head-response-tabs {
    background: #fff;
    position: relative;
    display: block;
    margin: 0;
  }
  /* line 2040, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs.active .col-item-body-head-response-tabs i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    transition: all 0.5s;
  }
  /* line 2045, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs.active .col-item-body-content-response-tabs {
    height: auto;
    border-top: 0;
    max-height: 2000px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  /* line 2055, ../sass/theme.scss */
  .body-responsive-tabs .col-item-bodys-response-tabs .col-item-body-response-tabs.active .col-item-body-content-response-tabs ul li {
    padding: 0 15px 0 0;
  }
  /* line 2063, ../sass/theme.scss */
  .body-responsive-tabs .col-item-heads-response-tabs {
    display: none;
  }

  /* line 2070, ../sass/theme.scss */
  .slider .slide .slidedesc {
    font-size: 18px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 440px) {
  /* line 2078, ../sass/theme.scss */
  .slider {
    min-height: 300px;
  }
  /* line 2080, ../sass/theme.scss */
  .slider .slide {
    background-position: 100% 50% !important;
  }
  /* line 2082, ../sass/theme.scss */
  .slider .slide .slidedesc {
    font-size: 18px;
    font-weight: 300;
  }
  /* line 2085, ../sass/theme.scss */
  .slider .slide .slidedesc ul {
    padding-left: 20px;
  }
  /* line 2087, ../sass/theme.scss */
  .slider .slide .slidedesc ul li {
    list-style: disc;
  }

  /* line 2096, ../sass/theme.scss */
  .flexbox .col:nth-child(4n+4), .flexbox .col:nth-child(4n+1) {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 2105, ../sass/theme.scss */
  .flexbox .col:nth-child(4n+3), .flexbox .col:nth-child(4n+2) {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 2114, ../sass/theme.scss */
  .flexbox .col a {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 2122, ../sass/theme.scss */
  .container-fluid {
    width: 1200px;
    margin: 0 auto;
  }
}
