html {
    scroll-behavior: smooth;
}
body{
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0px;
}

.main{
    display: flex;
    flex-direction: column;
}

.header{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px black solid;
    max-width: 1300px;
}
.header-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: white;
}

.container{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.content{
    width: 100%; /* Устанавливаем и забываем (см. далее) */
    /*max-width: 1300px;*/
}

.header-item{
    border-bottom: 2px white solid;
    transition: all 0.2s ease-in;
    text-decoration: none;
    color: black;
    /*margin: 10px;*/
}
.header-item:hover{
    border-bottom: 2px black solid;
    cursor: pointer;
}

.img-container{
    width: auto;
    height: auto;
}
.img-container.head{
    height: 50px;
}
.img-container.b-1{
    width: 100%;
}
.img-container.tick{
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.img-container.delivery{
    width: 50px;
    display: flex;
    align-items: center;
}
.img-container.t{
    width: 300px;
    border-radius: 50px;
}
.img-container.order{
    width: 500px;
}
.img-container.photo{
    width: 150px;
}
.img-container.quality-img{
    width: 300px;
}
.img-container.price{
    width: 200px;
}
.img-container.call{
    width: 350px;
}
.img-container.footer{
    width: 100px;
}
.img-container{
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-height{
    width: auto;
    height: 100%;
}
.img-width{
    width: 100%;
    height: auto
}

.block-1{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 100px;
    max-width: 1300px;
}
.block-1-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: white;
}
.content-1{
    flex: 40%;
}
.content-2{
    flex: 55%;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    /*align-items: center;*/
}

.btn {
    background-color: #e8470a;
    color: white;
    cursor: pointer;
    font-size: 1.25rem;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    /*border-radius: 12px;*/
    transition: all 0.2s ease-in;
}
.btn.order-table{
    padding: 10px;
    border-radius: 5px;
}
.block-1-btn-container{
    margin-top: 25px;
    display: flex;
    flex-flow: row nowrap;
}
.tick-text-container{
    color: gray;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-2{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
}
.block-2-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #eeeeee;
    margin-top: 40px;
}
.line-block-2{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.line-item{
    display: flex;
    flex-direction: row;
    margin: 20px;
}
.line-item-text{
    line-height: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.description-item{
    color: #797979;
    line-height: 1;
}

.table{
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.table:nth-child(even){
    margin-bottom: 20px;
}
.table-row{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.table-block{
    display: flex;
    flex-direction: column;
    flex: 33.33333%;
}
.table-item{
    background: white;
    border-radius: 10px;
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.table-item-img{
    background: white;
    border-radius: 10px;
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-text-container{
    margin: 15px;
    margin-top: 30px;
}
.table-item-description{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.block-3-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: white;
}
.block-3{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 1300px;
}

.order-block{
    width: 100%;
    border: 5px #eeeeee solid;
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}
.order-text{
    margin-left: 25px;
    margin-top: 25px;
}

.about-block{
    margin-top: 50px;
    width: 100%;
}
.about-cols{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.about-col1{
    flex: 50%;
    display: flex;
    flex-direction: column;
}
.about-col2{
    flex: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-cells{
    display: flex;
    flex-direction: row;
}
.about-cell{
    border: 2px #eeeeee solid;
    border-radius: 15px;
    flex: 50%;
    margin: 15px;
}
.about-text{
    margin-top: 25px;
    color: gray;
}
.photo-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.price-list{
    width: 100%;
    border: 5px #eeeeee solid;
    background: white;
    display: flex;
    border-radius: 15px;
    margin-top: 40px;
}
.price-text{
    flex: 50%;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.stages-block{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.stages-row{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.stages-item{
    flex: 20%;
    border: 5px #eeeeee solid;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.quality{
    width: 100%;
    border: 5px #eeeeee solid;
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    margin-top: 50px;
}
.quality-text{
    flex: 65%;
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.block-4-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #eeeeee;
}
.block-4{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
}

.block-5-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: white;
}
.block-5{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1300px;
}
.call-back{
    width: 100%;
    border: 5px #eeeeee solid;
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    margin-top: 40px;
}
.call-back-text{
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 10px;
    flex: 50%;
}

.block-6-back{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #eeeeee;
}
.block-6{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1300px;
}
.footer-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.footer-item{
    flex: 25%;
    margin: 20px;
    display: flex;
    flex-direction: column;
}
.footer-text{
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}


.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 99;
    cursor: pointer;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -200px;
    width: 340px;
    background: #fff;
    border-radius: 3px;
    padding: 20px 30px;
    text-align: center;
    visibility: hidden;
    z-index: 99;
    cursor: default;
}
.popup.buy{
    top: 35%;
}
.futura_bold {
    font-family: 'a_FuturaOrtoBold';
}
.popup .name {
    font-size: 20px;
    color: #e8470a;
    margin-bottom: 25px;
}
.popup .inpit_text {
    width: 100%;
    height: 45px;
    background: url(txt_bg.png) 0 0 repeat-x;
    border-left: 1px solid #dfdfdf;
    border-radius: 3px;
}
.inpit_text {
    display: block;
    width: 220px;
    height: 45px;
    line-height: 25px;
    font-size: 15px;
    color: #626262;
    padding: 0 17px;
    margin: 0 0 10px;
    background: url(box5input.png) 0 0 no-repeat;
    font-family: 'PTSansRegular';
    border: 0;
}
.bbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.but {
    cursor: pointer;
    border: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #f80909;
    box-shadow: 2px 2px 0 #f80909;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #4ea29b;
}
.but.pink {
    background: #e8470a;
    text-shadow: 1px 1px 3px #df6561;
    box-shadow: 2px 2px 0 #e2797b;
}

.cookie-container{
	position: fixed;
	left: 25%;
	bottom: 0;
	width: 50%;
}
.cookie-content{
	position: relative;
	background: #2B68B3;
	color: white;
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	z-index: 0;
	border-radius: 10px;
}