@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.b_header {
  font-size: 22px;
}

@media (max-width: 1199px) {
  .b_header {
    font-size: 16px;
  }
}

.b_header .header_top_inner {
  padding: 40px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991px) {
  .b_header .header_top_inner {
    padding: 20px 0;
  }
}

.b_header .logo_wrapper {
  max-width: 303px;
}

@media (max-width: 1199px) {
  .b_header .logo_wrapper {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .b_header .logo_wrapper {
    max-width: 120px;
  }
}

@media (max-width: 600px) {
  .b_header .logo_wrapper {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.b_header .logo_link {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 600px) {
  .b_header .logo_link {
    max-width: 120px;
  }
}

.b_header .contacts_wrapper {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .b_header .contacts_wrapper {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .b_header .contacts_wrapper {
    width: 100%;
  }
}

.b_header .contacts {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 600px) {
  .b_header .contacts {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.b_header .contacts_left {
  margin-right: 110px;
}

@media (max-width: 1199px) {
  .b_header .contacts_left {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .b_header .contacts_left {
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .b_header .contacts_left {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .b_header .contacts_right {
    width: 100%;
    margin: 10px 0 0;
  }
}

.b_header .list_row {
  -ms-flex-align: center;
      align-items: center;
}

.b_header .list_row + .list_row {
  margin: 10px 0 0;
}

.b_header .row_icon {
  width: 18px;
  height: 18px;
  position: relative;
}

.b_header .row_icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}

.b_header .row_content {
  width: calc(100% - 18px);
  padding: 0 0 0 10px;
}

.b_header .phones_list {
  font-weight: bold;
  font-size: 28px;
}

@media (max-width: 1199px) {
  .b_header .phones_list {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .b_header .phones_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b_header .phones_list a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .b_header .phones_list .list_row {
    margin: 0;
  }
}

.b_header .phones_list .list_row + .list_row {
  margin: 5px 0 0;
}

@media (max-width: 500px) {
  .b_header .phones_list .list_row + .list_row {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .b_header .phones_list .list_row:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .b_header .phones_list .list_row:not(:first-child) {
    margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .b_header .phones_list .list_row:not(:first-child) .row_icon {
    display: none;
  }
}

@media (max-width: 500px) {
  .b_header .phones_list .list_row:not(:first-child) .row_content {
    padding: 0;
    width: auto;
  }
}

.b_header .phones_list a {
  color: #000000;
}

.b_header .phones_list a:hover {
  color: #DBB26E;
}

.b_header .header_menu_wrapper {
  background: linear-gradient(90deg, #9FA3A3 0%, #AFB2B3 23.35%, #C8C8C9 46.28%, #B3B6B6 73.86%, #B9BDBE 100%);
  position: relative;
  z-index: 2;
}

.b_header .header_menu_wrapper .mobile_wrapper {
  display: none;
}

@media (max-width: 767px) {
  .b_header .header_menu_wrapper .mobile_wrapper {
    display: block;
  }
}

.b_header .header_menu_wrapper .btn_menu {
  width: 100%;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b_header .header_menu_wrapper .btn_menu {
    padding: 17px 0;
  }
}

.b_header .header_menu_wrapper .btn_menu:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 6L12 0H0L6 6Z' fill='black'/%3E%3C/svg%3E");
  width: 12px;
  height: 6px;
  margin: -3px 0 0 13px;
}

@media (max-width: 767px) {
  .b_header .header_menu_wrapper > .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .b_header .header_menu_wrapper .header_menu {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .b_header .header_menu_wrapper .header_menu {
    background: linear-gradient(90deg, #9FA3A3 0%, #AFB2B3 23.35%, #C8C8C9 46.28%, #B3B6B6 73.86%, #B9BDBE 100%);
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    font-size: 18px;
    overflow: auto;
  }
}

.b_header .menu_wrapper ul {
  list-style: none;
}

.b_header .menu_wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .b_header .menu_wrapper > ul {
    display: block;
  }
}

.b_header .menu_wrapper > ul > li {
  width: 16.66666666666667%;
  border-left: 1px solid rgba(74, 75, 75, 0.29);
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .b_header .menu_wrapper > ul > li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b_header .menu_wrapper > ul > li {
    border: none;
  }
}

.b_header .menu_wrapper > ul > li:last-of-type {
  border-right: 1px solid rgba(74, 75, 75, 0.29);
}

.b_header .menu_wrapper > ul > li > a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 18px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .b_header .menu_wrapper > ul > li > a {
    padding: 6px 0 4px;
  }
}

@media (min-width: 768px) {
  .b_header .menu_wrapper > ul > li:hover {
    background-color: #D6D6D6;
  }
}

@media (max-width: 767px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children {
    position: relative;
  }
}

.b_header .menu_wrapper > ul > .menu-item-has-children > a {
  position: relative;
}

.b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu {
  background-color: #D6D6D6;
}

@media (min-width: 768px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover {
    background-color: rgba(246, 246, 247, 0.5);
  }
}

.b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover {
    background-color: rgba(159, 163, 163, 0.1);
  }
}

.b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item {
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item {
    padding: 0;
  }
}

.b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
  padding-left: 50px;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .b_header .menu_wrapper > ul > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item > .sub-menu {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .b_header .menu_wrapper .menu-item-has-children {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.b_header .menu_wrapper .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.b_header .menu_wrapper .menu-item-has-children > a.active:after {
  transform: rotate(180deg);
}

.b_header .menu_wrapper .menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 6L12 0H0L6 6Z' fill='black'/%3E%3C/svg%3E");
  width: 12px;
  height: 6px;
  margin: -3px 0 0 13px;
}

@media (max-width: 767px) {
  .b_header .menu_wrapper .menu-item-has-children > a {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 6px 10px 4px;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.b_header .menu_wrapper .menu-item-has-children .sub-menu {
  -ms-flex-order: 1;
      order: 1;
}

@media (min-width: 768px) {
  .b_header .menu_wrapper .menu-item-has-children .sub-menu {
    display: block !important;
  }
}

.b_header .menu_wrapper .menu-item-has-children .menu-item-has-children .button {
  background-color: #F6F6F7;
}

.b_header .menu_wrapper .menu-item-has-children .menu-item-has-children .menu-item-has-children .button {
  background-color: #fff;
}

.b_header .menu_wrapper .button {
  display: none;
  background-color: #D6D6D6;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 6L12 0H0L6 6Z' fill='black'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .b_header .menu_wrapper .button {
    display: block;
    width: 45px;
    height: 50px;
  }
}

.b_header .menu_wrapper .button.active {
  transform: rotate(180deg);
}

.b_header .menu_wrapper .sub-menu {
  padding: 40px 0;
  background-color: #F6F6F7;
}

@media (max-width: 1199px) {
  .b_header .menu_wrapper .sub-menu {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .b_header .menu_wrapper .sub-menu {
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .b_header .menu_wrapper .sub-menu {
    position: static;
    height: auto;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    display: none;
  }
}

.b_header .menu_wrapper .sub-menu .menu-item {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .b_header .menu_wrapper .sub-menu .menu-item {
    padding: 0;
  }
}

.b_header .menu_wrapper .sub-menu a {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .b_header .menu_wrapper .sub-menu a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .b_header .menu_wrapper .sub-menu a {
    font-size: 18px;
    padding: 6px 10px 4px;
    display: block;
  }
}

@media (min-width: 768px) {
  .b_header .menu_wrapper .sub-menu a:hover {
    color: #DBB26E;
  }
}

.b_header .menu_wrapper .sub-menu .sub-menu {
  top: 0;
  left: 0;
}

.b_header .button_wrapper {
  position: relative;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .b_header .button_wrapper {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .b_header .button_wrapper .btn {
    width: 100%;
    max-width: 280px;
  }
}

.b_header .search_wrapper {
  position: absolute;
  top: -40px;
  right: 0;
  min-width: 250px;
}

@media (max-width: 991px) {
  .b_header .search_wrapper {
    top: -15px;
  }
}

@media (max-width: 767px) {
  .b_header .search_wrapper {
    display: none;
  }
}

.b_header .search_wrapper .form {
  position: relative;
}

.b_header .search_wrapper .form .form_control {
  width: 100%;
  border: 1px solid #b8bcbd;
  font-size: 18px;
  padding: 12px 70px 12px 15px;
}

@media (max-width: 991px) {
  .b_header .search_wrapper .form .form_control {
    font-size: 16px;
    padding: 8px 50px 8px 10px;
  }
}

.b_header .search_wrapper .form .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58px;
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.8169 28.9331L20.6888 19.805C22.5848 17.6999 23.75 14.9244 23.75 11.875C23.75 5.32717 18.4229 0 11.875 0C5.32716 0 0 5.32717 0 11.875C0 18.4229 5.32716 23.75 11.875 23.75C14.9244 23.75 17.6999 22.5848 19.805 20.6888L28.9331 29.8169C29.0552 29.9389 29.2151 30 29.375 30C29.5349 30 29.6948 29.9389 29.8169 29.8169C30.061 29.5727 30.061 29.1772 29.8169 28.9331ZM11.875 22.5C6.01687 22.5 1.25004 17.7338 1.25004 11.875C1.25004 6.01629 6.01687 1.24998 11.875 1.24998C17.7332 1.24998 22.5 6.01623 22.5 11.875C22.5 17.7338 17.7332 22.5 11.875 22.5Z' fill='%231D1D1D'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
  .b_header .search_wrapper .form .btn_search {
    width: 40px;
    background-size: 20px;
  }
}

* {
  outline: 0 !important;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #000;
  min-width: 320px;
  background-color: #fff;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  body {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {
  input, textarea, select, select:focus {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 14px 10px 14px;
  transition: all .1s linear;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
}

@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
  }
}

.btn:hover, .btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

.btn_template {
  color: #000;
  border-color: #DBB26E;
  background-color: #DBB26E;
}

.btn_template:focus {
  color: #000;
}

.btn_template:active {
  color: #000;
}

.btn_template:hover {
  background-color: #b98e49;
  border-color: #b98e49;
  color: #fff;
}

.btn_gray {
  color: #000;
  border: none;
  padding: 15px 10px;
  background: linear-gradient(90deg, #9FA3A3 0%, #AFB2B3 23.35%, #C8C8C9 46.28%, #B3B6B6 73.86%, #B9BDBE 100%);
}

.btn_gray:focus {
  color: #000;
}

.btn_gray:active {
  color: #000;
}

.btn_gray:hover {
  background: linear-gradient(90deg, #919191 0%, #9F9F9F 23.35%, #BBBBBB 46.28%, #ADADAD 73.86%, #ADADAD 100%);
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1380px;
  }
}

.page_title {
  font-weight: bold;
  font-size: 44px;
  margin: 0 0 25px;
}

@media (max-width: 1199px) {
  .page_title {
    font-size: 24px;
    margin: 0 0 10px;
  }
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

input.form_control,
textarea.form_control {
  -webkit-appearance: none;
}

.form_control {
  width: 100%;
  border: 1px solid #B9BDBE;
}

textarea.form_control {
  display: block;
  resize: none;
}

.slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 0;
}

.slick-dots li {
  width: 20px;
  height: 20px;
  border: 4px solid #DADCDD;
  display: inline-block;
  vertical-align: top;
  margin: 6px 6px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .slick-dots li {
    width: 14px;
    height: 14px;
    border-width: 2px;
    margin: 4px 4px;
  }
}

.slick-dots li.slick-active {
  border-color: #DBB26E;
}

.slick-dots button {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.slick-arrow {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  padding: 0;
}

@media (max-width: 991px) {
  .slick-arrow {
    width: 16px;
    height: 16px;
  }
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.59944 20L0 10L9.59944 0L12 2.50073L4.80036 10.0008L11.9992 17.5001L9.59944 20Z' fill='%23DADCDD'/%3E%3C/svg%3E");
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.40056 20L12 10L2.40056 0L0 2.50073L7.19964 10.0008L0.000763893 17.5001L2.40056 20Z' fill='%23DADCDD'/%3E%3C/svg%3E");
}

.columns_wrapper {
  margin: 0 -15px;
}

.columns_wrapper.w50 .column {
  width: 50%;
}

.columns_wrapper.w33 .column {
  width: 33.33%;
}

.columns_wrapper .column {
  padding: 0 15px;
}

.ul_decor ul {
  padding: 0;
  list-style: none;
}

.ul_decor ul li {
  position: relative;
  padding: 0 0 0 30px;
}

.ul_decor ul li::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' fill-rule='evenodd' clip-rule='evenodd' d='M6 6L0 0L0 12L6 6Z' fill='url(%23paint0_linear_0_257)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_257' x1='0' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23949898'/%3E%3Cstop offset='0.233459' stop-color='%23A1A5A6'/%3E%3Cstop offset='0.469234' stop-color='%23C6C7C8'/%3E%3Cstop offset='0.757135' stop-color='%23A8ACAD'/%3E%3Cstop offset='1' stop-color='%23B2B6B7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 6px;
  height: 12px;
  left: 0;
  top: 11px;
}

.ul_decor ul li + li {
  margin: 15px 0 0;
}

.ol_decor ol {
  padding: 0;
  list-style: none;
}

.ol_decor ol li {
  position: relative;
  padding: 0 0 0 30px;
}

.ol_decor ol li::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' fill-rule='evenodd' clip-rule='evenodd' d='M6 6L0 0L0 12L6 6Z' fill='url(%23paint0_linear_0_257)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_257' x1='0' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23949898'/%3E%3Cstop offset='0.233459' stop-color='%23A1A5A6'/%3E%3Cstop offset='0.469234' stop-color='%23C6C7C8'/%3E%3Cstop offset='0.757135' stop-color='%23A8ACAD'/%3E%3Cstop offset='1' stop-color='%23B2B6B7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 6px;
  height: 12px;
  left: 0;
  top: 11px;
}

.ol_decor ol li + li {
  margin: 15px 0 0;
}

.breadcrumbs_wrapper {
  color: #8B8E8E;
}

@media (max-width: 1199px) {
  .breadcrumbs_wrapper {
    font-size: 16px;
  }
}

.breadcrumbs_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs_wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.breadcrumbs_wrapper ul li:not(:last-of-type) {
  margin-right: 66px;
}

@media (max-width: 1199px) {
  .breadcrumbs_wrapper ul li:not(:last-of-type) {
    margin-right: 35px;
  }
}

.breadcrumbs_wrapper ul li:not(:last-of-type)::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' fill-rule='evenodd' clip-rule='evenodd' d='M1.90826 0L0 1.88669L6.18342 8L0 14.1133L1.90826 16L10 8L1.90826 0Z' fill='url(%23paint0_linear_0_126)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_126' x1='0' y1='16' x2='10' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23949898'/%3E%3Cstop offset='0.233459' stop-color='%23A1A5A6'/%3E%3Cstop offset='0.469234' stop-color='%23C6C7C8'/%3E%3Cstop offset='0.757135' stop-color='%23A8ACAD'/%3E%3Cstop offset='1' stop-color='%23B2B6B7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 16px;
  left: 100%;
  top: 9px;
  margin: 0 0 0 28px;
}

@media (max-width: 1199px) {
  .breadcrumbs_wrapper ul li:not(:last-of-type)::before {
    margin: 0 0 0 17px;
    width: 6px;
    height: 10px;
    top: 6px;
  }
}

.breadcrumbs_wrapper ul a {
  color: #8B8E8E;
}

.breadcrumbs_wrapper ul a:hover {
  color: #000;
}

.b_main_banner {
  text-align: center;
}

.b_main_banner .banner_slide {
  background-color: #F6F6F7;
  text-align: left;
  position: relative;
}

.b_main_banner .slide_inner {
  width: 100%;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  min-height: 750px;
}

@media (max-width: 1199px) {
  .b_main_banner .slide_inner {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .slide_inner {
    min-height: 350px;
  }
}

.b_main_banner .content_part {
  max-width: 50%;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .b_main_banner .content_part {
    max-width: 100%;
    width: 100%;
  }
}

.b_main_banner .content {
  max-width: 585px;
}

@media (max-width: 767px) {
  .b_main_banner .content {
    max-width: 100%;
  }
}

.b_main_banner .content h2 {
  font-weight: bold;
  font-size: 54px;
}

@media (max-width: 1199px) {
  .b_main_banner .content h2 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .b_main_banner .content h2 {
    font-size: 30px;
  }
}

.b_main_banner .content h2 span {
  display: block;
}

.b_main_banner .button_wrapper {
  margin: 90px 0 0;
}

@media (max-width: 1199px) {
  .b_main_banner .button_wrapper {
    margin: 50px 0 0;
  }
}

@media (max-width: 991px) {
  .b_main_banner .button_wrapper {
    margin: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .b_main_banner .button_wrapper {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .b_main_banner .button_wrapper .btn {
    width: 100%;
    max-width: 280px;
  }
}

.b_main_banner .image_part {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .b_main_banner .image_part {
    width: 100%;
    position: relative;
    padding-top: 72.5%;
  }
}

.b_main_banner .image_part img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 90%;
}

@media (max-width: 767px) {
  .b_main_banner .image_part img {
    max-height: 100%;
  }
}

.b_main_banner .dots_wrapper {
  z-index: 1;
  background: #231F20;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 18px 14px 14px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
}

@media (max-width: 991px) {
  .b_main_banner .dots_wrapper {
    padding: 10px 14px 10px;
  }
}

.b_main_banner .dots_wrapper .slick-arrow {
  display: inline-block;
  vertical-align: middle;
}

.b_main_banner .slick-dots {
  display: inline-block !important;
  vertical-align: middle;
}

.b_main_banner .slick-prev {
  margin-right: 5px;
}

.b_main_banner .slick-next {
  margin-left: 5px;
}

.b_page_info {
  background-color: #F6F6F7;
  padding: 75px 0;
}

@media (max-width: 1199px) {
  .b_page_info {
    padding: 30px 0;
  }
}

.b_product_page {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .b_product_page {
    padding: 30px 0;
  }
}

.b_product_page .content_wrapper {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .b_product_page .content_wrapper {
    margin: 0 0 20px;
  }
}

.b_product_page .content_wrapper img:not(:last-child) {
  margin-bottom: 20px;
}

.b_product_page .benefits_table {
  margin: 0 0 40px;
}

@media (max-width: 1199px) {
  .b_product_page .benefits_table {
    margin: 0 0 30px;
  }
}

.b_product_page .benefits_table table {
  margin: 0 -10px;
  display: block;
}

@media (max-width: 767px) {
  .b_product_page .benefits_table table tr {
    display: block;
  }
}

@media (max-width: 767px) {
  .b_product_page .benefits_table table tr + tr {
    margin: 10px 0 0;
  }
}

.b_product_page .benefits_table table td {
  border: none;
  padding: 10px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .b_product_page .benefits_table table td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
}

.b_product_page .benefits_table table td:first-of-type {
  font-weight: bold;
  width: 40%;
}

@media (max-width: 767px) {
  .b_product_page .benefits_table table td:first-of-type {
    width: 100%;
  }
}

.b_product_page .specifications_wrapper {
  margin: 10px 0 0;
  border-top: 1px solid rgba(217, 218, 219, 0.8);
}

.b_product_page .specifications_row {
  margin: 50px 0 0;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_row {
    margin: 30px 0 0;
  }
}

.b_product_page .specifications_title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 25px;
  padding: 0 0 19px;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_title {
    font-size: 22px;
    padding: 0 0 11px;
    margin: 0 0 20px;
  }
}

.b_product_page .specifications_title::after {
  position: absolute;
  content: '';
  background-color: #DBB26E;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 38px;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_title::after {
    height: 2px;
  }
}

@media (max-width: 991px) {
  .b_product_page .specifications_content .columns_wrapper .column {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b_product_page .specifications_content .columns_wrapper .column + .column {
    margin: 15px 0 0;
  }
}

.b_product_page .specifications_content ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.b_product_page .specifications_content ul li {
  position: relative;
  padding: 0 0 0 30px;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_content ul li {
    padding: 0 0 0 16px;
  }
}

.b_product_page .specifications_content ul li::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' fill-rule='evenodd' clip-rule='evenodd' d='M6 6L0 0L0 12L6 6Z' fill='url(%23paint0_linear_0_257)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_257' x1='0' y1='12' x2='6' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23949898'/%3E%3Cstop offset='0.233459' stop-color='%23A1A5A6'/%3E%3Cstop offset='0.469234' stop-color='%23C6C7C8'/%3E%3Cstop offset='0.757135' stop-color='%23A8ACAD'/%3E%3Cstop offset='1' stop-color='%23B2B6B7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 6px;
  height: 12px;
  left: 0;
  top: 11px;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_content ul li::before {
    top: 7px;
  }
}

.b_product_page .specifications_content ul li + li {
  margin: 15px 0 0;
}

.b_product_page .specifications_content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b_product_page .specifications_content ol li {
  counter-increment: req;
  position: relative;
  padding: 0 0 0 50px;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_content ol li {
    padding: 0 0 0 30px;
  }
}

.b_product_page .specifications_content ol li::before {
  position: absolute;
  content: counter(req);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(90deg, #949898 0%, #A1A5A6 23.35%, #C6C7C8 46.92%, #A8ACAD 75.71%, #B2B6B7 100%);
  left: 0;
  top: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.2;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .b_product_page .specifications_content ol li::before {
    width: 20px;
    height: 20px;
    font-size: 16px;
    top: 4px;
  }
}

.b_product_page .specifications_content ol li + li {
  margin: 15px 0 0;
}

.b_about {
  padding: 60px 0;
}

@media (max-width: 1199px) {
  .b_about {
    padding: 30px 0;
  }
}

.b_about .map_wrapper {
  margin: 50px 0;
}

.b_about .map_wrapper iframe {
  width: 100%;
}

.b_appointment {
  background: linear-gradient(90deg, #9FA3A3 0%, #AFB2B3 23.35%, #C8C8C9 46.28%, #B3B6B6 73.86%, #B9BDBE 100%);
}

@media (max-width: 767px) {
  .b_appointment {
    display: none;
  }
}

.b_appointment .online_appointment {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 0;
}

@media (max-width: 991px) {
  .b_appointment .online_appointment {
    display: block;
  }
}

.b_appointment .part_content {
  -ms-flex-align: center;
      align-items: center;
  font-size: 22px;
}

.b_appointment .part_content h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
  margin-right: 28px;
}

@media (max-width: 1199px) {
  .b_appointment .right_part,
  .b_appointment .left_part {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .b_appointment .right_part,
  .b_appointment .left_part {
    width: 100%;
    max-width: 100%;
  }
}

.b_appointment .form_wrapper .form {
  display: -ms-flexbox;
  display: flex;
}

.b_appointment .form_wrapper .form_control {
  display: block;
  line-height: 1.335;
  background-color: #717273;
  color: #fff;
  width: 470px;
  margin-right: 10px;
  padding: 10px 10px 10px 54px;
  background-repeat: no-repeat;
  background-position: 18px center;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' fill-rule='evenodd' clip-rule='evenodd' d='M20.2347 14.4405C18.8878 14.4405 17.5652 14.2298 16.312 13.8157C15.6979 13.6062 14.9429 13.7984 14.5681 14.1833L12.0945 16.0507C9.22571 14.5193 7.45861 12.7528 5.94818 9.90556L7.76059 7.49633C8.23147 7.02608 8.40037 6.33915 8.19802 5.69462C7.78208 4.43478 7.57079 3.11289 7.57079 1.76539C7.57084 0.791943 6.7789 0 5.80552 0H1.76532C0.791941 0 0 0.791943 0 1.76533C0 12.9229 9.07715 22 20.2347 22C21.2081 22 22 21.2081 22 20.2347V16.2057C21.9999 15.2324 21.208 14.4405 20.2347 14.4405Z' fill='url(%23paint0_linear_104_2337)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_104_2337' x1='0' y1='22' x2='22' y2='22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23949898'/%3E%3Cstop offset='0.233459' stop-color='%23A1A5A6'/%3E%3Cstop offset='0.469234' stop-color='%23C6C7C8'/%3E%3Cstop offset='0.757135' stop-color='%23A8ACAD'/%3E%3Cstop offset='1' stop-color='%23B2B6B7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
  .b_appointment .form_wrapper .form_control {
    width: 100%;
  }
}

.b_appointment .form_wrapper .form_control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.b_appointment .form_wrapper .form_control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.b_appointment .form_wrapper .form_control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.b_appointment .form_wrapper .form_control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.b_appointment .form_wrapper .btn {
  min-width: 180px;
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b_footer {
  background-color: #231F20;
  color: #fff;
  font-size: 20px;
  padding: 50px 0 0;
}

@media (max-width: 1199px) {
  .b_footer {
    padding: 30px 0 0;
    font-size: 16px;
  }
}

.b_footer .column_block {
  padding: 0 15px;
  width: 25%;
}

@media (max-width: 1199px) {
  .b_footer .column_block {
    width: 50%;
    margin: 0 0 30px;
  }
}

@media (max-width: 500px) {
  .b_footer .column_block {
    width: 100%;
  }
}

.b_footer .column_title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 29px;
  padding: 0 0 21px;
}

@media (max-width: 1199px) {
  .b_footer .column_title {
    font-size: 22px;
    padding: 0 0 11px;
    margin: 0 0 20px;
  }
}

.b_footer .column_title::after {
  position: absolute;
  content: '';
  background-color: #DBB26E;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 38px;
}

@media (max-width: 1199px) {
  .b_footer .column_title::after {
    height: 2px;
  }
}

.b_footer .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.b_footer .menu ul li + li {
  margin: 7px 0 0;
}

.b_footer .menu ul a {
  color: #FFFFFF;
  transition: all .2s linear;
}

.b_footer .menu ul a:hover {
  color: #DBB26E;
}

.b_footer .contacts_wrapper .button_wrapper {
  margin: 40px 0 0;
}

.b_footer .contacts_wrapper .btn {
  min-width: 235px;
}

@media (max-width: 991px) {
  .b_footer .contacts_wrapper .btn {
    width: 100%;
    min-width: unset;
  }
}

.b_footer .contacts_list .row_icon {
  width: 18px;
  height: 18px;
  position: relative;
}

.b_footer .contacts_list .row_icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}

.b_footer .contacts_list .list_row {
  -ms-flex-align: center;
      align-items: center;
}

.b_footer .contacts_list .list_row + .list_row {
  margin: 10px 0 0;
}

.b_footer .contacts_list .list_row .row_content {
  padding: 0 0 0 12px;
  width: calc(100% - 18px);
}

.b_footer .contacts_list a {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

@media (max-width: 1199px) {
  .b_footer .contacts_list a {
    font-size: 20px;
  }
}

.b_footer .contacts_list a:hover {
  color: #DBB26E;
}

.b_footer .footer_bottom {
  margin: 40px 0 0;
  padding: 30px 0;
  border-top: 1px solid rgba(217, 218, 219, 0.4);
}

@media (max-width: 1199px) {
  .b_footer .footer_bottom {
    margin: 0;
    padding: 20px 0;
  }
}
