html,
body {
	height: 100%;
    margin: 0;
    padding: 0;
}
.row {
    margin: 0;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.main {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
    background-image: url(../image/new-design/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

.container-box{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.breadcrumbs {
    margin: 55px 0 30px;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
.breadcrumbs__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs__list-item + .breadcrumbs__list-item {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.breadcrumbs__list-item + .breadcrumbs__list-item:before {
    content: '/';
    position: absolute;
    left: 0;
    color: #8d8d8d;
}
.breadcrumbs__list-link {
    color: inherit;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #120f10;
}
.breadcrumbs__list-link--now {
    color: #8d8d8d;
}

.title {
    font-family: 'Stolzl';
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}
.subtitle {
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.tag_p {
    margin: 0;
    padding: 0;
}

/**************** delivery ***************/
.delivery {
    color: #120f10;
    font-size: 18px;
    line-height: 22px;
}
.delivery__info {
    margin-bottom: 50px;
}
.delivery__info-title {
    margin-bottom: 70px;
}
.delivery__info-box {
    display: flex;
    justify-content: space-between;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
}
.delivery__info-inner {
    max-width: 474px;
}
.delivery__info-subtitle {
 margin-bottom: 20px;
 text-transform: initial;   
}
.delivery__info-subtitle--laptop {
    display: none;
}
.delivery__info-text {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
    color: #464646;
}
.delivery__info-imgbox {
    padding: 10px 13px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
}
.delivery__size {
    background-image: url(../image/new-design/bg-delivery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0 10px 0;
    color: #fff;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
}
.delivery__size-inner {
    display: flex;
}
.delivery__size-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.delivery__size-img {
    margin-right: 80px;
    margin-top: -85px;
}
.delivery__size-info {
    max-width: 390px;
}
.delivery__size-items {
    display: flex;
    justify-content: space-between;
}
.delivery__size-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.delivery__size-item_text {
    max-width: 150px;
    line-height: 22px;
}
.delivery__size-item_warning-text {
    font-size: 16px;
    line-height: 22px;
    color: #bcdaf1;
    max-width: 190px;
}
.delivery__size-item_warning {
    max-width: 39px;
    max-height: 39px;
    margin-bottom: 15px;
}
.condition {
    text-align: center;
    padding: 70px 0;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;

}
.condition__subtitle {
    margin-bottom: 60px;
}
.condition__subtitle span {
    font-weight: bold;
}
.condition__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 80px;
    max-width: 980px;
}
.condition__item {
    max-width: 250px;
}
.condition__item-img {
    margin-bottom: 40px;
}
.condition__item-text {
    line-height: 22px;
}
.condition__text {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 22px;
    max-width: 735px;
    margin: 0 auto;
}
.foundation {
    padding: 70px 0 90px;
    background-image: url(../image/new-design/bg-delivery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
}
.foundation-container {
    position: relative;
}
.foundation__inner {
    display: flex;
}
.foundation__descr {
    max-width: 550px;
    margin-right: 70px;
}
.foundation__descr-subtitle,
.foundation__info-subtitle {
    font-weight: bold;
    margin-bottom: 30px;
}
.foundation__descr-text {
    font-size: 16px;
    line-height: 22px;
    color: #bcdaf1;
}
.foundation__descr-text + .foundation__descr-text {
    margin-top: 25px;
    max-width: 200px;
}
.foundation__info-box {
    display: flex;
}
.foundation__info-img {
    margin-right: 30px;
}
.foundation__info-text + .foundation__info-text {
    margin-top: 30px;
}
.foundation__img-abs {
    position: absolute;
    bottom: -230px;
    left: 100px;
}
.installation {
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
}
.installation-container {
    position: relative;
    padding-top: 150px;
}
.installation__subtitle {
    text-align: center;
    margin-bottom: 45px;
}
.installation__subtitle span {
    font-weight: bold;
}
.installation__inner {
    display: flex;
    justify-content: space-between;
}
.installation__box-first,
.installation__box-second {
    max-width: 475px;
    width: 100%;
}
.installation__box-second {
    display: flex;
}
.installation__lighttext {
    margin-left: 35px;
    font-weight: lighter;
    color: #7b7b7b;
    font-size: 16px;
    line-height: 19px;
    max-width: 340px;
    margin-top: auto;
}
.installation__text {
    margin-bottom: 25px;
    color: #464646;
}
.installation__warning {
    padding: 20px;
    border: 2px solid #ff0000;
    margin-bottom: 26px;
    font-weight: bold;
    line-height: 22px;
}
.installation__need-subtitle {
    margin: 0 0 18px 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
}
.installation__need-text {
    font-size: 16px;
    line-height: 22px;
}
.installation__img-abs {
    position: absolute;
    top: 0;
    left: 60%;
}
.steps {
    padding: 75px 0;
}
.steps__subtitle {
    font-family: 'Lato';
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
}
.steps__items {
    display: grid;
    column-gap: 30px;
    row-gap: 70px;
    grid-template-columns: repeat(3, 1fr);
    color: #464646;
    font-family: 'Lato';
    font-weight: normal;
}
.steps__item {
    position: relative;
    border: 2px solid #e3e3e3;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.steps__item::before {
    position: absolute;
    width: 49px;
    height: 49px;
    background-image: url(../image/new-design/steps_numb.jpg);
    left: -2px;
    top: -36px;
    
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 49px;
}
.steps__item--10 {
    grid-column: 2;
}
.steps__item--1::before {
    content: '01';
}
.steps__item--2::before {
    content: '02';
}
.steps__item--3::before {
    content: '03';
}
.steps__item--4::before {
    content: '04';
}
.steps__item--5::before {
    content: '05';
}
.steps__item--6::before {
    content: '06';
}
.steps__item--7::before {
    content: '07';
}
.steps__item--8::before {
    content: '08';
}
.steps__item--9::before {
    content: '09';
}
.steps__item--10::before {
    content: '10';
}

/*************** about **************/

.about {
    color: #464646;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: normal;
}
.about__info {
    padding-bottom: 80px;
}
.about__info-title {
    margin-bottom: 50px;
    color: #120f10;
}
.about__box {
    display: flex;
    justify-content: space-between;
}
.about__subtitle {
    margin-top: 30px;
    margin-bottom: 15px;
}
.about__img {
    object-fit: contain;
    align-self: flex-end;
}
.about__text {
    margin-bottom: 40px;
}
.about__new-btn {
    background-color: #59d91e;
    border: none;
    color: #fff;
    padding: 15px 30px;
    font-weight: bold;
    font-family: 'Tahoma';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    margin-top: 0;
}
.about__new-btn--laptop {
    display: none;
}
.about__info-imgbox {
    max-width: 478px;
    padding: 10px 13px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    background-color: #fff;
}
.about__info-imgbox img {
    max-width: 100%;
}
.view__box {
    display: flex;
    justify-content: space-between;
}
.view {
    background-color: #f0f9ff;
    padding: 70px 0;
}
.view__left {
    max-width: 450px;
}
.view__left-subtitle,
.view__right-subtitle {
    color: #120f10;
    margin-bottom: 20px;
    line-height: 36px;
}
.view__left-text {
    margin-bottom: 60px;
    line-height: 22px;
}
.view__left-adv--1,
.view__left-adv--2 {
    border-left: 2px solid #59d91e;
    padding: 10px 0 10px 20px;
    font-weight: 300;
    line-height: 22px;
}
.view__left-adv--1 {
    margin-bottom: 50px;
}
.view__left-adv--2 {
    margin-bottom: 65px;
}
.view__right {
    max-width: 480px;
    display: flex;
    flex-direction: column;
}
.view__right-text {
    max-width: 450px;
    line-height: 22px;
}
.view__right-text + .view__right-text {
    margin-top: 25px;
    max-width: 390px;
}
.about__info-img {
    margin-top: auto;
}
.our-product {
    padding: 70px 0;
    background-image: url(../image/new-design/our-product-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top 40%;
}
.our-product__subtitle {
    margin-bottom: 100px;
    color: #120f10;
    text-align: center;
    line-height: 36px;
}
.our-product__subtitle span {
    font-weight: bold;
}
.our-product__items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.our-product__item {
    max-width: 475px;
    width: 100%;
}
.our-product__item-img {
    margin-bottom: 35px;
    width: 100%;
}
.our-product__item-title {
    font-size: 24px;
    line-height: 29px;
    color: #0562a4;
    margin-bottom: 25px;
}
.our-product__item-text {
    line-height: 22px;
}
.price {
    padding: 70px 0 35px;
    color: #fff;
    background-image: url(../image/new-design/price-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.price__inner {
    display: flex;
    justify-content: space-between;
}
.price__descr {
    max-width: 475px;
}
.price__subtitle {
    font-weight: bold;
    margin-bottom: 35px;
}
.price__text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #bcdaf1;
}
.price__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 450px;
}
.price__item {
    max-width: 170px;
    margin-bottom: 25px;
    line-height: 22px;
}
.price__item-num {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
}
.price__img {
    margin-bottom: 25px;
}
.price__wannaprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price__wannaprice-text {
    position: relative;
    margin-right: 13px;
    padding-right: 75px;
    font-size: 16px;
    line-height: 22px;
    color: #bcdaf1;
}
.price__wannaprice-text::after {
    content: '';
    position: absolute;
    width: 57px;
    height: 2px;
    background-color: #b4d4ed;
    right: 0;
    top: 50%;
}
.btn__white {
    background-color: #fff;
    color: #1e1e1e;
}
.advantages {
    padding: 80px 0;
}
.advantages__inner {
    padding-left: 160px;
    max-width: 855px;
}
.advantages__subtitle {
    text-align: center;
    color: #120f10;
    margin-bottom: 25px;
}
.advantages__subtitle span {
    font-weight: bold;
}
.advantages__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.advantages__item-title {
    margin: 30px 0;
    color: #0562a4;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    width: 100%;
}
.advantages__item-text {
    max-width: 330px;
    line-height: 22px;
}
.advantages__item-line {
    width: 2px;
    height: 84px;
    background-color: #b4d4ed;
}

/***************** Contacts ******************/
.contacts {
    padding-bottom: 80px;
    font-family: 'Lato';
    font-weight: normal;
}
.contacts__title {
    margin-bottom: 40px;
}
.contacts__inner {
    display: flex;
    justify-content: space-between;
}
.contacts__info {
    padding-top: 35px;
}
.contacts__adress-title,
.contacts__phones-title,
.contacts__email-title {
    font-size: 24px;
    line-height: 30px;
    color: #120f10;
    margin-bottom: 5px;
}
.contacts__adress-text,
.contacts__phones-text,
.contacts__email-text {
    font-size: 18px;
    line-height: 30px;
    color: #464646;
    text-decoration: none;
    display: block;
}
.contacts__adress-time {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 30px;
}
.contacts__adress,
.contacts__phones {
    margin-bottom: 30px;
}

.contacts__map iframe {
    width: 700px;
    padding: 10px 13px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    background-color: #fff;
}


/*********************** Home ********************/

.main {
    padding: 145px 0 205px;
    background-image: url(../image/new-design/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main__info {
    max-width: 580px;
}
.maintitle {
    margin: 0 0 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 92px;
    line-height: 92px;
    color: #59d91e;
}
.maintitle span {
    color: #59d91e;
}

.mainsubtitle {
    color: #fff;
    font-size: 45px;
    line-height: 48px;
    font-family: 'Stolzl';
    font-weight: 300;
    padding-left: 6px;
    margin-bottom: 30px;
}
.main__info-text {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Stolzl';
    font-weight: 300;
    padding-left: 9px;
    max-width: 445px;
    margin-bottom: 40px;
}
.main__btn {
    margin-left: 10px;
}

.main-gallery{ 
    padding: 80px 0;
}

.main-gallery__title {
    color: #120f10;
    margin-bottom: 60px;
    text-align: center;
}
.main-gallery__title span {
    font-weight: 300;
}
.main-gallery__items {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    font-family: 'Lato';
    font-weight: normal;
}
.main-gallery__item {
    position: relative;
    padding: 10px 13px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    box-shadow: 5px 5px 5px 0px rgba(0, 1, 3, 0.23);
    background-color: #fff;
}
.main-gallery__item-img {
    width: 100%;
    object-fit: cover;
     -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.main-gallery__item:nth-child(1) {
    order: 1;
    grid-column-start: 1;
    grid-column-end: 3;

}
.main-gallery__item:nth-child(2) {
    order: 2;
}
.main-gallery__item:nth-child(3) {
    order: 3;
}
.main-gallery__item:nth-child(5) {
    order: 5;
}
.main-gallery__item:nth-child(6) {
    order: 6;
}
.main-gallery__item:nth-child(8) {
    order: 8;
}
.main-gallery__item:nth-child(9) {
    order: 9;
}
.main-gallery__item:nth-child(10) {
    order: 10;
}
.main-gallery__item:nth-child(4) {
    order: 4;
}
.main-gallery__item:nth-child(7) {
    order: 7;
}
.main-gallery__item-text {
    position: absolute;
    right: 13px;
    bottom: 40px;
    background-color: #fff;
    color: #242021;
    font-size: 20px;
    line-height: 30px;
    padding: 18px 20px;
    z-index: 100;
    -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.main-gallery__item-subtext {
    position: absolute;
    left: 30px;
    bottom: 55px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    
}
.main-gallery__item:nth-child(7) .main-gallery__item-subtext {
    max-width: 330px;
    bottom: 45px;
}
.main-gallery__item-rent {
    position: absolute;
    left: 13px;
    bottom: 40px;
    background-color: #0562a4;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 18px 20px;
}
.main-gallery__item-rent span {
    font-size: 12px;
    line-height: 23px;
}
.choose {
    padding: 75px 0 100px;
    background-image: url(../image/new-design/choose-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.choose__title {
    margin-bottom: 40px;
    text-transform: uppercase;
}
.choose__title span {
    font-weight: 300;
}
.choose__items {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-family: 'Lato';
    font-weight: normal;
}
.choose__item {
    max-width: 320px;
}
.choose__item-img {
    margin-bottom: 25px;
}
.choose__item-title {
    font-size: 24px;
    margin: 0 0 10px;
}
.choose__item-text {
    font-size: 18px;
    min-height: 108px;
}
.stepswork {
    padding: 75px 0;
}

.stepswork__title {
    text-transform: uppercase;
    color: #120f10;
    text-align: center;
    margin-bottom: 90px;
}
.stepswork__title span {
    font-weight: 300;
}

.stepswork__items {
    font-family: 'Lato';
    font-weight: normal;
}
.stepswork__item-title {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #120f10;
    margin: 0;
}
.stepswork__item--1 {
    margin-bottom: 40px;
}
.stepswork__item--1 .stepswork__item-title span {
    position: relative;
    padding-right: 64px;
}
.stepswork__item--1 .stepswork__item-title span:before {
    content: '01';
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: #59d91e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
}
.stepswork__item--1 .stepswork__item-title span:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0px;
    background-image: url(../image/new-design/stepswork-3.png);
    width: 1098px;
    height: 591px;
}
.stepswork__item .stepswork__item-descr {
    display: flex;
    font-size: 18px;
    color: #464646;
    padding: 0 100px 0 60px;
    
}
.stepswork__item--2 {
    margin-bottom: 45px;
}
.stepswork__item--2 .stepswork__item-title {
    text-align: right;
}
.stepswork__item--2 .stepswork__item-title span {
    margin-right: 130px;
    display: inline-block;
}
.stepswork__item--2 .stepswork__item-title span:before {
    content: '02';
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: #59d91e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.stepswork__item--3 {
    margin-bottom: 40px;
}
.stepswork__item--3 .stepswork__item-title span {
    position: relative;
    padding-right: 64px;
}
.stepswork__item--3 .stepswork__item-title span:before {
    content: '03';
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: #59d91e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stepswork__item--4 {
    margin-bottom: 20px;
}
.stepswork__item--4 .stepswork__item-title span:before {
    content: '04';
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: #59d91e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stepswork__item--4 .stepswork__item-title span {
    position: relative;
    padding-right: 64px;
}
.stepswork__item--4 .stepswork__item-title {
    text-align: right;
}
.stepswork__item--4 .stepswork__item-title span {
    margin-right: 150px;
    display: inline-block;
}
.stepswork__item--5 .stepswork__item-title span:before {
    content: '05';
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: #59d91e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stepswork__item--5 .stepswork__item-title span {
    position: relative;
    padding-right: 64px;
}

.stepswork__item .stepswork__item-title {
    margin-bottom: 30px;
}
.stepswork__item--1 .stepswork__item-text:nth-child(1),
.stepswork__item--2 .stepswork__item-text:nth-child(1),
.stepswork__item--3 .stepswork__item-text:nth-child(1) {
    max-width: 521px;
    width: 100%;
    margin-right: 70px;
}
.stepswork__item--4 .stepswork__item-text:nth-child(1),
.stepswork__item--5 .stepswork__item-text:nth-child(1) {
    max-width: 240px;
    width: 100%;
    margin-right: 65px;
}
.stepswork__item--4 .stepswork__item-text:nth-child(2),
.stepswork__item--5 .stepswork__item-text:nth-child(2) {
    max-width: 220px;
    width: 100%;
    margin-right: 65px;
}

.maintext {
    padding: 30px 0 40px;
    background-color: #fafafa;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #464646;
    
}
.maintext__title {
    margin: 40px 0 25px;
    color: #120f10;
    font-size: 24px;
}
.maintext__text {
    margin: 0 0 25px 0;
}
.maintext__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.maintext__list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}
.maintext__list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #59d91e;
}

.block-prices--content{
    display: flex;
    justify-content: space-between;
}

.komplect{
    flex-basis: 33%;
    border-left: 1px solid #dcdcdc;
}

.komplect:first-child{
    border: 0;
}

.komplect__name{
    width: 96%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #76c652;
    margin: 0 auto 10px auto;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.detali__content{
    width: 96%;
    margin: 0 auto;
}

.detali__content li{
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

.detali__content li:before{
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #617f54;
}

.detali__name{
    width: 96%;
    margin: 0 auto 10px auto;
    font-weight: 600;
    padding:10px 0 10px 15px;
    background-color: #7ab061;
    color: #fff;
    text-transform: uppercase;
}


.detali:first-child .detali__name{
    display: none;
}

.price-wrapper h1{
    padding: 40px 0;
}

.price-total{
    display: block;
    background-color: #7ab061;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    width: 96%;
    margin: 0 auto;
}

.price-total{
    font-weight: 600;
}

.button-cta--wrapper{
    text-align: center;
    padding-top: 40px;
}

.button-cta--wrapper a{
    display: inline-block;
}

.button-cta--wrapper a .btn{
    background-color:#59d91e;
}

.button-cta--wrapper a .btn:hover{
    background-color:#4ebd1b;
}

.price-wrapper{
    margin-bottom: 40px;
}
/*********************HEADER************************/

.header__logo-text {
    font-family: 'Stolzl';
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #120f10;
    padding-top: 15px;
    margin-left: 20px;
}

.header__logo-bigtext {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}
.header__logo-bigtext span {
    color: #59d91e;
}

.header__logo-text p {
    margin: 0;
}
.header__adress {
  position: relative;
  border-left: 1px solid #e2e2e2;
  flex-grow: 1;
  padding-left: 35px;
}

.header__adress-place {
  font-weight: 500;
  color:  #000;
  font-size: 15px;
  margin-top: 2px;


}
.header__adress-time {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color:  #908989;
  letter-spacing: 2px;
  margin-top: 7px;
  text-transform: uppercase;
}

.header__phones {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color:  #242021;
  margin-top: 5px;
}

.header__phone {
    display: block;
    padding-left: 35px;
    margin-bottom: 8px;
    position: relative;
}
.new-feedback__btn {
    background: none;
    color:  #44b70f;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    border-radius: 0;
    padding: 0 !important;
    margin-top: 10px;
    font-weight: 600;
    text-transform: none;
}
.new-feedback__btn:hover {
    background: none;
    color:  #59d91e;
} 
.new-feedback__btn--mobile {
    display: none;
}
.header__bottom {
    background-color: #44b70f;
    position: relative;
}
.header__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main__menu {
    margin: 0;
    color:  #fff;
    font-family: 'Stolzl';
    font-weight: normal;
    font-size: 18px;
}
.main__menu .top__navigation__item {
    position: relative;
    padding: 0 0 0 15px;
}
.main__menu .top__navigation__item + .top__navigation__item {
    margin-left: 40px;
}
.main__menu .top__navigation__item a:hover,
.main__menu .top__navigation__item a:focus {
    color:  #fff;
}
.main__menu .top__navigation__item:before {
    content: '';
    position: absolute;
    background-color: #d0eac3;
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header__bottom-inner .language__block #form-language {
    margin: 0;
}
.header-language__block {
    padding: 27px 40px;
    border-right: 1px solid #70c549;
    border-left: 1px solid #70c549;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
}
.language__block {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.language__block li button {
    background: none;
    color:  #fff;
    font-size: 16px;
}
.language__block li button.active__language {
    background-color: #fff;
    color: #242424;
}
.top__menu {
    z-index: 10;
    background: #4ebd1b;
}
.burger__menu {
    cursor: pointer;
}
.burger__menu span {
    display: none;
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 8px 0;
}
.menu__box__additional {
    position: absolute;
    color: #fff;
    z-index: 30;
    left: 0;
    right: 0;
    background-color: #0562a4;
    transition: all 1s;
    padding: 20px;
}
.menu__box__additional.active__menu {
    transform: translateX(0);
}
.content {
    margin: 0;
}



/*************************FOOTER********************/
.footer {
    padding: 85px 0 60px;
    font-family: 'Lato';
    font-weight: normal;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
}
.footer__logo-box {
    display: flex;
}
.footer__logo {
    margin-right: 60px;
}
.footer__menu {
    display: flex;
    flex-direction: column;
}
.footer__menu__name {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.footer__menu__name span{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #75b97a;
}

.footer__list__catalog{
    margin-top: 20px !important;
}

.footer ul {
    margin: 0;
}
.footer__list li {
    position: relative;
    padding: 0 0 0 15px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 30px;
}

.footer__list li:before {
    content: '';
    position: absolute;
    background-image: url(../image/new-design/dot.png);
    width: 5px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer__list li a:hover,
.footer__list li a:focus {
    color: inherit;
}
.footer__copyright {
    margin-top: auto;
    font-size: 12px;
    line-height: 24px;
    color: #cde7fa;
    font-family: 'Tahoma';
    text-transform: uppercase;
}
.footer__contacts {
    display: flex;
    flex-direction: column;
}
.footer__contacts a {
    display: block;
}
.footer__contacts a:hover,
.footer__contacts a:focus {
    color: inherit;
}
.footer__contacts-phone {
    font-size: 20px;
    line-height: 30px;
}
.footer__contacts-phones {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.footer__contacts-phones:before {
    content: '';
    position: absolute;
    background-image: url(../image/new-design/footer-phone.png);
    width: 15px;
    height: 19px;
    left: 0;
    top: 10px;
}
.footer .new-feedback__btn {
    color: #fff;
}
.footer__contacts-place {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #fafafa;
    margin-bottom: 5px;
}
.footer__contacts-time {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Tahoma';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer__contacts-adress {
    position: relative;
    padding-left: 30px;
    margin-top: auto;
}
.footer__contacts-adress:before {
    content: '';
    position: absolute;
    background-image: url(../image/new-design/footer-loc.png);
    width: 20px;
    height: 24px;
    left: 0;
    top: 0;
}
.footer__copyright-laptop {
    display: none;
    margin-top: 25;
    order: 4;
}
.footer__copyright-mobile {
    display: none;
    margin-top: 30px;
}

.main-gallery__item:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    bottom: -100%;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.main-gallery__item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.main-gallery__item:hover:after{
    left: 0;
    bottom: 0;
}

.main-gallery__item:hover:before{
    right: 0;
    top: 0;
}


.main-gallery__item:hover .main-gallery__item-img{
    -webkit-transform: scale(1.2);  
     -moz-transform: scale(1.2); 
       -o-transform: scale(1.2); 
          transform: scale(1.2);   
}

.main-gallery__item:hover .main-gallery__item-text{
    bottom: 60px;
    right: 30px;
}

.contact-row{
    display: flex;
}

.contact-row .msg-link{
    margin: 2px 2px 0 2px;
}

.contact-row .contacts__phones-text{
    margin-right: 5px;
}

.form-file{
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 8px 0;
}

.modal__body label{
    font-weight: normal;
}

.file-input{
    height: 0;
    overflow: hidden;
}

.file-link{
    position: relative;
    margin-left: 8px;
    padding-left: 40px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
}

.i-file{
    width: 22px;
    height: 30px;
    background-position: -146px 0;
}

.remove-file{
    display: block;
    float: left;
    position: relative;
    border-radius: 3px;
    padding: 3px 10px 3px 25px;
    background-color: #f7f7f7;
    margin:2px 0 0 20px;
    font-size: 13px;
}

.i-remove{
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
    background-position: -131px -14px;
}

.i-check{
    width: 19px;
    height: 19px;
    left: 10px;
    top: 5px;
    background-position: -170px -1px;
}

/******************media*********************/
@media (max-width: 1200px) {
    .main-gallery__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-gallery__item:nth-child(3) {
        order: 4;
    }
    .main-gallery__item:nth-child(4) {
        order: 3;
    }
    .main-gallery__item:nth-child(6) {
        order: 7;
    }
    .main-gallery__item:nth-child(7) {
        order: 6;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .choose__items {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .choose__item {
        margin: 20px;
    }
    .choose__title {
        line-height: 48px;
    }
    .stepswork__item--1 .stepswork__item-title span:after {
        display: none;
    }
    .stepswork__items {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .stepswork__item .stepswork__item-descr {
        flex-direction: column;
        align-items: center;
    }
    .stepswork__item-text {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .stepswork__item-text + .stepswork__item-text {
        margin-top: 30px;
    }
    .stepswork__item .stepswork__item-title {
        text-align: center;
    }
    .stepswork__item--2 .stepswork__item-title span {
        margin-right: 0;
        position: relative;
        padding-right: 64px;
    }
    .stepswork__item--2 .stepswork__item-title span:before {
        right: 0;
    }
    .stepswork__item--4 .stepswork__item-title span {
        margin-right: 0;
    }
    .stepswork__item {
        margin-bottom: 40px;
    }
    .foundation {
        padding: 45px 0;
        position: relative;
    }
    .foundation:after {
        content: '';
        position: absolute;
        background-image: url(../image/new-design/foundation-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
        width: 388px;
        height: 317px;
        right: 0;
        bottom: 0;
    }
    .foundation__inner {
        flex-direction: column;
    }
    .foundation__descr {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .foundation__img-abs {
        display: none;
    }
    .installation-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .installation__img-abs {
        display: none;
    }
    .installation {
        position: relative;
    }
    .installation:after {
        content: '';
        position: absolute;
        background-image: url(../image/new-design/installation-1.png);
        right: 0;
        top: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
        width: 259px;
        height: 216px;
    }
    .installation__warning {
        font-size: 16px;
    }
    .installation__need-subtitle {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .steps {
        padding: 0 0 60px;
    }
    .steps__items {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 50px;
    }
    .price {
        padding: 50px 0;
    }
    .price__inner {
        flex-direction: column;
        align-items: center;
    }
    .price__descr {
        max-width: 100%;
    }
    .price__items {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .price__item {
        margin-bottom: 0;
    }
    .price__subtitle,
    .price__text {
        text-align: center;
    }
    .price__img {
        margin-bottom: 35px;
    }
    
}


@media (max-width: 1024px) {
    .breadcrumbs {
        margin: 30px 0;
    }
    .change__lng {
        order: -1;
    }
    .menu__box__additional {
        transform: translateX(-100%);
    }
    .burger__menu span {
       display: block
    }
    .footer__logo-box {
        flex-direction: column;
    }
    .footer__logo {
        margin-top: auto;
        margin-right: 0;
        order: 2;
    }
    .footer__menu .footer__copyright {
        display: none;
    }
    .footer__copyright-laptop {
        display: block;
    }
    .footer__list__catalog {
        column-count: 1;
    }
    .footer__contacts {
        display: block;
    }
    .contacts__inner {
        flex-direction: column;
    }
    .contacts__info {
        display: flex;
        justify-content: space-between;
        padding-top: 0;
    }
    .contacts__map iframe {
        width: 100%;
    }
    .delivery__info-box {
        flex-direction: column;
    }
    .delivery__info-img {
        max-width: 488px;
        margin-bottom: 30px;
    }
    .delivery__info-img img {
        max-width: 100%;
    }
    .delivery__info-subtitle {
        display: none;
    }
    .delivery__info-subtitle--laptop {
        display: block;
    }
    .delivery__info-inner {
        order: 2;
        max-width: 100%;
    }
    .delivery__size {
        padding: 60px 0;
        position: relative;
    }
    .delivery__size-inner {
        justify-content: flex-end;
    }
    .delivery__size-img {
        background-image: url(../image/new-design/delivery-car-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center left;
        margin-top: 0;
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 20px;
        width: 312px;
        height: 378px;
    }
    .delivery__size-img img {
        display: none;
    }
    .about__calculate {
        max-width: 350px;
    }
    .about__subtitle {
        margin-top: 0;
    }
    .view {
        padding: 60px 0;
    }
    .view__box {
        display: block;
    }
    .view__left, .view__right {
        max-width: 100%;
    }
    .view__left-adv .about__new-btn {
        display: none;
    }
    .about__new-btn--laptop {
        display: inline-block;
    }
    .view__left-text {
        margin-bottom: 30px;
    }
    .view__left-adv--1 {
        margin-bottom: 10px;
    }
    .view__left-adv--2 {
        margin-bottom: 30px;
    }
    .view__right-subtitle {
        order: -2;
    }
    .about__info-img {
        order: -1;
        margin-bottom: 30px;
    }
    .view__right-text,
    .view__right-text + .view__right-text {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .our-product {
        padding: 60px 0;
    }
    .advantages {
        padding: 50px 0;
    }
    .advantages__inner {
        padding-left: 0;
        max-width: 100%;
    }
    .advantages__subtitle {
        margin-bottom: 10px;
    }
}
@media (max-width:  900px) {
    .header__adress {
        margin-right: 10px;
        padding-left: 30px;
    }
    .header__logo-text p {
        max-width: 175px;
    }

}

@media (max-width:  760px) {
    .main__header {
        flex-wrap: wrap;
        padding: 20px 0 10px;
    }
    #logo {
        margin: 0 auto 20px;
    }
    .header__adress {
        display: none;
    }
    .header__right__content {
        width: 100%;
        flex-wrap: wrap;
    }
    .header__phones {
        margin: 0 auto;
        padding: 0;
    }
    .new-feedback__btn {
        display: none;
    }
    .header__phones:before {
        display: none;
    }
    .header__phone-1 {
        position: relative;
    }
   
    .new-feedback__btn--mobile {
        display: flex;
        width: 100%;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        border:  1px solid #dddddd;
    }
    .new-feedback__btn--mobile--link {
        width: 100%;
    }

    .footer__inner {
        flex-direction: column;
    }
    .footer__copyright-laptop {
        display: none;
    }
    .footer__logo-box {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .footer__logo {
        margin-top: 0;
    }
    .footer__catalog .footer__menu__name {
        position: relative;
    }
    .footer__catalog .footer__menu__name:after {
        content: "";
        position: absolute;
        background-image: url(../image/new-design/footer-arrow.png);
        width: 19px;
        height: 12px;
        top: 9px;
        margin-left: 15px;
    }
    .footer__list__catalog {
        height: 0;
        overflow-y: auto;
    }
    .footer__list__catalog-active {
        height: auto;
    }
    .footer__menu__name-active:after {
        transform: rotateX(180deg);
    }
    .footer__catalog {
        margin-bottom: 30px;
    }
    .footer .new-feedback__btn {
        display: block;
    }
    .footer__copyright-mobile {
        display: block;
    }
    .contacts__info {
        flex-direction: column;
    }
    .contacts {
        padding-bottom: 40px;
    }
    .delivery__size-img {
        display: none;
    }
    .delivery__size-inner {
        justify-content: center;
    }
    .delivery__size-items {
        flex-direction: column;
    }
    .delivery__size-item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .delivery__size-item_text {
        margin-bottom: 15px;
    }
    .delivery__size-title {
        font-size: 18px;
    }
    .delivery__size-item + .delivery__size-item {
        justify-content: start;
        flex-wrap: nowrap;
    }
    .delivery__size-item_warning {
        margin: 0 15px 0 0;
    }
    .delivery__size-item_warning-text {
        max-width: 100%;
    }
    .condition {
        padding: 40px 0;
    }
    .condition__subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .condition__items {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .condition__item {
        margin-bottom: 25px;
    }
    .foundation:after {
        display: none;
    }
    .foundation__descr-subtitle, .foundation__info-subtitle {
        font-size: 24px;
    }
    .foundation__info-box {
        flex-direction: column;
    }
    .foundation__info-img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .steps__items {
        display: flex;
        flex-direction: column;
    }
    .steps__subtitle {
        font-size: 24px;
    }
    .our-product__items {
        flex-direction: column;
    }
    .our-product__item {
        margin: 0 auto;
    }
    .our-product__subtitle {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .our-product {
        padding: 40px 0;
    }
    .our-product__item-title {
        margin-bottom: 10px;
    }
    .price__img  {
        display: none;
    }
    .price {
        padding: 40px 0 30px;
    }
    .price__subtitle {
        font-size: 24px;
        line-height: 29px;
    }
    .price__items {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .price__item {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .price__wannaprice {
        flex-direction: column;
    }
    .price__wannaprice-text {
        padding-right: 0;
        padding-bottom: 45px;
        margin-right: 0;
    }
    .price__wannaprice-text::after {
        width: 1px;
        height: 37px;
        bottom: 0;
        top: auto;
        left: 50%;
        right: auto;
    }
    .advantages__subtitle {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .advantages__item-title {
        font-size: 18px;
        margin: 10px 0 0;
    }
    .advantages__item-text {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }
    .advantages__item-line {
        order: -1;
        width: 1px;
        height: 26px;
    }
    .advantages__item {
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .advantages__item-text {
        margin-top: 10px;
    }
}

@media (max-width: 620px) {
    .main {
        padding: 50px 0;
    }
    .main__info {
        text-align: center;
    }
    .main__info-text {
        max-width: 100%;
        padding: 0;
    }
    .main__btn {
        margin: 0;
    }
    .maintitle {
        font-size: 72px;
        line-height: 72px;
    }
    .mainsubtitle {
        font-size: 28px;
        line-height: 30px;
    }
    .main-gallery__item-subtext {
        display: none;
    }
    .main-gallery__item-text,
    .main-gallery__item-rent {
        padding: 8px 10px;
    }
    .main-gallery__items {
        display: flex;
        flex-direction: column;
    }
    .main-gallery__title {
        font-size: 28px;
        line-height: 30px;
    }
    .main-gallery__item-img {
        min-height: 264px;
    }
    .choose {
        padding: 50px 0;
    }
    .choose__title {
        font-size: 30px;
        line-height: 36px;
    }
    .stepswork__item .stepswork__item-descr {
        display: none;
    }
    .stepswork__item-title span {
        position: relative;
        padding-top: 70px;
        padding-right: 0 !important;
        display: block;
    }
    .stepswork__item-title span:before {
        top: 0 !important;
        left: 50%;
        transform: translate(-50%) !important;
    }
    .stepswork__item  {
        width: 100%;
        margin-bottom: 0;
    }
    .stepswork__title  {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .stepswork {
        padding: 40px 0;
    }
    .maintext {
        display: none;
    }
    .footer {
        padding: 50px 0;
    }
    .title {
        font-size: 30px;
    }
    .delivery__info-title {
        margin-bottom: 20px;
    }
    .delivery__info {
        margin-bottom: 40px;
    }
    .installation__box-second {
        display: none;
    }
    .installation:after {
        display: none;
    }
    .installation__inner {
        display: block;
    }
    .installation-container {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .installation__subtitle {
        font-size: 24px;
    }
    .steps__item {
        padding: 0 5px;
    }
    .about__img {
        display: none;
    }
    .about__calculate {
        max-width: 100%;
    }
    .view__left-subtitle, .view__right-subtitle {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }
    .view {
        padding: 40px 0;
    }
    .view__left-text {
        text-align: center;
    }
}