* {
box-sizing: border-box;
font-family: sans-serif;
}
html {
overflow-y: scroll;
}
.main-container {
display: flex;
flex-direction: column;
width: 1200px;
height: auto;
margin: auto;
}
.line {
margin-top: 1px;
width: 100%;
height: 20px;
background-color: #848484;
}
main {
display: flex;
flex-direction: row;
width: 100%;
height: auto;
margin: auto;
padding: 0px;
}
.main-section {
display: flex;
flex-direction: column;
width: calc(100% - 300px - 20px);
margin-left: 20px;
}
h1 {
padding: 20px;
font-size: 24px;
font-weight: bold;
color: var(--color-blue);
line-height: 1.33;
 }
.sect-1 {
display: flex;
flex-direction: row;
width: 100%;
}
/* -------------- Фото ---------------*/
.sect-1-A {
display: flex;
align-items: flex-start;
justify-content: center;
min-width: 40%;
}
.sect-1-A > img {
width: 100%;
}
/* ------------ Список -------------- */
.sect-1-B {
width: 100%;
border: 1px solid lightgrey;
}
.sect-1-B > div {
margin-left: 10px;
height: 100% !important;
padding: 10px;
padding-left: 30px;
font-size: 17px;
line-height: 1.75;
}
.sect-1-B-p {
margin-top: 5px;
width: 155px;
padding: 3px;
padding-left: 10px;
color: var(--color-blue);
font-weight: 600;
border: 1px solid lightgrey;
border-radius: 3px;
}
.sect-1-B > div > ul {
padding-top: 10px;
padding-left: 30px;
}
.info-zakaz {
margin-top: 35px;
padding: 10px 5px;
font-size: 17px;
line-height: 1.5;
border: 1px solid lightgrey;
height: 100% !important;
}
.sect-2 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 50px;
width: 100%;
}
.sect-2 > h2 {
text-align: center;
font-size: 20px;
}
.sect-2 > .block_table {
margin-top: 20px;
display: flex;
flex-direction: column;
width: 100%;
padding: 10px;
}
table {
margin: 0 auto;
padding: 0;
width: 100%;
}
tr.table {
display: flex;
flex-direction: row;
font-size: 17px;
word-wrap: break-word;
}
th.title {
text-align: center;
width: 100%;
border: 1px solid lightgrey;
padding-top: 10px;
padding-bottom: 10px;
color: #0275d8;
}
td.row {
text-align: center;
width: 100%;
border: 1px solid lightgrey;
padding-top: 10px;
padding-bottom: 10px;
}
td.row:first-child {
color: #0275d8;
}
td.row > span {
font-size: 17px;
}
.block_table > h4 {
margin-top: 10px;
font-size: 17px;
padding-left: 15px;
padding-right: 15px;
text-align: justify;
line-height: 1.5;
height: 100% !important;
}
.sect-3 {
margin-top: 20px;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
padding: 10px;
}
.column {
width: 25%;
padding: 5px;
}
.prod-box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
border: 1px solid lightgrey;
}
.box-1 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.prod-img {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.prod-img > img {
width: 100%;
height: auto;
}
img {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
}
/*-------Перелік міст-------*/
.frezer-wrapper {
display: flex;
flex-direction: column;
margin-top: 30px;
border: 1px solid lightgrey;
}
.frezer_list {
margin-top: 15px;
margin-bottom: 5px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
padding-left: 10px;
}
.frezer-item {
height: 18px;
padding: 10px;
border: 1px solid grey;
border-radius: 3px;
margin-right: 5px;
font-size: 14px;
color: black;
margin-bottom: 10px;
list-style-type: none;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 3840px) {
.main-container {
width: 1200px;
}
.column {
width: 25%;
}}
@media screen and (max-width: 1680px) {
.main-container {
width: 1200px;
}
.column {
width: 25%;
}}
@media screen and (max-width: 1270px) {
.main-container {
width: 90%;
}
.column {
width: 25%;
}}
@media screen and (max-width: 1150px) {
.sect-1-A {
min-width: 60%;
}}
@media screen and (max-width: 1018px) {
.main-container {
width: calc(100% - 10px);
}
.sect-1 {
margin-top: 20px;
flex-direction: column;
}
.sect-1-A {
min-width: 100%;
margin-bottom: 30px;
}
.sect-2 {
padding-top: 30px;
}
tr.table {
text-align: center;
}
}
@media screen and (max-width: 800px) {
.main-container {
width: 100%;
}
.main-section {
width: 100%;
padding: 0;
margin: 0;
}
nav {
display: none;
}
h1 {
padding-right: 10px;
padding-left: 10px;
}
.sect-1 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.sect-1-A {
padding-left: 10px;
padding-right: 10px;
}
.sect-1-A > img {
margin-top: 5px;
width: 100%;
}
.sect-1-B {
padding-left: 10px;
padding-right: 10px;
width: calc(100% - 20px);
}
.sect-1-B > div {
padding-left: 0;
font-size: 18px;
}
.info-zakaz {
text-align: justify; /*--розтягування тексту по ширині--*/
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
margin-right: 10px;
font-size: 18px;
}
.sect-2 {
padding-top: 20px;
}
tr.table {
font-size: 18px;
}
td.row > span {
font-size: 18px;
}
.block_table > h4 {
font-size: 18px;
font-weight: normal;
}
.column {
width: 50%;
padding: 5px;
}}
@media screen and (max-width: 476px) {
.column {
padding: 3px;
}}
