html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {

}

/*  buttons search*/

/*.img-sdelka {*/
/*    width: 10%; */
    /*margin-left: 20px;*/
/*}*/

.block-image {
    
    display: flex;
    justify-content: center;
}

.block-image img {
    width: 40%; 
    height: 40%;
}
.az {
    position: relative;

}

/*.header {*/
/*    diplay: flex;*/
/*    flex-wrap: wrap;*/
/*    padding: 10px 0;*/

/*    background-color:#212121;*/
/*}*/

header {
    padding: 30px 0;
    
    background-color:#212121;
}

/*.block-image {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.left-header {
    display: flex;
    margin-top: 3px;
}

.right-header {
    display: flex;
    margin-right: 20px;
}
.right-header h5 a {

    text-decoration: none;
    color: white;
    font-size: 27px;
}

.right-header h5 a:hover {
    color: #E1CC4F;
}

header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

header h5 {
    font-size: 30px;
    margin-left: 20px;
    color: white;
}

.main {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-bottom: 15px;
    min-height: 700px;
}

.none {
    display: none;
}

.search {
    padding: 12px 40px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    width: 1050px;
    background-color: #212121;
    color: white;
    font-size: 20px;
}

.more {
    padding: 12px 40px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    margin-top: 13px;
    background-color: #212121;
    color: white;
    font-size: 20px;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

.item {
    width: 90%;
    /*width: 1100px;*/
    margin-top: 30px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     
    /*padding: 30px;*/
     border: none;
    border-radius: 23px;
    background-color: #F8F8F8;
    box-shadow: 4px 4px 8px 3px rgba(34, 60, 80, 0.2);
    /*margin-left: 10px;*/
    /*padding-left: 10px;*/
}

.box {
    display: flex;
    border: none;
    border-radius: 23px;
    /*background-color: #F8F8F8;*/
    padding: 20px;
    /*gap: 10px;*/
    /*column-gap: 10px;*/
    /*row-gap: 10px;*/
    justify-content: center;
    align-items: center;
    /*width: 1000px;*/
    width: 100%;
    margin-top: 30px;
}
.img {

    width: 350px;
    max-height: 350px;
}

.image img {
    width: 350px;
}

.image{
   padding: 0;
   margin: 0;
    width: 40%;
}

.text {
    width: 50%;
     padding-left: 40px;
    margin-left: 40px;

}
.mores {
    width: 20px;
    height: 20px;
    border-top: 3px solid #212121;
    border-right: 3px solid #212121;


}

.aloha {
    background-color: #F8F8F8;
    border: none;


}

.top {
    transform: rotate(-45deg);
}
.bottom {
    transform: rotate(135deg);
}

.title {
    font-size: 15px;
    font-weight: 700;
}

.content {
    font-size: 17px;
    
}

.mazak {
    margin-top: 200px;
}

.form {

    margin-left: 15px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    right: 85%;
    top: -20%;
    /*width: 240px;*/
    width: 13%;
    border: none;
    border-radius: 23px;
    position: fixed;


    background-color: #F8F8F8;
    box-shadow: 4px 4px 8px 3px rgba(34, 60, 80, 0.2);

}

.check {
    display: flex;
    padding-top: 10px;

}

.check h3 {
    padding-left: 10px;
    font-size: 23px;
}

.qwerty {
    margin-top: 10px;
    padding: 6px 6px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    background-color:#212121;
    font-size: 15px;
    color: white;
}


footer {

    margin-top: 200px;
    display: flex;
    justify-content: center;
    padding: 100px 0;
    background-color: #212121;

    width: 100%;
}

footer h1 {
    font-size: 120px;
    color: white;
}

.none {
    display: none;
}





body {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.zapiska {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-self: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    
}
.zapiska p {
    margin-right: 0;
    font-size: 18px;
}

.form {
    margin-top: 270px;
    
}

header {
    display: flex;
    flex-wrap: wrap;
}

footer h5 {
    padding-left: 30px;
    color: #F8F8F8;
    font-size: 40px;
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.paginations {
    display: flex;
    justify-content: center;
}

.btnPagin {
    margin-left: 1px;
    padding: 10px;
    border: 1px solid #212121;
    
}

.blacka {
    background-color: #212121;
    color: white;
    border: none;
}