*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
}
header{
    display: flex;
	flex-direction: column;
	background-image: url(../img/pink.jpg);
	min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 0;
}
header::after{
    content: '';
    background-color:rgb(52 32 32 / 51%);
    height: 100%;
    position:  absolute;
    width:100%;
    top:0;
    left:0;
}
header a{
    text-decoration: none;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
    z-index: 4;
    font-size: 38px;
}
.top_header_navigation{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;    
    z-index: 4;
}
.top_header_navigation a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	transition: all 0.4s;
}
.top_header_navigation_item{
	padding: 20px 10px;
}
.top_header_slider{
    z-index: 3;
    position: relative;
    padding-top: 150px;
}
.slick-track{
    display: flex;
}
.slick-list{
    overflow: hidden;
}
.top_header_slider .slick-arrow{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    font-size: 0;
}
.top_header_slider_item{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top_header_slider {
    width: 100%;
    height: 100%;
    text-align: center;
}
.top_header_slider_logo {
    font-size: 62px;
    width: 800px;
    font-weight: 900;
    margin: 0 auto;
    line-height: 80px;
    font-family: 'Lora', serif;
    margin-bottom: 20px;
    text-shadow: -7px 1px 22px #fff, 0 0 #ffffff;
    color: #151249;
}
.top_header_slider_text{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.top_header_slider_button {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #151249;
    line-height: 24px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 1px 30px;
    transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 15px;
    z-index: 1;
    width: 100px;
    height: 60px;
    margin: 0 auto;
}
.top_header_slider_button:hover{
    background-color: #2c2789;
}
.content{
    background-size: contain;
    border-top: 5.5px solid #a7b5b4;
    position: relative;
}
.preview{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.preview_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin: 0 40px;
}
.foto2 img{
    width: 130px;
    height: 140px;
}
.foto2{
    transition: all 0.9s;
}
.foto2:hover{
    transform: rotate(45deg);
}
.foto2:hover{
    transform: rotate(-45deg);
}
.foto2:hov{
    transform: rotate(45deg);
}
.preview_foto{
    transition: all 0.9s;
}
.preview_foto:hover{
    transform: rotate(45deg);
}
.preview_foto img{
    width: 130px;
    height: 140px;
}
.preview_txt{
    font-size: 20px;
    font-weight: 900;
    color: #ba4784;
}
.preview_btn{
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #151249;
    line-height: 24px;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 8px;
    z-index: 1;
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
}
.preview_btn:hover{
    background-color: #312c98;
}
.artical{
    display: flex;
    justify-content: center;
    padding: 100px 0 150px 0;
    position: relative;
}
#buysenk {
    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;
    right: 0;
    bottom: 480px;
    left: 0;
    margin: auto;
    background: #fff;
}
#buysenk_open div{
    margin-bottom: 10px;
}
#buysenk:target {
    display: block;
}
.buysenk_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: #151249;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.buysenk_close:hover {
    background: #2b259f;
}
#buy{
    width: 444px;
    padding: 20px;
    border-radius: 24px;
    border: 2px solid #315977;
    position: absolute;
    bottom: 480px;
    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: #151249;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.buyclose:hover {
    background: #342dad;
}
.artical_item{
    display: flex;
    flex-direction: column;
    margin: 0 2px;
    align-items: center;
    max-width: 440px;
    background-color: #fff;
}
.artical_name h2{
    text-align: center;
}
.artical_item a{
    text-decoration: none;
}
.artical_img img{
    width: 390px;
    height: 360px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 1s;
}
.artical_img img:hover{
    width: 400px;
    height: 370px;
    border-radius: 16px;
}
.form_zakazat{
    width: 444px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid;
    padding: 20px;
    top: 119px;
    position: absolute;
}
.artical_about{
    padding: 10px 0;
}
.artical_prise{
    font-weight: 800;
}
.artical_btn{
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #151249;
    line-height: 24px;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 17px;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
    width: 150px;
    margin: 0 auto;
    margin: 10px 0;
}
.artical_btn:hover{
    background-color: #322c9c;
}
.artical_btn a{
    text-decoration: none;
    color: #fff;
}
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;
}
#senk {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: -950px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
#senk: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: #151249;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senk_close:hover {
    background: #2e289e;
}
.form1{
    display: flex;
    justify-content: space-between;
    height: 100vh;
    flex-direction: column;
}
#forma{
    width: 600px;
    margin: 0 auto;
    padding-top: 50px;
}
#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;
}
.abouted{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding:  0 0 100px 0;
}
.abouted_logo{
    font-weight: 900;
    font-size: 45px;
    color: #151249;
}
.abouted_wraper{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.abouted_wraper img{
    padding: 0 20px;
    width: 460px;
    height: 400px;
}
.abouted_text{
    display: flex;
    flex-direction: column;
    width: 700px;
}
.abouted_txt{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 0;
}
.bloges{
    background-color: #e8e9eb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}
.bloges_logo{
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 20px;
}
.bloges_txt{
    font-size: 16px;
}
.bloges_items{
    display: flex;
    justify-content: center;
}
#senk, #senk3, #senk2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #333;
    position: absolute;
    top: 218px;
    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;
    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: #151249;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.senk_close:hover {
    background: #332db4;
}

.bloges_item{
    display: flex;
    align-items: center;
    width: 350px;
    flex-direction: column;
    margin: 0 20px;
    padding: 30px 0 70px 0;
}
.bloges_item img{
    width: 350px;
    height: 310px;
    border-radius: 10px;
}
.bloges_item_logo{
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 10px;
    transition: all .4s;
    cursor: pointer;
}
.bloges_item_logo a{
    text-decoration: none;
    color: #000;
}
.bloges_item_logo:hover{
    color: #716181;
}
.bloges_item_text{
    font-size: 17px;
    font-weight: 100;
}
footer{
    color: #fff;
    background-color: #0e0d25;
    padding: 30px;
}
.top_header_fotka{
    width: 400px;
    height: 40px;
} 
.top_header_a{
    display: flex;
    justify-content: space-around;
    background-color: #151249;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
.top_header_a .top_header_navigation_item{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.polit2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    flex-direction: column;
    background-color: #151249;
    height: 100vh;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/2_Star_Pattern2.jpg);
}
.polit{
    padding: 20px;
}
.plit{
    text-align: center;
    padding-bottom: 10px;
}
.footer_menu__item{
    text-decoration: none;
    color: #fff;
    transition: all .5s;
}
.footer_content{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer_nav_logo span{
    color: #9778b4;
    font-weight: 900;
}
.footer_nav_logo .span1{
    color: #ffc107;
}
.footer_nav_logo{
    font-size: 25px;
}
.contact_linc a{
    text-decoration: none;
    color: #fff;    
    transition: all .4s;
}
.contact_linc a:hover{
    color: #000;    
}
.fa-location-pin {
    padding-right: 20px;
}
.footer_nav_item{
    padding: 10px 0;
}
.social_item{
    font-size: 25px;
    padding: 6px 0;
}
.social_item a{
    text-decoration: none;
    color: #fff;
}
.footer_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.footer_logo a{
    text-decoration: none;
    color: #fff;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    animation: fade .6s;
    overflow: auto;
    display: flex;
    z-index: 999!important;
    text-align: center;
    display: none;
}
.popup {
    top: 25%;
    left: 0;
    z-index: 1000!important;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    max-width: 462px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    color: #333!important;
    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: #151249;
    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: #3732a3;
}
.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: #151249;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.closes:hover {
    background: #332dab;
}
@media (max-width: 1190px){
	.artical {
        flex-wrap: wrap;
        padding: 0 0 100px 0;
    }
    .artical_item {
        margin: 10px 10px;
    }
    .header_slider {
        padding-top: 0;
    }
    .about_wraper{
        flex-wrap: wrap;
        text-align: center;
    }
}
@media (max-width: 1080px){
	.top_header_slider .slick-next {
        display: none!important;
    }
    .top_header_slider .slick-prev {
        display: none!important;
    }
}
@media (max-width: 850px){
	.top_header_slider_logo {
        font-size: 52px;
        width: 500px;
        line-height: inherit;
    }
    .bloges_items {
        flex-wrap: wrap;
    }
    .bloges_logo{
        text-align: center;
    }
}
@media (max-width: 700px){
	.preview{
        flex-direction: column;
    }
    .about_wraper{
        width: 400px;
    }
    .artical{
        padding: 0 0 10px 0;
    }
    .bloges_item{
        padding: 10px 0 20px 0;
    }
    .preview_item{
        margin: 10px 0 0 0;
    }
    .top_header_slider_logo {
        text-shadow: 1px 0px 0px #fff, 0 0 57em #ffffff;
        color: #fff;
    }
    .top_header_slider_text{
        max-width: 400px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }
    #forma {
        width: 400px;
    }
    .abouted_text {
        width: 400px;
    }
	.top_header_slider_logo {
        font-size: 42px;
        width: 350px;
    }
    .artical_img img {
        width: 300px;
        height: 300px;
    }
    .about_wraper img {
        padding: 0 20px;
        width: 360px;
        height: 300px;
    }
    .bloges_item{
        text-align: center;
    }
}
@media (max-width: 510px){
    .form_zakazat{
        width: 300px;
        left: 50px;
    }
    .form_zakazat input{
        width: 150px;
    }
}
@media (max-width: 490px){
	.top_header_slider_text {
        max-width: 350px;
    }
    .abouted_wraper img {
        width: 360px;
        padding: 0;
        height: 300px;
    }
    .abouted_text {
        width: 350px;
    }
    form input {
        width: 145px;
    }
    #forma {
        width: 350px;
    }
    .polit2{
        font-size: 30px;
    }
}
@media (max-width: 410px){
	.about_text {
        width: 350px;
    }
    .artical_img img:hover{
        width: 350px;
        height: 350px;
    }
    .artical_item {
        margin: 10px 0;
    }
    .top_header_fotka{
        width: 360px;
    } 
    .bloges_item{
        margin: 0;
    }
    .artical_item{
        max-width: 360px;
    }
    .bloges{
        padding: 0px;
    }
    footer{
        padding: 0;
    }
    .bloges_logo{
        font-size: 29px;
    }
    .abouted_logo {
        font-size: 27px;
        text-align: center;
    }
    .form_zakazat{
        left: 8px;
    }
}