/* LESS Document */
@font-face {
  font-family: 'Ubuntu-Regular';
  src: url('fonts/Ubuntu-Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Medium';
  src: url('fonts/Ubuntu-Medium.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Italic';
  src: url('fonts/Ubuntu-Italic.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url('fonts/Ubuntu-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-BoldItalic';
  src: url('fonts/Ubuntu-BoldItalic.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url('fonts/Ubuntu-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-LightItalic';
  src: url('fonts/Ubuntu-LightItalic.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-MediumItalic';
  src: url('fonts/Ubuntu-MediumItalic.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

main {padding-bottom: 304px;}  /* отступ должен быть равен высоте футера */
h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
footer {position: relative;
	margin-top: -304px; /* отрицательное значение высоты футера */
	height: 304px;
	clear:both;} 
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1200px;
}
header {
  margin-top: 15px;
  border-bottom: 1px solid #d3d3d3;
}
header .phones {
  font-family: 'Ubuntu-Medium';
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
}
header .phones a {
  color: #000000;
  display: block;
  position: relative;
}
header .phones a:hover {
  text-decoration: none;
}
header .phones a.phone::before {
  position: absolute;
  content: url("img/phone.png");
  width: 13px;
  height: 13px;
  top: 0;
  right: 0;
  margin-right: 130px;
  margin-top: 3px;
}
header .phones.viber {
  text-align: left;
  margin-left: 25px;
  position: relative;
}
header .phones.viber a span {
  color: #989898;
}
/*header .phones.viber::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: url("img/viber.png");
  width: 16px;
  height: 16px;
}*/
header nav.navbar {
  padding-left: 0;
  margin-top: 10px;
  position: static;
}
header nav .auth-block {
  margin-left: 40px;
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}
header nav .auth-block .auth::before {
  content: url("img/user.png");
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  margin-top: 12px;
}
header nav .auth-block a {
  border-bottom: 1px dashed #000000;
}
header nav .auth-block a:hover {
  text-decoration: none;
  border-bottom: none;
}
header nav .dropdown-toggle::after {
  display: none;
}
header .navbar-light .navbar-brand, header .navbar-light .mobile-menu {
    display: none;
}

header .navbar-light .navbar-nav .active > .nav-link,
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
  color: #056836;
}
header .navbar-light .navbar-text {
  color: #191919;
  white-space: nowrap;
}
header .navbar-light .navbar-nav .nav-link {
  font-family: 'Ubuntu-Bold';
  font-size: 13px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
  white-space: nowrap;
}
header .navbar-light .navbar-nav .nav-link:first-child {
  padding-left: 0;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 2rem;
  padding-right: 2rem;
}
header .top-search {
  height: 30px;
  width: 212px;
}
header .top-search .form-control,
header .top-search .btn {
  background-color: #f5f5f5;
  height: 30px;
  border: 1px solid #d2d2d2;
}
header .top-search .form-control {
  border-right: none;
  font-family: 'Ubuntu-Regular';
  color: #bababa;
  font-size: 13px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}
header .top-search .btn {
  border-left: none;
  position: relative;
}
header .top-search .btn::after {
  content: url("img/search.png");
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  margin-right: 10px;
  margin-top: 6px;
}
main {
    font-family: 'Ubuntu-Regular';
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.input-group > .form-control:focus {
  z-index: 0;
}
main ul {list-style-image: url("img/list.png");}
.form-control:focus,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: none;
}
.main-slider {
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
    position: relative;
}
.main-slider .back {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-slide {
  background-image: url("img/main.png");
}
.main-slider1 {
  background-image: url("img/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}
.main-slider2 {
  background-image: url("img/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}

.main-slider .jumb-item {
  text-align: center!important;
  margin-bottom: 50px!important;
}
.main-slider .jumb-item img {
    cursor: pointer!important;
}
.main-slider .justify-content-sm-center {
  align-items: center;
}
.main-slider .justify-content-sm-center .col {
    margin-left: 60px;
}
.main-slider .container {
  padding-top: 15%;
}
.main-slider .crs-bar {
    top: 0;
    padding-top: 150px;
}
.jumb-item {
    width: 85px;
    height: 85px;
    border: 5px solid white;
    border-radius: 50%!important;
    position: relative!important;
    overflow: hidden!important;
}
.carousel-indicators li.jumb-item {
    margin: 15px;
    cursor: pointer;
}
.jumb-item.active {
    width: 105px;
    height: 105px;
    border: 5px solid #5a9947;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.main-slider .jumb-item img {
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
}
.main-slider .crs-bar-roll, .main-slider .crs-bar-roll-wrap {
    height: 120px;
}
.main-slider .crs-bar-roll {
    width: 280px!important;
}
.main-slider .crs-bar-roll-item {
    width: 85px;
    height: 85px;
    border: 5px solid white;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.main-slider .crs-bar-roll-current {
    margin-top: 140px;
    width: 85px;
    height: 85px;
    border: 5px solid #5a9947;
    border-radius: 50%;
    overflow: hidden;
}
.main-slider h1 {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 45px;
}
.main-slider .btn-primary {
  background-color: transparent;
  margin: 0 auto;
  width: 140px;
  display: block;
  border: 3px solid #ffffff;
}
.main-slider .btn-primary:hover {
  background-color: transparent;
  border: 3px solid #ffffff;
}
.main-slider .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.main-slider .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.sections .item {
  margin-bottom: 30px;
}
.sections .item img {
  height: 225px;
    min-width: 100%;
}
.sections .item .caption {
  height: 46px;
  background-color: #d7d7d7;
  padding-top: 10px;
  padding-bottom: 14px;
  position: relative;
  padding-left: 45px;
  font-family: 'Ubuntu-Medium';
  font-size: 18px;
  font-weight: 500;
}
.sections .item .caption a {
  color: #191919;
}
.sections .item .caption::before {
  content: url("img/sec-caption.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-left: 15px;
}
.catalog-main {
  border-radius: 4px;
  background-color: #7fc343;
  height: 73px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 40px;
}
.catalog-main .buttons {
  position: relative;
  font-family: 'Ubuntu-Regular';
  font-weight: 400;
  padding-top: 5px;
}
.catalog-main .buttons a {
  font-size: 13px;
    padding: 0.375rem 1.2rem;
}
.catalog-main .buttons.house {
  text-align: right;
}
.catalog-main .title {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 55px;
}
.catalog-main .house::before {
  content: url("img/icon_house.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -25px;
  margin-left: -170px;
}
.main-news h2 {
  color: #0c0908;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
.main-news .item-news h3 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}
.main-news .item-news h3 a {
  color: #0c0908;
}
.main-news .item-news .date {
  font-family: 'Ubuntu-Regular';
  color: #acacac;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 18px;
}
.main-news .item-news .description p {
  font-family: 'Ubuntu-Regular';
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
  min-height: 54px;
}
.main-news .item-news .description a {
  font-family: 'Ubuntu-Regular';
  color: #5a9947;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.main-news .item-news .description a .fa {
  margin-left: 10px;
}
.sender {
  height: 92px;
  background-color: #5d5d5d;
  margin-top: 70px;
  padding: 25px 0;
}
.sender .description {
  font-family: 'Ubuntu-Regular';
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-left: 80px;
  white-space: nowrap;
}
.sender .description span {
  font-family: 'Ubuntu-Medium';
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.sender .description::before {
  content: url("img/icon_mal.png");
  width: 47px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.sender .description .input-group {
  width: 100%;
}
.sender .input-group {
  width: 100%;
}
.sender .btn {
  background-color: #5a9947;
  color: #ffffff;
}
.form-control,
.btn {
  border: none;
}
footer .footer {
  background-color: #3c3c3c;
  padding: 25px 0 35px;
}
footer .footer .nav-link {
  font-family: 'Ubuntu-Bold';
  color: #c6c6c6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer a {
  color: #ffffff;
}
footer .footer .f-bottom {
  font-family: 'Ubuntu-Regular';
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}
footer .footer .f-bottom .phones.icon {
  position: relative;
  padding-left: 20px;
}
footer .footer .f-bottom .phones span {
  color: #a8a8a8;
}
footer .footer .f-bottom .phones.icon::before {
  content: url("img/phone_white.png");
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 0;
  margin-top: 2px;
}
footer .footer .f-bottom .adress {
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}
footer .footer .f-bottom .adress::before {
  content: url("img/map.png");
  width: 13px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}
footer .footer .f-bottom .adress a:hover {
  text-decoration: none;
}
footer .footer .f-bottom .delivery span {
  color: #a8a8a8;
  margin: 0 10px;
}
footer .footer .f-bottom .social {
  color: #a8a8a8;
}
footer .footer .f-bottom .social img {
  margin-left: 10px;
}
footer .copyright {
  height: 32px;
  background-color: #232323;
  font-family: 'Ubuntu-Regular';
  color: #a8a8a8;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
footer .col-sm-auto {
    flex: 1 0 auto;
}
.breadcrumb {
  background: none;
  padding: 20px 0;
  height: 15px;
}
.breadcrumb .breadcrumb-item {
  font-family: 'Ubuntu-Regular';
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.breadcrumb .breadcrumb-item a {
  color: #7f7f7f;
}
.breadcrumb .breadcrumb-item.active {
  color: #a1a1a1;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 15px;
  padding-left: 19px;
}
.breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  padding-right: 15px;
  color: #7fc343;
  content: "";
  font-weight: bold;
  background: url("img/bread.png") 0 0 no-repeat;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
  margin-top: 9px;
}
h1 {
  font-family: 'Ubuntu-Medium';
  color: #191919;
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 35px;
}
.items img {
    max-height: 405px; 
     border: 1px solid #ddd;
}
.items .item .section {
  background-color: #d7d7d7;
  padding: 30px 45px 45px;
    min-height: 228px;
}
.items .item .section h2 {
  font-family: 'Ubuntu-Medium';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.items .item .section h2 a {
  color: #191919;
}
.items .item .section .subsections {
  padding-left: 20px;
  list-style-type: square;
    position: relative;
    font-family: 'Ubuntu-Medium';
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.items .item .section .subsections::before {
    content: url("img/bread.png");
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -3px;
}
.items .item .section .subsections li {
  font-family: 'Ubuntu-Medium';
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #7fc343;
}
.items .item .section .subsections a {
  color: #191919;
}
.sections-items .col-md-auto {
  padding-left: 15px;
  padding-right: 15px;
  width: 300px;
  text-align: center;
}
.sections-items .col-md-auto:first-child {
  padding-left: 15px;
}
.sections-items .subsections-item {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.sections-items .subsections-item a {
  font-family: 'Ubuntu-Regular';
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
}
.sections-items .subsections-item .badge-secondary {
  background: none;
  font-family: 'Ubuntu-Medium';
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
  padding-right: 0;
}
.sections-items .subsections-item.active {
  background-color: #7fc343;
}
.sections-items .subsections-item.active a {
  color: #ffffff;
}
.sections-items .subsections-item.active .badge-secondary {
  color: #e5e5e5;
}
.section-items .item,
.sale-section-items .item {
  margin-bottom: 35px;
}
.sale-section-items h2 {
    font-family: Montserrat;
	color: #0c0908;
	font-size: 24px;
	font-weight: 600;
    margin-top: 45px;
    margin-bottom: 30px;
}
.section-items .item .description,
.sale-section-items .item .description {
  padding: 15px 0;
  display: flex;
  align-items: baseline;
}
.section-items .item .description .title,
.sale-section-items .item .description .title {
  font-family: 'Ubuntu-Regular';
  color: #0c0908;
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
  text-align: left;
}
.section-items .item .description .prop,
.sale-section-items .item .description .prop {
  font-family: 'Ubuntu-Medium';
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  flex-grow: 3;
}
.section-items .item .img,
.sale-section-items .item .img {
  position: relative;
}
.section-items .item .img img, .section-items .item .img,
.sale-section-items .item .img img, .sale-section-items .item .img {
  width: auto;
    height: 240px;
    margin: 0 auto;
    text-align: center;
}
.section-items .item .img img, .sale-section-items .item .img img {
    height: 238px; 
}
.section-items .item .img, .sale-section-items .item .img {
    border: 1px solid #ddd;
}
.section-items .item .img .label,
.sale-section-items .item .img .label {
  position: absolute;
  left: 0;
  top: 0;
}
.section-items .item .img .label .hit,
.sale-section-items .item .img .label .hit,
.section-items .item .img .label .sale,
.sale-section-items .item .img .label .sale,
.section-items .item .img .label .spec,
.sale-section-items .item .img .label .spec {
  margin: 10px 0;
  display: table;
  font-family: 'Ubuntu-Bold';
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  width: auto;
    text-transform: uppercase;
}
.section-items .item .img .label .hit,
.sale-section-items .item .img .label .hit {
  background-color: #ecd300;
    color: #000000;
}
.section-items .item .img .label .sale,
.sale-section-items .item .img .label .sale {
  background-color: #ec5128;
  color: #ffffff;
}
.section-items .item .img .label .spec,
.sale-section-items .item .img .label .spec {
  background-color: #ffc000;
    color: #000000;
}
.section-items .button,
.sale-section-items .button {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0;
}
.btn-primary {
  background-color: #5a9947;
  transition: background-color 0.3s ease;
    color: #ffffff!important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #579245;
  border-color: #579245;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #5a9947;
  border-color: #5a9947;
}
.dropdown-toggle::after {
  display: none;
}
.news-list .news-item {
  margin-bottom: 80px;
}
.news-list .row, .sale-list .row {
    align-items: center;
}
.news-list .news-item h2 {
  margin: 20px 0;
  font-family: 'Ubuntu-Medium';
  font-size: 20px;
  font-weight: 500;
}
.news-list .news-item h2 a {
  color: #0c0908;
}
.news-list .news-item .date {
  font-family: 'Ubuntu-Regular';
  color: #acacac;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 25px;
}
.news-list .news-item .description {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
}
.news-list .news-item .btn-link {
  font-family: 'Ubuntu-Regular';
  color: #5a9947;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.news-detail {
  margin-top: 20px;
}
.news-detail .date {
  font-family: 'Ubuntu-Regular';
  color: #acacac;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
}
.news-detail .img {
  margin-bottom: 40px;
}
.news-detail .description {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.news-detail .description p {
  margin-bottom: 30px;
}
.news-detail .description ul {
  list-style-image: url("img/list.png");
}
.news-detail .description ul li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.description ul {
  list-style-image: url("img/list.png");
}
.description ul li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.sale-list .sale-item {
  margin-bottom: 80px;
}
.sale-list .sale-item h2 {
  font-family: 'Ubuntu-Medium';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.sale-list .sale-item h2 a {
  color: #0c0908;
}
.sale-list .sale-item .description {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
.sale-list .sale-item .promo .date {
  background-color: #ce2009;
  font-family: 'Ubuntu-Medium';
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
  margin-right: 10px;
}
.sale-list .sale-item .promo .discount {
  background-color: #fff000;
  font-family: 'Ubuntu-Bold';
  color: #0c0908;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 10px;
}
.sale-detail .promo {
  margin: 25px 0;
}
.sale-detail .promo .date {
  background-color: #ce2009;
  font-family: 'Ubuntu-Medium';
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
  margin-right: 10px;
}
.sale-detail .promo .discount {
  background-color: #fff000;
  font-family: 'Ubuntu-Bold';
  color: #0c0908;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 10px;
}
.sale-detail .description {
  margin-top: 30px;
}
.sale-detail .description h2 {
  font-family: 'Ubuntu-Medium';
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}
.sale-detail .description p {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 45px;
}
.lumber-items .img img, .lumber-items .img {
    height: 233px;
}
.lumber-items .title {
  font-family: 'Ubuntu-Regular';
  color: #0c0908;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
}
.lumber-items .description {
  font-family: 'Ubuntu-Medium';
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0;
    height: 57px;
}
.lumber-items .button {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0;
}
.lumber-detail .props {
  background-color: rgba(225, 225, 225, 0.3);
  padding: 5px 30px 30px;
  font-family: 'Ubuntu-Medium';
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
}
.lumber-detail .props dl {
  margin: 0;
  padding: 0;
}
.lumber-detail .props .title {
  font-family: 'Ubuntu-Regular';
  color: #0c0908;
  font-size: 15px;
  font-weight: 400;
}
.lumber-detail .props dt {
  margin-top: 25px;
    font-weight: 400;
}
.lumber-detail .description {
  font-family: 'Ubuntu-Regular';
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 45px;
}
.lumber-detail .description .title {
  font-family: 'Ubuntu-Medium';
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
}
.lumber-detail .description .title::after {
  position: absolute;
  content: url("img/Rectangle_18.png");
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  margin-top: -3px;
}
.lumber-detail .callback {
  background-color: #f5f5f5;
  padding: 35px;
  width: 370px;
}
.lumber-detail .callback .title {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}
.lumber-detail .callback .adress {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
}
.lumber-detail .callback .adress::before {
  position: absolute;
  content: url("img/map-green.png");
  top: 0;
  left: 0;
  margin-top: 3px;
}
.lumber-detail .callback .phones {
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
}
.lumber-detail .callback .phones::before {
  position: absolute;
  content: url("img/phone.png");
  top: 0;
  left: 0;
  margin-top: 3px;
}
.lumber-detail .callback .phones span {
  display: block;
}
.lumber-detail .callback .phones span span {
  color: #8b8b8b;
  line-height: 8px;
}
.lumber-detail .callback .phones span a {
  color: #0c0908;
}
.lumber-detail .callback .email {
  padding-left: 35px;
  margin-bottom: 40px;
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}
.lumber-detail .callback .email a {
  color: #329549;
}
.lumber-detail .callback .email::before {
  position: absolute;
  content: url("img/mail.png");
  top: 0;
  left: 0;
  margin-top: 3px;
}
.lumber-detail .callback .text {
  font-family: 'Ubuntu-Regular';
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.partners {
  margin-top: 25px;
}
.partners .description {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 50px;
}
.partners .form h2 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.partners .form p {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.partners .form .body-form {
  width: 730px;
  background-color: #f5f5f5;
  padding: 25px 30px;
  /* Checked */
  /* Hover */
  /* Disabled */
}
.partners .form .body-form h3 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.partners .form .body-form label {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
}
.partners .form .body-form .btn-primary {
  margin-top: 25px;
  padding: 6px 19px;
}
.partners .form .body-form .form-group {
  width: 325px;
}
.partners .form .body-form .form-check input[type=radio] {
  display: none;
}
.partners .form .body-form .form-check {
    padding-left: 0;
    margin-bottom: 15px;
}
.partners .form .body-form .form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.partners .form .body-form .form-check label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(img/radio.png) 0 0 no-repeat;
  top: 0;
}
.partners .form .body-form .form-check input[type=radio]:checked + label:before {
  background: url(img/radio_chek.png) 5px 5px no-repeat, url(img/radio.png) 0 0 no-repeat;
}
.partners .form .body-form .form-check label:hover:before {
  filter: brightness(120%);
}
.partners .form .body-form .form-check input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}
.search-page .form-control {
    border: 1px solid #ced4da;
}
.btn-inverse {
  color: #5a9947;
  border: 1px solid #5a9947;
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
}
.contacts .organization {
  padding: 20px 0 45px;
  border-bottom: 1px solid #c7c7c7;
}
.contacts .organization .name {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 45px;
}
.contacts .organization .otdel {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}
.contacts .organization .adress {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.contacts .organization .adress::before {
  content: url("img/map-green.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}
.contacts .organization .phones {
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.contacts .organization .phones span {
  margin-bottom: 5px;
  display: block;
}
.contacts .organization .phones span a {
  color: #0c0908;
}
.contacts .organization .phones span a:hover {
    text-decoration: none;
    color: #329549;
}
.contacts .organization .phones::before {
  content: url("img/call.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}
.contacts .organization .email {
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
.contacts .organization .email::before {
  content: url("img/mail.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}
.contacts .organization .email a {
  color: #329549;
}
.contacts .callback {
  margin: 40px 0 65px;
}
.contacts .callback .form {
  background-color: #f5f5f5;
  padding: 25px 30px;
}
.contacts .callback .form h3 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 18px;
  font-weight: 500;
}
.contacts .callback .form label {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
}
.contacts .callback .form .form-control {
  border: 1px solid #ced4da;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.dillers {
  margin: 25px 0 65px;
}
.dillers .city {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 60px 50px;
  right: 0;
    transform: none!important;
    margin-top: 50px;
}
.dillers input[checked="checked"]+a {
    font-weight: 700;
}
.dillers .city .row {
    column-count: 4;
    display: block;
}
.dillers .city .col-3 {
  border-right: 1px solid rgba(145, 145, 145, 0.4);
    flex: none;
    max-width: 100%;
}
.dillers .city .col-3:nth-child(42) ~ .col-3  {
  border-right: none;
}
.dillers .city .col-3 .badge-secondary {
  background: none;
  font-family: 'Ubuntu-Regular';
  font-weight: 400;
  line-height: 48px;
  color: #b2b2b2;
  font-size: 12px;
  padding-left: 0;
}
.dillers .city .col-3 a {
  color: #0c0908;
    margin-left: 45px;
}
.dillers .btn {
  margin-bottom: 15px;
}
.dillers .btn .badge-secondary {
  background: none;
  font-family: 'Ubuntu-Medium';
  color: #e5e5e5;
  font-size: 12px;
  font-weight: 500;
  padding-right: 0;
  top: 0;
}
.dillers .items {
  /*margin-top: 50px;*/
}
.dillers .items .col-12 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dillers .items .col-12:last-child {
  border-bottom: none;
}
.dillers .items .item {
  padding: 25px 0;
}
.dillers .items .item .title {
  display: flex;
  flex-direction: row;
}
.dillers .items .item .title .name {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.dillers .items .item .title .site {
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 30px;
}
.dillers .items .item .title .site a {
  color: #999999;
}
.dillers .items .item .info {
  margin-top: 30px;
  display: flex;
}
.dillers .items .item .info .img {
  width: 160px;
  margin-right: 30px;
}
.dillers .items .item .info .information {
  font-family: 'Ubuntu-Regular';
  color: #0c0908;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-right: 100px;
    flex-grow: 1;
}
.dillers .items .item .info .information .adress {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.dillers .items .item .info .information .adress::before {
  position: absolute;
  content: url("img/map-green.png");
  top: 0;
  left: 0;
  margin-top: 3px;
}
.dillers .items .item .info .information .adress span {
  font-size: 13px;
  display: inline-block;
  border-bottom: 1px dashed #329549;
  margin-left: 15px;
  line-height: 18px;
}
.dillers .items .item .info .information .adress span a {
  color: #329549;
}
.dillers .items .item .info .information .adress span a:hover {
    text-decoration: none;
}
.dillers .items .item .info .information .phones {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.dillers .items .item .info .information .phones::before {
  content: url("img/call.png");
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 3px;
}
.dillers .items .item .info .information .phones span {
  margin-right: 20px;
  display: inline-block;
}
.dillers .items .item .info .information .phones span a {
  color: #0c0908;
}
.dillers .items .item .info .information .email {
  position: relative;
  padding-left: 30px;
}
.dillers .items .item .info .information .email a {
  color: #329549;
}
.dillers .items .item .info .information .email::before {
  content: url("img/mail.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3px;
}
.dillers .items .item .info .work {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
    min-width: 230px;
}
.popup-window-close-icon {
    right: 30px;
    top: 20px;
    height: 50px;
    opacity: 1;
}
.popup-window-close-icon:after {
    height: 20px;
    width: 20px;
}
#sku_offers {
    background-color: #f5f5f5;
}
#sku_offers.popup-window {
    padding: 0!important;
}
#sku_offers .popup-window-close-icon {
    right: 40px;
    top: 30px;
    height: 50px;
    opacity: 1;
}
#sku_offers .popup-window-close-icon:after {
    height: 20px;
    width: 20px;
}
#sku_offers .modal-content {
    border: none;
    padding: 20px;
}

.offers .row.no-gutters .col-3:last-child {
    display: none;
}
.about {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.about .img {
  margin: 40px 0 45px;
}
.about h2 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 24px;
  font-weight: 500;
  margin: 45px 0;
}
.about .facts .items .item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.about .facts .items .item .year {
  position: relative;
  padding-left: 20px;
  font-family: 'Ubuntu-Bold';
  color: #0c0908;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.about .facts .items .item .year::before {
  content: url("img/about_facts.png");
  position: absolute;
  top: 0;
  left: 0;
}
.about .facts .items .item .description {
  margin-left: 30px;
}
.about .proiz h2 {
  margin: 35px 0;
}
.about .proiz .gallery {
  margin: 25px 0;
  display: flex;
  align-items: baseline;
  overflow: hidden;
}
.about .proiz .gallery img {
  margin-right: 10px;
}
.about .proiz .gallery img:last-child {
  margin-right: 0;
}
.personal .promo {
  background-color: #e6ffd0;
  padding: 45px 0 50px;
  margin-bottom: 30px;
}
.personal .promo .items .item .img {
  height: 230px;
  position: relative;
}
.personal .promo .items .item .img img {
    height: 230px;
    width: auto;
    margin: 0 auto;
}
.personal .promo .items .item .img .label {
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.personal .promo .items .item .img .label span {
  padding: 6px 9px;
  font-family: 'Ubuntu-Bold';
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: table;
}
.personal .promo .items .item .img .label .new {
  background-color: #ecd300;
  color: #191919;
}
.personal .promo .items .item .img .label .news {
  background-color: #2b700f;
}
.personal .promo .items .item .img .label .sale {
  background-color: #ec5128;
}
.personal .promo .items .item .img .label .date {
  background-color: #ce2009;
  font-family: 'Ubuntu-Medium';
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.personal .promo .items .item .title {
  margin: 30px 0 20px;
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 20px;
  font-weight: 500;
}
.personal .promo .items .item .title a {
   color: #0c0908; 
}
.personal .promo .items .item .description {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.left-menu .list-group {
  background-color: #ededed;
}
.left-menu .list-group .list-group-item {
  background-color: #ededed;
  border: none;
  border-bottom: 1px solid rgba(168, 168, 168, 0.4);
}
.left-menu .list-group .list-group-item:last-child {
  border-bottom: none;
}
.left-menu .list-group .list-group-item a {
  font-family: 'Ubuntu-Medium';
  font-size: 16px;
  font-weight: 500;
  color: #0c0908;
}
.left-menu .list-group .list-group-item.active {
  background-color: #5a9947;
}
.left-menu .list-group .list-group-item.active a {
  color: #ffffff;
}
.personal h2 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.personal .zakaz-items .col-12 {
  background-color: #f3f3f3;
  margin-left: 15px;
}
.personal .zakaz-items .col-12:nth-child(2n) {
  background-color: #ffffff;
}
.personal .zakaz-items .item {
  display: flex;
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  padding: 30px 20px;
}
.personal .zakaz-items .item .summ {
  margin-right: 40px;
}
.personal .zakaz-items .item .summ span {
  font-family: 'Ubuntu-Bold';
  color: #5a9947;
  font-weight: 700;
}
.personal .zakaz-items .item .number {
  margin-right: 120px;
}
.personal .zakaz-items .item .button .btn-dark {
  padding: 0.5rem 0.75rem;
}
.product-item {
  margin: 0 0 80px;
}
.product-item .img {
  position: relative;
}
.product-item .img .arrow {
  position: absolute;
  top: 45%;
}
.product-item .img .arrow.left {
  left: 0;
}
.product-item .img .arrow.right {
  right: 0;
  margin-right: 3px;
}
.product-item .slider {
  margin-top: 35px;
  display: flex;
}
.product-item .slider img {
  margin-right: 20px;
}
.product-item .slider img:last-child {
  margin-right: 0;
}
.product-item .props {
  background-color: rgba(225, 225, 225, 0.3);
  padding: 30px 30px 10px;
  font-family: 'Ubuntu-Regular';
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 500;
}
.product-item .props .title {
  font-family: 'Ubuntu-Regular';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
color: #0c0908;
}
.product-item .props .col-3 {
  flex: 0 0 28%;
  max-width: 28%;
  padding-right: 0;
}
.product-item .props .col-9 {
  flex: 0 0 72%;
  max-width: 72%;
    font-weight: 400;
}
.product-item .props .col-9.art {
    color: #858585;
}
.product-item .props dl {
  margin-bottom: 0;
}
.product-item .props span {
  font-family: 'Ubuntu-Regular';
  color: #5a9947;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 30px;
}
.product-item .props span.shema {
  color: #5a9947;
    cursor: pointer;
}
.product-item .offers {
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.product-item .offers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}
.product-item .offers li {
  display: inline-block;
}
.product-item .offers li.notallowed {
    display: none;
}
.product-item .offers li.notallowed.selected {
    display: block!important;
}
.product-item .offers .title {
  font-family: 'Ubuntu-Regular';
  color: #0c0908;
  font-size: 16px;
  font-weight: 400;
  max-width: 130px;
  min-width: 130px;
  display: inline-block;
}
.product-item .offers .img-offer {
  display: inline-block;
}
.product-item .offers .img-offer img {
    width: auto;
    height: 35px;
}
.product-item .offers .offer {
  font-family: 'Ubuntu-Regular';
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  display: inline-block;
    word-wrap: break-word;
    width: 120px;
    vertical-align: middle;
}
.product-item .offers span {
  font-family: 'Ubuntu-Regular';
  color: #a4a4a4;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-style: dashed;
  display: inline-block;
  margin-left: 30px;
}
.product-item .offers span a {
  color: #a4a4a4;
}
.product-item .dillers {
  font-family: 'Ubuntu-Regular';
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  margin: 30px;
  display: inline-block;
}
.product-item .dillers a, .product-item .dillers a:hover {
  border-bottom: 1px dashed #5a9947;
  color: #5a9947;
    text-decoration: none;
    
}
.product-item .dillers::before {
  content: url("img/icon.png");
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.product-item h2 {
  font-family: 'Ubuntu-Medium';
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  margin: 45px 0 30px;
}
.product-item h2::before {
  content: url("img/Rectangle_18.png");
  position: absolute;
  top: 0;
  left: 0;
    margin-top: -3px;
}
.product-item .description {
  font-family: 'Ubuntu-Regular';
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.product-item .props-bottom dt {
  font-family: 'Ubuntu-Regular';
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  padding: 18px;
  background-color: #f2f2f2;
}
.product-item .props-bottom dt:nth-child(3) {
  background-color: #ffffff;
}
.product-item .props-bottom dt:nth-child(4) {
  background-color: #ffffff;
}
.product-item .row.props-bottom {
    margin-left: 0;
    margin-right: 0;
} 
.product-item .props-bottom .title {
  font-family: 'Ubuntu-Medium';
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 500;
}
.section-items h2 {
  font-family: Montserrat;
  color: #0c0908;
  font-size: 24px;
  font-weight: 600;
  margin: 36px 0;
}
.modal-body .offers {
  text-align: center;
}
.modal-body .offers .item {
  height: 150px;
  border: 1px solid transparent;
  padding: 15px;
    max-width: 130px;
    display: inline-block;
    vertical-align: top;
}
.modal-body .offers .no-gutters .col-12 {
    margin-top: 15px;
}
.modal-body .offers .item .img img, .modal-body .offers .item .img {
   width: 100px;
}
.modal-body .offers .item .title {
  font-family: 'Ubuntu-Regular';
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 7px;
    min-width: auto;
}
.modal-body .offers .item.active {
  border: 1px solid #cccccc;
}
.modal-body.lumber {
    text-align: left;
}

.personal-feedback p {
  font-family: 'Ubuntu-Medium';
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
}
.personal-feedback form {
  width: 390px;
  background-color: #f5f5f5;
  padding: 25px 30px;
}
.personal-feedback form label {
  font-family: 'Ubuntu-Regular';
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
}
.personal-feedback form h3 {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.personal-feedback form button {
  margin-top: 25px;
}
.personal-feedback form .form-control {
  font-family: 'Ubuntu-Regular';
  color: #0c0908;
  font-size: 14px;
  font-weight: 400;
}
.file-items .item {
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #c8c8c8;
}
.file-items .item .title {
  font-family: 'Ubuntu-Medium';
  color: #0c0908;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
  padding-left: 60px;
  flex: 1 1 auto;
}
.file-items .item .title.pdf::before {
  content: url("img/pdf.png");
  position: absolute;
  top: 0;
  left: 0;
}
.file-items .item .title.xls::before {
  content: url("img/xls.png");
  position: absolute;
  top: 0;
  left: 0;
}
.file-items .item .button {
  width: 130px;
}
.file-items .item .button .btn-dark {
  position: relative;
  padding: 10px 30px;
  padding-left: 50px;
  font-family: 'Ubuntu-Regular';
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.file-items .item .button .btn-dark::before {
  content: url("img/Forma_1.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-left: 20px;
}
.modal.auth {
    padding: 0!important;
}
.modal.auth .modal-dialog {
    width: 390px;
}
.carousel.slide.mebel .carousel-indicators {
    top: 0;
    bottom: 50%;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
    padding-left: 30px;
}
.sections {
    margin-top: 40px;
}

#fancybox-content {
    border-width: 25px!important;
}
#fancybox-close {
    background: none!important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNzg3IDFMNSAzLjc4NyAyLjIxMyAxIDEgMi4yMTMgMy43ODcgNSAxIDcuNzg3IDIuMjEzIDkgNSA2LjIxMyA3Ljc4NyA5IDkgNy43ODcgNi4yMTMgNSA5IDIuMjEzIiBmaWxsPSIjOTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    top: 12px!important;
    right: -15px!important;
    width: 15px!important;
    height: 15px!important;
    
}
#fancybox-right-ico {
	background-image: url(img/fancy-arrows.png)!important;
    background-position: -15px 0!important;
    background-size: 30px!important;
    background-repeat: no-repeat!important;
    margin-right: -48px!important;
}
#fancybox-left:hover span {
    left: -10px!important;
}
#fancybox-left-ico {
	background-image: url(img/fancy-arrows.png)!important;
    background-position: 15px 0!important;
    background-size: 30px!important;
    background-repeat: no-repeat!important;
    margin-right: -20px!important;
}
#map {
    width: 100%;
    height: 350px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(img/mobile.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
}
.bx-top-nav-container {
    background: red;
}