:root {
    --bs-success: #81a563;
}
@font-face {
	src: url('../fonts/Bahnschrift.woff2') format('woff2-variations');
	font-family:'Bahnschrift';
	font-style: normal;
}

body {
    font-size: 1 rem;
	font-family: 'Bahnschrift', sans-serif;
	font-weight: 100;
	line-height: 1.5;
}

.gsreserve {
    max-height: 60px;
    padding-bottom: 0;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    body {
        /* font-size: 1.25rem; */
    }
}

.text-success {
    color: var(--bs-success) !important;
}

.btn-success {
    border-color: var(--bs-success);
    background-color: var(--bs-success);
}

.section {
    padding: 4rem 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section {
        padding: 6rem 0;
    }
}

.btn.green {
    border-radius: 0;
	font-size: 1rem;
	background-color: var(--bs-success);
}
.btn.green:hover {
  	background-color: #2f5211;
}
.title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    /* margin-bottom: 3rem; */
	    text-shadow: 0 0 10px #ffffff
}

@media (min-width: 768px) {
    .title.green {
        font-size: 1.75rem;
		    color: var(--bs-success);
    }
	.gsreserve {
    max-height: 60px;
    padding-bottom: 0;
    margin-bottom: 28px;
}
}


.app-header__navbar {
   /*  padding: 1.5rem 0; */
}

@media (min-width: 768px) {
    .app-header__navbar {
        /* padding: 2rem 0; */
    }
}

.app-header__nav {
    padding-top: 1.5rem;
}

@media (min-width: 1200px) {
    .app-header__nav {
        padding-top: 0;
    }
}

.app-header__nav-item {
    padding-left: 1.125rem;
}

.app-header__nav-link {
    /* font-size: 1.125rem; */
    text-transform: uppercase;
    border-bottom: 3px solid;
    border-color: transparent;
}

.app-header__nav-link.green:hover, .app-header__nav-link.green:focus {
    border-color: var(--bs-success);
}


.app-main {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .app-main {
        padding-top: 5.5rem;
    }
}

.preview.green {
    position: relative;
    min-height: 100vh;
    background-image: url(../images/preview-bg-green.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@media (min-width: 992px) {
    .preview.green {
        padding: 6rem 0;
    }
}

@media (min-width: 1200px) {
    .preview.green {
        padding: 20rem 0;
        min-height: calc(50vh - 3rem);
    }
}


.preview__content {

}

@media (min-width: 992px) {
    .preview__content {

    }
}

@media (min-width: 1200px) {
    .preview__content {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 8rem 0;
		/* background: rgba(255,255,255, 0.7); */
        background: rgb(255,255,255);
        background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 61%); 
        z-index: 1;
    }
}

.preview__title-text {
    text-transform: uppercase;
	font-size: 1.5rem;
    margin-bottom: 1rem;
}


@media (min-width: 768px) {
    .preview__title-text {
        font-size: 2.5rem;
       /*  /* margin-bottom: 3rem; */ */
    }
}

.preview__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
	    color: #404040;
		    text-shadow: 0 0 10px #ffffff
}

@media (min-width: 768px) {
    .preview__title {
        font-size: 4rem;
		font-weight: 600;
        /* margin-bottom: 3rem; */

    }
}

.preview__text {
    text-shadow: 0 0 2px #ffffff;
}

.preview__inner {
    padding-top: 4rem;
}

.preview__actions-d {
    position: absolute;
    top: 45%;
    right: -71%;
}

.preview__actions-d-order {
    width: 135px;
    height: 135px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
}

.preview__actions-d-order:before {
    content: '+';
    align-self: flex-end;
    font-size: 1.5rem;
    line-height: 0.5;
}

.preview__actions-d-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -175px;
    left: 70px;
    width: 240px;
    height: 110px;
    transform: rotate(-90deg);
}

.description {

}

.description__inner {

}

.description__title {

}

.description p {

}

.description__image {

}

@media (min-width: 1200px) {
    .description__image {
        padding-left: 1.5rem;
    }
}

.description__image img {
    border-radius: 1.25rem;
}

.construction {
    background-color: #f3f3f3;
}

.construction__title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bs-success);
    /* margin-bottom: 3rem; */
}

@media (min-width: 1440px) {
    .construction__title {
        font-size: 80px;
        transform: rotate(-90deg);
        position: relative;
        top: calc(50% + 120px);
    }
}

.construction__content {

}

@media (min-width: 1200px) {
    .construction__content {
        padding-top: 2.25rem;
    }
}

.construction__content p {
    font-size: .875rem;
    margin-bottom: 2.25rem;
}

.construction__content-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.advantages {

}

.advantages__icon {
    width: 120px;
    height: 120px;
    border: 8px solid var(--bs-success);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.advantages__icon img {

}

.advantages__item-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: .875rem;
}

.advantages__text {
    text-align: center;
}

.types-slider-item {
    border: 1px solid #dedede;
    padding: 4rem;
}

.types-slider-item__price {
    font-size: 40px;
    font-weight: bold;
	display:none;
}

.manufacture {
    min-height: 75vh;
    background-image: url(../images/manufacture-bg.jpg);
    background-size: cover;
    background-position: center top;
}

.clients {
    border-bottom: 1px solid #b7b7b7;
}

@media (min-width: 768px) {
    .clients__title {

    }

    .clients__title b {
        display: block;
        font-size: 88px;
        margin-bottom: 2.5rem;
    }

    .clients__title > span {
        display: block;
        font-size: 1.5rem;
        padding-left: 3rem;
    }
}

.review-item__header {
    font-size: 11px;
    margin-bottom: 1rem;
}

.review-item__date {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    background-image: url(../images/comment.png);
    background-repeat: no-repeat;
    background-size: 10px 11px;
    background-position: 0px 2px;
    margin-right: 4rem;
}

.review-item__title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 1.25rem;
}

.review-item__name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.rating {
    display: flex;
    margin-bottom: 1.5rem;
}

.rating__item {
    margin-right: .5rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.review-item__text {
    font-size: 13px;
}

.contacts__phone {
    text-decoration: none;
    font-size: 1.75rem;

}

.contacts__phone:hover, .contacts__phone:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .contacts__phone--big {
        display: inline-block;
        margin-top: -25px;
        font-size: 2.25rem;
    }
}
@media (min-width: 992px) {
    .contacts__order {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 270px;
        height: 60px;
    }
}

.app-footer {
    padding: 4rem 0;
    background-color: #f3f3f3;
}

.app-footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.app-footer__sign {
    margin-bottom: 1.5rem;
}

.app-footer__nav {
    margin-bottom: 2rem;
}

.app-footer__nav-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

.app-footer__nav-link {
    text-decoration: none;
}

.app-footer__nav-link:focus, .app-footer__nav-link:hover {
    text-decoration: underline;
}

.app-footer__contacts-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

.app-footer__contacts-phone {
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1rem;
}

.app-footer__contacts-phone:hover, .app-footer__contacts-phone:focus {
    text-decoration: underline;
}

.app-footer__callme {
    background: none;
    border: none;
    padding: 0 0 .125rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid;
    border-color: transparent;
}

.app-footer__callme:hover, .app-footer__callme:focus {
    border-color: var(--bs-danger);
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
}

.slick-dots {
    position: relative;
    top: 1.5rem;
}

.slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--bs-success);
}


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  z-index: 99999;
  background-color: #dadada;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}


.section {
    padding: 4rem 0;

}

@media (min-width: 768px) {
    .section {
        padding: 6rem 0;
    }
}
b, strong {
    font-weight: 300;
}
.btn {
    border-radius: 0;
    font-size: 1rem;
    background-color: #b91818;
}
.btn:hover {
    background-color: #700101;
}




@media (min-width: 768px) {
    .title {
		font-size: 1.5rem;
		font-weight: 600;
        /* font-size: 1.75rem; */
        color: #b91818;
		font-size: 5vw;
    }
    .gsreserve {
        max-height: 60px;
        padding-bottom: 0;
        margin-bottom: 28px;
    }
	.title-red {
		/* font-size: 5vw; */
	}
	/* .benefits-item__text {
	background: rgba(255,255,255, 0.75);
	padding: 5px;
	} */
	.preview__text
	{
	background: rgba(255,255,255, 0.75);
	padding: 10px;	
	}
	.modulmost {
	background: rgba(255,255,255, 0.7);
	padding: 10px;
	}
	
}
.projecttitle {
	font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 1rem;
}

.titlecontact {
	font-size: 1.5rem;
    font-weight: 600;
	color: #b91818;
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 4rem;
}

@media (max-width: 768px) {

    .gsreserve {
        max-width: 250px;
        padding-bottom: 0;

    }
	.preview__text
	{
	background: rgba(255,255,255, 0.2);
	padding: 10px;	
	}
	.title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 1rem;
	}
	.title-red {
	/* font-size: 4rem;  */
	}
	.benefits-item__text {
	/* background: rgba(255,255,255, 0.75);
	padding: 5px; */
	}
	.modulmost {
	background: rgba(255,255,255, 0.7);
	padding: 10px;
	}
	.most {
		display:inline-table;
	}
	.achievements-item__text {
		display: contents;
	}
	.benefits-item__icon {

		display: block;
    margin-left: auto;
    margin-right: auto;
	}
}


.app-header__navbar {
    /*  padding: 1.5rem 0; */
}

@media (min-width: 768px) {
    .app-header__navbar {
        /* padding: 2rem 0; */
    }
		
}

.app-header__nav {
    padding-top: 1.5rem;
}

@media (min-width: 1200px) {
    .app-header__nav {
        padding-top: 0;
    }
	.title {
    font-size: 3rem;
	}
	.benefits-item__text {
	background: rgba(255,255,255, 0.1);
	padding: 5px;
}
}

.app-header__nav-item {
    padding-left: 1.125rem;
}

.app-header__nav-link {
    /* font-size: 1.125rem; */
    text-transform: uppercase;
    border-bottom: 3px solid;
    border-color: transparent;
}

.app-header__nav-link:hover, .app-header__nav-link:focus {
    border-color: #b91818;
}


.app-main {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .app-main {
        padding-top: 5.5rem;
    }
}



.preview {
    position: relative;
    min-height: calc(100vh - 3rem);
    background-image: url(../images/preview-bg.jpg);
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

@media (min-width: 992px) {
    .preview {
        padding: 6rem 0;
    }
}

@media (min-width: 1200px) {
    .preview {
        padding: 6rem 0;
    }
}
.preview__video {
    display: none;
    position: absolute;
    /* width: 100%; */
    /* height: auto; */
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    filter: grayscale(100%);
    /* background-size: cover; */
    object-fit: cover;

}

@media (min-width: 1200px) {
    .preview__video {
        display: block;
    }
	.preview__content {
	/* padding-top: 30vw; */
    }
}
@media (min-width: 1378px) {
    
	.preview__content {
	/* padding-top: 10vw; */
    }
}

.preview__content {

}

@media (min-width: 992px) {
    .preview__content {
	/* padding-top: 20vw; */
    }
}

@media (min-width: 1200px) {
    .preview__content.green {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 8rem 0;
        background: rgb(255,255,255);
        background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 61%);
        z-index: 1;
    }
}

.preview__title-text {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}


@media (min-width: 768px) {
    .preview__title-text {
        font-size: 2rem;
        /*  /* margin-bottom: 3rem; */ */
    }
}

.preview__title.green {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #404040;
}

@media (min-width: 768px) {
    .preview__title.green {
        font-size: 3rem;
        font-weight: 600;
        /* margin-bottom: 3rem; */

    }
}

.preview__actions-d {
    position: absolute;
    top: 45%;
    right: -71%;
}

.preview__actions-d-order {
    width: 135px;
    height: 135px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;

    font-weight: bold;
}

.preview__actions-d-order:before {
    content: '+';
    align-self: flex-end;
    font-size: 1.5rem;
    line-height: 0.5;
}

.preview__actions-d-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -175px;
    left: 70px;
    width: 240px;
    height: 110px;
    transform: rotate(-90deg);
}

.achievements {
    border-bottom: 1px solid #b7b7b7;
}

.achievements-item__count {
    /* font-family: 'Facon'; */
    font-size: 3rem;
    font-weight: 800;
    /* font-style: italic; */
    line-height: 1.5;
    color: #b91818;
}

.achievements-item__text {
    font-size: 1.125rem;
}

.benefits {
    min-height: 75vh;
    background-image: url(../images/benefits-bg.jpg);
    background-size: cover;
    background-position: right;
}

.benefits__title {
    /* margin-bottom: 7.5rem; */
}

.benefits-item {
    margin-bottom: 4rem;
}

.benefits-item__icon {
    margin-bottom: 2rem;
}

.products__subtitle {
    margin-bottom: 7.5rem;
}

.products-item {
    padding-bottom: 8rem;
}

.products-item__image {
    margin-bottom: 1rem;
    filter: grayscale(100%);
    transition: filter .3s ease-in-out;
    display: block;
    cursor: pointer;
}

.my-dialog {
    display: inline-block;
    margin: 0;
    height: 100vh;
    max-width: 100%;
}

.my-modal {
    text-align: center;
    overflow: hidden;
}

.my-modal h2 {
     position: absolute;
    z-index: 999;
    color: #ffff;
    left: 0;
    right: 0;
    margin-top: 50px;
}

.my-dialog .modal-content {
    background: transparent;
    border: 0;
    max-height: 100%;
    display: flex;
    height: 100%;
}

.fotorama {
    margin: auto;
    max-width: 100%;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    max-height: 100vh;
    width: auto;
}

.my-dialog .close {
    border: 0;
    background: transparent;
    font-size: 40px;
    position: absolute;
    color: #fff;
    z-index: 999;
    width: 100%;
}

.fotorama__nav-wrap {
    position: fixed;
    bottom: 0;
}

.fotorama__wrap .fotorama__pointer {
    min-height: 100% !important;
}

.fotorama__wrap {
    min-height: 100% !important;
    margin: auto;
}

.products-item__image:hover, .products-item__image:focus {
    filter: grayscale(0);
}

.products-item__image img {
    width: 100%;
    height: auto;
}

.products-item__title {
    /* margin-bottom: 3rem; */
}

.manufacture {
    min-height: 75vh;
    background-image: url(../images/manufacture-bg.jpg);
    background-size: cover;
    background-position: center top;
}

.clients {
    border-bottom: 1px solid #b7b7b7;
}

@media (min-width: 768px) {
    .clients__title {

    }

    .clients__title b {
        display: block;
        font-size: 88px;
        margin-bottom: 2.5rem;
    }

    .clients__title > span {
        display: block;
        font-size: 1.5rem;
        padding-left: 3rem;
    }
}

.review-item__header {
    font-size: 11px;
    margin-bottom: 1rem;
}

.review-item__date {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    background-image: url(../images/comment.png);
    background-repeat: no-repeat;
    background-size: 10px 11px;
    background-position: 0px 2px;
    margin-right: 4rem;
}

.review-item__title {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 1.25rem;
}

.review-item__name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.rating {
    display: flex;
    margin-bottom: 1.5rem;
}

.rating__item {
    margin-right: .5rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.review-item__text {
    font-size: 13px;
}

.contacts__phone {
    text-decoration: none;
    font-size: 1.75rem;

}

.contacts__phone:hover, .contacts__phone:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .contacts__phone--big {
        display: inline-block;
        margin-top: -25px;
        font-size: 2.25rem;
    }
}
@media (min-width: 992px) {
    .contacts__order {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 270px;
        height: 60px;
    }
}

.app-footer {
    padding: 4rem 0;
    background-color: #f3f3f3;
}

.app-footer__logo {
    display: inline-block;
    margin-bottom: 2rem;
}

.app-footer__sign {
    margin-bottom: 1.5rem;
}

.app-footer__nav {
    margin-bottom: 2rem;
}

.app-footer__nav-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

.app-footer__nav-link {
    text-decoration: none;
}

.app-footer__nav-link:focus, .app-footer__nav-link:hover {
    text-decoration: underline;
}

.app-footer__contacts-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.125rem;
}

.app-footer__contacts-phone {
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1rem;
}

.app-footer__contacts-phone:hover, .app-footer__contacts-phone:focus {
    text-decoration: underline;
}

.app-footer__callme {
    background: none;
    border: none;
    padding: 0 0 .125rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid;
    border-color: transparent;
}

.app-footer__callme:hover, .app-footer__callme:focus {
    border-color: var(--bs-danger);
}

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
}


#cookie_notification{
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    z-index: 99999;
    background-color: #dadada;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: $color_text;
}


@media (min-width: 576px){
    #cookie_notification.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px){
    #cookie_notification.show{
        display: block;
        text-align: left;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
}

