@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  line-height: 1.24;
}
@font-face {
  font-family: BreweryNo2CYR;
  src: url('../fonts/BreweryNo2CYR-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: Montserrat;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
}
svg use {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea {
  color: #252525;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 55px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 2px solid white;
  outline: none;
  padding: 5px 18px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #252525;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #252525;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #252525;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #252525;
}
textarea {
  padding-top: 14px;
  padding-bottom: 14px;
}
label:not(.with_line) textarea.error,
label:not(.with_line) input.error,
label:not(.with_line) label.error {
  border-color: red !important;
}
label:not(.with_line) label.error input {
  border-color: red !important;
}
label.checkbox {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.73px;
  line-height: 25px;
  color: #FFFFFF;
  display: table;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  margin-bottom: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 !important;
}
label.checkbox:last-of-type {
  margin-bottom: 0;
}
label.checkbox .check {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 20px;
  width: 20px;
  border: 1px solid #000000;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 3px;
}
label.checkbox span {
  font-size: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
label.checkbox span span {
  opacity: 0.5;
}
label.checkbox input {
  display: none;
}
label.checkbox input:checked + .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border-radius: 1px;
  background-color: #000000;
}
label.checkbox.error .check {
  border-color: RED;
}
label.with_line,
.with_line {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
label.with_line:after,
.with_line:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #000000;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
label.with_line.hover:after,
.with_line.hover:after {
  width: 100%;
}
label.with_line .fs-dropdown:before,
.with_line .fs-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #4a93bb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 7;
}
label.with_line .fs-dropdown-selected,
.with_line .fs-dropdown-selected {
  border-radius: 0;
  padding-left: 0;
}
label.with_line .fs-dropdown-open:before,
.with_line .fs-dropdown-open:before {
  width: 100%;
}
label.with_line .fs-dropdown-item,
.with_line .fs-dropdown-item {
  min-height: 37px;
}
label.with_line .fs-dropdown-options,
.with_line .fs-dropdown-options {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
label.with_line input,
.with_line input,
label.with_line .fs-dropdown-selected,
.with_line .fs-dropdown-selected {
  border: 1px solid transparent;
  border-bottom-color: #9b9b9b;
  font-size: 10px;
  width: 100%;
  color: #686868;
  text-transform: uppercase;
  height: 30px;
  outline: none;
  background: none;
  font-weight: 600;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #161f26;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
}
label.with_line input::-webkit-input-placeholder,
.with_line input::-webkit-input-placeholder,
label.with_line .fs-dropdown-selected::-webkit-input-placeholder,
.with_line .fs-dropdown-selected::-webkit-input-placeholder {
  color: #686868;
}
label.with_line input::-moz-placeholder,
.with_line input::-moz-placeholder,
label.with_line .fs-dropdown-selected::-moz-placeholder,
.with_line .fs-dropdown-selected::-moz-placeholder {
  color: #686868;
}
label.with_line input:-moz-placeholder,
.with_line input:-moz-placeholder,
label.with_line .fs-dropdown-selected:-moz-placeholder,
.with_line .fs-dropdown-selected:-moz-placeholder {
  color: #686868;
}
label.with_line input:-ms-input-placeholder,
.with_line input:-ms-input-placeholder,
label.with_line .fs-dropdown-selected:-ms-input-placeholder,
.with_line .fs-dropdown-selected:-ms-input-placeholder {
  color: #686868;
}
label.with_line.error input,
.with_line.error input {
  border-bottom-color: red !important;
}
label.with_line.error:after,
.with_line.error:after {
  background: red !important;
}
.with_line:hover:after {
  width: 100%;
}
.with_line:after {
  bottom: -2px;
}
button {
  outline: none;
}
.clear {
  clear: both;
  float: none;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: initial;
  margin-top: 0;
  color: #000000;
  font-family: BreweryNo2CYR;
  letter-spacing: 0;
}
h1 {
  text-transform: uppercase;
  font-size: 44px;
  letter-spacing: 2px;
  font-family: Montserrat;
  font-weight: 500;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 26px;
  font-family: Montserrat;
}
h4 {
  font-size: 21px;
  margin-bottom: 18px;
  font-family: Montserrat;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.align_left {
  text-align: left !important;
  display: block;
}
.align_center {
  text-align: center !important;
}
.align_right {
  display: block;
  text-align: right !important;
}
a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.container {
  padding: 0 67px;
  max-width: 930px;
  margin: auto;
  position: relative;
  width: 100%;
  padding-bottom: 64px;
  padding-top: 62px;
}
.container.no_padding_top {
  padding-top: 0;
}
.container.no_padding_bottom {
  padding-bottom: 0;
}
.container.more_width {
  max-width: 1280px;
}
.container.middle_width {
  max-width: 1047px;
}
.container_without_padding {
  padding-top: 0;
  padding-bottom: 0;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
  overflow: hidden;
}
.wrapper > div:after {
  content: "";
  display: table;
  clear: both;
}
.popup_bg {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
  background-color: #ffffff;
  z-index: 160;
  display: none;
}
.popup_block .container {
  padding: 0;
}
.popup_block {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 161;
  background: white;
  width: calc(100% - 30px);
  -webkit-box-shadow: 0 20px 100px 0 #72929d;
  box-shadow: 0 20px 100px 0 #72929d;
  min-width: 290px;
  padding: 10px 0 10px;
  max-width: 450px;
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
}
.popup_block.more_width {
  max-width: 900px;
}
.popup_block .content_wrap_inner {
  max-height: 100%;
}
.popup_block .content_wrap {
  padding: 30px 30px 20px;
  max-height: 100%;
  text-align: center;
}
.popup_block h2 {
  font-size: 27px;
  margin-bottom: 13px;
}
.popup_block p.title {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.23px;
}
.popup_block .content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.popup_block form {
  text-align: left;
  margin-top: 35px;
}
.popup_block form input {
  width: 100%;
  border: 2px solid #ededed;
}
.popup_block form label {
  width: 100%;
  margin-bottom: 18px;
  display: block;
}
.popup_block form button {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
  height: 44px;
  margin-top: 15px;
}
.popup_block .content,
.popup_block .content_wrap {
  position: relative;
  z-index: 1;
}
.popup_block .close {
  top: 14px;
  right: 13px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 29px;
  width: 30px;
  z-index: 162;
  opacity: 0.3;
}
.popup_block .close:hover {
  opacity: 1;
  -webkit-transform: scale(1.05) rotate(90deg);
  transform: scale(1.05) rotate(90deg);
}
.popup_block.done img.done {
  margin-top: 16px;
  margin-bottom: 35px;
}
.popup_block.done p {
  font-size: 18px;
}
.main_btn {
  height: 46px;
  background-color: white;
  border: solid 2px #000000;
  min-width: 210px;
  height: 48px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
  min-height: 46px;
  padding: 4px 20px;
  color: #000000;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.main_btn.no_bg {
  background: none;
  color: #242424;
  border-radius: 3px;
  border: 1px solid #000000;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main_btn.no_bg:hover {
  background: #000000;
  color: white;
}
.main_btn.transparent {
  background: none;
  border: 0;
}
.main_btn:hover {
  background: black;
  color: white;
}
.owl-carousel {
  -ms-touch-action: none;
  touch-action: none;
}
.owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.owl-dot:last-child {
  margin-right: 0;
}
.owl-dot span {
  border-radius: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #282828;
  background-color: #ffffff;
  cursor: pointer;
}
.owl-dot.active span {
  background-color: #161616;
}
.owl-prev,
.owl-next {
  width: 17px;
  height: 32px;
  float: left;
  background: red url(../img/vector-smart-object-copy.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-prev {
  margin-right: 46px;
}
.owl-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p {
  margin-bottom: 15px;
}
.text.container {
  padding-top: 53px;
  padding-bottom: 10px;
}
.text p,
.text li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #161f26;
}
.text p + h4 {
  margin-top: 27px;
}
.text ul,
.text ol {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.text ul li,
.text ol li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 40px;
  margin-bottom: 10px;
}
.text ul li:last-child,
.text ol li:last-child {
  margin-bottom: 0;
}
.text ul li:before,
.text ol li:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 9px;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background-color: #161f26;
}
.close-btn {
  display: none;
  width: 30px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 22px;
  bottom: 0;
  margin: auto;
}
.close-btn:before,
.close-btn:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.close-btn:before {
  -webkit-box-shadow: 0 9px 0 #ffffff;
  box-shadow: 0 9px 0 #ffffff;
  margin-bottom: 15px;
}
.close-btn.on:before {
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.close-btn.on:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.menu-btn {
  width: 30px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 22px;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.menu-btn:hover {
  opacity: 0.8;
}
.menu-btn:before,
.menu-btn:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.menu-btn:before {
  -webkit-box-shadow: 0 9px 0 #ffffff;
  box-shadow: 0 9px 0 #ffffff;
  margin-bottom: 15px;
}
.menu-btn.on:before {
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  opacity: 1;
}
.menu-btn.on:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  opacity: 1;
}
.menu-btn.hide:after {
  opacity: 0;
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.menu-btn.hide:before {
  opacity: 0;
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.fs-dropdown {
  width: 100%;
  font-size: 14px;
  outline: 0;
}
.fs-dropdown-selected {
  border-radius: 6px;
  height: 55px;
  padding-left: 18px;
  padding-right: 18px;
  outline: none;
  font-size: 14px;
  border: 0;
  padding-right: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #252525;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.fs-dropdown-selected:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 22px;
  height: 12px;
  top: 4px;
  bottom: 0;
  right: 15px;
  background: url(../img/arrow.png) no-repeat center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fs-dropdown-open .fs-dropdown-selected:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 6px 6px 0 0 !important;
}
.fs-dropdown-options {
  -webkit-box-shadow: 0 23px 38px rgba(0, 0, 0, 0.13);
  box-shadow: 0 23px 38px rgba(0, 0, 0, 0.13);
  border: 1px solid #e3e3e3;
  border-top: 0;
  top: calc(100% + 3px);
  top: 100%;
  border-radius: 0 0 6px 6px;
}
.fs-dropdown-options button {
  min-height: 45px;
  padding-left: 22px;
  padding-right: 22px;
  color: #5a676e;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fs-dropdown-options button:first-of-type {
  border-top: 0;
}
.fs-dropdown-options button:hover {
  background: #ceffb3;
}
.fs-dropdown-bottom .fs-dropdown-options {
  bottom: 100%;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.fs-dropdown-bottom .fs-dropdown-selected {
  border-radius: 0 0 6px 6px !important;
}
.fs-dropdown-item_selected {
  background: none;
}
.fs-dropdown-item {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  min-height: 55px;
  height: 55px;
  color: #252525 !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tabs {
  padding-top: 49px;
  margin-bottom: 46px;
  padding-top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tabs .tab_img {
  width: 100px;
  height: 97px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 0;
  margin: auto;
  max-width: 280px;
  max-height: 257px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-40%, 50%);
  transform: translate(-40%, 50%);
  top: 25%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.tabs .main_tabs {
  background-color: #72929d;
  background-color: #12abb9;
}
.tabs .main_tabs .dop_wrap {
  max-width: 1508px;
  margin: auto!important;
  display: block;
}
.tabs .main_tabs .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.tabs .main_tabs .tab_btn:hover .tab_img {
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  opacity: 1;
  visibility: visible;
}
.tabs .main_tabs div {
  color: #252525;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin-right: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c4dae1;
}
.tabs .main_tabs div span {
  max-height: 135px;
  overflow: hidden;
}
.tabs .main_tabs div:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background: white;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: -10px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tabs .main_tabs div:last-child {
  margin-right: 0;
}
.tabs .main_tabs div:hover {
  color: #ffffff;
}
.tabs .main_tabs div.active {
  text-decoration: none;
  color: #ffffff;
}
.tabs .main_tabs div.active:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs .tabs_content_wrap,
.tabs .h1_container {
  max-width: 1063px;
}
.tabs .tabs_content_wrap {
  padding-top: 0;
}
.tabs .h1_container {
  margin-top: 57px;
}
.tabs .h1_container h1 {
  margin-bottom: 10px;
}
.tabs .tabs_content {
  margin-top: 16px;
}
.tabs .tabs_content .item {
  display: none;
}
.tabs .tabs_content .item:first-child {
  display: block;
}
.tabs .tabs_content .before_slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50vw;
  left: -50vw;
  background-color: rgba(237, 237, 237, 0.5);
  display: block;
  z-index: -1;
}
.tabs .tabs_content .item:nth-child(1) .container {
  padding-top: 25px;
}
.tabs .tabs_content .item .container {
  padding-top: 14px;
  padding-bottom: 0;
}
.tabs .tabs_content .item .before_slider {
  padding-bottom: 19px;
}
.tabs .tabs_content .item .offer {
  margin-bottom: 13px;
}
.tabs h3 {
  max-width: 700px;
}
@-webkit-keyframes popup_out {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes popup_out {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes popup_in {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popup_in {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.transition0s,
.transition0s * {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.custom_dropdown {
  display: inline-block;
  position: relative;
}
.custom_dropdown > a {
  position: relative;
}
.custom_dropdown .top {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  cursor: pointer;
}
.custom_dropdown .top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  top: -7px;
  bottom: -10px;
  z-index: -1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.custom_dropdown .top button {
  background: none !important;
}
.custom_dropdown .top .arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
}
.custom_dropdown .hidden .wrap {
  display: inline-table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.custom_dropdown ul {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: white;
  z-index: 20;
  text-align: center;
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.custom_dropdown ul li {
  margin: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #d8d8d8;
}
.custom_dropdown ul li a {
  font-size: 12px;
  padding: 6px 5px;
  display: table;
  width: 100%;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.custom_dropdown ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.custom_dropdown ul li a:hover {
  color: #0d808c;
}
.custom_dropdown ul li:last-child {
  margin-bottom: 0;
  border: 0;
}
.custom_dropdown ul.slide_top {
  top: auto;
  bottom: calc(100% + 3px);
}
.custom_dropdown.open .top div {
  color: #000000;
}
.custom_dropdown.open .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom_dropdown.open .top:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.custom_dropdown .top,
.custom_dropdown ul li a {
  font-family: BreweryNo2CYR;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row2 .colum {
  width: 50%;
}
.row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row3 .column {
  width: 33.333%;
}
.top_block_main_page {
  min-height: 100vh;
  background-color: #161f26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-top: 157px;
  margin-bottom: 1px;
  visibility: visible !important;
  position: relative;
  overflow: hidden;
}
.top_block_main_page .container {
  max-width: 751px;
}
.top_block_main_page .img_cube {
  position: absolute;
  width: 386px;
  height: 386px;
  -o-object-fit: contain;
  object-fit: contain;
  left: 49.5%;
  top: 43%;
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 4s ease-out !important;
  transition: all 4s ease-out !important;
}
.top_block_main_page .logo {
  width: 399px;
  height: 46px;
  margin-bottom: 23px;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  -webkit-transition: 2s ease 0.2s;
  transition: 2s ease 0.2s;
}
.top_block_main_page .content {
  text-align: right;
}
.top_block_main_page .wrap {
  text-align: left;
  display: table;
  margin-right: -5px;
  margin-left: auto;
}
.top_block_main_page h2 {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: BreweryNo2CYR;
  letter-spacing: 3.5px;
  margin-bottom: 54px;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  opacity: 0;
  -webkit-transition: 1s ease 1s;
  transition: 1s ease 1s;
}
.top_block_main_page ul {
  list-style: none;
}
.top_block_main_page li {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.top_block_main_page li:last-child {
  margin-bottom: 0;
}
.top_block_main_page.start .logo {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.top_block_main_page.start h2 {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
.top_block_main_page.start .go_main {
  -webkit-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
  opacity: 1!important;
}
.top_block_main_page.start .img_cube {
  opacity: 1;
}
.top_block_main_page.start li,
.top_block_main_page.start .img_cube {
  opacity: 1;
  visibility: visible;
}
.top_block_main_page .arrow {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 80px;
  width: 40px;
  margin: auto;
  margin-bottom: 0;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  -webkit-animation: bounceInBottom 3s infinite ease-in-out 1s;
  animation: bounceInBottom 3s infinite ease-in-out 1s;
  opacity: 0;
  -webkit-transition-delay: 2s!important;
  transition-delay: 2s!important;
}
.top_block_main_page .arrow:hover {
  opacity: 1;
}
.top_block_main_page .arrow.show {
  opacity: 0.3;
}
.top_block_main_page .arrow.show:hover {
  opacity: 1;
}
.lazy {
  visibility: hidden;
}
.lazy.show {
  visibility: visible;
}
header {
  background-color: #161f26;
  z-index: 100;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header .logo {
  width: 200px;
  height: 23px;
}
header .logo:not(.clone) {
  display: none;
}
header .container {
  max-width: 1280px;
  padding-left: 57px;
  padding-right: 57px;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
header .container:after {
  display: none;
}
header .container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
header .lang_block {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c4dae1;
  margin-right: -26px;
  margin-top: -3px;
  list-style: none;
}
header nav {
  margin-left: 10px;
  margin-right: 117px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
header.fixed {
  position: fixed;
  -webkit-transition: 0s;
  transition: 0s;
  left: 0;
  right: 0;
  top: 0;
}
nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
nav ol li {
  white-space: nowrap;
  margin-right: 6px;
  margin-right: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  height: 100%;
}
nav ol li:last-child {
  margin-right: 0;
}
nav ol li.active a:before {
  display: none;
}
nav ol li.active a:after {
  opacity: 1;
  visibility: visible;
  display: block;
}
nav ol li a.active:before {
  display: none;
}
nav ol li a.active:after {
  opacity: 1;
  visibility: visible;
}
nav ol a {
  font-family: BreweryNo2CYR;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none!important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 70px;
  position: relative;
  z-index: 2;
  background: transparent;
}
nav ol a span {
  position: relative;
  z-index: 2;
}
nav ol a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: #12abb9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -2;
}
nav ol a:after {
  content: "";
  position: absolute;
  left: 54%;
  bottom: 0;
  background: url(../img/menuselected-120x120.gif) no-repeat center center;
  background-size: contain;
  width: 100px;
  height: 96px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  display: none;
}
nav ol a:hover:before,
nav ol a:hover:after {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.first_page_content .text {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.first_page_content .text div {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}
.first_page_content h1 {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 52px;
  text-transform: none;
}
.our_working {
  margin-top: 34px;
  margin-bottom: 55px;
}
.our_working .bg_img {
  width: 465px;
  height: 465px;
  position: absolute;
  left: 50%;
  top: 35px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  -o-object-fit: contain;
  object-fit: contain;
}
.our_working .wrap {
  position: relative;
  z-index: 5;
}
.our_working p {
  font-size: 16px;
}
.our_working .container {
  padding: 0;
  background-color: #161f26;
  overflow: hidden;
}
.our_working .container .column {
  min-height: 280px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 67px;
  padding-right: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.our_working .container .text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: white;
}
.our_working .row {
  display: block;
}
.our_working .row > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
}
.our_working .row:nth-child(2n+1) .column:last-child {
  background: white;
}
.our_working .row:nth-child(2n+1) .column:last-child .text {
  color: #000000;
}
.our_working .row:nth-child(2n+2) .column:last-child {
  background: white;
}
.our_working .row:nth-child(2n+2) .column:first-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.our_working .row:nth-child(2n+2) .column:first-child .text {
  color: #000000;
}
.our_working .row:hover .column:first-child {
  background-color: #72929d;
  background-color: #12abb9;
}
.our_working .row:nth-child(2n+1) .column:first-child,
.our_working .row:nth-child(2n+2) .column:last-child {
  -webkit-transition: all 1s ease, background 0.2s;
  transition: all 1s ease, background 0.2s;
}
.our_working .row .column:first-child .text {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
}
.our_working .row .column:last-child .text {
  color: #000000;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.our_working .row:nth-child(2n+2) .column:first-child {
  padding-right: 74px;
  padding-left: 74px;
}
.our_working .row:nth-child(2n+2) .column:first-child .text {
  color: white;
}
.our_working .row:nth-child(2n+2) .column:last-child {
  padding-right: 50px;
  padding-left: 63px;
}
.our_working .row:nth-child(2n+1) .column:first-child {
  padding-left: 80px;
}
.our_working .row:nth-child(2n+1) .column:last-child {
  padding-right: 74px;
  padding-left: 89px;
}
.our_working .row:nth-child(2n+2) .column:last-child:after,
.our_working .row:nth-child(2n+1) .column:last-child:after {
  content: "";
  position: absolute;
  border: 16px solid transparent;
  border-left: 16px solid white;
  top: 50%;
  margin: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.our_working .row:nth-child(2n+2) .column:first-child:after {
  left: 0;
  right: auto;
}
.our_working .row:nth-child(2n+1) .column:last-child:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 100%;
  left: auto;
}
.questions {
  margin-bottom: 88px;
  position: relative;
  overflow: hidden;
}
.questions .img_hover {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 280px;
  max-height: 257px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  top: 31%;
  left: -59px;
  z-index: -1;
}
.questions .column a {
  position: relative;
  display: block;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: normal;
  color: #72929d;
  color: #0d808c;
  line-height: 1.44;
  padding-top: 87px;
  padding-bottom: 87px;
  height: 100%;
}
.questions .column a * {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: normal;
  color: #72929d;
  color: #0d808c;
  line-height: 1.44;
}
.questions .column a b,
.questions .column a strong {
  font-weight: bold;
}
.questions .column a:after {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  right: -50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(11, 179, 167, 0.21);
  box-shadow: 0 10px 40px 0 rgba(11, 179, 167, 0.21);
  display: block;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.questions .column a:hover:after {
  opacity: 1;
  visibility: visible;
}
.questions .column:first-child {
  padding-left: 9px;
  padding-right: 25px;
}
.questions .column:nth-child(2) {
  padding: 0 28px;
  padding-right: 80px;
}
.questions .column:nth-child(2) b,
.questions .column:nth-child(2) strong {
  letter-spacing: 0.5px;
}
.questions .column:nth-child(3) {
  padding-left: 9%;
}
footer {
  background-color: #161f26;
  font-size: 12px;
  color: white;
  position: relative;
  z-index: 10;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 9px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container:after {
  display: none;
}
footer .left {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin-left: -12px;
}
footer address {
  font-style: normal;
  margin-bottom: 20px;
}
footer .tel a {
  display: table;
}
footer .mail {
  display: table;
  margin-top: 21px;
}
footer .center {
  padding: 0 10px;
  margin-left: 6px;
}
footer .recall_now_form .h3 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: white;
  margin-bottom: 12px;
  line-height: initial;
}
footer .recall_form {
  padding-top: 0;
  margin-top: 0;
  margin-right: 15px;
}
footer .recall_form label.with_line:after,
footer .recall_form .with_line:after {
  background: #0d808c;
}
footer .recall_form .hover_text {
  font-size: 12px;
}
footer .recall_form input {
  height: 24px;
  font-size: 12px;
  color: white!important;
}
footer .recall_form .row {
  padding-right: 51px;
  width: 215px;
}
footer .recall_form button {
  border: solid 1.3px #a6b7c6;
  background: transparent;
  width: 32px;
  height: 32px;
  min-height: initial;
}
footer .recall_form button img {
  width: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
footer .recall_form button:hover {
  background: #12abb9;
}
footer .recall_form label.hover input {
  color: white!important;
}
footer label.hover .hover_text {
  -webkit-transform: translateY(-15px) !important;
  transform: translateY(-15px) !important;
}
.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -6px;
  margin-right: 2px;
}
.company img {
  margin-left: 18px;
}
.scrollmagic-pin-spacer {
  z-index: 5;
  padding: 0!important;
}
.our_working .scrollmagic-pin-spacer {
  z-index: 0;
}
.main_page .scrollmagic-pin-spacer {
  padding-bottom: 0!important;
}
.mobile_only {
  display: none;
}
.menu-btn {
  overflow: hidden;
  width: 34px;
  height: 24px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  position: absolute;
  margin: auto;
  display: none;
  right: 27px;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #979797;
  height: 2px;
  width: 32px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.menu-btn.active_line2 {
  right: 19px;
}
.menu-btn.active_line2 .line {
  opacity: 0;
  visibility: hidden;
}
.menu-btn.active_line2:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-btn.active_line2:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn .line {
  background-color: #ffffff;
  height: 2px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 100%;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-animation: slide-bar-long 5s 0.3s infinite;
  animation: slide-bar-long 5s 0.3s infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: none;
  transform: none;
  border-radius: 5%;
}
.menu-btn .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  left: calc(100% + 8px);
  height: 100%;
  width: 100%;
  border-radius: 5%;
}
.menu-btn .line:nth-child(1),
.menu-btn .line:nth-child(3) {
  display: block;
  margin-right: 0;
  content: "";
  background-color: #ffffff;
  right: 0;
  position: absolute;
}
.menu-btn .line:nth-child(1):before,
.menu-btn .line:nth-child(3):before {
  background-color: #ffffff;
  left: calc(100% + 8px);
}
.menu-btn .line:nth-child(1) {
  top: 0px;
  bottom: auto;
  -webkit-animation: slide-bar 5s infinite;
  animation: slide-bar 5s infinite;
  width: 100%;
}
.menu-btn .line:nth-child(3) {
  top: auto;
  bottom: 0px;
  -webkit-animation: slide-bar 5s 0.58s infinite;
  animation: slide-bar 5s 0.58s infinite;
}
.menu-btn.active .line {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@-webkit-keyframes slide-bar {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-100% - 8px), 0, 0);
    transform: translate3d(calc(-100% - 8px), 0, 0);
  }
}
@keyframes slide-bar {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-100% - 8px), 0, 0);
    transform: translate3d(calc(-100% - 8px), 0, 0);
  }
}
@-webkit-keyframes slide-bar-long {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-100% - 8px), 0, 0);
    transform: translate3d(calc(-100% - 8px), 0, 0);
  }
}
@keyframes slide-bar-long {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(-100% - 8px), 0, 0);
    transform: translate3d(calc(-100% - 8px), 0, 0);
  }
}
.lang_block_mobile {
  display: none;
}
.lang_block_mobile a {
  margin-right: 80px;
  font-family: BreweryNo2CYR;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 6.4px;
  color: #72929d;
  display: inline-table;
}
.lang_block_mobile a:last-child {
  margin-right: 0;
}
.lang_block_mobile a.active {
  color: #ffffff;
}
.lang_block_mobile .text h4 {
  margin-bottom: 13px;
}
.questions_tab {
  margin-left: 57px;
  background-color: #e9edf0;
  display: none;
  position: absolute;
  top: 0;
  z-index: 5;
  margin-left: -22px;
  margin-right: 55px;
  padding-left: 0;
  width: 33.333%;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  will-change: transform, width, opacity, margin;
  -webkit-transition: all 0.7s ease, width 1s 0.7s, height 1s 0.7s;
  transition: all 0.7s ease, width 1s 0.7s, height 1s 0.7s;
  visibility: hidden;
  height: 100%;
  margin-left: 0;
}
.questions_tab .left {
  width: 480px;
  padding-left: 80px!important;
  position: relative;
}
.questions_tab .left .text p,
.questions_tab .left .text * {
  padding-top: 11px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #161f26;
}
.questions_tab .left .img_hover {
  opacity: 1;
  top: 94px;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.questions_tab .right {
  padding-left: 0;
  width: calc(100% - 480px);
  padding-right: 50px;
}
.questions_tab .close {
  position: absolute;
  top: 44px;
  right: 44px;
  width: 17.7px;
  height: 17.7px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.questions_tab .close:before,
.questions_tab .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #979797;
  height: 2px;
  width: 32px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.questions_tab .close:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.questions_tab .close:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.questions_tab .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.questions_tab .close:hover:before,
.questions_tab .close:hover:after {
  background-color: #161f26;
}
.questions_tab h4 {
  margin-bottom: 12px;
}
.questions_tab .row {
  width: 1171px;
  max-width: calc(100vw - 109px);
  padding-top: 80px;
  padding-bottom: 60px;
}
.questions_tab.start {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 1171px;
  top: 0;
}
.questions .column:nth-child(1) .questions_tab.start {
  margin-left: -22px;
}
.questions .column:nth-child(2) .questions_tab.start {
  margin-left: -33.333%;
}
.questions .column:nth-child(3) .questions_tab.start {
  margin-left: -68.666%;
}
.wrapper:not(.main_page) {
  padding-top: 60px;
}
.tabs .fix_size {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 19px;
}
.mobile_active_page {
  background-color: #0d808c;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #c4dae1;
  position: fixed;
  top: 60px;
  left: 0;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  padding: 12px 9px 9px 5px;
  left: -18px;
  z-index: 50;
  display: none;
}
.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.tabs .scrollmagic-pin-spacer .dop_wrap {
  max-height: calc(95vh - 60px) !important;
  overflow: auto!important;
}
div.text_block_with_image {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #72929d;
  max-width: 689px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 120px;
  border-top: solid 3px #0d808c;
  padding-bottom: 51px;
  padding-top: 35px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 27px;
  margin-bottom: 30px;
}
div.text_block_with_image * {
  font-family: Montserrat!important;
  font-size: 21px!important;
  font-weight: 500!important;
  font-style: normal!important;
  font-stretch: normal!important;
  line-height: 28px!important;
  letter-spacing: normal!important;
  color: #0d808c!important;
}
div.text_block_with_image blockquote {
  margin: 0;
}
div.text_block_with_image.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 337px;
}
div.text_block_with_image.type2 {
  border: solid 1px #c4dae1;
  max-width: 568px;
  padding: 30px 38px 27px 22.3%;
  background-position-x: 0;
  background-position-y: 0;
  background-size: 25.2% auto;
  margin-bottom: 43px;
}
div.text_block_with_image.type2 h3,
div.text_block_with_image.type2 h4 {
  font-size: 14px;
  margin-bottom: 9px;
}
div.text_block_with_image.type2 p,
div.text_block_with_image.type2 li,
div.text_block_with_image.type2 a {
  font-size: 10px;
}
div.text_block_with_image.type2 p {
  margin-bottom: 10px;
}
div.text_block_with_image.type2 ol,
div.text_block_with_image.type2 ul {
  margin-bottom: 0;
  max-width: 300px;
}
div.text_block_with_image.type2 ol li,
div.text_block_with_image.type2 ul li {
  padding-left: 20px;
  line-height: 13px;
  margin-bottom: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
div.text_block_with_image.type2 ol li:last-child,
div.text_block_with_image.type2 ul li:last-child {
  margin-bottom: 0;
}
div.text_block_with_image.type2 ol li:before,
div.text_block_with_image.type2 ul li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 8px;
  height: 1px;
  border-radius: 2px;
  background-color: #161f26;
}
div.text_block_with_image.type3 {
  border: 0;
  margin-left: -58px;
  margin-right: -60px;
  background: #243748;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#243748), to(#1499a8)) !important;
  background: linear-gradient(to right, #243748 0%, #1499a8 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position-x: 0;
  background-position-y: 0;
  background-size: 57.2% auto;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  color: #161f26;
  margin-bottom: 0;
  margin-top: 33px;
  letter-spacing: 0.2px;
  line-height: 24px;
  padding-right: 37px;
  padding-bottom: 32px;
  padding-left: 102px;
  padding-top: 59px;
  padding-left: 120px;
  padding-bottom: 53px;
}
div.text_block_with_image.type3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/object-1-copy22.png) no-repeat left bottom;
  height: 100%;
  width: 100%;
}
div.text_block_with_image.type3 blockquote {
  position: relative;
  z-index: 3;
  color: white!important;
  font-family: Montserrat!important;
  font-size: 18px!important;
  font-weight: normal!important;
  font-style: italic!important;
  font-stretch: normal!important;
  line-height: 1.33!important;
  letter-spacing: 0.25px!important;
  color: #ffffff;
}
.projects_page .short .text {
  max-width: 675px;
}
.projects_wrap {
  margin-bottom: 0px;
  margin-top: 31px;
}
.projects_wrap .item {
  margin-bottom: 88px;
  position: relative;
}
.projects_wrap .item:last-child {
  margin-bottom: 0;
}
.projects_wrap .item:last-child .hidden_content {
  margin-bottom: 0!important;
}
.projects_wrap .top {
  cursor: pointer;
  padding-left: 59px;
  max-width: 643px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #0d808c;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
}
.projects_wrap .top b,
.projects_wrap .top strong {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  letter-spacing: -0.3px;
}
.projects_wrap .top.active,
.projects_wrap .top.active b,
.projects_wrap .top.active strong {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
.projects_wrap .top .tab_img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 173px;
  height: 177px;
  left: -17px;
  margin: auto;
  max-width: 280px;
  max-height: 257px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.projects_wrap .top:hover .tab_img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.projects_wrap .hidden_content {
  display: none;
  margin-top: 32px;
  margin-bottom: 75px;
  position: relative;
  padding-left: 58px;
  padding-right: 60px;
  padding-top: 38px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 70px 0 rgba(183, 211, 221, 0.5);
  box-shadow: 0 20px 70px 0 rgba(183, 211, 221, 0.5);
  max-width: 690px!important;
}
.projects_wrap .hidden_content ul,
.projects_wrap .hidden_content ol {
  max-width: 430px;
  margin-bottom: 26px;
}
.projects_wrap .hidden_content ul li,
.projects_wrap .hidden_content ol li {
  padding-left: 46px;
}
.projects_wrap .hidden_content h4 {
  font-size: 18px;
  max-width: 490px;
  line-height: 24px;
}
.projects_wrap .hidden_content p + h4 {
  margin-top: 32px;
}
.projects_wrap .hidden_content .close {
  position: absolute;
  top: 21px;
  right: 23px;
  width: 17.7px;
  height: 17.7px;
  cursor: pointer;
}
.projects_wrap .hidden_content .close:before,
.projects_wrap .hidden_content .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #979797;
  height: 2px;
  width: 32px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.projects_wrap .hidden_content .close:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.projects_wrap .hidden_content .close:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.projects_wrap .hidden_content .close:hover:before,
.projects_wrap .hidden_content .close:hover:after {
  background-color: #161f26;
}
.container.short {
  max-width: 822px;
  padding-right: 0;
}
.container.short h1 {
  margin-bottom: 13px;
}
.contacts_page .title_block h1 {
  font-family: BreweryNo2CYR;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #161f26;
  margin-bottom: 27px;
}
/*map*/
#map_wrap {
  position: relative;
}
#map {
  max-height: 500px;
  background: white;
}
#map#img_map {
  width: 100%; 
}
@media screen and (max-width: 540px){
#map {max-height: 300px !important; height: 300px !important;}
}
/*end map*/
.contacts_block {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.contacts_wrap {
  position: relative;
}
.contacts {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.17);
  padding: 34px 36px 40px 36px;
  width: 330px;
  max-width: 100%;
  z-index: 5;
}
.contacts address {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #161f26;
}
.contacts .mail {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #161f26;
  text-decoration: underline;
}
.contacts .tels {
  color: #161f26;
  margin-bottom: 24px;
  margin-top: 23px;
  margin-left: -3px;
}
.contacts .tels td:first-child {
  font-size: 12px;
  font-weight: 600;
  color: #161f26;
}
.contacts .tels td:last-child {
  padding-left: 20px;
}
.contacts .tels td:last-child a {
  font-size: 16px;
  font-weight: 600;
  color: #161f26;
}
.contacts .tels td {
  line-height: 21px;
}
.recall_form {
  padding-top: 45px;
  padding-bottom: 23px;
  max-width: 826px;
}
.recall_form h2 {
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.recall_form label {
  position: relative;
  margin-bottom: 0;
}
.recall_form .row label {
  width: 100%;
}
.recall_form .hover_text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #9b9b9b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.recall_form label.hover .hover_text {
  color: #4a4a4a;
  -webkit-transform: translateY(-23px);
  transform: translateY(-23px);
  font-size: 10px;
}
.recall_form label.hover input {
  color: #161f26!important;
}
.recall_form .row {
  margin-bottom: 37px;
}
.recall_form .row2 label {
  width: calc(50% - 17.5px);
}
.recall_form .row2 label:first-child {
  margin-right: 35px;
}
.recall_form input,
.recall_form textarea {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: transparent!important;
}
.recall_form button {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
  background: black;
  color: white;
}
.recall_form button:hover {
  background: #12abb9;
  border-color: #12abb9;
}
.wrapper.contacts_page .title_block {
  padding-bottom: 0;
  padding-top: 37px;
}
.about_page .title_block h2 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: #161f26;
  max-width: 690px;
}
.why_we {
  margin-bottom: 45px;
}
.why_we .wrap {
  position: relative;
}
.why_we .title {
  position: relative;
}
.why_we .title span {
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #161f26;
  font-family: BreweryNo2CYR;
  font-size: 32px;
  letter-spacing: 0.5px;
}
.why_we .title .tab_img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 221px;
  height: 229px;
  left: -17px;
  margin: auto;
  max-width: 280px;
  max-height: 257px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 50%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.why_we .wrap {
  margin-top: 62px;
}
.why_we .item {
  margin-bottom: 147px;
  position: relative;
}
.why_we .item:last-child {
  margin-bottom: 0!important;
}
.why_we .item h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.35px;
  max-width: 575px;
  margin-bottom: 19px;
}
.why_we .item .number {
  font-family: BreweryNo2CYR;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d0eef1;
  position: absolute;
  top: 0;
  line-height: 125px;
  font-weight: 900;
  font-family: Montserrat;
}
.why_we .item .text {
  max-width: 425px;
}
.why_we .item:nth-child(2n + 1) {
  padding-left: 238px;
}
.why_we .item:nth-child(2n + 1) .number {
  left: 0;
  left: 97px;
  top: -33px;
}
.why_we .item:nth-child(2n + 2) {
  padding-left: 121px;
  margin-bottom: 125px;
}
.why_we .item:nth-child(2n + 2) .number {
  right: 0;
  top: -47px;
  right: 82px;
}
.why_we .item:nth-child(2n + 2) h3 {
  max-width: initial;
  padding-right: 200px;
}
.about_container {
  padding-top: 44px;
  max-width: 1065px;
}
.about_container .text p {
  font-size: 16px;
  letter-spacing: 0.05px;
  margin-bottom: 21px;
}
.about_container .text_block_with_image {
  font-size: 30px;
  line-height: 38px;
}
.about_container div.text_block_with_image.type1 {
  margin-right: -119px;
  max-width: 810px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  margin-top: 66px;
}
.time_block {
  margin-bottom: 77px;
  margin-top: 116px;
  margin-left: -87px;
  margin-right: -80px;
}
.time_block .column {
  position: relative;
  width: 50%;
}
.time_block .column:first-child {
  padding-right: 95px;
}
.time_block .column:last-child {
  padding-left: 48px;
}
.time_block .column:last-child .text {
  max-width: initial;
  margin-right: -45px;
}
.time_block .column:last-child .date {
  left: 18px;
}
.time_block .column:last-child .date span {
  left: -2px;
}
.time_block .date span {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  display: block;
  padding-left: 11px;
  padding-top: 7px;
  padding-right: 13px;
  color: #4a4a4a;
  width: 286px;
  height: 15px;
  opacity: 0.2;
  font-size: 100px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.15;
  letter-spacing: 5px;
  color: #12abb9;
  position: absolute;
  left: -51px;
  top: -27px;
  font-family: Montserrat;
  font-weight: 900;
}
.time_block .text {
  line-height: 26px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  max-width: 347px;
}
.time_block .text h3 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #000000;
}
.recall_now_form {
  padding-bottom: 34px;
  margin-top: 15px;
}
.recall_now_form h3 {
  font-size: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 26px;
}
.recall_now_form form {
  display: table;
  position: relative;
}
.recall_now_form button {
  width: 48px;
  height: 48px;
  min-width: initial;
  padding: 0;
  position: absolute;
  right: 0;
  top: -9px;
  margin: 0;
}
.recall_now_form button img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.recall_now_form .row {
  width: 330px;
  max-width: 100%;
  padding-right: 88px;
}
.recall_now_form label {
  width: 100%;
  margin: 0;
}
.popup_done {
  background: #0d808c url(../img/object-1.png) left top no-repeat;
  max-width: 600px;
  background-size: auto 100%;
  background-position-x: -33%;
  background-position-y: -162px;
}
.popup_done .content {
  text-align: left;
  padding-top: 29px;
  padding-left: 46%;
}
.popup_done .text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.popup_done * {
  color: white;
}
.popup_done h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
.popup_done .text p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 21px;
}
.popup_done .text p:last-child {
  margin-bottom: 0;
}
.popup_done .go_back {
  margin-top: 45px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: 1px;
  color: #c4dae1;
  text-transform: uppercase;
  margin-left: -54px;
  cursor: pointer;
}
.popup_done .go_back span {
  color: #c4dae1;
}
.popup_done .go_back svg,
.popup_done .go_back span {
  vertical-align: middle;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.popup_done .go_back svg {
  margin-right: 10px;
}
.popup_done .go_back:hover svg {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tabs .main_tabs div.active .tab_img {
  opacity: 0!important;
}
.tabs .tabs_content .item > *,
.about_page .title_block > *,
.why_we .item {
  opacity: 0;
}
.our_working.aos-animate {
  -webkit-transform: none!important;
  transform: none!important;
  overflow: hidden!important;
}
.our_working .bg_img_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  height: 95%;
}
.projects_wrap .hidden_content {
  z-index: -1;
}
@-webkit-keyframes bounceInBottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  30% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  40% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInBottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  30% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  40% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.first_page_content {
  margin-top: 75px;
}
.top_block_main_page {
  opacity: 0;
}
.hide_important {
  display: none !important;
}
.tabs .container .h1 {
  text-transform: uppercase;
  font-size: 44px;
  letter-spacing: 2px;
  font-family: Montserrat;
  font-weight: 500;
}
.tabs .container h2 {
  font-size: 32px;
  font-family: BreweryNo2CYR;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 38px;
  margin-bottom: 26px;
}
.tabs .container .item h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 13px;
}
.tabs .tabs_content .item h2:first-child {
  font-size: 32px;
  font-family: BreweryNo2CYR;
  letter-spacing: 0.6px;
  margin-bottom: 27px;
}
.contacts_page .title_block h1 {
  text-transform: uppercase;
  font-size: 44px;
  letter-spacing: 2px;
  font-family: Montserrat;
  font-weight: 500;
}
.tabs .tabs_content .dop_service_block {
  padding-left: 75px;
}
.tabs .tabs_content .dop_service_block > p {
  max-width: 665px;
  font-size: 14px;
  line-height: 15px!important;
  margin-bottom: 10px!important;
}
.tabs .tabs_content .dop_service_block ul {
  margin-top: 18px!important;
  margin-bottom: 27px!important;
  padding-left: 4px!important;
}
.tabs .tabs_content .dop_service_block ul li {
  line-height: 1.3;
  margin-bottom: 9px;
}
.tabs .tabs_content .dop_service_block ul li:before {
  left: 24px;
  top: 9px;
  width: 9px;
}
.tabs .tabs_content .standard_service_block {
  position: relative;
  border: solid 1px #0d808c;
  width: 100%;
  padding-top: 41px;
  padding-left: 81px;
  max-width: 818px;
  padding-right: 20px;
  padding-bottom: 14px;
  margin-bottom: 32px;
  margin-top: 35px;
}
.tabs .tabs_content .standard_service_block:before {
  content: "";
  background: url(../img/part-object-copy-2.png) no-repeat left top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotateY(180deg);
  z-index: -1;
}
.tabs .tabs_content .standard_service_block > p {
  font-family: Montserrat;
  font-size: 18px!important;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 5px!important;
}
.tabs .tabs_content .standard_service_block ul {
  margin: 0;
  margin-bottom: 18px!important;
}
.tabs .tabs_content .standard_service_block ul li {
  margin-bottom: 14px;
}
.our_working .row:nth-child(2n+1) .column:first-child {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.questions_tab .right {
  min-height: 300px;
}
footer .recall_now_form button img {
  filter: none;
}
.projects_wrap .hidden_content .close {
  transition: 0.2s;
  width: 24px;
  height: 24px;
}
.projects_wrap .hidden_content .close:hover {
  transform: rotate(90deg);
}
.page404 {
  padding-top: 0!important;
}
.page404 .top_block_main_page {
  opacity: 1!important;
  margin-bottom: 0;
  display: flex!important;
}
.page404 .top_block_main_page h1 {
  font-family: Montserrat;
  font-size: 288px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 31px;
  line-height: 225px;
}
.page404 .top_block_main_page h2 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: none;
  padding-left: 13px;
}
.page404 .top_block_main_page .wrap {
  margin-left: 18px;
  margin-right: 0;
  width: 100%;
}
.page404 .top_block_main_page .go_main {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.9px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: table;
  margin: 14vh auto 0;
  transform: translate(0, 100%);
  opacity: 0;
  transition: 1s ease 1.5s;
}
.page404 nav,
.page404 .lang_block,
.page404 .menu-btn {
  display: none;
}
footer .recall_form input {
  border-bottom-color: white;
}
.tabs .main_tabs {
  width: 340px;
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  top: 0;
  height: 100%;
  padding-top: 0px;
}
.tabs .tabs_content_wrap {
  margin-left: 0;
  max-width: 1274px;
}
header .container.more_width {
  padding-bottom: 0;
}
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  font-family: Montserrat;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #778692;
  font-size: 16px;
}
.breadcrumbs ol li {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: bottom;
}
.breadcrumbs ol li:first-child {
  margin-left: 0;
}
.breadcrumbs ol li:last-child {
  margin-right: 0;
}
.breadcrumbs ol a,
.breadcrumbs ol span {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #778692;
  transition: 0.2s;
}
.breadcrumbs ol a {
  text-decoration: none;
}
.breadcrumbs ol a:hover span {
  color: #12abb9;
}
.breadcrumbs ol .last {
  margin-left: 5px;
}
.standard_service_block + .dop_service_block {
  padding-left: 0!important;
}
.standard_service_block + .dop_service_block .standard_service_block {
  padding-left: 0!important;
}
.service_page {
  min-height: 100vh!important;
}
.top_block_main_page .arrow {
  margin-bottom: 0!important;
}
.tabs .breadcrumbs ol {
  margin-bottom: -25px;
  margin-top: 30px;
  padding-left: 0!important;
}
.projects_page .breadcrumbs {
  padding-top: 0!important;
}
.projects_page .breadcrumbs ol {
  padding-top: 0;
  margin-bottom: 0;
}
.about_page .breadcrumbs {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.contacts {
    width: auto !important;
    display: inline-block;
} 

.contacts .tels td:first-child {
	font-size: 16px;
}






.popup_done .h2 {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
.tabs .tabs_content .item h1{
  font-size: 32px;
  font-family: BreweryNo2CYR;
  letter-spacing: 0.6px;
  margin-bottom: 27px;
  font-weight: 600;
  text-transform: none;
}