header {
  position: relative;
}
.top_header {
  background: #208389;
  height: 35px;
}
.top_header .nav-tabs > li:nth-child(6) {
  border-right: 6px solid #fff;
}
.top_header .nav-tabs > li:nth-child(5) {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}
.top_header .nav-tabs > li {
  position: relative;
  height: 35px;
  line-height: 32px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 18px;

}
.top_header .nav-tabs > li > a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 0;
  margin: 0 2px;
  display: inline-block;
}
.top_header .nav-tabs > li > a:hover {
  border-bottom: 1px solid rgba(255,255,255,1);
}
.top_header .icon {
  display: inline-block;
  margin-right: 6px;
}
.top_header .nav-tabs.navbar-right > li {
  background: #1b7176;
  padding: 0 7px 0 31px;
}
.top_header .nav-tabs.navbar-right > li > a {
    margin: 0 33px 0 12px;
}
.header {
  background: #ffffff;
  padding: 21px 0 10px 0;
  border-bottom: 1px solid #dde2e6;
  clear: both;
  height: 135px;
}
.header > div > .row > div > .row > div > .row,
.header > div > .row > div > .row,
.header > div > .row {
  display: flex;
  align-items: center;
}
header .logo {
  display: inline-block;
  margin-top: 7px;
}
header .logo img {
  max-width: 100%;
  height: auto;
  max-height: 70px;
  width: auto;
}
.header .logo-text {
  color: #19242b;
  font-size: 16px;
  margin: 4px 0 0 -10px;
  line-height: 1.4;
  font-weight: 400;
}
.header .col-lg-6 .col-lg-3 {
  text-align: center;
}
.header .call, .header .stock {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  color: #19242b;
}
.header .call:hover, .header .stock:hover {
  color: #02baab;
}
.header .stock {
  padding-top: 1px;
}
.header .call span, .header .stock span {
  display: block;
  margin-top: 5px;
}
header .phone2 {
  line-height: 1.1;
  margin-bottom: 3px;
}
header .phone2 a {
  font-size: 18px;
  font-weight: 400;
  color: #202326;
  white-space: nowrap;
}
header .phone2 a span, header .working_hours p {
  font-size: 14px;
  font-weight: 300;
  color: #6a737e;
}
header .working_hours p {
  margin: 5px 0 0 0;  
  white-space: nowrap;
}
header .working_hours p:last-of-type {
  margin-top: 1px;
}
header .form-group {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.form-control {
  height: 42px;
  color: #555;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  line-height: 42px;
  font-size: 12px;
}
header .form-control {
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
}
header form .btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #02baab;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 42px;
  border-radius: 20px;
  text-indent: -999999px;
  padding: 0;
}
header form .btn:hover {
  box-shadow: none; 
}
nav {
  position: relative;
  z-index: 109;
  clear: both;
  width: 100%;
  background: #ffffff;
}
nav.fixed {
  border-bottom: 1px solid rgba(219,224,227,0.6);
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
}
nav a, nav a:hover {
  color: #208389;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
nav a span {
  border-bottom: 1px solid #dde2e6;
  white-space: nowrap;
}
nav a:hover span {
  border-bottom: 1px solid #208389;
}
nav a.active {
  position: static;
}
nav li {
  position: relative;
}
nav a.active::before {
  content: '';
  display: block;
  position: absolute;
  border: 12px solid transparent; 
  border-bottom: 12px solid #02baab; 
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}
.dropdown_menu .item {
  background: #02baab;
  position: absolute;
  right: 0;
  width: 100%;
  padding: 12px 0 22px 0;
  display: none;
  box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.1);
}
.dropdown_menu .item.active {
  display: block;
}
.item .nav-pills > li {
  margin: 8px 9px 0 9px;
}
.item .nav-pills > li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
.item .nav-pills > li a span {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  white-space: pre-wrap;
  word-break: break-word;
}
.item .nav-pills > li a:hover span {
  border-bottom: 1px solid rgba(255,255,255,1);
}
main {
  position: relative;
  min-width: 345px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #02baab;
  position: absolute;
  top: 100px;
  margin-top: -17px;
  opacity: 1;
  text-indent: -999999px;
  z-index: 10;
}
.slick-arrow.slick-prev {
  left: 0px;
}
.slick-arrow.slick-next {
  right: -5px;
}
.slick-arrow span {
  background: #505558;
  width: 12px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 16px;
}
.slick-arrow.slick-prev span {
  left: 12px;
}
.slick-arrow.slick-next span {
  right: 12px;
}
.slick-arrow span::after, .slick-arrow span::before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 8px;
  transition: transform .7s cubic-bezier(.19,1,.22,1) 0ms,transform .7s cubic-bezier(.19,1,.22,1) 0ms;
}
.slick-arrow.slick-prev span::after, .slick-arrow.slick-prev span::before {
  left: 0;
  right: auto;
}
.slick-arrow.slick-prev span::before {
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.slick-arrow.slick-next span::before {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.slick-arrow span::after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
.slick-arrow.slick-prev span::after {
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.slick-arrow:hover span::before {
  transform: translate3d(4px,0,0) rotate(-45deg);
  transform-origin: 100% 0;
}
.slick-arrow:hover span::after {
  transform: translate3d(4px,0,0) rotate(45deg);
  transform-origin: 100% 100%;
}
.slick-arrow.slick-prev:hover span::before {
  transform: translate3d(-4px,0,0) rotate(45deg);
  transform-origin: 0 100%;
}
.slick-arrow.slick-prev:hover span::after {
  transform: translate3d(-4px,0,0) rotate(-45deg);
  transform-origin: 0 0;
}
.slick-dots {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
}
.slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -999999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #ffffff
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: transparent
}
#main_carousel .carousel-caption {
  position: absolute;
  top: 36%;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
}
#main_carousel .carousel-caption .caption {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}
#main_carousel .carousel-caption .caption span, #main_carousel .carousel-caption .carousel_text span {
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
}
#main_carousel .slick-active .carousel-caption .caption, #main_carousel .slick-active .carousel-caption .carousel_text {
  position: relative;
  opacity: 1;
  color: transparent;
  overflow: hidden;
  max-width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main_carousel .slick-active .carousel-caption .caption span, #main_carousel .slick-active .carousel-caption .carousel_text span {
  opacity: 1;
  height: 100%;
  color: #ffffff;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#main_carousel .slick-active .carousel-caption .caption span {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#main_carousel .slick-active .carousel-caption .carousel_text span {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.about_block {
  background: #ffffff;
  box-shadow: 0 9px 32px 9px rgba(0,0,0,0.1);
  z-index: 10;
  position: relative;
  margin: -100px -15px 0 -15px;
  font-size: 16px;
  font-weight: 300;
}
.about_block h1 {
  background: #f3f3f3;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  height: 100px;
  padding: 25px 25px;
}
.about_block .icon {
  float: left;
  width: 32px;
  height: 32px;
}
.about_block .icon img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.about_row {
  padding: 41px 73px 25px 73px;
}
.about_block .caption {
  float: left;
  padding: 0 0 0 17px;
  width: calc(100% - 32px);
  line-height: 1.2;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.about_block .col-md-4 {
    margin-bottom: 15px;
}
.for_whom {
  padding-top: 35px;
  padding-bottom: 10px;
}
.for_whom .container-fluid, .border_block .container-fluid, .container-fluid {
  position: relative;
}
.for_whom .slick-dots, .light_gray .slick-dots {
  position: relative;
  margin-top: 28px;
  margin-bottom: 0;
}
.light_gray .slick-dots {
    margin-top: 20px;
}
.for_whom .slick-dots li button, .light_gray .slick-dots li button, .advantage_carousel .slick-dots li button {
  border-color: #6a737e;
  background-color: #6a737e;
}
.for_whom .slick-dots li.slick-active button, .light_gray .slick-dots li.slick-active button, .advantage_carousel .slick-dots li.slick-active button {
  background-color: transparent;
}
.part_number {
  position: absolute;
  color: rgba(31,40,53,0.08);
  font-weight: 700;
  font-size: 120px;
  left: 0;
}
.h3, h3 {
  font-size: 30px;
  font-weight: 300;
  color: #1f2835;
  margin-top: 59px;
  margin-bottom: 14px;
}
.block_four h2:first-child + *,
.border_block {
  /*border-top: 1px solid #dde2e6;*/
  border-top: 1px solid #c2cad1;
}
.border_block .line {
  width: 0;
  height: 1px;
  background: #1f2835;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: width 0.8s 0.7s;
  -moz-transition: width 0.8s 0.7s;
  -o-transition: width 0.8s 0.7s;
  transition: width 0.8s 0.7s;
}
.border_block .line.animated {
  width: 25%;
}
.gallery_block {
  margin-top: 59px;
  display: block;
}
.furniture .caption,
.gallery_block .caption {
  margin: -18px 30px 0 30px;
  background: #ffffff;
  color: #218389;
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  height: 59px;
}
.gallery_block .caption p {
  text-align: center;
  width: 100%;
  margin: 0;
  line-height: 1.1;
}
.gallery_block:hover .caption {
  box-shadow: 0 9px 9px 1px rgba(0,0,0,0.1);
  color: #02baab;
}
section.gray {
  background: #f3f3f3;
  padding: 13px 0 80px 0;
}
section.gray + section {
  margin-top: 18px;
}
.line + .carousel {
  margin-top: 59px;
}
.image {
  overflow: hidden;
}
.image img {
  width: 100%;
  height: auto;
}
#portfolio_carousel .carousel-control, #caption_carousel .carousel-indicators {
  display: none;
}
.portfolio_carousel {
  margin-top: 59px;
}
.caption_carousel_block {
  margin: -60px -15px 0 -15px;
  position: relative;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 9px 10px 3px rgba(0,0,0,0.1);
}
.caption_carousel_block .caption {
  background: #f3f3f3;
  height: 60px;
  font-weight: 300;
  font-size: 16px;
  padding: 20px 330px 20px 135px;
}
.caption_carousel h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  margin-top: 0;
}
.caption_carousel p {
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: inline-block;
  height: 55px;
  overflow: hidden;
  margin-bottom: 0;
  color: #6a737e;
  width: 100%;
}
.caption_carousel .slick-active h4 {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.caption_carousel .slick-active p {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.caption_carousel_block .item {
  margin: 31px 134px 44px 134px;
}
#caption_carousel .slick-arrow, #caption_map .slick-arrow {
  bottom: auto;
  top: -30px;
  background-color: transparent;
}
#caption_carousel .slick-arrow.slick-prev, #caption_map .slick-arrow.slick-prev {
  right: 160px;
  left: auto;
} 
#caption_carousel .slick-arrow.slick-next, #caption_map .slick-arrow.slick-next {
  right: 127px;
}
#result {
  position: absolute;
  top: 19px;
  right: 267px;
  font-size: 16px;
  font-weight: 300;
  color: #1f2835;
}
#result > div {
  display: inline-block;
}
#result #total_result {
  color: #6a737e;
}
.button span {
  float: left;
}
.button.eye::after {
  content: '';
  float: left;
  width: 16px;
  height: 12px;
  background-image: url(../img/eye.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 1px 5px 0 13px;
}
.button.more::after {
  content: '';
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: -1px 9px 0 9px;
}
.button {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  padding: 11px 21px 10px 21px;
  color: #313436;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.button:hover {
  background: #f3f3f3;
  color: #313436;
}
.row.for_business {
  margin-bottom: 55px;
}
.caption_carousel .button {
  margin-top: 18px;
}
section.light_gray {
  background: #fafafa;
  padding: 0 0 30px 0;
}
.news_block {
  margin-top: 59px;
  color: #6a737e;
  line-height: 1.7;
  padding: 0 15px;
}
.news_block .date {
  font-size: 12px;
  color: #6a737e;
  font-weight: 300;
  line-height: 1.2;
}
.news_block .caption {
  font-size: 18px;
  font-weight: 400;
  color: #218389;
  margin-bottom: 14px;
  line-height: 1.35;
  display: inline-block;
}
.news_block .caption:hover {
  color: #02baab;
}
.more {
  margin-top: 11px;
  padding: 11px 13px 9px 20px;
}
.turquoise {
  background: #02baab;
  padding: 0;
}
.turquoise .btn {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #02baab;
  background: #ffffff;
  display: inline-block;
  padding: 15px 42px 14px 47px;
  letter-spacing: 1.2px;
  border-radius: 30px;
  height: 42px;
  transition: .15s all ease;
}
.turquoise .btn:hover {
  color: #ffffff;
  background: #02baab;
  box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.44)
}
form.consultation {
  background: #02baab;
  position: relative;
}
/*form.consultation {
  background: #ffffff;
  position: relative;
}*/
form.consultation .caption {
  background: #02baab;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 0 15px 11px 15px;
}
/*form.consultation .caption {
  background: #f3f3f3;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 0 15px 11px 15px;
}*/
form.consultation .caption h3 {
  margin-top: 21px;
  margin-bottom: 12px;
}
form.consultation .form {
  padding: 8px 15px 30px;
  max-width: 790px;
  margin: 0 auto;
}
.btn {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #02baab;
  display: inline-block;
  padding: 15px 42px 14px 47px;
  letter-spacing: 1.2px;
  border-radius: 30px;
  height: 42px
}
.btn:hover, .btn:focus {
  color: #ffffff;
}
.btn:hover {
  box-shadow: 0 5px 12px 0 rgba(32, 131, 37, 0.24); 
}
/*.btn .ripple-container {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: hidden;*/
/*  border-radius: inherit;*/
/*  pointer-events: none;*/
/*}*/
/*.btn .ripple {*/
/*  position: absolute;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  margin-left: -10px;*/
/*  margin-top: -10px;*/
/*  border-radius: 100%;*/
/*  background-color: #000;*/
/*  background-color: rgba(0,0,0,0.05);*/
/*  transform: scale(1);*/
/*  transform-origin: 50%;*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/
/*.btn .ripple.ripple-on {*/
/*  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;*/
/*    opacity: 0.1;*/
/*}*/
/*.btn .ripple.ripple-out {*/
/*  transition: opacity 0.1s linear 0s !important;*/
/*  opacity: 0;*/
/*}*/
.dark_turquoise {
  background: #208389;
}
.social_block {
  text-align: center;
}
.social_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/social.png);
  background-repeat: no-repeat;
  margin: 17px 8px 20px 8px;
  position: relative;
}
.social_icon.instagram {
  background-position: 0 0;
}
.social_icon.pinterest {
  background-position: -60px 0;
}
.social_icon.twitter {
  background-position: -120px 0;
}
.social_icon.facebook {
  background-position: -180px 0;
}
.social_icon.vkontakte {
  background-position: -238px 0;
}
.social_icon.youtube {
  background-position: -291px 0;
}
footer {
  position: relative;
}
footer > .container-fluid {
  padding-top: 47px;
  padding-bottom: 44px;
}
footer .caption {
  color: #313436;
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 10px;
}
footer .logo {
  display: inline-block;
}
footer .logo img {
  max-width: 100%;
}
footer .logo p {
  margin-top: 30px;
  font-size: 14px;
  color: #6a737e;
  font-weight: 400;
}
footer p {
  margin-bottom: 6px;
  font-weight: 400;
  color: #6a737e;
  font-size: 14px;
}
footer p a {
  font-weight: 400;
  color: #6a737e;
  font-size: 14px;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: .5s color cubic-bezier(.19,1,.22,1),.5s -webkit-transform cubic-bezier(.19,1,.22,1);transition: .5s color cubic-bezier(.19,1,.22,1),.5s transform cubic-bezier(.19,1,.22,1);
}
footer p a:hover, footer p a:focus {
  color: #1d1d1b;
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
footer p a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6f6f6e;
  content: '';
  transition: .5s left cubic-bezier(.19,1,.22,1),.5s width cubic-bezier(.19,1,.22,1);
}
footer p a:hover::before, footer p a:focus::before {
  left: -17px;
  width: 12px;
}
footer .border_block p {
  padding-top: 14px;
  padding-left: 35px;
  padding-bottom: 10px;
  display: inline-block;
}
footer .border_block .col-md-3 {
  text-align: center;
  padding-top: 10px;
}
.col-lg-3:nth-of-type(4n+1) {
  clear: both;
}
header .search_block {
  background: #ffffff;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  display: inline-block;
  z-index: 1000;
  padding: 15px 15px 5px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
header .search_block.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
header .search_block form {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
}
.search_dropdown {
  cursor: pointer;
}
.search_dropdown a, .search_dropdown a:hover  {
  padding: 0;
}
.search_dropdown a > span, .search_dropdown a > span:hover, .search_dropdown a:hover > span  {
  position: relative;
  display: block;
  width: 24px;
  height: 35px;
  z-index: 3;
  margin: 0 auto;
  border: none;
}
.search_dropdown a > span::before, .search_dropdown a > span::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search_dropdown a > span > span::before, .search_dropdown a > span > span::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 28px;
  top: 20px;
  right: 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.search_dropdown a > span::before {
  top: 9px;
  right: 5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.search_dropdown a > span::after {
  height: 2px;
  width: 10px;
  background: #ffffff;
  top: 25px;
  right: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_dropdown a  > span > span, .search_dropdown a:hover > span > span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: none;
}
.search_dropdown.is-visible a  > span > span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search_dropdown.is-visible a  > span > span::before, .search_dropdown.is-visible a > span > span::after {
  opacity: 1;
}
.search_dropdown a  > span > span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_dropdown.is-visible a  > span > span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_dropdown.is-visible a  > span::before, .search_dropdown.is-visible a  > span::after {
  opacity: 0;
}
/*
.search_dropdown a > span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/
.gray.breadcrumb_section {
  padding: 0;
}
.gray.breadcrumb_section + section h1 {
  margin-top: 20px;
}
h1 + .line {
  width: 0;
  height: 1px;
  background: #1f2835;
  position: absolute;
  left: 0;
  -webkit-transition: width 0.8s 0.7s;
  -moz-transition: width 0.8s 0.7s;
  -o-transition: width 0.8s 0.7s;
  transition: width 0.8s 0.7s;
  z-index: 100;
}
h1 + .line.animated {
  width: 25%;
}
.text_block {
  margin: 54px 0 54px 0;
  font-size: 14px;
  color: #6a737e;
  line-height: 1.7;
}
.text_block p {
  margin-bottom: 10px;
}
.text_block h5 {
  font-size: 16px;
  font-weight: 400;
  color: #1f2835;
  margin: 17px 0 4px 0;
}
.catalog .border_block {
  border-top: 1px solid #dde2e6;
  margin-bottom: 50px;
}
.text_block.lower {
  margin-top: 38px;
  margin-bottom: 0px;
}
.catalog.for_whom {
  padding-bottom: 94px;
}
.category .text_block {
  margin-bottom: 0;
}
.carousel_section {
  padding-top: 61px;
  background: #e3e6e8; 
  margin-bottom: 90px;
}
.carousel_section .carousel {
  margin-bottom: -60px;
}
.carousel_section .carousel .caption {
  color: #1f2835;
  font-weight: 400;
  font-size: 35px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.carousel_section .carousel li {
  list-style: none;
  color: #6a737e;
  font-weight: 300;
  position: relative;
  font-size: 18px;
  margin-bottom: 1px;
}
.carousel_section .carousel li::before {
  content: '';
  background: #6a737e;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 6px;
}
.carousel .slick-arrow.slick-next {
  bottom: -44px;
  top: auto;
  background: transparent;
  left: auto;
  right: 25.5%;
}
.carousel .slick-arrow.slick-prev {
  bottom: -44px;
  top: auto;
  background: transparent;
  left: auto;
  right: 29.5%;
}
.carousel_section .result {
  bottom: -100px;
}
.carousel_section .slick-slide .col-lg-offset-1.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  margin-bottom: 195px;
}
.gallery .slick-slide .col-lg-offset-1.col-lg-3.col-md-offset-1.col-md-4.col-sm-offset-1.col-sm-10.col-xs-12 {
  margin-bottom: 135px;
}
.result {
  position: absolute;
  bottom: 107px;
  right: 0;
  font-size: 20px;
}
.carousel_section .result::after, .news_carousel_2 + .result::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #000000;
  position: relative;
  top: -5px;
  margin-left: 28px;
}
.result > div {
  display: inline-block;
}
.result div:first-of-type {
  color: #1f2835;
}
.result div:last-of-type {
  color: #6a737e;
}
.row_link {
  display: inline-block;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 32px;
}
.row_link .col-lg-2.col-md-3 {
  padding: 0;
  clear: none;
}
.row_link a, .personal_area_block .nav-tabs a {
  color: #208389;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  text-align: center;
  z-index: 1;
  position: relative;
  background: #ffffff;
}
.row_link a:hover, .personal_area_block .nav-tabs a:hover, .personal_area_block .nav-tabs .active a {
  color: #02baab;
  box-shadow: 0 9px 32px 0 rgba(0,0,0,0.14);
  z-index: 10;
}
.row_link a span {
  display: inline-block;
  width: 100%;
}
.advantage_block {
  position: relative;
  padding: 17px 0 0 122px;
  display: block;
  color: #18242b;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 31px;
  min-height: 108px;
} 
.icon_block {
  width: 89px;
  height: 89px;
  padding: 7px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.advantage_carousel .icon {
  width: 73px;
  height: 73px;
  background: #ffffff;
  box-shadow: 0 9px 32px 0 rgba(0,0,0,0.14);
  border-radius: 50%;
  position: relative;
}
.advantage_carousel .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.row.advantage_carousel {
  margin-bottom: 40px;
}
.gallery {
  margin-top: 19px;
  margin-bottom: 33px;
}
.gallery-item, .item.slick-slide {
  position: relative;
  color: #6a737e;
}
.gallery-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #f3f3f3;
  width: 50%;
  height: 100%;
}
.gallery-item .caption {
  font-size: 20px;
  font-weight: 400;
  color: #18242b;
  margin-top: 133px;
  margin-bottom: 27px;
}
.gallery-item .caption + p, .gallery .caption + p {
  line-height: 1.8;
}
.gallery .slick-list {
  padding-bottom: 80px;
}
.gallery-item .image {
  margin-top: 60px;
  margin-bottom: -40px;
  box-shadow: -15px 17px 14px -19px rgba(0,0,0,0.14);
}
.gallery + .result {
  bottom: 210px;
  right: auto;
  left: 15px;
}
.gallery + .result::before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #000000;
  position: relative;
  top: -5px;
  margin-right: 28px;
}
.gallery .slick-arrow.slick-next {
  bottom: 171px;
  top: auto;
  background: transparent;
  right: auto;
  left: 21%;
}
.gallery .slick-arrow.slick-prev {
  bottom: 171px;
  top: auto;
  background: transparent;
  left: 17.5%;
  right: auto;
}
.gallery .image.video {
  margin-top: 120px;
}
.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0;
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
section.calculator {
  background: #e1e1e1;
}
section.calculator img {
  max-width: 100%;
  width: auto;
}
section.calculator .image {
    margin-top: 47px;
  margin-bottom: 50px;
}
.row.download_row {
  display: flex;
  justify-content: left;
}
.download, .download:hover {
  padding: 30px 0 20px 80px;
  margin: 0 0 20px;
  color: #6a737e;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: auto;
}
.download_pdf {
  background-image: url(../img/pdf.png);
}
.download_docx {
  background-image: url(../img/docx.png);
}
.how_order_caption {
  font-size: 20px;
  font-weight: 400;
  color: #1f2835;
  margin-top: 58px;
}
.how_order {
  margin-top: 36px;
}
.how_order .advantage_block {
  margin-bottom: 5px;
  min-height: 95px;
}
.how_order .caption a {
  color: #18242b;
  font-size: 16px;
  border-bottom: 1px dashed #1f2835;
}
.news_carousel_2 + .result {
  bottom: auto;
  top: -40px;
}
.news_carousel_2 .slick-arrow.slick-prev {
  top: -24px;
  right: 30%;
  left: auto;
  background-color: transparent;
}
.news_carousel_2 .slick-arrow.slick-next {
  top: -24px;
  right: 26%;
  background-color: transparent;
}
.news_carousel_2 .slick-dots {
  display: none !important;
}
.text_block p.list-caption {
  margin-bottom: 13px;
}
ol.list {
  margin-left: 17px;
}
ul.list {
  list-style: none;
}
ul.list li {
  position: relative;
  padding-left: 13px;
}
ul.list li::before {
  content: '';
  background: #6a737e;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 1px;
}
.table-responsive {
  box-shadow: 0px 9px 32px 0px rgba(0,0,0,0.1);
  margin: 79px -15px;
}
.modal-body h5 {
  color: #19242b;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 25px;
}
.modal-body p {
  line-height: 1.7;
}
.modal-body .note {
  font-size: 16px;
  color: #19242b;
  font-weight: 400;
  margin-top: 22px;
}
.up_button {
  display: none;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 1px solid rgba(2,186,171,0.15);
  position: fixed;
  right: 130px;
  bottom: 15px;
  cursor: pointer;
  z-index: 1000;
}
.up_button.active {
  display: block;
}
.up_button .icon {
  width: 60px;
  height: 60px;
  background: #02baab;
  box-shadow: 0 9px 32px 0 rgba(0,0,0,0.14);
  border-radius: 50%;
  position: relative;
}
.up_button .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter_link {
  max-width: 1137px;
  margin: 37px auto 34px auto;
}
.filter_link a {
  font-size: 15px;
  font-weight: 400;
  color: #208389;
}
.filter_link a span {
  border-bottom: 1px solid #dde2e6;
  white-space: nowrap;
}
.filter_link a:hover span {
  border-bottom: 1px solid #208389;
}
.filter_link .icon {
  width: 26px;
  height: 23px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.filter_link .navbar-toggle:not(.collapsed) .icon {
  background-image: url(../img/filter-close.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.filter_link .navbar-toggle .icon img {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.filter_link .navbar-toggle.collapsed .icon img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  /*background: rgba(32,131,137,0.6);*/
  background: rgb(11, 55, 57);
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
figure img {
  display: block;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: calc(100% + 20px);
}
figure figcaption {
  text-align: left;
  display: block;
  padding: 19px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure figcaption::before {
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
}
figure figcaption, figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure .h3,
figure h3 {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0;
  line-height: 1.35;
  padding-bottom: 14px;
}
figure .h3::after,
figure h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
figure .figcaption_text {
  padding: 25px 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  font-size: 12px;
  font-weight: 300;
}
figure .figcaption_text div:first-of-type {
  float: left;
}
figure .figcaption_text div:last-of-type {
  float: right;
}
figure:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure:hover .figcaption_text {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
figure:hover .h3::after,
figure:hover h3::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.pagination_block {
  text-align: center;
  margin: 60px auto 80px auto;
}
.col-md-3:nth-of-type(4n+1) {
  clear: both;
}
.col-md-12 .news_block {
  padding: 0 0 20px 0;
}
main p > a, .checkbox a {
  color: #218389;
  text-decoration: underline;
}
main p > a:hover, .checkbox a:hover {
  color: #02baab;
  text-decoration: underline;
}
.back {
  margin: 18px 0 20px 0;
  display: inline-block;
}
.shipping_payment .icon_block {
  position: relative;
}
.shipping_payment .advantage_block {
  padding: 59px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.shipping_payment p, .shipping_payment ul.list li {
  margin-bottom: 0;
  line-height: 1.67;
}
.shipping_payment ul.list li::before {
  top: 10px;
}
.shipping_payment ul.list {
  margin-bottom: 0px;
}
.shipping_payment .caption {
  font-size: 20px;
  font-weight: 400;
  color: #1f2835;
  margin-top: 28px;
  margin-bottom: 11px;
}
.shipping_payment p b {
  font-size: 16px;
  font-weight: 400;
  color: #1f2835;
  line-height: 1.46;
}

.partners .gallery_block .image {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
}
.partners .gallery_block .image img, .partner_block .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.row.for_whom_carousel.partners {
  margin-bottom: 137px;
}
.partner_block .image {
  margin: 83px 0 139px 0;
}
.partner_block p {
  margin-bottom: 24px;
}
.partner_block .back {
  margin: 33px 0 20px 0;
}
.col-md-12 .news_block.partner_block {
  padding: 0px 0 117px 0;
}
.work-row {
  position: relative;
  margin-top: 153px;
  margin-bottom: 65px;
}
.work-row::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #f3f3f3;
  width: 50%;
  height: 100%;
}
.carousel_work {
  margin-top: -60px;
}
.carousel_work_nav .slick-arrow {
  background-color: transparent;
}
.carousel_work_nav .slick-arrow.slick-prev {
  left: -60px;
}
.carousel_work_nav .slick-arrow.slick-next {
  right: -60px;
}
.carousel_work_nav {
  margin: 20px 50px 0px 50px;
}
.carousel_work_nav .item {
  padding: 0 7px;
}
.work_text {
  margin: 49px 0 0 0;
  color: #6a737e;
  line-height: 1.7;
}
.work_text .caption, .customer_feedback .caption {
  font-size: 20px;
  font-weight: 400;
  color: #18242b;
  margin-bottom: 23px;
}
.work_text .main_text{
  font-size: 16px;
  font-weight: 400;
  color: #18242b;
  line-height: 1.55;
  margin-bottom: 26px;
}
.customer_feedback, .more_info {
  color: #6a737e;
  line-height: 1.7;
  margin-bottom: 53px;
}
 .customer_feedback .caption {
   margin-bottom: 21px;
}
.more_info p {
  margin-bottom: 25px;
}
.more_info {
  margin-bottom: 82px;
}
.map {
  height: 540px;
  width: 100%;
  display: block;
  position: relative;
  margin: 59px auto 0 auto;
  clear: both;
}
.overlay {
  background: transparent none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
}
#caption_map p {
  height: auto;
  margin-bottom: 10px;
}
#caption_map p > span {
  font-size: 16px;
  color: #1f2835;
  font-weight: 400;
}
#caption_map .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  float: right;
}
#caption_map.caption_carousel .button {
  margin-top: 70px;
}
#caption_map {
  margin-bottom: 38px;
}
.agent_row {
  margin-top: 40px;
  margin-bottom: 73px;
}
.agent a {
  color: #208389;
  border-bottom: 1px dashed #b4b9be;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  display: inline-block;
}
.agent a:hover {
  color: #208389;
  border-bottom: 1px dashed #208389;
}
.agent_modal .modal-title {
  line-height: 1.2;
}
.agent_modal .form_block, .form_block {
  margin-top: 31px;
  position: relative;
}
.form_block .form-control {
  height: 47px;
  border-radius: 8px;
  line-height: 47px;
}
.form_block .form-group {
  margin-bottom: 25px;
}
.checkbox + .form-group {
  margin-top: 25px;
}
.form_block textarea.form-control {
  height: 130px;
  min-height: 130px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #adadad;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
}
.checkbox input[type="checkbox"]:checked + span {
  background-image: url(../img/checkbox.png);
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox label {
  padding-left: 37px;
  line-height: 1;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #adadad;
  border-radius: 22px;
  position: absolute;
  top: 1px;
  left: 0;
}
.radio input[type="radio"]:checked + span {
  border: 1px solid #208389;
}
.radio input[type="radio"]:checked + span:after {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  background: #208389;
  position: absolute;
  top: 4px;
  left: 4px;
}
.radio label {
  padding-left: 30px;
  line-height: 1;
  position: relative;
}
.radio-group div {
  min-height: 26px;
  display: flex;
  align-items: center;
}
.radio-group .radio.pull-left {
  margin-top: 0 !important;
  margin-bottom: ;
}
.radio-group + .button_block {
  margin-top: 32px;
}
.button_block {
  text-align: center;
}
.text_block .button_block {
  margin: 40px 0 0 0;
}
.text_block .button_block + * {
  margin-top: 35px;
}
.agent_modal .btn {
  margin: 21px 0 0 0;
}
.agent_modal .modal-body {
  padding: 10px 120px 60px 119px;
}
.message {
  font-size: 16px;
  color: #02baab;
  font-weight: 400;
  position: absolute;
  bottom: -41px;
  width: 100%;
  text-align: center;
  display: none;
}
.message.active {
  display: block;
}
.error_message.message {
  color: #ff4150;
}
.personal_area_block {
  max-width: 446px;
  margin: 100px auto;
}
.personal_area_block .nav-tabs li {
  width: 47%;
}
.personal_area_block .nav-tabs li:last-of-type {
  float: right
}
.personal_area_block .nav > li > a {
  height: 59px;
  padding: 17px 5px;
  display: block;
}
.personal_area_block .tab-content {
  margin-top: 80px;
  padding-bottom: 5px;
}
.personal_area_block .form_block .form-group {
  margin-bottom: 30px;
}
.personal_area_block p {
  text-align: center;
  margin-top: 42px;
  margin-bottom: 35px;
}
.personal_area_block .btn {
  min-width: 210px;
  margin-bottom: 15px;
}
#checkin p {
  text-align: left;
  color: #6a737e;
  margin: 36px 0 25px 0;
}
.personal_area_block #checkin .btn { 
  margin-top: 29px;
}
@media (max-width: 1280px) {
  #catalog__menu .level-1.dropdown:hover .dropdown_menu .item {
    display: block !important;
    top: 80px !important;
  }
}
@media (max-width: 1350px) {
  .header .logo-text {
    font-size: 14px;
  }
  nav a span {
    white-space: normal;
  }
  .nav > li > a {
    padding: 10px 10px;
  }
  .dropdown_menu .item {
    top: 79px;
  }
  .gallery-item .caption {
    margin-top: 50px;
  }
  .up_button {
    right: 20px;
  }
  .nav > li > a {
    padding: 10px 0px;
  }
}
@media (max-width: 1199px) {
  header .phone2 a {
    font-size: 16px;
  }
  .top_header {
    height: 34px;
  }
  .top_header .nav-tabs > li {
    height: 34px;
    line-height: 30px;
  }
  header .phone2 {
    margin-top: 4px;
  }
  .navbar {
    padding: 0px 0 0 0;
  }
  .nav > li > a {
    text-align: left;
    line-height: 1.21;
  }
  .dropdown_menu .item {
    top: 68px;
  }
  nav a.active::before {
    left: 0;
    margin-left: 12px;
  }
  .carousel_text {
    font-size: 20px;
    line-height: 1.5;
  }
  #main_carousel .carousel-caption .caption {
    font-size: 50px;
  }
  #main_carousel .carousel-caption {
    top: 28%;
  }
  .about_block {
    margin: -81px -15px 0 -15px;
  }
  .about_block h1 {
    height: 80px;
    padding: 20px 25px;
  }
  .about_row {
    padding: 41px 50px 25px 50px;
  }
  .border_block .line.animated, h1 + .line.animated {
    width: 50%;
  }
  .for_whom {
    padding-bottom: 78px;
  }
  .caption_carousel_block .caption {
    padding: 20px 255px 20px 98px;
  }
  #result {
    right: 188px;
  }
  #caption_carousel .slick-arrow.slick-prev, #caption_map .slick-arrow.slick-prev {
    right: 127px;
    left: auto;
  }
  #caption_carousel .slick-arrow.slick-next, #caption_map .slick-arrow.slick-next {
    right: 93px;
  }
  .caption_carousel_block .item {
    margin: 31px 97px 44px 97px;
  }
  .caption_carousel p {
    height: 109px;
  }
  .turquoise {
    padding: 100px 0;
  }
  .col-lg-3:nth-of-type(4n+1) {
    clear: none;
  }
  .col-md-4:nth-of-type(3n+1) {
    clear: both;
  }
  .carousel_section .carousel .caption {
    font-size: 30px;
    margin-top: 14px;
    margin-bottom: 9px;
  }
  .carousel_section .carousel li {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .carousel_section .result::after, .news_carousel_2 + .result::after {
    width: 70px;
  }
  .result {
    bottom: 54px;
    font-size: 18px;
  }
  .carousel .slick-arrow.slick-next {
    bottom: 109px;
    right: 42%;
  }
  .carousel .slick-arrow.slick-prev {
    bottom: 109px;
    right: 46%;
  }
  .row_link a {
    margin-bottom: 18px;
  }
  .row_link .col-md-3 {
    padding: 0 15px;
  }
  .row_link {
    margin-bottom: -5px;
  }
  .text_block {
    margin: 42px 0 51px 0;
    font-size: 14px;
    color: #6a737e;
    line-height: 1.7;
  }
  .row.advantage_carousel {
    margin-bottom: 18px;
  }
  .gallery-item .caption {
    margin-top: 34px;
  }
  .gallery + .result {
    bottom: 164px;
    font-size: 18px;
  }
  .gallery + .result::before {
    width: 55px;
    margin-right: 11px;
  }
  .gallery .slick-arrow.slick-prev {
    bottom: 121px;
    left: 33%;
  }
  .gallery .slick-arrow.slick-next {
    bottom: 121px;
    left: 37%;
  }
  .filter_link a span {
    white-space: normal;
  }
  .filter_link .nav > li > a {
    padding: 10px 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .priceWrapper {
    flex-flow: row wrap !important;
  }
  .priceItem {
    margin-bottom: 20px;
  }
  .dropdown_menu .item.active {
    display: none;
  }
  #navbar {
    background: #02baab;
    padding: 14px 0;
  }
  #navbar::before {
    content: '';
    display: block;
    border: 12px solid transparent;
    border-bottom: 12px solid #02baab;
    position: absolute;
    top: 39px;
    left: 19px;
  }
  .nav-justified > li {
    display: inline-block;
  }
  .top_header .nav-tabs > li > a {
    margin: 0px 30px 0 2px;
  }
  .nav > li > a {
    padding: 10px 8px 7px 8px;
  }
  .top_header .nav-tabs.navbar-right > li {
    padding: 0 0px 0 12px;
  }
  .top_header .nav-tabs.navbar-right > li > a {
    margin: 0 12px 0 12px;
  }
  header form {
    position: absolute;
    width: 98%;
    width: calc(100% - 30px);
    z-index: 1001;
    top: 20px;
    right: 15px;
  }
  header form .btn {
    width: 42px;
  }
  .about_block {
    margin: -60px -15px 0 -15px;
  }
  .about_block h1 {
    height: 60px;
    padding: 16px 25px;
    font-size: 30px;
  }
  #main_carousel .carousel-caption .caption {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .carousel_text {
    font-size: 18px;
  }
  #main_carousel .carousel-caption {
    top: 36%;
    padding: 0 70px;
  }
  #main_carousel .slick-arrow.slick-prev {
    left: 15px;
  }
  #main_carousel .slick-arrow.slick-next {
    right: 15px;
  }
  .about_row {
    padding: 19px 15px 6px 15px;
    font-size: 14px;
  }
  .about_block .caption {
    padding: 0px 0 0 10px;
    margin-right: -10px;
    width: calc(100% - 22px);
  }
  h1 {
    font-size: 34px;
    margin-top: 29px;
  }
  h3 {
    font-size: 28px;
    margin-top: 63px;
  }
  .gallery_block .caption {
    margin: 0 0;
  }
  .for_whom {
    padding-bottom: 59px;
  }
  .caption_carousel_block .caption {
    padding: 23px 155px 15px 13px;
  }
  #result {
    right: 97px;
    top: 24px;
  }
  #caption_carousel .slick-arrow.slick-next, #caption_map .slick-arrow.slick-next {
    right: 5px;
    top: -25px;
  }
  #caption_carousel .slick-arrow.slick-prev, #caption_map .slick-arrow.slick-prev {
    right: 40px;
    top: -25px;
  }
  .caption_carousel_block .item {
    margin: 32px 15px 44px 15px;
  }
  .caption_carousel h4 {
    line-height: 1.5;
    margin-bottom: 13px;
  }
  form.consultation .form {
    max-width: 510px;
  }
  .col-md-4:nth-of-type(3n+1) {
    clear: none;
  }
  .col-sm-4:nth-of-type(3n+1), .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
  .navbar-toggle[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }
  .navbar-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .navbar-toggle[aria-expanded="true"] span:nth-of-type(4) {
    transform: rotate(45deg);
    margin-top: -9px;
  }
  nav a, nav a:hover {
    color: #ffffff;
  }
  nav a span {
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  nav a:hover span {
    border-bottom: 1px solid rgba(255,255,255,1);
  }
  .carousel_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .carousel_section .carousel {
    margin-bottom: 0;
  }
  .result {
    bottom: -2px;
    font-size: 16px;
  }
  .carousel_section .result::after, .news_carousel_2 + .result::after {
    width: 47px;
    margin-left: 18px;
  }
  .carousel .slick-arrow.slick-prev {
    bottom: -9px;
    right: 44%;
  }
  .carousel .slick-arrow.slick-next {
    bottom: -9px;
    right: 39%;
  }
  .row_link {
    margin-top: 18px;
  }
  .gallery-item::before {
    width: 100%;
  }
  .gallery-item .image {
    margin-top: 39px;
    margin-bottom: -140px;
  }
  .gallery .image.video {
    margin-top: 40px;
  }
  .gallery .slick-list {
    padding-bottom: 150px;
  }
  .gallery + .result {
    bottom: 210px;
    font-size: 16px;
  }
  #gallery-2 + .result {
    bottom: 269px;
  }
  .gallery + .result::before {
    width: 49px;
  }
  .gallery .slick-arrow.slick-prev {
    bottom: 201px;
    left: 22%;
  }
  .gallery .slick-arrow.slick-next {
    bottom: 201px;
    left: 27%;
  }
  .gallery {
    margin-bottom: 0px;
  }
  #gallery-2 {
    margin-bottom: 60px;
  }
  .download, .download:hover {
    padding: 21px 0 21px 63px;
    background-position: 1px 0;
    margin-bottom: 80px;
    background-size: 47px;
  }
  .how_order .advantage_block {
    margin-bottom: 26px;
  }
  .row.advantage_carousel {
    margin-bottom: 0px;
  }
  .news_carousel_2 .slick-arrow.slick-prev {
    top: -30px;
    right: 22%;
  }
  .news_carousel_2 .slick-arrow.slick-next {
    top: -30px;
    right: 17%;
  }
  .col-md-3:nth-of-type(4n+1) {
    clear: none;
  }
  .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
  .work-row::before {
    width: 100%;
  }
  .work_text {
    margin: 49px 0 40px 0;
  }
  #caption_map.caption_carousel .button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #caption_map .image img {
    float: left;
  }
  .carousel_section .slick-slide .col-lg-offset-1.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    margin-bottom: 40px;
  }
  .gallery .slick-slide .col-lg-offset-1.col-lg-3.col-md-offset-1.col-md-4.col-sm-offset-1.col-sm-10.col-xs-12 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .citiesWrapper {
    display: flex;
    flex-flow: row wrap !important;
  }
  .myCity {
    font-size: 16px !important;
  }
  .row.citiesRow .col-lg-3.col-md-4.col-sm-5.col-xs-6 .row > div {
    padding: 0 5px !important;
  }
  .flexRow {
    display: block !important;
  }
  .flexRow .col-6 {
    width: 100% !important;
  }
  .slick-dots li {
    margin: 0 5px !important;
  }
  .gray.breadcrumb_section + section h1 {
    margin-top: 19px;
  }
  .navbar {
    background: #208389;
    height: 40px;
    min-height: 40px;
    margin-bottom: 20px;
  }
  nav.fixed {
    border-bottom: none;
  }
  #navbar {
    background: #02baab;
    padding: 6px 0 0 0;
  } 
  #navbar ul {
    padding: 0 20px 10px 70px;
  }
  .nav-justified > li {
    display: block;
  }
  .nav > li > a, nav a:hover {
    padding: 10px 8px 6px 8px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .phone_menu_dropdown a, .phone_menu_dropdown a:hover {
    position: relative;
    display: inline-block;
    padding: 10px 0 0 0;    
    margin: 0 8px 11px 8px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .phone_menu_dropdown a:hover {
    border-bottom: 1px solid rgba(255,255,255,1);
  }
  #navbar .phone_menu_dropdown li {
    position: relative;
  }
  #navbar .phone_menu_dropdown {
    background: #208389;
    list-style: none;
    padding: 7px 20px 7px 70px;
    margin-bottom: 0;
  }
  .phone_menu_dropdown .icon {
    position: absolute;
    top: 10px;
    left: -36px;
  }
  .phone_menu_block {
    background: #1b7176;    
    padding: 7px 20px 7px 70px;
  }
  .phone_menu_block .call, .phone_menu_block .stock {
    position: relative;
    padding: 10px 0 0 0;    
    margin: 0 8px 7px 8px;
    font-size: 16px;
    display: inline-block;
  }
  .call img, .stock img {
    position: absolute;
    top: 9px;
    left: -44px;
  }
  .phone_menu_block p {
    padding: 0 9px;
    font-size: 16px;
    color: #ffffff;
  }
  .phone_menu_block p:first-of-type {
    margin: 12px 0 0 0;
  }
  .phone_menu {
    position: absolute;
    top: 0;
    margin-left: 20%;
    list-style: none;
    width: 60%;
    width: calc(80% - 30px);
  }
  .phone_menu li {
    width: 33.3333333%;
    float: left;
    position: relative;
    height: 39px;
  }
  .phone_menu li a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
  }
  .phone_menu li:not(.search_dropdown) span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .navbar-toggle .icon-bar {
    background: #ffffff;
  } 
  .navbar-toggle {
    padding: 11px 10px 10px 10px;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 0px;
    height: 40px;
  }
  .header {
    height: 100px;
    padding: 4px 0 0 0;
  }
  header .logo {
    margin-top: 11px;
  } 
  .phone_menu li:last-of-type {
    background-color: #1b7176;
  }
  #main_carousel .carousel-control {
    display: none;
  }
  .about_block {
    margin: 0 0;
  }
  #main_carousel .carousel-caption {
    top: 20%;
    padding: 0 10px;
  }
  #main_carousel .carousel-caption .caption {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .carousel_text {
    font-size: 12px;
  }
  .about_block {
    margin: 20px 0 0 0;
  }
  .about_block h1 {
    height: auto;
    padding: 21px 14px 25px 14px;
    font-size: 24px;
    text-align: left;
  }
  .about_row {
    padding: 25px 29px 20px 29px;
    font-size: 14px;
  }
  .about_row .col-sm-4 {
    display: inline-block;
  }
  .about_block .caption {
    padding: 0px 0 0 18px;
  }
  .for_whom {
    padding-top: 20px;
    padding-bottom: 41px;
  }
  .part_number {
    line-height: 0.9;
  }
  h3 {
    font-size: 22px;
    margin-top: 42px;
  }
  .border_block .line.animated, h1 + .line.animated {
    width: 100%;
  }
  .col-sm-4:nth-of-type(3n+1), .col-sm-6:nth-of-type(2n+1) {
    clear: none;
  }
  .col-xs-6:nth-of-type(2n+1) {
    clear: both;
  }
  .caption_carousel_block {
    margin: 20px 0 0 0;
  }
  .caption_carousel_block .caption {
    padding: 23px 155px 15px 13px;
    text-indent: -99999px;
    color: transparent;
  }
  #result {
    right: auto;
    top: 21px;
    left: 15px;
  }
  #caption_carousel .slick-arrow.slick-prev, #caption_carousel .slick-arrow.slick-next {
    top: -28px;
  }
  .caption_carousel h4 {
    line-height: 1.25;
    margin-bottom: 13px;
    font-size: 16px;
  }
  section.gray {
    padding: 13px 0 60px 0;
  }
  section.light_gray {
    padding: 13px 0 60px 0;
  }
  .news_block .caption {
    font-size: 18px;
    font-weight: 400;
    color: #218389;
    margin-bottom: 17px;
    line-height: 1.35;
    display: inline-block;
  }
  .turquoise {
    padding: 60px 0;
  }
  form.consultation .caption h3 {
    margin-top: 16px;
    margin-bottom: 14px;
  }
  form.consultation .caption p {
    line-height: 1.2;
    margin-bottom: 15px;
  }
  form.consultation .btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  footer > .container-fluid {
    padding-top: 16px;
    padding-bottom: 44px;
  }
  footer .logo {
    margin-top: 18px;
    margin-right: 15px;
  }
  footer .logo p {
    margin-top: 18px;
    font-size: 12px;
    margin-right: -10px;
    line-height: 1.21;
  }
  footer .caption {
    margin-top: 20px;
  }
  footer .border_block p {
    padding-left: 0;
  }
  .gray.breadcrumb_section {
    margin-top: -20px;
  }
  h1 {
    font-size: 28px;
    margin-top: 13px;
  }
  .carousel_section {
    padding-top: 32px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .carousel_section .carousel .caption {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .carousel_section .carousel li {
    font-size: 14px;
  }
  .result {
    bottom: -57px;
  }
  .carousel_section .result::after, .news_carousel_2 + .result::after {
    width: 65px;
    margin-left: 26px;
  }
  .carousel .slick-arrow.slick-next {
    bottom: -30px;
    right: auto;
    left: 26px;
  }
  .carousel .slick-arrow.slick-prev {
    bottom: -30px;
    right: auto;
    left: -9px;
  }
  .carousel_section .result {
    bottom: -30px !important;
}
  .row_link a {
    height: 60px;
    margin-bottom: 21px;
  }
  .row_link {
    margin-bottom: 17px;
  }
  .advantage_carousel .icon img {
    max-width: 100%;
    width: auto;
  }
  .advantage_block {
    padding: 0px 10px;
    margin-bottom: 18px;
    text-align: center;
  }
  .icon_block {
    position: relative;
    margin: 0 auto 9px auto;
  }
  .row.advantage_carousel {
    margin-bottom: 19px;
  }
  .gallery {
    margin: 19px -15px 39px -15px;
  }
  .gallery-item {
    padding: 0 15px;
  }
  .gallery-item .caption {
    font-size: 16px;
    margin-top: 38px;
    margin-bottom: 18px;
  }
  .gallery-item .caption + p {
    line-height: 1.7;
  }
  .gallery-item .col-sm-offset-1.col-sm-10 {
    height: 263px;
    overflow: hidden;
  }
  .gallery + .result {
    bottom: auto;
    top: 313px;
    left: -15px;
  } 
  .gallery + .result::before {
    width: 79px;
  }
  .gallery .slick-arrow.slick-next {
    bottom: auto;
    left: auto;
    top: 307px;
    right: 6px;
  }
  .gallery .slick-arrow.slick-prev {
    bottom: auto;
    left: auto;
    top: 307px;
    right: 42px;
  }
  .gallery-item .image, .gallery .image.video {
    margin-top: 73px;
    margin-bottom: -140px;
  }
  .download_row {
    margin-top: 22px;
    margin-bottom: 56px;
  }
  .download, .download:hover {
    margin-bottom: 0px;
    margin-top: 39px
  }
  .news_carousel_2 + .result, .news_carousel_2 .slick-arrow {
    display: none !important;
  }
  .advantage_carousel .slick-dots {
    bottom: -17px;
  }
  .filter_link .navbar-toggle {
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #208389;
    font-weight: 400;
  }
  .filter_link {
    margin: 29px auto 34px auto;
  }
  .filter_link .icon {
    margin-right: 10px;
  }
  .filter_link .nav > li > a {
    text-align: center;
    font-size: 18px;
    padding: 10px 5px 0 5px;
    margin-bottom: 4px;
  }
  .filter_link ul {
    padding: 18px 0;
  }
  .button_block .col-xs-12 + .col-xs-12 .btn {
    margin-top: 20px;
  }
  .header .row > div {
    position: static;
  }
  .mobile-icon-block {
    margin-left: -10px;
  }
  .mobile-icon-block .mobile-icon.whatsapp-icon {
    background-image: url(/local/templates/ankey/img/whatsapp_m.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 0 0 !important;
  }
  .mobile-icon-block .mobile-icon {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    margin: 8px 0px 0px 0;
  }
  .mobile-icon.phone-icon {
    background-position: 0 0;
    position: relative;
  }
  .mobile-icon.phone-icon.active:after {
    content: '';
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-bottom: 8px solid #208389;
    top: 35px;
    left: 50%;
    margin-left: -5px;
  }
  .mobile-icon.viber-icon {
    background-position: -52px 0;
  }
  .mobile-icon.whatsapp-icon {
    background-position: -104px 0;
  }
  .mobile-icon-block .mobile-icon:last-of-type {
    margin-right: 0;
  }
  .phone-block {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #208389;
    top: 56px;
    z-index: 1009;
    text-align: center;
    padding: 5px 0 20px 0;
  }
  .phone-block.active {
    display: block;
  }
  .phone-block .phone2 a {
    color: #ffffff;
    font-size: 18px;
  }
  .phone-block .phone2 a span {
    color: #ffffff;
    font-size: 16px;
  }
  header .phone-block .phone2 {
    margin-top: 15px;
  }
  .modal-header, .modal-body {
    padding: 10px 20px 80px 20px;
  }
  .modal-header {
    padding-bottom: 0px
  }
}
.error{
  border: 1px solid red
}
.clear {
  clear: both;
}
.wow .slick-slide > .row > div:nth-child(2),
.carousel_section .carousel li {
  font-size: 18px;
}
#canc2 i.close::before, #canc2 i.close::after {
  display:none;
}
.productItem > .productImage {
  margin-top: 15px;
}
.productItem > div {
  margin-top: 10px;
}
.productConteiner {
  padding: 1em 0;
}
#productConteiner .caption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  color: #218389;
}
.orderButton {
  margin-bottom: 20px;
}
font.text {
  margin:20px 0;
  display:block;
}
.furniture > .border_block .container-fluid {
  padding: 1em 0;
}
.flexRow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.flexRow .col-6 {
  width: 50%;
}
.h3c {
  margin-top: 21px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.h3c + p {
  color: #fff;
}
.for_whom .image img {
  width: 75%;
  height: auto;
  margin: 0 auto;
  float: none !important;
  display: block;
}
.gallery_block {
  margin-top: 10px;
  display: block;
}

@media all and (max-width: 1200px) {
  .priceWrapper {
    justify-content: space-evenly;
  }
}
@media all and (min-width: 1200px) {
  .priceWrapper {
    justify-content: space-between;
  }
}

.bottomLogo {
  width: 160px;
  height: auto;
}
.flexRowWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 30px;
}
.flexRowWrap.nav-justified > li {
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .caption_carousel p {
    height: auto;
  }
  .caption_carousel_block .item {
    margin: 12px 15px 14px 15px;
  }
  .noMob {
    display: none;
  }
  .slick-slide img {
    max-width: 100%;
    width: auto;
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;

  }
}
@media (max-width: 576px) {
  #navbar ul {
    padding: 0 20px 10px 40px;
    width: 100%;
  }
  .openSubMenu {
    display: block !important;
    width: 100%;
  }
  .openSubMenu .row {
    margin-left: 0;
    margin-right: 0;
  }
  #item-more {
    cursor: pointer;
  }
  #item-more:focus,
  #item-more:active
  {
    color: #fff;
  }
  #item-more + .openSubMenu.dropdown_menu .item,
  #catalog__menu .level-1.dropdown:hover .dropdown_menu .item {
    position: relative !important;;
    top: 0 !important;
    margin-top: 20px;
    left: 0 !important;;
    width: 100% !important;;
    padding: 0 !important;
    display: block !important;;
    box-shadow: none !important;;
  }
  #item-more + .openSubMenu.dropdown_menu .item li {
    margin: 0 !important;;
  }
  #item-more + .openSubMenu.dropdown_menu .item ul {
    padding: 0 0 10px !important;
  }
  #catalog__menu .container-fluid, .dropdown {
    position: relative !important;
  }
  .nav {
    z-index: 1000 !important;
  }
  nav.navbar .nav li {
    height: auto;
    background: #02baab;
  }
  .openSubMenu .container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .block_four h2:first-child::after, .h3-01::after {
    content: none !important;
  }
  #canc2 {
    overflow-x: hidden;
  }
  #canc2-wr {
    width: 100vw !important;
  }
  #left-col {
    width: 90vw !important;
    margin-right: 0 !important;
  }
  #col1 .window.active {
    display: flex;
    flex-flow: row wrap;
  }
  #col1 .window.active > div {
    float: none !important;
    width: 100% !important;
  }
  #bill {
    width: 90vw !important;
  }
}
.radio label, .checkbox label {
  display: block;
  line-height: 26px !important;
}
#application_buy_new_item .close {
  display: block;
  right: 15px;
  left: auto;
}
.citiesWrapper {
  display: flex;
  flex-flow: row nowrap;
}
.myCity {
  font-size: 20px;
  margin-right: 20px;
  color: #208389;
}
span.myCity {
  border-bottom: 1px dashed #208389;
  display: inline-block;
}
a.myCity, a.myCity:visited  {
  border-bottom: 1px solid #208389;
}
.citiesRow {
  justify-content: space-between;
}
.block_four h2:first-child + * {
  margin-top: 25px;
  padding-top: 25px;
}
.compareImg .h3-01:after {
  content: none;
}
.block_four h2:first-child:after,
.h3-01:after {
  content: "";
  display: block;
  width: 353px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 112px;
  left: 14px;
}

.navbar {
  min-height: 0;
}
.dropdown_menu .container-fluid {
  min-width: 0;
}
.dropdown_menu {
  position: relative;
}
.dropdown_menu .item:hover {
  display: block;
}
.dropdown_menu .item {
  max-width: 300px;
  min-width: 250px;
}
#catalog__menu .level-1.dropdown:hover .dropdown_menu .item {
  top: 0 !important;
}
.item .nav-pills > li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  word-break: break-all !important;
  display: block;
}
.nav > li > a {
  display: flex;
  padding: 5px 10px;
  align-items: center;
}
.dropdown_menu .nav > li > a {
  padding: 10px 5px;
  height: auto;
}

img.create {
  filter: grayscale(1);
  opacity: 0.4;
}
@media (min-width: 768px) {
  .phone_menu_dropdown {
    margin-bottom: 0;
  }
}
@media (max-width: 1640px) {
  .nav.nav-pills.nav-justified > li:last-child .dropdown_menu {
    right: zzpx;
  }
}
