*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Baloo Paaji 2", Sans-serif;
    background-color: #f3f6fb;
}
#verh{
    display: flex;
    flex-direction: column;
    background-image: url(../img/logo.jpg);
    min-height: 100vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.verh_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}
.verh_menu a{
    text-decoration:  none;
    color: #fff;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3.5px;
    transition: all .4s;
}
.verh_menu a:hover{
    color: #5d53a8;
}
.verh_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:  70px;
    flex-direction: column;
}
.verh_logo_txt{
    color: #7265dd;
    font-size: 20px;
}
.logo_div{
    width: 1000px;
}
.verh_menu2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1824ba;
    flex-wrap: wrap;
    padding: 20px 0;
}
.verh_menu2 a{
    text-decoration:  none;
    color: #d0efed;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3.5px;
    transition: all .4s;
}
.polit{
    padding: 20px;
    padding-bottom: 115px;
    color: #a69999;
}
.plit{
    text-align: center;
    padding-bottom: 10px;
}
#prew{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84.7vh;
    background-color: #1824ba;
}
#prew1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1824ba;
}
.prew_logo1{
    text-align: center;
    color: #000;
    font-size: 5rem;
    letter-spacing: 2px;
}
.prew_disc{
    text-align: center;
    color: #000;
    font-weight: 900;
}
.prew_logo2 img{
    width: 450px;
}
.logo{
    font-size: 5rem;
    padding: 40px 0 150px 0;
    text-decoration: none;
    font-weight: 900;
    color: #1824ba;
    text-align: center;
}
.verh_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    border-radius: 16px;
    border: 2px solid #1824ba;
    color: #fff;
    transition: all .5s;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    background-color: #1824ba;
}
.verh_btn:hover{
    background: none;
}
.category{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 100px 0;
}
.category_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}
.category_foto img{
    width: 300px;
    height: 230px;
}
.category_logo{
    color: rgb(119 113 105);
    width: 300px;
    font-size: 20px;
    padding-top: 10px;
}
.towary{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
#buy{
    width: 444px;
    padding: 20px;
    border-radius: 24px;
    border: 2px solid #1824ba;
    position: absolute;
    top: 80px;
    left: 35%;
    z-index: 100;
    display: none;
    background-color: #fff;
}
#buy:target {
    display: block;
}
.form_buy div{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.form_buy input{
    width: 200px;
    height: 20px;
    border-radius: 20px;
    padding-left: 10px;
}
.buyclose {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 150px;
    height: 35px;
    border-radius: 46px;
    text-decoration: none;
    background: #1824ba;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.buyclose:hover {
    background: #4249b3;
}
.towar{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 40px;
    width: 400px;
}
.tovar_foto img{
     border-radius: 40px;
     width: 400px;
     height: 400px;
}
.towar_name{
    font-size: 20px;
    text-align: center;
    color: #968989;
    padding: 10px 0;
    font-weight: 600;
}
.towar_pris{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #968989;
    align-items: center;
}
.pris{
    font-size: 18px;
    letter-spacing: 3px;
    padding-bottom: 10px;
}
.pris_btn{
    width: 150px;
    height: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    border: 2px solid #1824ba;
    color: #1824ba;
    transition: all .5s;
}
.pris_btn:hover{
    color: #fff;
    background-color: #1824ba;
}

#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #1824ba;
    position: absolute;
    top: 208px;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
#senk_open2 {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #1824ba;
    position: absolute;
    top: -508px;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background: #fff;
}
#senk_open2 div{
    margin-bottom: 10px;
}
#senk:target, #senk3:target, #senk2:target {
    display: block;
}
.senk_close {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #1824ba;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senk_close:hover {
    background: #2e3488;
}
.form_zakazat{
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    top: 50px;
    position: absolute;
}
.abou_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px 0;
    font-size: 40px;
    text-align: center;
    color: #968989;
    font-weight: 900;
}
.abou{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}
.abou_foto img{
    padding: 0 20px;
    width: 460px;
    height: 400px
}
.abou_items{
    display: flex;
    flex-direction: column;
    width: 700px;
}
.abou_item{
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(119 113 105);
    padding: 20px 0;
}
.abou_item span{
    color: #1824ba;
    font-size: 40px;
}
.img_logo img{
    padding-bottom: 40px;
    width: 450px;
}
.proh{
    background-image: url(../img/blog.jpg);
    min-height: 250px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blogs{
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
    flex-wrap: wrap;
}
.blogs_items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blogs_item{
    display: flex;
    margin: 10px 20px;
    flex-direction: column;
}
.blogs_item_img img{
    width: 400px;
    height: 357px;
}
.blogs_item_text{
    width: 400px;
    color: rgb(119 113 105);
    line-height: 25px;
    letter-spacing: 1.5px;
}
.blogs_item_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #8b8a8a;
    width: 150px;
    height: 40px;
    border: 1px solid #1824ba;
    cursor: pointer;
    transition: all .4s;
}
.blogs_item_btn:hover{
    background-color: #1824ba;
    color: #fff;
}
#contact{
    display: flex;
    padding: 30px 0;
    background-color: #1824ba;
    flex-wrap: wrap;
}
.footer_content{
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.footer_contact{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.img_logo2 img{
    width: 400px;
}
h2{
    padding-bottom: 10px;
}
.contact_linc{
    color: #fff;
    padding: 10px 0;
}
.contact_linc .fa-solid{
    padding-right: 10px;
}
.contact_linc a{
    color: #fff;
    text-decoration: none;
}
.footer_menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_menu a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.form1{
    display: flex;
    justify-content: space-between;
    height: 100vh;
    flex-direction: column;
}
#forma{
    width: 600px;
    margin: 0 auto;
    padding-top: 50px;
}
form div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}
form input {
    width: 245px;
    height: 35px;
    outline: none;
    border-radius: 40px;
    padding-left: 30px;
}
#windov {
    width: 410px;
    height: 245px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: -725px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
.close2 {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 150px;
    height: 35px;
    border-radius: 46px;
    text-decoration: none;
    background: #1824ba;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.close2:hover {
    background: #2e36b1;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    animation: fade .6s;
    overflow: auto;
    display: flex;
    text-align: center;
    display: none;
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    max-width: 462px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    animation: fade .6s;
}
.close2 {
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #1824ba;
    cursor: pointer;
    outline: none;
    display: flex;
    text-decoration: none;
    margin: 0 auto;
    font-size: 20px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}
.close2:hover {
    background-color: #000000;
}
.modal {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); 
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none; 
    margin: 0;
    padding: 0;
}
.modal:target {
    opacity: 1; 
	  pointer-events: auto; 
    overflow-y: auto; 
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 30px auto;
  }
} 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
.closes {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #1824ba;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.closes:hover {
    background: #2c3283;
}
@media (max-width: 1300px){
    .form_zakazat {
        left: 414px;
    }
}
@media (max-width: 1200px){
    .form_zakazat {
        left: 350px;
    }
}
@media (max-width: 1010px){
	.logo_div {
        width: 710px;
        padding-left: 0;
    }
    .logo {
        font-size: 3.5rem;
    }
}
@media (max-width: 1000px){
    .form_zakazat {
        left: 250px;
    }
}
@media (max-width: 760px){
    .form_zakazat {
        left: 150px;
    }
}
@media (max-width: 700px){
	.logo_div {
        width: 500px;
        padding-left: 0;
    }
    .logo {
        font-size: 3rem;
    }
}
@media (max-width: 650px){
    .form_zakazat{
        width: 350px;
        left: 150px;
    }
    .form_zakazat input {
        width: 150px;
    }
}
@media (max-width: 600px){
	#forma {
        width: 450px;
    }
}
@media (max-width: 550px){
    .form_zakazat{
        left: 50px;
    }
}
@media (max-width: 500px){
	.logo_div {
        width: 400px;
        padding-left: 0;
    }
    .logo {
        font-size: 3rem;
    }
    .abou_items {
        width: 350px;
    }
    .abou_foto img {
        padding: 0 20px;
        width: 350px;
        height: 300px;
    }
    .verh_logo {
        padding-top: 40px;
    }
    .img_logo img{
        width: 360px;
    }
    .img_logo2 img{
        width: 360px;
    }
    #forma {
        width: 360px;
    }
    form input {
        width: 145px;
    }
    .prew_logo2 img{
        width: 370px;
    }
}
@media (max-width: 450px){
    .form_zakazat{
        left: 20px;
    }
}
@media (max-width: 430px){
	.tovar_foto img {
        width: 350px;
    }
    .towar{
        width: 350px;
    }
    .blogs_item_img img {
        width: 330px;
    }
    .blogs_item_text {
        width: 330px;
    }
    .logo_div {
        width: 370px;
        padding-left: 0;
    }
    .abou_foto img {
        width: 300px;
        height: 270px;
    }
}
@media (max-width: 410px){
    .form_zakazat{
        width: 310px;
        left: 5px;
    }
    .form_zakazat input {
        width: 110px;
    }
}
@media (max-width: 390px){
    .logo {
        font-size: 2rem;
    }
    .prew_logo1{
        font-size: 3rem;
    }
}