@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  font: 400 100.1%/145% 'Merriweather', serif;
  min-width: 320px;
}
@media screen and (max-width: 425px) {
  html {
    font-size: 87.5%;
  }
}
body {
  color: #3C372B;
  overflow-x: hidden;
  overflow-y: auto;
}
h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
h1 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 425px) {
  h1 {
    line-height: 125%;
    margin-bottom: 0.5em;
  }
}
h2 {
  font-size: 1.75em;
  line-height: 1.92em;
  margin: 1em 0 6px;
}
h3 {
  font-size: 1.42em;
  margin: 3px 0 6px;
}
a {
  color: #0C6DC0;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
a * {
  cursor: pointer;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
blockquote {
  margin: 0 0 1.5em;
  padding: 0.5em 1em;
  border-left: 2px solid #FF7200;
  font-style: italic;
}
sup {
  vertical-align: middle;
  position: relative;
  top: -7px;
  font-size: 0.75em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul li,
ol li {
  margin: 0 0 6px;
}
img {
  border: none;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
input,
select,
textarea {
  font: 400 1em Arial, Helvetica, sans-serif;
  color: #333;
}
select,
textarea,
input[type=email],
input[type=text],
input[type=password] {
  border: 1px solid #E1E1E1;
  background: #FFF;
  padding: 0 7px;
}
select:focus,
textarea:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus {
  border-color: #86B958;
}
input {
  vertical-align: middle;
}
textarea {
  overflow: auto;
  resize: none;
  outline: none;
}
.button,
.submit,
input[type="submit"],
input[type="button"],
button[type="submit"] {
  padding: 0 15px;
  cursor: pointer;
  font: 700 1em Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
}
input[type=image] {
  background: none transparent;
  padding: 0;
  border: 0;
  height: auto;
}
input[type=radio],
input[type=checkbox] {
  width: auto;
  border: 0;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}
:-moz-placeholder {
  font-style: italic;
  color: #999;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #999;
}
/*----------------------NuGNye CLaSSy----------------------*/
.relative {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.cover {
  -o-background-size: 100% 100% !important;
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}
.button,
.btn {
  text-decoration: none;
  display: inline-block;
  padding: 0.75em 1em;
  box-sizing: border-box;
  background: #A0EA3F;
  color: #444;
  box-shadow: 0 0.2em 0 0 #94BB0D;
  border: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.button:hover,
.btn:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*----------------------TuT VSe NiGe----------------------*/
.b_wrapper {
  max-width: 960px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .b_wrapper.b__body {
    padding: 0 1rem;
  }
}
.b_head {
  background: rgba(50, 54, 67, 0.9);
  padding: 1% 4%;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 425px) {
  .b_head {
    padding: 1rem;
  }
}
.b_head .b_top {
  float: right;
}
.b_head .h_logo {
  display: block;
  float: left;
}
.b_head .h_logo img {
  display: block;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 425px) {
  .b_head .h_logo img {
    width: 45px;
    height: 45px;
  }
}
.b_head .mod-languages {
  display: inline-block;
  padding: 19px 0 0;
}
.b_head .mod-languages img {
  width: 23px;
  height: 23px;
}
.b_head ul {
  margin: 0;
  padding: 19px 0 0;
  list-style: none;
  letter-spacing: -0.36em;
  font-family: 'Oswald', sans-serif;
  line-height: 145%;
  display: inline-block;
}
@media screen and (max-width: 425px) {
  .b_head ul {
    display: none;
    max-height: 0;
  }
}
.b_head ul li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  margin-bottom: 0;
  font-size: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 425px) {
  .b_head ul li {
    display: block;
  }
}
.b_head ul li.parent:after {
  content: '';
  color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #FFF transparent transparent transparent;
  margin-top: -3px;
}
.b_head ul li a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 0.75em 1em;
  box-sizing: border-box;
}
.b_head ul li a.i__fb,
.b_head ul li a.i__ins,
.b_head ul li a.i__art {
  padding: 0;
  margin-left: 1rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
@media screen and (max-width: 425px) {
  .b_head ul li a.i__fb img,
  .b_head ul li a.i__ins img,
  .b_head ul li a.i__art img {
    width: 48px;
    height: 48px;
  }
}
.b_head ul li a.i__fb:hover,
.b_head ul li a.i__ins:hover,
.b_head ul li a.i__art:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.b_head ul li a.i__fb span,
.b_head ul li a.i__ins span,
.b_head ul li a.i__art span {
  display: none;
}
.b_head ul li a:hover {
  color: #A0EA3F;
}
.b_head ul li a.e__contact {
  margin-left: 1rem;
  background: #A0EA3F;
  color: #444;
  box-shadow: 0 0.2em 0 0 #94BB0D;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.b_head ul li a.e__contact:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.b_head ul li.active a {
  text-decoration: none;
}
.b_head ul li .point {
  color: #A0EA3F;
  display: inline-block;
  padding: 0.75em 1em;
  box-sizing: border-box;
}
.b_head ul li:hover ul,
.b_head ul li.show ul {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  transition: max-height 0.25s ease-in;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.b_head ul li.show ul {
  display: block;
  right: 0;
  padding: 0 1rem;
}
.b_head ul.is-active {
  left: 0;
  max-height: 450px;
  right: 0;
  position: absolute;
  top: 100%;
  background: rgba(50, 54, 67, 0.9);
  display: block;
  padding: 0 0 0.5rem;
  z-index: 999;
}
.b_head ul.is-active li {
  display: block;
}
.b_head ul.is-active li.item-217,
.b_head ul.is-active li.item-218,
.b_head ul.is-active li.item-219 {
  display: inline-block;
}
@media screen and (max-width: 425px) {
  .b_head ul.is-active li.item-217 a,
  .b_head ul.is-active li.item-218 a,
  .b_head ul.is-active li.item-219 a {
    margin: 0;
    padding-right: 0;
  }
}
.b_head ul.is-active li a,
.b_head ul.is-active li span {
  padding: 0.75rem 1rem;
}
.b_head ul ul {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding: 0;
  background: #FFF;
}
.b_head ul ul li {
  white-space: nowrap;
  display: block;
}
.b_head ul ul li + li {
  margin: 0;
}
.b_head ul ul li a,
.b_head ul ul li span {
  display: block;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  color: #000;
}
.b_head .hamburger {
  display: none;
}
@media screen and (max-width: 425px) {
  .b_head .hamburger {
    display: block;
  }
}
.b_head + .b_flash {
  margin-top: -1.5rem;
}
.b_flash {
  margin: 0 auto 3rem;
  background: #000;
}
@media screen and (max-width: 425px) {
  .b_flash {
    margin-bottom: 1.5rem;
  }
}
.swiper-container {
  max-width: 1920px;
}
.swiper-container .swiper-slide:after {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 4rem;
  position: absolute;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
.swiper-container .swiper-slide:before {
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 4rem;
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 85%, #000000 100%);
  z-index: 4;
}
.b__about .b__about-left {
  float: left;
  width: 45%;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  .b__about .b__about-left {
    float: none;
    margin: 0 0 2rem;
    width: 100%;
  }
}
.b__about .b__about-left .info {
  background-color: #F6F6F6;
  border-left: 3px solid #94BB0D;
  padding: 2.5rem;
}
.b__about .b__about-left .info h1 {
  line-height: 115%;
}
@media screen and (max-width: 428px) {
  .b__about .b__about-left .info {
    margin: 0 -2rem;
  }
}
.b__about .b__about-left h2 {
  margin: 0;
}
@media screen and (max-width: 428px) {
  .b__about .b__about-left h2 {
    line-height: 125%;
    margin-bottom: 0.25rem;
  }
}
.b__about .b__about-left p {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.45;
}
.b__about .b__about-right {
  margin-left: 50%;
}
@media screen and (max-width: 425px) {
  .b__about .b__about-right {
    margin: 0;
  }
}
.b__about .b__about-right h2 {
  margin: 0;
}
@media screen and (max-width: 425px) {
  .b__about .b__about-right h2 {
    line-height: 125%;
    margin-bottom: 0.25rem;
  }
}
.b__about .b__about-right p {
  margin: 0 0 0.5rem;
}
.b__about .b__about-right ul {
  margin: 0 0 0.5rem;
  padding: 0;
}
.b__about .b__about-right ul li {
  margin: 0 0 0.5em 1.6rem;
  list-style: none;
}
.b__about .b__about-right ul li:last-child {
  margin-bottom: 0;
}
.b__about .b__about-right ul li:before {
  content: "—";
  float: left;
  margin-left: -1.55em;
  color: #CD1F21;
}
.b_footer {
  background: #282A2B;
  color: #D8D8D8;
  padding: 1rem;
  font-size: 0.8125rem;
  line-height: 140%;
}
.b_footer .b_wrapper {
  padding: 0;
}
.b_footer .author {
  background: url(../images/logo_white.svg) 0 0 no-repeat;
  padding: 0 0 0 36px;
  text-align: left;
  height: 36px;
  float: right;
}
@media screen and (max-width: 425px) {
  .b_footer .author {
    float: none;
    margin-bottom: 1rem;
  }
}
.b_footer .author a {
  color: #D8D8D8;
  display: block;
  text-decoration: none;
}
.b_footer .author a i {
  display: block;
  font-style: normal;
}
.b_footer .author a em {
  display: inline-block;
  position: relative;
  font-style: normal;
}
.b_footer .author a em:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 10%;
  right: 10%;
  background: #D8D8D8;
  bottom: 0;
  transition: all 0.5s ease;
  opacity: 0.5;
}
.b_footer .author a:hover em:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.b_breadcrumbs {
  margin: 3rem 0 0;
  padding: 1rem 0;
  background: #444;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 125%;
}
@media screen and (max-width: 425px) {
  .b_breadcrumbs {
    padding: 1rem;
  }
}
@media screen and (max-width: 425px) {
  .b_breadcrumbs .b_wrapper {
    padding: 0;
  }
}
.b_breadcrumbs + .b_bottom {
  margin-top: 0;
}
.b_breadcrumbs a {
  color: #FFF;
}
.b_bottom {
  background: #222;
  padding: 2rem 0;
  margin: 3rem 0 0;
}
.b_bottom .title {
  color: #FFF;
  font: 700 2rem 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 1.5rem;
}
.b_bottom .custom {
  text-align: center;
}
.b_bottom img {
  display: inline-block;
}
.b_bottom img + img {
  margin-left: 1rem;
}
.copyrights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.36em;
}
.copyrights ul li {
  display: inline-block;
  letter-spacing: normal;
}
.copyrights ul li + li {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}
.copyrights ul li + li:before {
  content: '|';
  position: absolute;
  left: -1px;
}
.copyrights ul li a {
  color: #FFF;
}
.ig-catlist {
  letter-spacing: -0.36em;
  padding: 0 1px;
}
.ig-catlist .ig-cat {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .ig-catlist .ig-cat {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .ig-catlist .ig-cat {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .ig-catlist .ig-cat {
    width: 100%;
  }
}
.ig-catlist .ig-cat img {
  transition: transform 0.3s ease;
}
.ig-catlist .ig-cat .cattitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: #FFF;
  font: 400 1.35rem 'Oswald', sans-serif;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
.ig-catlist .ig-cat:after {
  transition: all 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.ig-catlist .ig-cat .img {
  position: relative;
  display: block;
}
.ig-catlist .ig-cat .img:before {
  transition: opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFF;
  opacity: 0;
}
.ig-catlist .ig-cat:hover img {
  transform: scale(1.1);
}
.ig-catlist .ig-cat:hover .img:before {
  opacity: 0.4;
}
.pretty-embed {
  margin-bottom: 1rem;
}
.ig-images img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ig-images img + img {
  margin-top: 1rem;
}
.i__wide {
  margin: 0 -2rem 1.5rem;
}
.blurImg {
  position: relative;
  height: 576px;
  overflow: hidden;
  margin: 0 -2rem 1.5rem;
}
.blurImg .regular,
.blurImg .blurred {
  position: absolute;
  width: 100%;
  min-height: 576px;
  transform: translate3d(0, 0, 0);
  background-position: 50% 0;
}
.blurImg .regular {
  opacity: 1;
  z-index: 1;
}
.blurImg .blurred {
  opacity: 0;
  z-index: 2;
}
#b_scroller {
  position: fixed;
  right: 1rem;
  bottom: -5rem;
  background: url(../images/i__up.svg);
  width: 38px;
  height: 38px;
  transition: bottom 0.3s ease-in-out;
}
#b_scroller.show {
  bottom: 1rem;
}
.page111 .b_wrapper {
  max-width: 1778px;
}
.swiper-slide img {
  transition: transform 5s ease;
}
.swiper-slide.swiper-slide-active img {
  transform: scale(1.1);
}
.b__left-contact {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .b__left-contact {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .b__right-contact {
    margin: 0;
  }
}
.b__right-contact fieldset {
  border: 0;
}
.b__right-contact fieldset legend {
  display: none;
}
.b__right-contact .text {
  color: #666;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  display: block;
}
.b__right-contact input[type="email"],
.b__right-contact input[type="text"] {
  border: 1px solid #BDBEBE;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 21px;
  margin: 0 0 21px;
  font-size: 16px;
  background: #FFF;
}
.b__right-contact input[type="email"].invalid,
.b__right-contact input[type="text"].invalid {
  border: 1px solid red;
}
.b__right-contact textarea {
  border: 1px solid #BDBEBE;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 21px;
  margin: 0 0 21px;
  font-size: 16px;
  background: #FFF;
}
.b__right-contact textarea.invalid {
  border: 1px solid red;
}
.b__right-contact .btn {
  padding: 0.75em 1em;
}
.popover {
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: absolute !important;
}
.popover .arrow {
  display: none;
}
.popover .popover-title {
  background: #EFEFEF;
  border-bottom: 1px solid #D8D8D8;
  padding: 0.25rem;
  font-size: 1rem;
}
.popover .popover-content {
  padding: 0.25rem;
}
.alert-message .close {
  display: none;
}

.alert{ position: relative; padding: 0 15px; border-radius: 4px; overflow: hidden; }
.alert .close{ display: block; position: absolute; right: 5px; top: 5px; background-color: rgba(14,14,14,0.1); color: #333; border-radius: 4px; border: none; width: 20px; height: 20px; text-align: center; line-height: 20px; cursor: pointer; margin: 0; }
.alert > div { margin: 5px 0; }
.alert .alert-heading{ font-weight: 700; }
.alert.alert-error{ background-color: #FFF0F0;}
.alert.alert-error.alert-danger{ }

.category {
  letter-spacing: -0.36em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category li {
  display: inline-block;
  letter-spacing: normal;
}
.category li + li {
  margin-left: 1.5rem;
}
.contact-misc {
  margin: 1rem 0;
  display: block;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.b_contacts h2 {
  margin: 0 0 12px;
  line-height: 32px;
  font-size: 1.35rem;
}
.b_contacts .row {
  position: relative;
}
.b_contacts .row + .row {
  margin-top: 2rem;
}
.b_contacts .row .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.b_contacts .row p {
  margin: 0;
}
.b_contacts .row p + p {
  margin-top: 9px;
}
.b_right {
  float: right;
  width: 40%;
}
@media screen and (max-width: 425px) {
  .b_right {
    float: none;
    width: 100%;
  }
}
.b_right + .b_component {
  margin-right: 50%;
}
@media screen and (max-width: 425px) {
  .b_right + .b_component {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid #BDBEBE;
  }
}
.article-info {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.article-info .article-info-term {
  display: inline-block;
}
.article-info .article-info-term:after {
  content: ': ';
}
.article-info .create {
  display: inline-block;
}
.article-info .create:after {
  content: ', ';
}
.article-info .createdby {
  display: inline-block;
}
.article-info .createdby:after {
  content: '.';
}
.hamburger {
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  float: right;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  position: relative;
  top: 5px;
  border: 0;
  margin: 0;
  outline: none;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
  outline: none;
}
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger::-moz-focus-inner {
  border: 0;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media (max-width: 425px) {
  .b__body-trigger {
    padding: 1rem;
    display: block;
  }
}
@media (max-width: 425px) {
  .b__head .b__nav .h_logo {
    display: none;
  }
}
.b__head .t__menu {
  padding: 1.25rem 0 0;
}
@media (max-width: 425px) {
  .b__head .b__nav,
  .b__head .b__menu-portfolio {
    display: none;
    float: none;
  }
}
.b__head .b__nav.is-active,
.b__head .b__menu-portfolio.is-active {
  display: block;
}
.hidden-box {
  display: none;
  visibility: visible;
}
.item-page__header {
  margin-bottom: 10px;
}
@media screen and (min-width: 521px) {
  .item-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.item-page__button {
  margin-top: 10px;
}
@media screen and (min-width: 521px) {
  .item-page__button {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.item-btn {
  background: #A0EA3F;
  color: #444;
  box-shadow: 0 0.2em 0 0 #94BB0D;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 0.75em 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .item-btn:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}
@media screen and (max-width: 360px) {
  .item-page__contact {
    width: 100%;
  }
}
@media screen and (min-width: 521px) {
  .item-page__contact {
    margin-left: 1rem;
  }
}
.contact-us-modal__title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.contact-us-modal__form {
  display: block;
  max-width: 100%;
  width: 300px;
}
.contact-us-modal__row {
  margin-top: 20px;
}
.contact-us-modal__row label {
  margin-bottom: 5px;
  user-select: none;
  cursor: pointer;
  display: block;
}
.contact-us-modal__row input {
  border: 1px solid #BDBEBE;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 21px;
  font-size: 16px;
  background: #FFF;
}
.contact-us-modal__row input.error,
.contact-us-modal__row input.invalid {
  border: 1px solid red;
}
.contact-us-modal__row:first-child {
  margin-top: 0;
}
.contact-us-modal__row .item-btn {
  width: 100%;
  font-size: 17px;
  font-weight: 700;
}
.osmap-items h2 {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.osmap-items ul ul {
  margin-top: 6px;
}
/*# sourceMappingURL=style.css.map */