*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Open Sans", sans-serif;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999999;
    animation: fade .6s;
    overflow: auto;
    display: flex;
    text-align: center;
    display: none;
}
.header_logo img{
    width: 240px;
}
.header_logo1 img{
    width: 340px;
}
.popup {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: auto;
    position: absolute;
    flex-wrap: wrap;
    padding: 15px 20px;
    z-index: 100000;
    background: #fefefe;
    z-index: 1000;
    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;
    text-align: initial;
    align-items: center;
}
.popup_txt{
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.close2 {
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #383838;
    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;
}
.close3 {
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #383838;
    cursor: pointer;
    outline: none;
    display: flex;
    text-decoration: none;
    font-size: 20px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}
.close3:hover {
    background-color: #000000;
}
#hesder_top, .header_item2{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    box-shadow: 0px 5px 15px #383838;
    flex-wrap: wrap;
}
.lang{
    text-decoration: none;
    color: #000;
    border-radius: 20px;
    padding: 5px;
}
.lang:hover{
    color: #fff;
    background-color: #000;
}
.header_item div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header_item{
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.header_item1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header_menu a{
    text-decoration: none;
    margin: 20px;
    display: flex;
    justify-content: center;
    color: #000;
    padding: 10px 10px;
    border-radius: 30px;
    transition: all .4s;
}
.header_menu a:hover{
    color: #fff;
    background-color: #000;
}
.prewue{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 80px  0;
}
.prewue1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 70px 0 0px 0;
}
h1{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}
.prewue_foto{
    width: 450px;
    height: 450px;
    box-shadow: rgba(0, 0, 0, 0.496) 15px 15px 16px;
}
.prewue_text{
    width: 600px;
}
.but{
    width: 220px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background-color: #383838;
    cursor: pointer;
    outline: none;
    display: flex;
    text-decoration: none;
    font-size: 18px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}
.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;
    background-color: #fff;
    text-align: center;
    padding: 40px 25px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 30px auto;
  }
} 
.modal-dialog2 {
    position: relative;
    width: auto;
    margin: 10px;
    text-align: center;
    padding: 40px 25px;
}
@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);
  }
}
@keyframes slideIn {
    from {
      transform: translateY(20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .animated-item {
    animation: slideIn 1s ease-out forwards;
  }

  @keyframes slideIn4 {
    from {
      transform: translateX(120px);
      transform: translateY(100px);
      opacity: 0;
    }
    to {
        transform: translateY(0);
        transform: translateX(0);
      opacity: 1;
    }
  }
  
  .animated-item4 {
    animation: slideIn4 1s ease-out forwards;
  }
  @keyframes slideIn1 {
    from {
      transform: translateX(40px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .animated-item1 {
    animation: slideIn1 1s ease-out forwards;
  }

  @keyframes slideIn2 {
    from {
      transform: translateX(-140px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .animated-item2 {
    animation: slideIn2 2s ease-out forwards;
    animation-delay: 1.5s;
  }
  @keyframes slideIn3 {
    from {
      transform: translateX(140px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .animated-item3 {
    animation: slideIn2 1.5s  cubic-bezier(0.84, 0.14, 0.09, 1.06) forwards;
    animation-delay: 2s;
  }
  .proh {
    background-image: url(../img/prom.jpg);
    min-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 80px 0;
}
.proh2 {
    background-image: url(../img/about3.jpg);
    min-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0 60px 0;
    
}
.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;
}
.form_logo{
    font-size: 36px;
    line-height: 1.23;
    font-weight: 700;
}
.form_txt{
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    max-width: 420px;
    padding: 15px 0;
    margin: 0 auto;
}
.label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}
.label input{
    color: #000000;
    border: 1px solid #c9c9c9;
    height: 60px;
    font-size: 16px;
    line-height: 1.33;
    width: 93%;
}
.label label{
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    padding-bottom: 5px;
}
.close2{
    color: #ffffff;
    background-color: #000000;
    width: 250px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
}
.close3{
    color: #ffffff;
    background-color: #000000;
    width: 250px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
}
.popup_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.close22{
    border-style: none;
    background: #fff;
    cursor: pointer;
}
.close221{
    border-style: none;
    margin-left: 10px;
    background: #fff;
    display: none;
    cursor: pointer;
}
.close{
    color: #ffffff;
    background-color: #62c584;
    width: 500px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
#senk:target, #senk3:target, #senk2:target {
    display: block;
}
#senk_open {
    width: 250px;
    height: 225px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #383838;
    position: absolute;
    top: 208px;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
.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: #000000;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.closes:hover {
    background: #2c3283;
}
form input {
    width: 245px;
    height: 69px;
    outline: none;
    padding-left: 30px;
}
.promLogo{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.advent{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
}
.advent_item{
    width: 300px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 30px;
    border-radius: 20px;
}
.advent1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.advent_item1{
    width: 540px;
    padding: 20px;
    display: flex;
    border-radius: 20px;
    border: 2px solid;
    flex-wrap: wrap;
    box-shadow: 8px 15px 17px #383838;
    justify-content: center;
    margin: 20px 30px;
}
#niz{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 20px 0;
    box-shadow: 0px 0px 15px #383838;
}
.contact_linc{
    margin: 0 10px;
}
.end_item{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    flex-wrap: wrap;
    text-align: initial;
}
.end_item_cont{
    display: flex;
    justify-content: center;
    border-top: 1px solid #444343;
    padding: 20px;
    flex-wrap: wrap;
}
.end_item_cont a, .end_item a{
    text-decoration: none;
    color: #383838;
}
.end_item section{
    display: flex;
    flex-direction: column;
    position: relative;
}
.end_item section h2{
    padding-bottom: 7px;
    position: relative;
}
.end_item section h2::after{
    content: '';
    width: 35px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 30px;
}
br{
    margin: 5px 0;
}
.marcetyng, .marcetyng1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 80px 0;
}
.cont_content{
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 45px;
    letter-spacing: 2px;
   line-height: 25px;
}
.marcetyng .marcetyng_txt{
    text-align: initial;
}
.marcetyng1 .marcetyng_txt{
    text-align: center;
}
.marcetyng_txt h2{
    font-size: 27px;
    font-weight: 700;
}
.marcetyng_txt p{
   max-width: 600px;
   letter-spacing: 2px;
   line-height: 25px;
   padding-bottom: 10px;
}
.marcetyng_img img{
    width: 400px;
    border-radius: 30%;
    margin-left: 20px;
}
.marcetyng_img1 img{
    width: 400px;   
    margin-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 20px;
}
.advent_item1 img{
    width: 350px;
    height: 300px;
    margin:  0 auto;
}
.tovar_wrap{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.plans{
    margin: 50px 0;
}
.tovar_item{
    display: flex;
    flex-direction: column;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0px 0.5px 4px 3px rgba(197, 195, 195, 0.2);
    background-color: #39393952;
    max-width: 350px;
    transition: all .6s;
    margin: 20px 0;
}
.tovar_item:hover{
    background-color: #f6ede5;
}
.tovar_logo{
    color: #1b1c20;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
}
.tovar_pris{
    color: #1b1c20;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
.tovar_btn{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    background-color: #1b1c20;
    line-height: 1.55;
    font-weight: 700;
    font-size: 13px;
    margin: 0 auto;
    width: 250px;
    height: 40px;
}
.popan_logo{
    display: flex;
}
.new_btn{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    background-color: #1b1c20;
    line-height: 1.55;
    font-weight: 700;
    font-size: 13px;
    width: 250px;
    height: 40px;
    margin-top: 20px;
    transition: all .5s;
}
.new_btn:hover{
    background-color: #363739;
}
.tovar_postlogo{
    color: #1b1c20;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 0 30px 0;
}
.tovar_about p{
    color: #1b1c20;
    font-size: 13px;
    line-height: 20px;
    max-width: 250px;
    padding-bottom: 10px;
}
.plit{
    text-align: center;
        padding-top: 30px;
    }

.tovar_all{
    color: #1b1c20;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0;
}
.burger-menu_button {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 30;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .burger-menu_button:hover .burger-menu_lines {
    filter: brightness(0.7);
  }
  
  .burger-menu_button:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .burger-menu_lines::before,
  .burger-menu_lines::after,
  .burger-menu_lines {
    position: absolute;
    width: 44px;
    height: 3px;
    background-color: #313230;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .burger-menu_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .burger-menu_lines::before {
    content: '';
    top: -12px;
  }
  .burger-menu_lines::after {
    content: '';
    top: 12px;
  }
  
  
  .burger-menu_active .burger-menu_lines {
    background-color: transparent;
  }
  .burger-menu_active .burger-menu_lines::before {
    top: 0;
    transform: rotate(45deg);
  }
  .burger-menu_active .burger-menu_lines::after{
    top: 0;
    transform: rotate(-45deg);
  }
  
  .burger-menu_nav {
    padding-top: 120px;
    position: fixed;
    top: 0;
    z-index: 20;
    display: flex;
    flex-flow: column;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    right: -100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  .burger-menu_active .burger-menu_nav {
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .burger-menu_link {
    padding: 18px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    color: #3f4039;
    border-bottom: 1px solid #000000;
  }
  .burger-menu_link:first-child {
    border-top: 1px solid #000000;
  }
  .burger-menu_link:hover {
    filter: brightness(0.9);
  }
  .burger-menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .burger-menu_active .burger-menu_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
  } 
  .menu_wrap{
    display: none;
  }
  .polit p{
    padding: 0 15px;
  }
@media (max-width: 1300px){
    .form_zakazat {
        left: 414px;
    }
}
@media (max-width: 1200px){
    .form_zakazat {
        left: 350px;
    }
    .popup_txt{
        max-width: 340px;
        text-align: center;
    }
}
@media (max-width: 1000px){
    .prewue_foto {
        display: none;
    }
}
@media (max-width: 760px){

    .header_item1{
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 670px){
    .close22{
        display: none;
    
    }
    
    .close221{
        display: block;
    }
    .popup{
        justify-content: center;
    }
}
@media (max-width: 650px){
    .form_zakazat{
        width: 350px;
        left: 150px;
    }
    .form_zakazat input {
        width: 260px;
    }
}
@media (max-width: 600px){
    .prewue_text {
        width: 400px;
    }
    .advent_item1{
        width: 400px;
        margin: 20px 0;
        padding: 15px 5px;
    }
}
@media (max-width: 550px){
    .header_item1, .header_item {
        flex-direction: column;
    }
    .close2{
        width: 250px;
    }
}
@media (max-width: 450px){
    .form_zakazat{
        left: 20px;
    }
    .marcetyng_img img{
        width: 340px;
        margin-left: 0px;
    }
    #niz{
        text-align: center;
    }
    .popup_txt{
        font-size: 13px;
        letter-spacing: normal;
    }
    .popan_logo2{
        font-size: 14px;
        text-align: center;
    }
    .header_menu, .lang{
        display: none!important;
    }
    .menu_wrap{
        display: block;
    }
    #hesder_top, .header_item2{
        padding: 20px 0;
    }
    .marcetyng_txt p {
        padding: 2px 20px 10px 20px;
        text-align: initial;
    }
    .end_item{
        flex-direction: column;
        padding-left: 30px;
    }
}
@media (max-width: 410px){
    .form_zakazat{
        width: 310px;
        left: 5px;
    }
    .form_zakazat input {
        width: 260px;
    }
    .prewue_text {
        width: 340px;
    }
    .advent_item1{
        width: 340px;
        box-shadow: 0px 0px 0px #383838;
    }
    .advent_item1 img{
        width: 310px;
    }
    .marcetyng_img1 img{
        margin-left: 0px;
        width: 330px;
    }
    .marcetyng_txt h2{
        text-align: center;
    }
    .header_logo img{
        padding-right: 60px;
    }
    .end_item section{
        margin:  10px;
    }
    .marcetyng_txt h2{
        font-size: 19px;
    }
    .cont_content {
        max-width: 338px;
    }   
    .prewue{
        
        margin: 80px  0 50px 0;
    }
    .advent{
        margin: 25px 0 50px 0;
    }
}