*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Baloo Paaji 2", Sans-serif;
    background-color: #f3f6fb;
}
#app{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: -30%;
}
#app1{
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b0aaaa;
}
#app2{
    display: flex;
    justify-content: center;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.senk h1{
    font-size: 5rem;
    color: #00ffea;
    text-align: center;
}
.senk2{
    font-size: 30px;
    text-align: center;
    letter-spacing: 3.5px;
    color: #00ffea;
}
.header_wrap1{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0 10px 0;
    flex-wrap: wrap;
    background: #57bd8d;
}
.header_wraper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header_logo1 img{
    width: 335px;
    height: 42px;
}
.polit{
    padding: 40px;
}
.plit{
    text-align: center;
    padding: 10px;
    font-size: 30px;
}
.header_wrap{
    display: flex;
    justify-content: space-around;
    height: 100%;
    flex-wrap: wrap;
}
.header_logo a{
    font-size: 64px;
}
.header_logo img{
    width: 322px;
    height: 35px;
}
.header_logo{
    display: flex;
    justify-content: end;
}
.header_menu{
    display: flex;
    margin-left: 40px;
    flex-wrap: wrap;
}
.header_menu_item{
    text-decoration: none;
    color: #fff;
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 10px;
    border-radius: 8px;
    transition: all .5s;
    background-color: #57bd8c;
}
.header_menu_item:hover{
    background-color: #4e6f5f;
}
.abouting{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abouting_logo{
    font-weight: 700;
    padding: 40px 0 15px 0;
    color: #000000;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
}
.abouting_text{
    font-weight: 400;
    color: #555555;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding-bottom: 30px;
}
.about_lorem{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about_lorem_text{
    width: 415px;
    margin-right: 20px;
}
.about_lorem_text_logo{
    font-weight: 700;
    padding: 40px 0 15px 0;
    color: #000000;
    font-size: 25px;
    line-height: 1.3;
}
.about_lorem_txt{
    font-weight: 400;
    color: #555555;
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 30px;
}
.about_lorem_btn{
    width: 160px;
    height: 40px;
    border-radius: 24px;
    background-color: #57bd8c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s;
}
.about_lorem_btn:hover{
    background-color: #58836e;
}
.model{
    display: flex;
    padding-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.model_item{
    display: flex;
    flex-direction: column;
    background-color: #d3dae4;
    border-radius: 20px;
    padding: 25px 20px;
    justify-content: center;
    width: 250px;
    margin: 0 20px 50px 20px;
}
.model_foto img{
    width: 250px;
    height: 183px;
    border-radius: 12px;
}
.model_logo{
    text-decoration: none;
    color: #000;
    transition: all .5s;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
}
.model_logo:hover{
    color: #c6b0a3;
}
.model_txt{
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    line-height: 1.4;
}
.tovar_logo{
    font-weight: 700;
    padding: 40px 0 30px 0;
    color: #000000;
    font-size: 40px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
}
.tovar_items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tovar_item{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
}
.tovar_item_foto img{
    width: 353px;
    height: 264px;
    border-radius: 20px;
}
.tovar_item_text{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.tovar_text_pris{
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 0px;
}
.tovar_text_txt{
    text-align: center;
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    line-height: 1.4;
    width: 400px;
}
.tovar_text_btn a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 15px 30px;
    width: 150px;
    border-radius: 30px;
    background-color: #57bd8c;
    cursor: pointer;
    margin: 0 auto;
}
.tovar_text_btn a:hover{
    background-color: #5d997c;
}
.tow .tovar_items .tovar_item{
    position: relative;
}
#buysenk {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#buysenk2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#buysenk1 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#buysenk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #315977;
    position: absolute;
    bottom: 220px;
    left: -329px;
    margin: auto;
    background: #fff;
}
#buysenk_open2 {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #315977;
    position: absolute;
    bottom: 417px;
    left: 612px;
    margin: auto;
    background: #fff;
}
.form_buy1 div{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.form_buy1 input{
    width: 200px;
    height: 20px;
    border-radius: 20px;
    padding-left: 10px;
}
.form_buy1{
    background: #fff;
    width: 444px;
    padding: 20px;
    position: absolute;
    top: 24px;
    left: -433px;
    border-radius: 16px;
    border: 2px solid;
}
#buysenk_open div{
    margin-bottom: 10px;
}
#buysenk:target {
    display: block;
}
#buysenk1:target {
    display: block;
}
#buysenk2:target {
    display: block;
}
.buysenk_close {
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #57bd8c;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.buysenk_close:hover {
    background: #6ba087;
}
.form_zakazat div{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.form_zakazat input{
    width: 200px;
    height: 20px;
    border-radius: 20px;
    padding-left: 10px;
}
.linc{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.linc_one_logo{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 20px;
}
.linc_one_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 10px;
    transition: all .5s;
    margin: 0 auto;
    cursor: pointer;
}
.linc_one_btn:hover{
    color: #fff;
    background: #c6b0a3;
    border: 1px solid #c6b0a3;;
}
.linc_foto img{
    width: 400px;
    height: 300px;
    border-radius: 16px;
    padding-bottom: 10px;
}
.linc_two{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.linc_item{
    width: 400px;
    padding: 10px;
}
.linc_two_btn{
    color: #252525;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    transition: all .5s;
    font-style: normal;
}
.linc_two_btn:hover{
    color: #e7470c;
}
#foot{
    background-color: #262626;
    padding: 50px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
    position: relative;
}
.foot_tri{
    position: relative;
}
.foot_one{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.foot_one span{
    color: #c6b0a3;
}
.foot_one p{
    padding-bottom: 20px;
}
.foot_one .contact_linc{
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
}
.foot_two{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.contact_linc{
    color: #fff;
    margin-bottom: 10px;
}
.contact_linc a{
    text-decoration: none;
    color: #fff;
}
.foot_tri{
    width: 500px;
    font-weight: 400;
    color: #b0aaaa;
    line-height: 1.4;
    letter-spacing: 0px;
}
.foot_text{
    margin-bottom: 10px;
}
.foot_input input{
    width: 420px;
    height: 40px;
    padding-left: 20px;
    outline: none;
}
.foot_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    text-decoration: none;
    margin: 10px 0;
    background-color: #2c5843;
    color: #fff;
    border-radius: 20px;
}
.about_lorem_foto img{
    width: 600px;
}
#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%;
    min-width: 320px;
    max-width: 600px;
    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: 250px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #57bd8c;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    outline: none;
    display: flex;
    margin: 0 auto;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}
.close2:hover {
    background-color: #54836c;
}
.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: #57bd8c;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.closes:hover {
    background: #48705c;
}
.form_zakazat{
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    position: absolute;
}
#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    position: absolute;
    top: 318px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
@media (max-width: 1300px){
    .form_buy1 {
        left: 414px;
    }
    #buysenk_open2{
        left: 516px;
    }
}
@media (max-width: 1235px){
	.about_lorem_text{
        order: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .about_lorem_foto{
        order: 1;
    }
    .tovar_item_text{
        margin: 0;
    }
}
@media (max-width: 1200px){
    .form_buy1 {
        left: 350px;
    }
}
@media (max-width: 1040px){
    .tovar_item {
        display: flex;
        flex-wrap: wrap;
    }
    .tovar_text_txt{
        text-align: center;
        margin-bottom: 20px;
    }
    .tovar_item_text{
        align-items: center;
    }
    .tovar_item_foto img{
        margin: 0;
    }
    .about_lorem_foto img{
        width: 600px;
    }
    #buysenk_open2{
        left: 369px;
    }
}
@media (max-width: 1000px){
    .form_buy1 {
        left: 250px;
    }
}
@media (max-width: 860px){
    #buysenk_open2{
        left: 269px;
    }
}
@media (max-width: 760px){
    .form_buy1 {
        left: 150px;
    }
    #buysenk_open2{
        left: 200px;
    }
}
@media (max-width: 665px){
    .header_menu{
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .header_menu_item{
        margin: 20px 10px;
    }
    .about_lorem_foto img{
        width: 400px;
    }
    #buysenk_open2{
        left: 150px;
    }
}
@media (max-width: 650px){
    .form_buy1{
        width: 350px;
        left: 150px;
    }
    .form_buy1 input {
        width: 150px;
    }
}
@media (max-width: 600px){
    .tovar_text_txt {
        width: 400px;
    }
    .header_logo a {
        font-size: 54px;
    }
    .linc_foto img{
        width: 360px;
        height: 200px;
    }
    .linc_item{
        width: 360px;
        padding: 0;
    }
    #buysenk_open2{
        left: 100px;
    }
}
@media (max-width: 550px){
    .form_buy1{
        left: 50px;
    }
}
@media (max-width: 510px){
    .form_zakazat{
        width: 300px;
        left: 50px;
    }
    .form_zakazat input{
        width: 150px;
    }
}
@media (max-width: 500px){
    .foot_tri {
        text-align: center;
    }
    .foot_btn{
        margin: 0 auto;
        margin-top: 10px;
    }
    .plit{
        font-size: 20px;
    }
    .senk h1{
        font-size: 2rem;
    }
}
@media (max-width: 450px){
    .form_buy1{
        left: 20px;
    }
}
@media (max-width: 430px){
    .foot_input input {
        width: 320px;
    }
    .tovar_text_txt {
        width: 350px;
    }
    .about_lorem_foto img {
        width: 350px;
    }
    .header_logo a {
        font-size: 45px;
    }
    .tovar_text_txt{
        width: 350px;
    }
    #buysenk_open2{
        left: 50px;
        bottom: 320px;
    }
}
@media (max-width: 410px){
    .form_buy1{
        width: 310px;
        left: 5px;
    }
    .form_buy1 input {
        width: 110px;
    }
    .form_zakazat{
        left: 8px;
    }
}