*, *::before, *::after{
    box-sizing: border-box; 
}

*{
    margin: 0; 
    padding: 0; 
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

ul[role='list'], ol[role='list']{
    list-style: none; 
}

html:focus-within{
    scroll-behavior: smooth; 
}

a:not([class]){
    text-decoration-skip-ink: auto; 
}

picture, svg, video, canvas{
    max-width: 100%;
    height: auto; 
    vertical-align: middle; 
    font-style: italic; 
    background-repeat: no-repeat; 
    background-size: cover;
}

input, button, textarea, select{
    font: inherit; 
}

@media (prefers-reduced-motion: reduce){
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}

body, html{
    height: 100%; 
    scroll-behavior: smooth; 
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #F9F8F7;
}

.burger {
  display: none;
  position: relative;
  border: none;
  background: transparent;
  width: 40px;
  height: 26px;
  cursor: pointer;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #406A45;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #406A45;
}
.burger::after {
  bottom: 0;
}
.burger::before {
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  transition: bottom .3s .15s, transform .3s;
}
.burger.active::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger.active::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu{
    display: none;
}
.menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: #fff;
  list-style-type: none;
  transform: translateX(-100%);
  transition: .3s;
  width: 100%;
  height: 100%;
}
.menu-item {
  display: block;
  padding: 8px;
  color: #406A45;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}

.wrapper{
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.header{
    padding-top: 10px;
}

.header__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu ul{
    display: flex;
}

.header__menu ul li{
    margin-right: 105px;
}

.header__menu ul li:last-child{
    margin-right: 0;
}

.header__menu ul li a{
    color: #406A45;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: bold;
}

.header__menu ul li a:hover{
    border-bottom: 1px solid #406A45;
}

.promo__container{
    display: flex;
    justify-content: space-between;
    padding: 85px 0px;
}

.promo__left{
    padding-top: 24px;
}

.promo_title{
    font-size: 45px;
    font-weight: 300;
    color: #333335;
    line-height: 55px;
    margin-bottom: 20px;
}

.promo_text{
    font-size: 19px;
    font-weight: 300;
    color: #333335;
    line-height: 30px;
    max-width: 535px;
    margin-bottom: 36px;
}

.promo_btn{
    font-size: 20px;
    font-weight: bold;
    color: #333335;
    padding: 18px 30px 19px 23px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(89, 124, 93, 0.94) 6%, #AECFB2 53.5%, #E4ECE5 81.5%, #FCFCFC 100%);
    border-radius: 30px;
}

.promo_btn span{
    padding-left: 24px;
}

.promo_img{
    max-width: 540px;
    max-height: 420px;
}

.title{
    font-weight: 300;
    font-size: 36px;
    line-height: 30px;
    color: #000000;
    position: relative;
    display: inline-block;
    top: -17px;
    background-color: #F9F8F7;
    padding: 0px 30px;
}

hr{
    border: none;
    border: 1px solid #406A45;
}

#uslugi{
    padding-top: 30px;
}

#questions{
    padding-top: 30px;
}

#license{
    padding-top: 30px;
}

#contact{
    padding-top: 30px;
    margin-top: 60px;
}

.services__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 62px;
}

.services__item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 370px;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 33px 20px 35px;
    margin-bottom: 45px;
    min-height: 389px;
    max-height: 389px;
}

.services__item_text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services__item_buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_text_title{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #406A45;
    margin-bottom: 20px;
    text-align: center;
}

.item_text_subtitle{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 32px;
}

.item_buttons_more{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #597C5D;
    border-bottom: 1px solid #597c5d;
}

.item_buttons_zakaz{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 14px 20px 16px 20px;
    background-color: #597C5D;
    border-radius: 30px;
    display: inline-block;
}

.item_buttons_zakaz span{
    padding-left: 22px;
}

.callform{
   min-height: 318px;
   margin-top: 62px;
   position: relative;
   background: rgba(185, 205, 188, 0.5);
   z-index: -2;
}

.callform_bg{
    background-color: #fff;
    min-width: 45%;
    max-width: 45%;
    min-height: 318px;
    border-radius: 0px 159px 159px 0px;
    position: absolute;
    z-index: -1;
}

.callform__title p{
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #406A45;
}

.callform__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 318px;
}

.form{
    display: flex;
    flex-direction: column;
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #406A45;
}

.form input{
    outline: none;
    border: none;
    background-color: inherit;
    border-bottom: 1px solid #000;
}

.rowone{
    margin-bottom: 57px;
}

.rowtwo{
    margin-bottom: 52px;
}

.rowthree{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rowfour{
    max-width: 580px;
    padding-top: 10px;
    font-size: 9px;
}

.rowone input, .rowtwo input, .rowthree input{
    width: 200px;
    margin-left: 20px;
}

.form-btn{
    cursor: pointer;
    border: none;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    background: #597C5D;
    border-radius: 30px;
    padding: 14px 34px;
    display: inline-block;
}

.form-btn span{
    padding-left: 25px;
}

.navigation{
    margin-top: 20px;
    padding: 60px 0px;
    background-color: #fff;
}

.mezhevanie__title h1{
    font-weight: 300;
    font-size: 30px;
    line-height: 55px;
    color: #333335;
    text-align: center;
}

.mezhevanie__img img{
    display: block;
    margin: 0 auto;
    width: 700px;
}

#questions {
    padding-top: 30px;
}

.questions {
    margin: 72px 0px;
    padding-bottom: 100px;
}

.questions__title {
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 70px;
}

.question__title {
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 15px;
}

.question__header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #406A45;
}

.question__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(89, 124, 93, 0.94);
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.question__answer {
    margin-top: 26px;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #406A45;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.question.active .question__answer {
    max-height: 670px;
    opacity: 1;
}

.question.active .question__icon {
    transform: rotate(0deg);
}

.question {
    margin-bottom: 51px;
}

.question:last-child {
    margin-bottom: 0px;
}

.contact-title{
    margin-bottom: 60px;
}

/*
.contact__container{
    display: flex;
    justify-content: space-between;
}*/

.contact__info{
    text-align: center;
    padding: 35px;
}

.contact-line{
    text-align: center;
}

.contact-line-item{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    background: rgba(64, 106, 69, 0.9);
    border-radius: 60px;
    padding: 13px 60px;
}

.contact__title{
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #000;
    margin-bottom: 22px;
}

.contact__subtitle{
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #406A45;
    margin-bottom: 15px;
}

.contact__text{
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.contact__text a{
    color: #000;
}

.contact-lines{
    margin-top: 45px;
    padding: 50px 0px;
    background: rgba(185, 205, 188, 0.5);
}

.contact-line__container{
    display: flex;
    justify-content: space-between;
}

.con-line-title{
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    text-shadow: 4px 2px 4px #406A45;
    margin: 22px 0px;
}

.con-line-text{
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
}

.license{
    margin-bottom: 80px;
}

.license__container{
    display: flex;
    justify-content: space-between;
}

.license-item{
    height: 280px;
    width: 195px;
}

.tehplan{
    margin-top: 60px;
}

.tehplan__title{
    text-align: center;
    margin-bottom: 35px;
}

.price{
    margin-top: 60px;
    padding-bottom: 25px;
}

.price__container hr{
    opacity: 0.5;
}

.price_item{
    font-weight: 500;
    width: 900px;
    margin: 0 auto;
    font-size: 22px;
    padding: 20px 0px;
}

/*
.price_item:last-child{
    display:flex;
    justify-content: space-between;
    align-items:center;
}*/

.price_item_left{
    display: flex;
    flex-direction: column;
}

.price_item_left span{
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 5px;
    color: #3a5b3e;
}

.price_item_left strong{
    border: 1px solid #3a5b3e;
    padding: 5px 12px;
    border-radius: 18px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(58, 91, 62, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(58, 91, 62, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(58, 91, 62, 0.2);
}

.price_item a{
    font-weight: 500;
    font-size: 24px;
    color: #353535;
}

.tarif{
    margin-top: 80px;
    padding-bottom: 60px;
}

.tarif-title{
    font-family: 'Roboto';
    color: #406A45;
    text-align: center;
    padding-bottom: 35px;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-top: 60px;
}

.tarif-title span{
    color: #3f5b3e;
}

.tarif-item{
    text-align: center;
    width: 360px;
    height: 680px;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px 38px;
    position: relative;
}

.item-title{
    font-size: 26px;
    font-weight: 500;
    color: #000;
}

.tarif__container{
    display: flex;
    justify-content: space-between;
}

.item-cost{
    color: #597f58;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px;
}

.item-list{
    text-align: left;
}

.item-list li{
    list-style-type: disc;
    font-size: 16px;
    padding-bottom: 18px;
    font-weight: 400;
}

.item-btn{
    position: absolute;
    left: 21%;
    bottom: 0;
    padding: 12px 60px;
    font-size: 19px;
    background-color: #597f58;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 25px;
}

.tehplan-h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tehplan-h1-item{
    display: inline-block;
    margin-right: 50px;
}

.tehplan-h1-item img{
    width: 85px;
}

.tehplan-h1-text{
    font-family: "Shantell Sans", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.tehplan-steps{
    margin: 60px 0px;
}

.tehplan-steps-item{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-bottom: 50px;
    align-content: center;
    font-family: 'Rhodium Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}

.tehplan-steps-item span{
    font-family: 'Rhodium Libre';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #233C26;
}

.tehplan-steps-item1{
    background-image: url(../image/01.png);;
    background-repeat: no-repeat;
    min-height: 92px;
}

.tehplan-steps-item2{
    background-image: url(../image/02.png);;
    background-repeat: no-repeat;
    min-height: 92px;
}

.tehplan-steps-item3{
    background-image: url(../image/03.png);;
    background-repeat: no-repeat;
    min-height: 92px;
}

.tehplan-steps-item4{
    background-image: url(../image/04.png);;
    background-repeat: no-repeat;
    min-height: 92px;
}

.tehplan-steps-item5{
    background-image: url(../image/05.png);;
    background-repeat: no-repeat;
    min-height: 92px;
}

.stages__container{
    display: flex;
    justify-content: space-between;
    margin: 60px 0px;
}

.stages-right{
    margin-top: 70px;
}

.stages-mid img{
    height: 530px;
}

.stages-item-subtitle{
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #406A45;
}

.stages-item-text{
    max-width: 460px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.stages-left-item:first-child{
    margin-top: 0;
}

.stages-left-item{
    margin: 50px 0px;
    padding: 15px 0px 0px 30px;
}

.stages-left-item:last-child{
    margin: 0px;
}

.stages-left-item1{
    background-image: url(../image/01.svg);
    background-repeat: no-repeat;
    min-height: 92px;
}

.stages-left-item2{
    background-image: url(../image/02.svg);
    background-repeat: no-repeat;
    min-height: 92px;
}

.stages-left-item3{
    background-image: url(../image/03.svg);
    background-repeat: no-repeat;
    min-height: 92px;
}

.stages-left-item4{
    background-image: url(../image/04.svg);
    background-repeat: no-repeat;
    min-height: 92px;
}

.stages-left-item5{
    background-image: url(../image/05.svg);
    background-repeat: no-repeat;
    min-height: 92px;
}

.stages-left-item6{
    background-image: url(../image/06.svg);
    background-repeat: no-repeat;
    min-height: 92px;
}

.result__items{
    display: flex;
    justify-content: space-between;
    font-family: 'Rhodium Libre';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
}

.result-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.result-item-img{
    width: 70px;
    margin-right: 25px;
}

.examples__container{
    display: flex;
    justify-content: space-evenly;
}

.tehplan-text{
    font-family: 'Rhodium Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin: 60px 0px;
}

.mezh-text{
    font-family: "Shantell Sans", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.mezhevanie-text{
    margin-top: 60px;
}

.mezhevanie-text p{
    font-family: 'Rhodium Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 60px;
}

.mezhevanie-subtitle, .mezhevanie-text{
    font-family: 'Rhodium Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}

.mezhevanie-text ul{
    padding-left: 21px;
    margin: 20px 0px 60px 70px;
}

.mezhevanie-text ul li{
    list-style-type: disc;
}

.mezhevanie-text ul li::marker{
    color: #406A45;
}

.tarif-title-color{
    color: #000;
}

.tarif-title-color span{
    color: #3f5b3e;
}

.privacy{
    padding: 50px 0px;
}

.footer{
    background-color: #597C5D;
}

.footer__container{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #cfcece;
}

.footer__container a{
    color: #cfcece;
}
.footer__container a:hover{
    transition: .3s;
    color: #e5e2e2;
}

.mezh-text-iskl{
    font-size: 14px;
}

.item__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-variable{
    line-height: 22px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 15px;
    color: #3a5b3e;
}

.price-variable span{
    font-weight: 500;
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.timer > * {
  flex: 0 0 4.5rem;
  text-align: center;
}

.timer > :nth-child(even) {
  flex: 0 0 0.5rem;
}

.timer__item {
  position: relative;
	font-weight: 700;
	font-size: 42px;
	line-height: 51px;
	color: #597C5D;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #424242;
}

.sale__container{
	padding: 35px 0px;
	display: flex;
	flex-direction: column;
	height: 274px;
	border: 2px solid #597C5D;
	border-radius: 20px;
	text-align: center;
	margin-top: 45px;
}

.sale__container h2{
	font-size: 45px;
    font-weight: 300;
    color: #333335;
    line-height: 55px;
}

.sale_text{
	font-weight: 300;
	font-size: 24px;
	line-height: 27px;
	color: #565656;
	margin-top: 20px;
}

@media (max-width: 1200px) {
    .wrapper{
        max-width: 1170px;
        padding: 0 30px;
    }
    .promo__container{
        display: block;
    }
    .promo_img{
        display: none;
    }
    .services__item{
        width: 47%;
    }
    .item_buttons_more{
        margin-bottom: 15px;
    }
    .callform__container{
        flex-direction: column;
        justify-content: normal;
        padding: 8% 0%;
    }
    .callform_bg{
        display: none;
    }
    .callform__title{
        margin-bottom: 35px;
        text-align: center;
    }
    .rowthree{
        flex-direction: column;
    }
    .rowthree label{
        margin-bottom: 5%;
    }
    .form-btn{
        padding: 14px 65px;
    }
    .rowfour{
        text-align: center;
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .item__container{
        display:block;
    }
    .stages-left-item{
        padding: 0px 0px 0px 40px;
    }
    .stages-right{
        margin-top: 0;
    }
    /*
    .stages-left-item1, .stages-left-item2, .stages-left-item3, .stages-left-item4, .stages-left-item5, .stages-left-item6{
        background-image: none;
    }
    */
    .license-item{
        width: 180px;
    }
    .contact__container{
        flex-direction: column;
    }
    .contact__map{
        margin-bottom: 5%;
    }
    .tarif__container{
        flex-direction: column;
    }
    .tarif-item{
        width: 100%;
        height: auto;
        margin-bottom: 8%;
    }
    .tarif-item:last-child{
        margin-bottom: 0;
    }
    .item-list{
        margin-bottom: 5%;
    }
    .item-btn{
        position: inherit;
        left: auto;
        bottom: auto;
        padding: 14px 85px;
    }
    .result__items{
        flex-direction: column;
    }
    .price_item{
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .burger{
        display: block;
        z-index: 1;
    }
    .menu{
        display: block;
    }
    .header__menu{
        display: none;
    }
    .header__logo{
        margin: 0 auto;
    }
    .contact-line-item{
        padding: 13px 45px;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .sale__container{
        height: auto;
    }
    .stages-left-item3{
        background-image: url(../image/02.svg);
    }
    .stages-left-item5{
        background-image: url(../image/03.svg);
    }
    .stages-left-item2{
        background-image: url(../image/04.svg);
    }
    .stages-left-item4{
        background-image: url(../image/05.svg);
    }
    .price_item{
        padding: 40px 0px;
    }
    .promo__left{
        text-align: center;
    }
    .services hr{
        display: none;
    }
    .title{
        text-align: center;
        display: block;
        position: inherit;
    }
    .callform__container{
        padding: 10% 0%;
    }
    .form{
        text-align: center;
    }
    .rowone{
        margin-bottom: 0;
    }
    .rowone label{
        display: block;
        margin-bottom: 10%;
    }
    .rowtwo label{
        display: block;
        margin-bottom: 10%;
    }
    .rowone input, .rowtwo input, .rowthree input{
        width: 100%;
        margin-left: 0;
    }
    .form-btn{
        margin-top: 10%;
        padding: 14px 100px;
    }
    .question__icon{
        width: 30px;
        height: 27px;
        font-size: 26px;
    }
    .question__title{
        font-size: 24px;
        max-width: 85%;
    }
    .question_closed{
        align-items: center;
    }
    .stages-mid{
        display: none;
    }
    .stages__container{
        flex-direction: column;
        text-align: center;
    }
    .stages-item-subtitle{
        margin-bottom: 1%;
    }
    .stages hr{
        display: none;
    }
    .stages-left{
        margin-bottom: 9%;
    }
    .license hr{
        display: none;
    }
    .license__container{
        flex-direction: column;
        text-align: center;
    }
    .license__container a{
        margin-bottom: 5%;
    }
    .contact hr{
        display: none;
    }
    .contact__map img{
        width: 100%;
    }
    .contact-line__container{
        flex-direction: column;
    }
    .contact-line{
        margin-bottom: 15%;
    }
    .contact-line:last-child{
        margin-bottom: 0;
    }
    .contact-lines{
        padding: 10% 0%;
    }
    .services__item{
        width: 100%;
    }
    .stages-left-item{
        padding: 0;
    }
    .stages-left-item, .stages-right-item{
        text-align: center;
    }
    .stages-item-text{
        max-width: none;
    }
    .examples__container{
        flex-direction: column;
    }
    .examples__container a{
        text-align: center;
        margin-bottom: 5%;
    }
    .examples__container a:last-child{
        margin-bottom: 0;
    }
    .tehplan hr{
        display: none;
    }
    .tehplan-h1-item{
        display: none;
    }
    .tehplan-h1-text{
        text-align: center;
    }
    .tehplan-steps{
        text-align: center;
    }
    .price hr{
        display: none;
    }
    .price_item{
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .footer__container{
        height: 120px;
        flex-direction: column;
        justify-content: normal;
        padding: 15px 0px;
    }
    .footer__container p{
        padding: 12px 0px;
    }
    .contact-line__container{
        text-align: center;
    }
    .contact-line__container a{
        margin-bottom: 25px;
    }
    .contact-line__container a:last-child{
        margin-bottom: 0;
    }
}