@charset "UTF-8";
/*шрифт*/
/*меню*/
/*полоса сверху*/
/* слайдер */
/* зеленоватый цвет */
/* портфолио все работы */
/* портфолио выбранная работа */
/* общие */
/* logo */
/* header */
/* footer */
/* кнопка заказа обратного звонка */
.banner {
  /*
  margin-right: 15px;
  margin-top: 2em;
  width: 100%;
  */
}
.banner a {
  width: 100%;
}
.banner a img {
  width: 100%;
  height: 100%;
}
.banner img {
  width: 100%;
}

.banner-buttons a {
  display: block;
  padding: 36px;
  font-size: 21px;
}

.fotorama {
  /*margin-bottom: 30px;
  margin-top: 30px;*/
}

.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}

.fotorama__nav--dots {
  display: block;
  position: relative;
  top: -40px;
}

.fotorama__caption {
  position: absolute;
  top: 75% !important;
  z-index: 12;
  color: #fff;
  background: rgba(0, 0, 0, 0.5) !important;
}
.fotorama__caption .fotorama__caption__wrap {
  background-color: transparent;
  display: block;
  padding-top: 2%;
}
.fotorama__caption .fotorama__caption__wrap h3 {
  font-weight: bold;
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase;
}
.fotorama__caption .fotorama__caption__wrap p {
  font-family: "Playfair Display", serif !important;
  line-height: 41px;
}

.blueimp-gallery-display {
  /*display: block !important;*/
}

.gallery-item {
  width: 200px;
  padding: 5px;
}

.portfolio {
  /*
  margin-left: -9px;
  margin-right: -24px;
  */
  padding-bottom: 20px;
}
.portfolio .port {
  position: relative;
  width: 48%;
  height: 300px;
  /*
  margin-left: -.36em;
  */
  display: inline-block;
  margin-top: 10px;
  margin-right: 6px;
}
.portfolio .port img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.portfolio .port:first-child {
  margin-left: 0px;
  margin-right: 6px;
}
.portfolio .port:last-child {
  margin-right: 0px;
  margin-left: 2px;
}
.portfolio .image {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio .overlay {
  position: absolute;
  bottom: 0;
  /*left: 0;*/
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 60%;
  height: 0;
  height: 30%;
  transition: 1s ease;
}
.portfolio .port:hover .overlay {
  /*height: 60%;*/
}
.portfolio .text a {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.port-menu-block {
  padding: 30px 0px;
  font-size: 1em;
}
.port-menu-block .p-menu {
  margin: 10px 20px;
  padding: 0 2px 4px 2px;
  color: #151618;
  display: inline-block;
}
.port-menu-block .p-menu:hover, .port-menu-block .p-menu:active, .port-menu-block .p-menu:focus {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.port-menu-block .p-menu-active {
  margin: 10px 20px;
  padding: 0 2px 4px 2px;
  color: #151618;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.port-menu-block .p-menu-active:hover, .port-menu-block .p-menu-active:active, .port-menu-block .p-menu-active:focus {
  text-decoration: none;
}

.fotorama__thumb-border {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.fotorama__thumb-border {
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) !important;
}

@media (max-width: 576px) {
  .portfolio .port {
    min-width: 100%;
  }
  .portfolio .port img {
    min-width: 100%;
  }
  .portfolio .overlay {
    height: 25%;
  }
  .portfolio .overlay .text p {
    display: none;
  }
  .portfolio .overlay .text a {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .portfolio .port:hover .overlay {
    height: 25%;
  }
  .port-description .desc-text {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 576px) {
  .portfolio .port .text a {
    font-size: 17px;
  }
  .portfolio .overlay {
    width: 77% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .portfolio .port {
    min-width: 100%;
  }
  .portfolio .port img {
    min-width: 100%;
  }
  .portfolio .port .text a {
    font-size: 12px;
  }
  .port-description .desc-text {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .portfolio .port {
    min-width: 48%;
    height: auto;
  }
  .portfolio .port img {
    min-width: 100%;
  }
  .portfolio .port .text a {
    font-size: 15px;
  }
}
.reviews-containet {
  padding-bottom: 20px;
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/
}

.reviews-block {
  background: transparent;
  padding-top: 15px;
  /*padding-bottom: 15px;*/
}
.reviews-block .owl-carousel {
  margin-bottom: 20px;
}
.reviews-block .owl-item {
  background: transparent;
}
.reviews-block .owl-item .item a {
  display: block;
}
.reviews-block .owl-item .item img {
  object-fit: cover;
  object-position: center;
  height: 190px;
  width: 190px;
}
.reviews-block .owl-item .item .review-text {
  padding: 10px 16%;
}
.reviews-block .owl-item .item .review-text a {
  color: #151618;
  font-weight: 300;
}
.reviews-block .owl-item .item .who-reviews {
  margin: 10px 0;
  color: #151618;
  font-weight: 400;
}
.reviews-block .owl-item .item .who-reviews a svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
}
.reviews-block .owl-controls {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, -100%);
  width: 100%;
}
.reviews-block .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.reviews-block .owl-nav .owl-prev {
  float: left;
}
.reviews-block .owl-nav .owl-next {
  float: right;
}
.reviews-block .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.reviews-block .review-text {
  padding: 10px 16%;
}
.reviews-block .review-text a {
  color: #151618;
}
.reviews-block .who-reviews {
  margin: 10px 0;
  color: #151618;
}
.reviews-block .who-reviews a {
  color: #151618;
}

.elrev {
  object-fit: cover;
  object-position: center;
  height: 190px !important;
  width: 190px;
}

.who-reviews a svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
}

.partners-block {
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/
  padding-top: 15px;
  padding-bottom: 15px;
}
.partners-block .owl-carousel {
  margin-bottom: 20px;
}
.partners-block .owl-carousel .partner-image {
  border: none;
}
.partners-block .owl-stage-outer {
  /*border-top: 1px solid $footer-backgroung;*/
  /*padding-top: 40px; */
}
.partners-block .owl-controls {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, -100%);
  width: 100%;
}
.partners-block .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.partners-block .owl-nav .owl-prev {
  float: left;
}
.partners-block .owl-nav .owl-next {
  float: right;
}
.partners-block .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mbfooter {
  margin-top: 30px;
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat;*/
  padding: 0;
  margin: 0;
}
.mbfooter .svg-insta, .mbfooter .svg-youtube, .mbfooter .svg-fb {
  width: 50px;
  height: 50px;
}
.mbfooter a {
  color: #151618;
}
.mbfooter .footer-phone {
  font-size: 18px;
}
.mbfooter .navbar-nav {
  flex-direction: row;
  padding: 0rem 0rem;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #0b54a0;
}
.mbfooter .navbar-nav .nav-item {
  padding: 0.1rem 1em;
}
.mbfooter .navbar-nav .nav-item a {
  color: #0b54a0 !important;
  font-size: 16px;
}
.mbfooter .navbar-nav .nav-item:hover, .mbfooter .navbar-nav .nav-item:focus, .mbfooter .navbar-nav .nav-item:active {
  background-color: #fff;
}
.mbfooter .navbar-nav .nav-item:hover a, .mbfooter .navbar-nav .nav-item:focus a, .mbfooter .navbar-nav .nav-item:active a {
  color: #0b54a0 !important;
}
.mbfooter .navbar-nav .active, .mbfooter .navbar-nav .active:hover, .mbfooter .navbar-nav .active:focus, .mbfooter .navbar-nav .active:active {
  background-color: #fff;
}
.mbfooter .navbar-nav .active .nav-link, .mbfooter .navbar-nav .active:hover .nav-link, .mbfooter .navbar-nav .active:focus .nav-link, .mbfooter .navbar-nav .active:active .nav-link {
  color: #0b54a0 !important;
}

.mehfooter {
  margin-bottom: -22px;
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat;*/
  margin-left: 0;
  margin-right: 0;
  /*margin-bottom: 15px;*/
  padding-top: 30px;
}
.mehfooter .svg-social {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.mehfooter .logo {
  width: 130px;
}
.mehfooter p {
  color: #151618;
}
.mehfooter a {
  color: #151618;
}

.footer-name {
  font-size: 12px;
  padding-top: 5px;
}

.border-lr {
  border-right: 1px solid #151618;
  padding-right: 30px;
}

.form {
  padding: 10px 0;
  /*background: #eee url(/inc/template/assets/images/mail.png) repeat scroll 0 0;*/
  border-radius: 14px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.form .white-bg {
  padding: 20px;
  background-color: rgba(235, 235, 235, 0.7);
  border-radius: 8px;
  border: 5px solid #fff;
}
.form a {
  color: #000;
}

.cont {
  margin-bottom: 20px;
}
.cont .h2-cont {
  font-size: 20px;
  margin: 20px 0;
}
.cont p {
  font-size: 16px;
}
.cont a {
  font-size: 16px;
}

.h2-cont {
  font-size: 18px;
  margin: 20px 0;
}

.call-me {
  width: 193px;
  /*margin: 0 0 0 20px;*/
  /*margin-top: 4px;*/
  font-size: 18px;
}

.btn-primary {
  color: #fff;
  background: #e41d2d;
  border-color: #fff;
  white-space: normal !important;
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b54a0;
  border-color: #fff;
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0b54a0;
  border-color: #fff;
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #e41d2d;
  border-color: #fff;
}

#myModalLabel {
  font-family: "Montserrat", sans-serif;
}

.mailer-form-mini {
  padding: 0;
  /*margin-top: 30px;*/
}
.mailer-form-mini h2 {
  background-color: #fff;
}
.mailer-form-mini .form {
  width: 99%;
}
.mailer-form-mini p {
  font-size: 12px !important;
  color: #151618;
}
.mailer-form-mini #pmmin {
  background: #e41d2d;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

.mailer-form {
  background: url(../img/mailer_bg.jpg) 100% 100% no-repeat;
  background-attachment: fixed;
  background-size: 100% !important;
  background-position: 50% 35%;
  /* background-color: #355353; */
  padding: 0px 0 20px 0;
  /* margin-top: 30px;*/
}
.mailer-form #pm {
  background: #e41d2d;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

.contacts {
  padding-bottom: 15px;
  padding-top: 20px;
  /*min-height: 500px;
  background-image: url('../img/start.jpg') !important;
  background-size: cover !important;*/
}
.contacts .row.htitle {
  margin-top: 0 !important;
}
.contacts .logo {
  width: 30%;
  height: auto;
  /*
  path{
    fill: $active-menu-font-color;
  }
  circle{
    fill: $active-menu-font-color;
  }
  */
}
.contacts p {
  color: #151618;
}
.contacts a {
  color: #151618;
}
.contacts .tel {
  font-size: 1.35rem;
  padding-right: 13px;
}

.modal-dialog {
  /*background-color: #fff;*/
}
.modal-dialog .modal-body {
  background-color: #fff;
}
.modal-dialog .modal-body .form {
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-header {
  background-color: #fff;
}

.cbtn {
  position: relative;
  right: 10px;
  top: 0px;
}

.first-page-text {
  padding: 20px 0;
  /*background-image: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/
  /*margin-right: 0px;*/
}
.first-page-text p {
  font-size: 1.2em;
  /*font-weight: lighter;*/
  color: #151618;
}
.first-page-text a {
  color: #e41d2d;
}
.first-page-text ul li {
  font-size: 1.3em;
  font-weight: 400 !important;
  color: #151618;
}
.first-page-text .present-text {
  /*margin-top: 20px;*/
  padding: 0 30px;
}

.gr-image {
  /*background-image: url('../img/IMG_5352-22-10-18-08-25.JPG');*/
  background-size: cover;
}

.first-page-text-news {
  padding: 0;
  margin-bottom: 20px;
}
.first-page-text-news a {
  color: #151618;
}
.fp-text {
  /*margin-left: 15px;
  padding: 35px 30px;*/
  /*border: 1px solid $footer-backgroung;*/
  /*border-left: 3px solid $hover-menu-bg-color;*/
  margin-bottom: 20px;
}
.fp-text .galimages {
  margin-top: 20px;
  margin-right: 0;
  padding-right: 0;
  width: 90%;
}

.news {
  /*padding-left: 0px;*/
}
.news .fp-news {
  /*margin-left: 15px;*/
  margin-right: 15px;
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-left: 3px solid #fff;
  margin-bottom: 15px;
}
.news .fp-news .date {
  color: #fff;
  margin-bottom: 3px;
}
.news .fp-news .news-title {
  font-weight: 600;
  margin-bottom: 3px;
}
.news .fp-news a {
  color: #fff;
}
.news .fp-news a:hover, .news .fp-news a:active, .news .fp-news a:focus {
  color: #fff;
  text-decoration: underline;
}
.fp-h1 {
  /*margin-left: 15px;*/
  font-weight: normal;
  font-size: 20px;
}

.fpicon {
  width: 56%;
}

.icon-text {
  padding: 0 151px;
}

.photo-fp {
  width: 100%;
}

#links1 {
  margin-right: 0 !important;
}

.fm {
  /*background: url('../img/mailer-bg.svg') 100% 100% no-repeat;*/
  /*background-attachment: fixed;*/
  background-size: cover !important;
  background-position: center;
}

.navbar {
  padding: 0rem 0rem;
  -webkit-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  -moz-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
}
.navbar p {
  margin-bottom: 0;
}
.navbar .nav-item {
  padding: 0.8rem 0.5em;
  margin: 0 0rem;
}
.navbar .nav-item a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  /*
  position: relative;
  top: 5px;
  */
}
.navbar .nav-item p {
  padding-top: 15px;
}
.navbar .nav-item:hover a, .navbar .nav-item:focus a, .navbar .nav-item:active a {
  text-decoration: underline;
}
.navbar .navbar-brand {
  width: 150px;
  margin-left: 10px;
  padding-top: 10px;
}
.navbar .navbar-brand img {
  width: 90px;
  padding-bottom: 5px;
}
.navbar .nav-soc-button {
  position: relative;
  top: -12px;
}
.navbar .nav-soc-button .svg-social, .navbar .nav-soc-button .svg-social-1 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.navbar-inverse {
  /*background-color: $nav-bg-color;*/
}
.navbar-inverse .navbar-toggler {
  height: 35px;
  color: #fff;
}
.navbar-inverse .navbar-toggler-icon {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(61, 59, 59, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mr-auto {
  margin: auto !important;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  border-radius: 0 !important;
  width: auto;
  margin: -1px 0 0 -1px !important;
}
.dropdown-menu .image-category {
  display: none;
  width: 250px;
  margin-left: 7px;
  margin-right: 7px;
}
.dropdown-menu .dropdown-item {
  text-transform: lowercase !important;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  background-color: #fff;
}

.tn {
  color: #fff;
  font-size: 12px;
  padding-right: 29px;
  margin-bottom: 13px;
  white-space: nowrap;
}

.tn:hover, .tn:active, .tn:focus {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.1rem !important;
  padding-left: 0.1rem !important;
}

.navbar-inverse .navbar-toggler-icon {
  color: transparent;
  background-image: url(../img/toggler.svg);
}

.mphone {
  margin-left: 28px !important;
}

ol.mylist li {
  display: block;
  margin: 0;
  padding: 20px 0;
  position: relative;
  font-size: 18px;
}
ol.mylist li .linum {
  background: #0b54a0 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  height: 48px;
  left: -65px;
  line-height: 54px;
  margin-top: -28px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 48px;
}

ul.mylist li {
  list-style: none;
  background-position: left 10px;
  background-repeat: no-repeat;
  margin: 0 0 0 3px;
  padding: 5px 0 10px 24px;
  background-image: url(../img/li.png);
}

.item-photo .fotorama .fotorama__caption {
  top: 90% !important;
}
.item-photo .fotorama .fotorama__caption .fotorama__caption__wrap .img-variant {
  color: #fff;
  font-size: 1.2em;
}

.googs-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-top: 15px;
  transition: border-color 0.3s, box-shadow 0.5s;
  -webkit-transition: all 1s ease-out;
  height: 96%;
  width: 106%;
  /*
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  */
  /*
  .goods-img{
    object-fit: cover;
    object-position: center;
    height: 160px;
    width: 140px;
    margin-top: 10px;
  }
  */
}
.googs-item a {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  /*color: $brand-color-1;*/
}
.googs-item a .goods-img {
  object-fit: scale-down;
  object-position: center;
  width: 100%;
  height: 200px;
  margin-top: 10px;
  overflow: hidden;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.googs-item a .goods-img:hover, .googs-item a .goods-img:active, .googs-item a .goods-img:focus {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.googs-item a .goods-img img {
  display: block;
  border: 0;
  opacity: 0;
  width: 150px;
  height: 170px;
}
.googs-item a .goods-img img:not(.initial) {
  transition: opacity 1s;
}
.googs-item a .goods-img img.initial,
.googs-item a .goods-img img.loaded,
.googs-item a .goods-img img.error {
  opacity: 1;
}
.googs-item a .goods-img img:not([src]) {
  visibility: hidden;
}
.googs-item .goods-title {
  font-size: 1em;
  font-weight: 500;
  display: block;
  min-height: 30px;
}
.googs-item .date_end {
  position: absolute;
  background-color: #e41d2d;
  color: #fff;
  font-weight: bold;
  display: block;
  bottom: 37.5%;
  padding: 5px 15px;
}
.googs-item .cost_text p {
  margin-bottom: 0rem !important;
}
.googs-item .cost {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 92%;
  max-height: 100%;
}
.googs-item .cost a, .googs-item .cost .add_to_cart, .googs-item .cost .add_to_zakaz {
  cursor: pointer;
  /*color: #fff;*/
  display: block;
  height: 60px;
  font-size: 1.1em;
  padding-top: 15px;
  /*background-color: #808080;*/
}
.googs-item .cost .add_to_zakaz {
  cursor: default;
}
.googs-item .add_to_cart:hover, .googs-item .add_to_cart:active, .googs-item .add_to_cart:focus, .googs-item .add_tci:hover, .googs-item .add_tci:active, .googs-item .add_tci:focus {
  /*
     background-color: $nav-bg-color;
  color: $brand-color-1;
      */
}
.googs-item .button-block {
  position: absolute;
  bottom: 0;
  width: 95%;
}

.cost_old_block {
  bottom: 29%;
  right: 14%;
  height: 31px;
}
.cost_old_block .cost_old {
  position: relative;
  font-size: 16px;
}
.cost_old_block .cost_old:before {
  border-bottom: 3px solid red;
  position: absolute;
  right: 25%;
  content: "";
  width: 55%;
  height: 50%;
  transform: rotate(-7deg);
}

.persent_minus {
  background: url(../img/percent.svg) 100% 100% no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 2%;
  right: 2%;
  padding: 19px 0;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
}

.item-page .cost {
  margin-top: 20px;
  margin-bottom: 0;
}
.item-page .cost a, .item-page .cost .add_to_cart, .item-page .cost .add_tci, .item-page .cost .add_tci_zakaz, .item-page .cost .add_to_zakaz {
  cursor: pointer;
  display: block;
  height: 60px;
  font-size: 1.1em;
  padding-top: 15px;
}
.item-page .cost .add_tci_zakaz, .item-page .cost .add_to_zakaz {
  cursor: default;
}

.black-block a {
  height: 20px;
}

#cart, #cart_small {
  font-size: 25px;
  color: #fff;
  height: 35px;
  padding-left: 10px;
  position: relative;
  top: 10px;
}
#cart .cc, #cart_small .cc {
  display: block;
  border-radius: 50%;
  background-color: #990000;
  width: 30px;
  height: 30px;
  padding: 2px 10px 10px 10px;
  position: relative;
  top: -40px;
  left: 20px;
  font-size: 17px;
}
#cart .cc a, #cart_small .cc a {
  color: #fff;
}

#cart {
  padding-right: 20px;
}

#cart_small {
  position: relative;
  /*top: -6px;*/
  width: 100px;
}

.goods-new-icon {
  position: absolute;
  width: auto;
  padding: 0 15px;
  background-color: #990000 !important;
  color: #fff;
  font-size: 1.3em;
  top: 16px;
  font-family: "Roboto", sans-serif;
}

.product_image {
  display: none;
}

.goods-category .goods-category-link {
  padding: 13px 25px;
  border: 1px solid #e41d2d;
  line-height: 45px;
}

#good_cost {
  font-size: 25px;
}

.w-45 {
  width: 49%;
  border-radius: 5px !important;
}

.whatsapp-message {
  background-color: #2BB741 !important;
  color: #fff !important;
}
.whatsapp-message:hover, .whatsapp-message:focus, .whatsapp-message:active {
  background-color: #25D366 !important;
  color: #000 !important;
}

.googs-item a.whatsapp-message {
  display: inline-block;
  height: auto;
  width: 49%;
  color: #fff;
  font-size: 13px;
  border-radius: 5px !important;
}
.googs-item a.call-me-button {
  display: inline-block;
  height: auto;
  width: 49%;
  font-size: 13px;
  border-radius: 5px !important;
  color: #fff;
}

.cat-goods-item {
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 15px 10px;
}
.cat-goods-item a {
  color: #000;
  font-size: 1em;
}
.cat-goods-item a img {
  max-height: 240px;
}

.main-search-input {
  background: #fff;
  padding: 0 120px 0 0;
  border-radius: 1px;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3);
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.main-search-input:before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  left: 50%;
  margin-left: -25px;
}

.main-search-input-item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  height: 50px;
  position: relative;
}

.main-search-input-item input {
  float: left;
  border: none;
  width: 100%;
  height: 44px;
  padding-left: 20px;
}

.main-search-button {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 120px;
  color: #fff;
  top: 0;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}

.main-search-input-wrap {
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}

:focus {
  outline: 0;
}

@media only screen and (max-width: 768px) {
  .main-search-input {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
  .main-search-input-item {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    margin-bottom: 10px;
  }
  .main-search-input-item input {
    border-radius: 6px !important;
    background: #fff;
  }
  .main-search-button {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px;
  }
}
.goods_sort_19, .goods_sort_91, .goods_sort_az, .goods_sort_za {
  margin-left: 10px;
  font-weight: 600;
  color: #151618;
}
.goods_sort_19:hover, .goods_sort_19:focus, .goods_sort_19:active, .goods_sort_91:hover, .goods_sort_91:focus, .goods_sort_91:active, .goods_sort_az:hover, .goods_sort_az:focus, .goods_sort_az:active, .goods_sort_za:hover, .goods_sort_za:focus, .goods_sort_za:active {
  color: #151618;
}
.goods_sort_19 img, .goods_sort_91 img, .goods_sort_az img, .goods_sort_za img {
  width: 20px;
  height: 20px;
}

.goods-category-block {
  padding: 20px 0;
  background: url(../img/bg.jpg) 100% 100% no-repeat !important;
}

.plitka {
  padding: 30px 20px;
}
.plitka svg {
  width: 20%;
}
.plitka svg path, .plitka svg circle {
  fill: #3d3935;
}
.plitka svg:hover path, .plitka svg:hover circle, .plitka svg:active path, .plitka svg:active circle, .plitka svg:focus path, .plitka svg:focus circle {
  fill: #ff671f;
}
.plitka img {
  width: 100%;
}
.plitka h3 {
  color: #151618;
  font-size: 1.3em;
}
.plitka p {
  color: #151618;
  font-size: 1em;
}

@media (max-width: 576px) {
  .plitka {
    padding: 10px 5px;
  }
  .plitka svg {
    width: 30%;
  }
  .plitka img {
    width: 70%;
  }
  .plitka h3 {
    text-align: center;
    font-size: 1em;
  }
  .plitka p {
    text-align: center;
    font-size: 0.9em;
  }
}
.scrollup {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding: 4px 10px;
  font-size: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: none;
  text-align: center;
}

.viber, .whatsapp, .telegram {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
  left: -4px;
  margin-left: 5px;
}

.svg-social-reviews {
  position: relative;
  top: 10px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.svg-social, .svg-social-1 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.st11 {
  fill: #FFFFFF;
}

.st12 {
  fill: #B0BEC5;
}

.st13 {
  fill: #CFD8DC;
}

.VKst0 {
  fill: #FFFFFF;
}

.inst0 {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.inst1 {
  fill: #AFAFAF;
}

.svg-social-horizont, .svg-social-color-horizont {
  height: 40px;
  margin-right: 10px;
}

.svg-social-horizont.ssb {
  position: relative;
  height: 25px !important;
  top: -8px;
}

.breadcrumb {
  margin-top: 1rem;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #3F3D3C !important;
}

.owl-carousel {
  margin-bottom: 40px;
}
.owl-carousel .item a img {
  height: auto;
}

#map {
  height: 350px;
  width: 100%;
}

.gradient {
  background-color: #737373;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjAlIiByPSIxNDEuNDIxMzU2MjM3MzA5NSUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzg3ODc4NyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjI5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjAlIiByPSIxNDEuNDIxMzU2MjM3MzA5NSUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzg3ODc4NyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNjI5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=), -webkit-gradient(radial, left top, 0, left top, 723, color-stop(0, rgb(0, 0, 0)), color-stop(0.629, rgb(135, 135, 135)), color-stop(1, rgb(255, 255, 255)));
  /* Android 2.3 */
  background-image: -webkit-repeating-radial-gradient(left top, ellipse farthest-corner, rgb(0, 0, 0) 0%, rgb(135, 135, 135) 62.9%, rgb(255, 255, 255) 100%);
  /* IE10+ */
  background-image: repeating-radial-gradient(ellipse farthest-corner at left top, rgb(0, 0, 0) 0%, rgb(135, 135, 135) 62.9%, rgb(255, 255, 255) 100%);
  background-image: -ms-repeating-radial-gradient(left top, ellipse farthest-corner, rgb(0, 0, 0) 0%, rgb(135, 135, 135) 62.9%, rgb(255, 255, 255) 100%);
}

/* IE8- CSS hack */
@media \0 screen\,screen\9  {
  .gradient {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000",endColorstr="#ffffffff",GradientType=0);
  }
}
.fullscreen-bg__video {
  position: relative;
  top: -45px;
  left: 0;
  width: 100%;
}

.price {
  padding: 40px 20px 20px 30px;
  margin: 20px 0px;
  border-radius: 10px;
}
.price h3 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
}
.price .cost {
  color: #000;
  font-size: 1.5em;
}
.price .desc {
  color: #000;
  font-size: 1.2em;
}
.price img {
  width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cpp-content p {
  font-size: 10px;
}
.cpp-content p .mb-logo {
  width: 55px;
  position: relative;
  top: 7px;
  left: 6px;
}

.employees-container {
  /*background: url('../img/mailer-bg1.jpg') 100% 100% no-repeat !important;*/
  background-attachment: fixed;
  background-size: cover !important;
  background-position: center;
}
.employees-container .container {
  background: transparent !important;
}
.employees-container .employees {
  background: transparent;
}
.employees-container .employees img {
  width: 255px;
  height: 255px;
  object-fit: cover;
  padding: 20px 20px;
}
.employees-container .employees p {
  color: #000;
}
.employees-container .employees .tel {
  margin-bottom: 15px;
}

.stages_category-block .stages_category {
  padding: 5px 15px;
  border: 1px solid #151618;
  color: #151618;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  cursor: pointer;
}
.stages_category-block .border-left {
  border-left: 1px solid #151618;
  position: relative;
}
.stages_category-block .border-left:before, .stages_category-block .border-left:after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -7px;
  border: 5px solid transparent;
  border-top: 5px solid #151618;
}
.stages_category-block .border-left:after {
  border-top: 10px solid #151618;
  bottom: -12px;
}
.stages_category-block .border-left p {
  color: #151618;
  padding: 20px 0 0 20px;
}
.stages_category-block .border-left ul, .stages_category-block .border-left p {
  color: #151618;
  margin-bottom: 0rem !important;
  padding: 20px 0 0 40px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.stages_category-block .stage_description {
  /*display: none;*/
}

.o-item {
  padding-top: 30px;
}

.serv {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.serv-item-text {
  font-size: 1.1rem;
}

.card {
  overflow: hidden;
  margin-right: 1%;
}
.card .img-hover {
  display: block;
  height: 150px;
  width: 100%;
  position: relative;
}
.card .img-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.card .img-hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.card .img-hover:hover:before, .card .img-hover:hover:after {
  opacity: 0;
}
.card .card-body {
  top: 25%;
  width: 100%;
}
.card .card-body h5 {
  font-size: 1.3rem;
}
.card img {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card .card-title {
  color: #151618;
}
.card .card-title h5 {
  min-height: 30px !important;
}
.card .card-title:hover, .card .card-title:active, .card .card-title:focus {
  text-decoration: none;
}
.card:hover .card-title, .card:active .card-title, .card:focus .card-title {
  text-decoration: none;
  color: #151618 !important;
}
@media (min-width: 1201px) {
  .card {
    width: 23.9%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card {
    width: 23.9%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card {
    width: 23.9%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .card {
    width: 49.9%;
  }
}
@media (max-width: 576px) {
  .card {
    width: 97.5%;
  }
}
@media (max-width: 576px) {
  .header-bg {
    /*background: url('../img/depositphotos_43264647-stock-photo-olives-on-branch-with-leaves.jpg') 0 50% no-repeat !important;*/
    background-size: contain !important;
  }
  .fullscreen-bg__video {
    padding-left: 4%;
    top: -33px;
  }
  .mbtop {
    padding: 0 10px;
  }
  .mbtop .logo {
    width: 65% !important;
    margin-top: 35px !important;
  }
  .mbtop .org_name {
    margin: 0 !important;
    font-size: 15px !important;
  }
  .mbtop .slogon {
    margin: 0;
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
  }
  .mbtop .top-phone {
    font-size: 15px !important;
    margin-left: 0px !important;
    display: none !important;
  }
  .mbtop .top-phone .tel {
    font-size: 15px !important;
    white-space: normal !important;
    display: none;
  }
  .mbtop .top-phone p {
    font-size: 15px !important;
    white-space: normal !important;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .navbar .nav-item {
    padding: 0 0.2rem 0 0.8em;
    margin: 0 0rem;
  }
  .navbar-inverse .navbar-toggler {
    margin-top: 10px;
    margin-right: 15px;
    height: 35px;
    color: #696A6E;
    background-color: #fff;
  }
  .navbar-collapse {
    margin-top: 32px;
  }
  .navbar .navbar-brand {
    margin-left: 15px !important;
    /*position: absolute;*/
    /*display: none;*/
    width: 100%;
    text-align: center;
    /*
    position: relative;
    width: 70px !important;
    top: 10px;
    */
  }
  .navbar .navbar-brand svg {
    width: 50%;
  }
  .navbar .navbar-brand img {
    display: none !important;
    width: 50%;
    margin-left: 27%;
  }
  .mobile-phone {
    display: block;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    margin-top: 12px;
  }
  .mobile-phone a {
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
  }
  .gallery {
    padding-right: 0px;
  }
  .gallery .carousel-item img {
    height: 170px;
  }
  .gallery .carousel-caption {
    left: 65%;
    top: 20px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gallery .carousel-caption h3 {
    padding-left: 20px;
    font-size: 14px;
  }
  .gallery .carousel-caption p {
    font-size: 12px;
  }
  .news .fp-h1 {
    margin-top: 20px;
    margin-left: 30px;
  }
  .mbfooter {
    display: none;
  }
  .border-lr {
    border-left: none;
    border-right: none;
    padding-left: 0px;
  }
  .no-padding .row {
    margin-right: 0;
  }
  .no-padding .row .col {
    padding-right: 0;
  }
  .banner {
    margin-right: 0px;
  }
  .fotorama__caption {
    top: 0% !important;
  }
  .fotorama__caption .fotorama__caption__wrap {
    padding-top: 1%;
  }
  .fotorama__caption .fotorama__caption__wrap h3 {
    font-size: 20px !important;
  }
  .fotorama__caption .fotorama__caption__wrap p {
    line-height: 17px !important;
    font-size: 15px !important;
  }
  .p-menu {
    display: block;
  }
  .port-description .desc-text {
    border-left: none !important;
    border-right: none !important;
    padding-left: 15px !important;
  }
  .port-description .material-text {
    padding-left: 15px !important;
  }
  .content-text {
    padding: 30px 10px !important;
  }
  .fpicon {
    width: 95% !important;
  }
  .icon-text {
    padding: 0 10px !important;
  }
  h1 {
    font-size: 1.7rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  .cbtn {
    position: relative;
    right: 4px;
    top: 0px;
  }
  .galimages img {
    max-width: 95%;
  }
  .photo-start {
    min-height: 425px;
  }
  .mailer-form {
    background-attachment: inherit;
    background-size: 120% !important;
    background-position: 50% 0%;
  }
  .bottom-gallery {
    object-fit: cover;
    object-position: center;
    height: auto !important;
    width: auto !important;
  }
  #cart_small {
    width: 70px;
  }
  .w-45 {
    width: 47.9% !important;
    border-radius: 5px !important;
    font-size: 10px !important;
  }
  .call-me-goods {
    font-size: 11px !important;
  }
  .googs-item {
    margin-bottom: 22px;
    width: 103% !important;
  }
  .googs-item .button-block {
    width: 85.2%;
  }
  .googs-item a.call-me-button {
    font-size: 9px !important;
  }
  .googs-item a.whatsapp-message {
    font-size: 9px !important;
  }
  .googs-item a {
    height: 120px;
  }
  .googs-item a .goods-img {
    height: 100px;
  }
  .googs-item .goods-title {
    font-size: 0.8em;
  }
  .mobile-phone .icon_p {
    margin-right: 0px !important;
  }
  .calculate h2 {
    font-size: 1.1rem !important;
  }
  .cat-goods-item a {
    height: 60%;
  }
  .cat-goods-item a a {
    overflow: unset;
  }
  .goods-new-icon {
    font-size: 1.1em;
    top: 43px;
  }
  .video-box iframe {
    width: 100%;
    height: 178px !important;
  }
  .mailer-form {
    background-size: cover !important;
  }
}
@media screen and (max-height: 575px) {
  .g-recaptcha {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-bg {
    /*background: url('../img/depositphotos_43264647-stock-photo-olives-on-branch-with-leaves.jpg') 0 50% no-repeat !important;*/
    background-size: contain !important;
  }
  .mbtop {
    padding: 0 10px;
  }
  .mbtop .logo {
    margin-top: 20px !important;
    width: 60% !important;
  }
  .mbtop .org_name {
    margin: 0 !important;
    font-size: 15px !important;
  }
  .mbtop .slogon {
    margin: 0;
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
  }
  .mbtop .top-phone {
    font-size: 15px !important;
    margin-left: 0px !important;
  }
  .mbtop .top-phone .tel {
    font-size: 15px !important;
    white-space: normal !important;
  }
  .mbtop .top-phone p {
    white-space: normal !important;
  }
  .mbtop #cart {
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    /*height: 60px;*/
  }
  .navbar-inverse .navbar-toggler {
    height: 35px;
    color: #696A6E;
    background-color: #fff;
  }
  .navbar-collapse {
    margin-top: 20px;
  }
  .mobile-phone {
    display: block;
    margin-left: 30px;
  }
  .mobile-phone a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
  }
  .mbfooter {
    display: none;
  }
  .gallery {
    padding-right: 0px;
  }
  .gallery .carousel-item img {
    /*height: 227px;*/
  }
  .gallery .carousel-caption {
    left: 65%;
    top: 20px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gallery .carousel-caption h3 {
    padding-left: 20px;
    font-size: 14px;
  }
  .gallery .carousel-caption p {
    font-size: 12px;
  }
  .news .fp-h1 {
    margin-top: 20px;
    margin-left: 30px;
  }
  .border-lr {
    border-left: none;
    border-right: none;
    padding-left: 0px;
    font-size: 0.8em;
  }
  .no-padding .row {
    margin-right: 0;
  }
  .banner {
    margin-right: 0px;
  }
  .fotorama__caption {
    top: 50% !important;
  }
  .fotorama__caption .fotorama__caption__wrap h3 {
    font-size: 23px !important;
  }
  .fotorama__caption .fotorama__caption__wrap p {
    line-height: 20px !important;
    font-size: 16px !important;
  }
  .p-menu {
    display: block;
  }
  .port-description .desc-text {
    border-left: none !important;
    border-right: none !important;
    padding-left: 15px !important;
  }
  .port-description .material-text {
    padding-left: 15px !important;
  }
  .mailer-form {
    background-size: 120% !important;
    background-position: 50% 85%;
  }
  .video-box iframe {
    width: 100%;
    height: 287px !important;
  }
  .googs-item .button-block {
    width: 94.2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbtop {
    padding: 0 10px;
  }
  .mbtop .logo {
    width: 80% !important;
    margin-top: 20px !important;
  }
  .mbtop .org_name {
    margin: 0 !important;
    font-size: 15px !important;
  }
  .mbtop .slogon {
    margin: 0;
    font-size: 12px;
    color: #fff;
  }
  .mbtop .top-phone {
    font-size: 15px !important;
    margin-left: 0px !important;
  }
  .mbtop .top-phone .tel {
    font-size: 15px !important;
  }
  .mbtop #cart {
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .navbar {
    padding: 0.5rem 0rem;
  }
  .navbar-inverse .navbar-collapse {
    margin-top: 20px;
  }
  .navbar-inverse .navbar-toggler {
    height: 35px;
    color: #696A6E;
    padding-top: 0px;
    background-color: #fff;
  }
  .mobile-phone {
    display: block;
    margin: 8px 0 0 10px;
  }
  .mobile-phone a {
    color: #fff;
    font-size: 20px;
  }
  .mbfooter a {
    font-size: 10px;
  }
  .gallery {
    /*padding-right: 15px;*/
  }
  .gallery .carousel-item img {
    /*height: 302px;*/
  }
  .gallery .carousel-caption {
    left: 65%;
    top: 20px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gallery .carousel-caption h3 {
    padding-left: 20px;
    font-size: 16px;
  }
  .gallery .carousel-caption p {
    font-size: 14px;
  }
  .footer-name {
    padding-left: 40px;
  }
  .border-lr {
    padding-left: 40px;
  }
  .fotorama__caption {
    top: 60% !important;
  }
  .fotorama__caption .fotorama__caption__wrap {
    padding-top: 1%;
  }
  .fotorama__caption .fotorama__caption__wrap h3 {
    font-size: 18px !important;
  }
  .fotorama__caption .fotorama__caption__wrap p {
    font-size: 14px !important;
  }
  .googs-item .button-block {
    width: 93%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mbtop .logo {
    width: 60% !important;
    margin-top: 15px !important;
  }
  .mobile-phone {
    display: none;
  }
  .fotorama__caption {
    top: 65% !important;
  }
  .fotorama__caption .fotorama__caption__wrap {
    padding-top: 1%;
  }
  .googs-item .button-block {
    width: 92.7%;
  }
}
@media (min-width: 1201px) {
  .mobile-phone {
    display: none;
  }
  .fotorama__caption {
    top: 70% !important;
  }
  .fotorama__caption .fotorama__caption__wrap {
    padding-top: 1%;
  }
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #212327 url("../img/cubes.png");
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.calculate {
  padding: 20px 0px;
}
.calculate p {
  color: #444444;
  font-size: 16px;
  /*margin-bottom: 40px;*/
  line-height: normal;
  font-weight: 500;
  padding: 20px 0 10px 0;
}
.calculate .noUi-target {
  /*margin: 0 10px;*/
}
.calculate .noUi-touch-area {
  background-color: #e41d2d;
  color: #ffffff;
}
.calculate .c-desk {
  margin-top: 20px;
  font-size: 20px;
  padding-top: 15px;
  color: #e41d2d;
}
.calculate .c-itog {
  margin-top: 20px;
  padding-top: 15px;
  background-color: #e41d2d;
}
.calculate .c-itog .calc-itog {
  color: #ffffff;
  font-size: 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .calculate {
    padding: 20px 15px;
  }
  .calculate p {
    padding: 20px 15px 10px 15px;
  }
}
@media (max-width: 576px) {
  .calculate {
    padding: 15px 15px;
  }
  .calculate p {
    padding: 15px 10px 10px 10px;
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 50vh auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  max-width: 200px;
  min-width: 200px;
  */
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  padding-left: 25px;
  flex: 1;
}

/* Switch 1 Specific Styles Start */
.box_1 {
  background: transparent;
}
.box_1 label {
  margin-left: 30px;
  font-weight: 500;
}

input[type=checkbox].switch_1 {
  font-size: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.5em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch_1:checked {
  background: #e41d2d;
}

input[type=checkbox].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch_1:checked:after {
  left: calc(100% - 1.5em);
}

/* Switch 1 Specific Style End */
/* Switch 2 Specific Style Start */
.box_2 {
  background: #666;
}

input[type=checkbox].switch_2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 8px;
  background: #444;
  border-radius: 5px;
  position: relative;
  outline: 0;
  cursor: pointer;
}

input[type=checkbox].switch_2:before,
input[type=checkbox].switch_2:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

input[type=checkbox].switch_2:before {
  width: 40px;
  height: 40px;
  background: #ccc;
  border: 5px solid #666;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

input[type=checkbox].switch_2:after {
  width: 30px;
  height: 30px;
  background: #666;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

input[type=checkbox].switch_2:checked:before {
  left: calc(100% - 35px);
}

input[type=checkbox].switch_2:checked:after {
  left: 75px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Switch 2 Specific Style End */
/* Switch 3 Specific Style Start */
.box_3 {
  background: #19232b;
}

.toggle_switch {
  width: 100px;
  height: 45px;
  position: relative;
}

input[type=checkbox].switch_3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}

svg.checkbox .outer-ring {
  stroke-dasharray: 375;
  stroke-dashoffset: 375;
  -webkit-animation: resetRing 0.35s ease-in-out forwards;
  animation: resetRing 0.35s ease-in-out forwards;
}

input[type=checkbox].switch_3:checked + svg.checkbox .outer-ring {
  -webkit-animation: animateRing 0.35s ease-in-out forwards;
  animation: animateRing 0.35s ease-in-out forwards;
}

input[type=checkbox].switch_3:checked + svg.checkbox .is_checked {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
}

input[type=checkbox].switch_3:checked + svg.checkbox .is_unchecked {
  opacity: 0;
  -webkit-transform: translateX(-200%) rotate(180deg);
  transform: translateX(-200%) rotate(180deg);
}

svg.checkbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg.checkbox .is_checked {
  opacity: 0;
  fill: yellow;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(200%) rotate(45deg);
  transform: translateX(200%) rotate(45deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

svg.checkbox .is_unchecked {
  opacity: 1;
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@-webkit-keyframes animateRing {
  to {
    stroke-dashoffset: 0;
    stroke: #b0aa28;
  }
}
@keyframes animateRing {
  to {
    stroke-dashoffset: 0;
    stroke: #b0aa28;
  }
}
@-webkit-keyframes resetRing {
  to {
    stroke-dashoffset: 0;
    stroke: #233043;
  }
}
@keyframes resetRing {
  to {
    stroke-dashoffset: 0;
    stroke: #233043;
  }
}
/* Switch 3 Specific Style End */
/* Switch 4 Specific Style Start */
.box_4 {
  background: #eee;
}

.input_wrapper {
  width: 80px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.input_wrapper input[type=checkbox] {
  width: 80px;
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #315e7f;
  border-radius: 2px;
  position: relative;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input_wrapper input[type=checkbox]:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 34px;
  height: 34px;
  background: #dfeaec;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.input_wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  fill: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 1;
}

.input_wrapper .is_checked {
  width: 18px;
  left: 18%;
  -webkit-transform: translateX(190%) translateY(-30%) scale(0);
  transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked {
  width: 15px;
  right: 10%;
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.input_wrapper input[type=checkbox]:checked {
  background: #23da87;
}

.input_wrapper input[type=checkbox]:checked:after {
  left: calc(100% - 37px);
}

.input_wrapper input[type=checkbox]:checked + .is_checked {
  -webkit-transform: translateX(0) translateY(-30%) scale(1);
  transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type=checkbox]:checked ~ .is_unchecked {
  -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
  transform: translateX(-190%) translateY(-30%) scale(0);
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler:hover .top-bar, .navbar-toggler:hover .bottom-bar {
  width: 15px;
}
.navbar-toggler:active .top-bar, .navbar-toggler:active .bottom-bar, .navbar-toggler:focus .top-bar, .navbar-toggler:focus .bottom-bar {
  width: 22px;
}

.navbar-toggler.collapsed .top-bar, .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.branch-item {
  padding-top: 30px;
}

.block-number {
  display: block;
}
.block-number .text, .block-number span {
  display: block;
}
.block-number span {
  font-weight: bold;
}

.hero-wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  content: "";
  background: #000;
  opacity: 1;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 1199.98px) {
  .hero-wrap .overlay {
    background-position: center center !important;
  }
}
.hero-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: #000;
  opacity: 1;
  z-index: -1;
}

.hero-wrap .slider-text {
  color: #fff;
}

.hero-wrap .slider-text h3.v {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-orientation: sideways;
  margin: 0rem;
  position: absolute;
  top: 0;
  right: 40px;
  height: 70%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  z-index: 9;
}

.hero-wrap .slider-text h3.v a {
  color: #fff;
  position: relative;
}

.hero-wrap .slider-text h3.v a span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
}

.hero-wrap .slider-text h3.v a .icon {
  position: absolute;
  left: -5px;
  top: -70px;
  width: 50px;
  height: 50px;
  bordeR: 1px solid #ff0000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.hero-wrap .slider-text h3.v a .icon span {
  color: #ff0000;
}

.hero-wrap .slider-text h1 {
  font-size: 130px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.8;
  overflow: hidden;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .hero-wrap .slider-text h1 {
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrap .slider-text h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .hero-wrap .slider-text h1 {
    background-position: center center !important;
  }
}
.hero-wrap .slider-text h2 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  letter-spacing: 5px;
}

.hero-wrap .slider-text .bread {
  font-size: 140px;
  color: #000;
  line-height: 1.2;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .hero-wrap .slider-text .bread {
    font-size: 60px;
  }
}
.hero-wrap .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 900;
  letter-spacing: 4px;
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: #fff;
}

.hero-wrap .slider-text .btn-primary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.hero-wrap .slider-text .btn-primary:hover, .hero-wrap .slider-text .btn-primary:focus {
  background: #fff !important;
  color: #000;
}

.pages-block .ext-pages-text-block {
  padding: 0 30px 0 30px;
  font-size: 1em;
  text-align: justify;
}
.pages-block .fluid_text {
  padding: 15px 30px;
  /*
  background-color: #B28D80;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: right;
  */
}

@media (max-width: 576px) {
  .pages-block .ext-pages-text-block {
    padding: 15px;
  }
  .pages-block .fluid_text {
    padding: 10px 5px 10px 5px;
  }
}
.cards-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}
.cards-block .cards-block__item {
  /*max-width: 210px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*margin-right: 40px;*/
  margin-bottom: 60px;
}
.cards-block .cards-block__item .cards-block__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cards-block .cards-block__item .cards-block__img {
  /*
  width: 211px;
  height: 213px;
  */
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 12px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cards-block .cards-block__item .cards-block__heading {
  color: #151618;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  margin-bottom: 10px;
}
.cards-block {
  /*
  &:hover .cards-block__img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
   */
}

.publication-block__heading {
  color: #151618;
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}

.list6b {
  padding: 0;
  list-style: none;
}

.list6b li {
  padding: 6px;
}

.list6b li:before {
  border: solid 3px #3F3D3C;
  border-radius: 20px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: bold;
  color: #EC691F;
  content: "✔";
  transition-duration: 0.5s;
  margin-right: 15px;
}

.list6b li:hover:before {
  color: #EC691F;
  content: "✔";
}

.custom-select-el {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border: 0;
}

.selected-option {
  padding: 10px 30px 10px 15px;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  user-select: none;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #333;
}

.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: -50px;
  min-width: 200px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-item {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #000;
}

.custom-select-el.active .dropdown-options {
  display: block;
}

.custom-select-el.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.nav-item .custom-select-el .selected-option {
  padding: 7px 30px 10px 15px;
  color: #fff;
  font-size: 17px;
}
.nav-item .custom-select-el .selected-option .arrow {
  color: #fff;
}
.nav-item .custom-select-el .selected-option .arrow:hover, .nav-item .custom-select-el .selected-option .arrow:active, .nav-item .custom-select-el .selected-option .arrow:focus {
  color: #000 !important;
}
.nav-item .custom-select-el .selected-option:hover, .nav-item .custom-select-el .selected-option:active, .nav-item .custom-select-el .selected-option:focus {
  color: #000 !important;
}
.nav-item .custom-select-el:hover, .nav-item .custom-select-el:active, .nav-item .custom-select-el:focus {
  color: #000 !important;
}
.nav-item .custom-select-el .dropdown-options .dropdown-item {
  color: #000 !important;
}
.nav-item .custom-select-el .dropdown-options:hover, .nav-item .custom-select-el .dropdown-options:active, .nav-item .custom-select-el .dropdown-options:focus {
  color: #000 !important;
}
.nav-item:hover, .nav-item:active, .nav-item:focus {
  color: #000 !important;
}

html {
  /*background: url('../img/page-bg.jpg') 100% 100% no-repeat !important;*/
}

body {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  position: relative;
  /*background: url(../img/free-abstract-pattern-vector-1.jpg);
  */
  /*
  background-color: $page-bg;
  background-image: url(../img/bg.svg);
  background-repeat:no-repeat;
  background-size:90%;
  background-position: center top;
  */
  /*background: url('../img/page-bg.jpg') 100% 100% repeat !important;*/
  /*
  background-attachment: fixed;
  background-size: cover !important;
  */
}
body .container .row {
  background: transparent;
}
body .no-padding {
  background: transparent;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*
  background: url(../img/free-abstract-pattern-vector-1.jpg);
  opacity: 0.5;
  */
}

.htitle {
  opacity: 1;
  line-height: 1.2;
  margin-top: 20px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.fsize {
  /*
  background: url('../img/bg.jpg') no-repeat;
  background-attachment: fixed;
  background-size: 40% auto;
  background-color: $header-bg-color;
  */
}
.fsize .container {
  width: 80%;
  padding: 0;
  background: transparent;
}
.fsize .container .row {
  margin-right: 0;
}
.fsize .top-menu {
  /*
  background: $nav-bg-color;
  height: 100px;
  */
}

.fsize-gallery {
  width: 100%;
}
.fsize-gallery .container {
  padding: 0;
  width: 100%;
}

.mbtop {
  border-top: 0px solid #0b54a0;
  margin: 0;
  padding: 0;
  /*height: 250px;*/
  /*
  background: url('../img/depositphotos_37911995-stock-photo-panorama-of-the-july-of.jpg') 100% 100% no-repeat;
  background-size: cover;
  */
}
.mbtop .logo {
  width: 40%;
  margin-top: 25px;
  margin-bottom: 10px;
  height: 73%;
  /*
  path{
    fill: $active-menu-font-color;
  }
  circle{
    fill: $active-menu-font-color;
  }
  */
}
.mbtop .top-phone {
  font-size: 15px;
  color: #21070B;
  font-family: "Montserrat", sans-serif;
}
.mbtop .top-phone .tel {
  font-family: "Montserrat", sans-serif;
  color: #21070B !important;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  top: -5px;
}
.mbtop .top-phone .p-2 {
  padding-top: 0px !important;
}
.mbtop .top-phone .ph {
  /*margin-bottom: -10px !important;*/
  /*background-color: $nav-bg-color; */
}
.mbtop .top-phone .tel1 {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  /*white-space: nowrap;*/
}
.mbtop .top-phone p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  /*white-space: nowrap;*/
}
.mbtop .org_name {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-top: 39px;
  color: #151618;
  background-color: #fff;
}
.mbtop .slogon {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  color: #151618;
  font-weight: 500;
  text-transform: uppercase;
  /*background-color: $brand-color;*/
}

h1 {
  font-size: 1.9rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 300;
  text-transform: uppercase;
  /*padding-left: 20px;*/
}
h1 svg.svg-social-reviews {
  top: 5px !important;
}
h1 a {
  color: #151618 !important;
}

h2 {
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 0px;
}

h2.dodoka {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.1 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
h2.dodoka :before, h2.dodoka :after {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  display: block;
}

.h1-title {
  margin-top: 20px;
  font-family: "Playfair Display", serif;
}

h2.mehh2 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  text-transform: uppercase;
  background-color: #0b54a0;
  color: #fff;
  padding: 5px;
  font-weight: lighter;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #000;
}

h4, h5 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  color: #000;
}

.port-description {
  padding: 20px;
  background-color: #0b54a0;
  margin: 0 0px;
}
.port-description .desc-text {
  border-left: dotted 2px #808080;
  border-right: dotted 2px #808080;
  padding-left: 40px;
  padding-right: 40px;
}
.port-description .desc-text p {
  line-height: 17px;
}
.port-description .material-text {
  padding-left: 40px;
}
.port-description .material-text ul {
  padding-left: 17px;
}

.bordered {
  border: 1px solid #fff;
  padding: 10px 30px;
  margin: 20px 0;
  min-height: 435px;
}
.bordered img {
  margin-left: 30px;
  margin-top: 20px;
}
.bordered h3 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.border-1px {
  border: 1px solid #c9d1d8;
  padding: 10px 30px;
}

.price-text {
  margin: 30px 40px;
}

.cont-text {
  padding: 10px 0 30px 0;
}
.cont-text .sub-menu {
  padding-left: 0px;
  /*border-right: 1px solid $nav-bg-color;*/
}
.cont-text .sub-menu ul {
  list-style: none;
  margin-left: -20px;
}
.cont-text .sub-menu ul li {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  /*border-bottom: 1px dotted $nav-bg-color;*/
  padding: 10px 10px;
}
.cont-text .sub-menu ul li.active {
  /*box-shadow: -3px 0px 0px 0px $nav-bg-color;*/
}
.cont-text .sub-menu ul li.active a {
  font-weight: 500;
  text-decoration: none;
}
.cont-text .sub-menu ul li:first-child {
  /*border-top: 1px dotted $nav-bg-color;*/
}
.cont-text .sub-menu ul li:hover, .cont-text .sub-menu ul li:active, .cont-text .sub-menu ul li:focus {
  /*box-shadow: -3px 0px 0px 0px $nav-bg-color;*/
}
.cont-text .sub-menu ul li a {
  color: #000;
  font-size: 16px;
}
.cont-text .sub-menu ul li a:hover, .cont-text .sub-menu ul li a:active, .cont-text .sub-menu ul li a:focus {
  font-weight: 500;
  text-decoration: none;
}
.cont-text h1 {
  font-size: 1.9rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

#links img {
  margin-top: 30px;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  /*height: 190px; */
  width: 100%;
}

.no-padding {
  padding: 0;
}

.header-bg {
  /*background: url('../img/depositphotos_3781949-stock-photo-olive-branch.jpg') 100% 50% no-repeat, url('../img/depositphotos_43264647-stock-photo-olives-on-branch-with-leaves.jpg') 0 50% no-repeat;*/
  /*background-image: url('../img/depositphotos_3781949-stock-photo-olive-branch.jpg') !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat;
  */
  background-size: contain !important;
  /*background: rgba(255, 255, 255, 0.7) !important;*/
}

.bg-line {
  padding-top: 26px;
  /*background-image: url('../img/line-bg.jpg') !important;*/
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67%;
  border: 0;
}

.object-list {
  margin-bottom: 20px;
  border-bottom: 3px solid #151618;
}

#links {
  padding-bottom: 20px;
}

.navbar-inverse .navbar-toggler {
  background-color: transparent;
}

.white-page-bg {
  /*background-color: transparent !important;*/
  padding: 20px 25px;
  /*margin-bottom: 30px;*/
}
.white-page-bg h2 {
  color: #151618;
}
.white-page-bg a {
  color: #151618;
}
.white-page-bg p {
  color: #151618;
}

.content-text {
  padding: 0px 0px;
  font-size: 1rem;
  margin-bottom: 30px;
}

svg.cont {
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
  margin-right: 10px;
}

.ha255 {
  height: 255px;
}

.bottom-gallery {
  object-fit: cover;
  object-position: center;
  width: 265px;
  padding-top: 20px;
}

.pay_form {
  position: relative;
}

#section-counter {
  margin-top: 30px;
}

.container.bottom-shadow {
  padding-bottom: 8% !important;
  -webkit-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  -moz-box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
  box-shadow: 0px 8px 4px -4px rgba(175, 177, 178, 0.28);
}

.btn_el {
  top: -19px;
}

.icon_p {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.contacts .icon_p {
  margin-right: 5px !important;
}

.footer {
  width: 100%;
  height: 80px;
  line-height: 40px;
  background-color: #009EE3;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
.footer a {
  color: #fff;
}
.footer .img-button, .footer .img-button1 {
  width: 30%;
  padding-top: 7px;
}
.footer .img-button1 {
  width: 26%;
}

.video-box iframe {
  width: 100%;
  height: 625px;
}

.whatsapp-block {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25D366; /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px; /*центровка иконки в кнопке*/
  font-size: 35px; /*размер иконки*/
  z-index: 9999;
}
.whatsapp-block img {
  width: 55px;
  height: 55px;
}
.whatsapp-block:before, .whatsapp-block:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.whatsapp-block:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/** Below CSS is completely optional **/
.gallery-item {
  width: 200px;
  padding: 5px;
}

/*# sourceMappingURL=style.css.map */
