*{
    padding: 0;
    margin: 0;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(0deg, rgba(19,0,255,1) 14%, rgba(75,47,194,1) 65%);
}
#header_top{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 50px;
    z-index: 100;   
    background-color: #413d4c;
    border-bottom: 1px solid grey;
}
header{
    position: relative;
}
.header_top_reg a{
    text-decoration: none;
    color: #fff;
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #413d4c;
    border-radius: 20px;
    transition: all .5s;
}
.burger-menu_button {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 30;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -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: 50px;
    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: #413d4c;
    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: #bbbeac;
    border-bottom: 1px solid #fff;
  }
  .burger-menu_link:first-child {
    border-top: 1px solid #fff;
  }
  .burger-menu_link:hover {
    filter: brightness(0.9);
  }
  .burger-menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
  }
  .burger-menu_active .burger-menu_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
  } 
.menu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #794475;
    padding: 10px;
    border-radius: 40px;
}
.menu a{
    margin: 10px;
    text-decoration: none;
    color: #413d4c;
    transition: all .4s;
}
.menu a:hover{
    color: #413d4c;
}
.header_top_logo img{
    width: 400px;
}
#oformlen {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#oformlen_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    color: #413d4c;
    position: absolute;
    top: 256px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#oformlen_open div{
    margin-bottom: 10px;
}
#oformlen:target {
    display: block;
}
.oformlen_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: #413d4c;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.oformlen_close:hover {
    background: #d159c7;
}

.form_zakazat{
    width: 444px;
    background-color: #fff;
    border: 1px solid;
    padding: 20px;
    position: absolute;
    border: 8px solid #413d4c;
    margin: 10px 0;
}
.form_zakazat div{
    display: flex;
    justify-content: space-between;
}
.form_zakazat input{
    width: 200px;
    height: 20px;
    border-style: none;
    padding-left: 10px;
    border-bottom: 1px solid;
}
.close2{
    width: 250px;
    height: 50px;
    border: none;
    background-color: #413d4c;
    cursor: pointer;
    outline: none;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
}
#senk_open {
    width: 250px;
    height: 60px;
    text-align: center;
    padding: 15px;
    border: 3px solid #000;
    border-radius: 10px;
    position: absolute;
    top: 218px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#senk_open div{
    margin-bottom: 10px;
}
.closes{
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 100px;
    height: 30px;
    border-radius: 46px;
    text-decoration: none;
    background: #413d4c;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .5s;
    cursor: pointer;
}
.close {
    display: inline-block;
    border-style: none;
    color: #fff;
    padding: 0 12px;
    margin: 10px;
    width: 150px;
    height: 35px;
    text-decoration: none;
    background: #413d4c;
    font-size: 14pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  0 auto;
    transition: all .5s;
    cursor:pointer;
}
.close:hover {
    background: #83467d;
}
.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;
}
.close3 {
    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;
}
.close3:focus, .close3: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;
}
.glavna{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.glavna1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.glavna_name{
    padding: 220px 0 20px 0;
    font-size: 20px;
    font-weight: 800;
}
.glavna_logo{
    color: #413d4c;
    font-size: 75px;
    text-align: center;
    line-height: 1.17;
    padding: 20px 0;
    text-shadow: 1px 1px 2px red, 0 0 1em #5c4059, 0 0 0.2em #5c4059;
    border-radius: 20px;
}
.glavna_go{
    font-size: 25px;
    font-weight: 900;
    padding: 20px 0;
    text-align: center;
    line-height: 1.17;
    background-color: #fff;
    border: 4px solid;
    width: 350px;
    color: #413d4c  ;
    margin-top: 20px;
}
.glavna a{
    text-decoration: none;
    font-size: 70px;
    color: #000;
    padding: 20px 0 50px 0;
    animation-duration: 5s;
    animation-name: go;
    animation-iteration-count: infinite;
    z-index: 1;
}
.abouted{
    padding: 0 0 50px 0;
    color: #fefffb;
}
.abouted-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    padding-top: 30px;
    font-weight: 800;
}
.abouted-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.abouted-foto img{
    width: 500px;
    height: 411px;
}
.abouted-foto{
    display: flex;
    justify-content: center;
}
.abouted-txt{
    display: flex;
    flex-direction: column;
    margin: 20px 40px 0 0;
}
.new-item1{
    width: 450px;
    margin-right: 20px;
}
.abouted-item{
    width: 450px;
    padding: 15px 0;
}
.abouted-item-logo{
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.abouted-item-text{
    font-size: 16px;
    line-height: 1.55;
}
.curs{
    color: #fefffb;
}
.curs-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0 30px 0;
}
.blockquote-wrapper {
    display: flex;
 }
 
 .blockquote {
     position: relative;
     font-family: 'Montserrat', sans-serif;
     font-weight: 800;
     color: #ffffff;
     padding: 30px 0;
     width: 100%;
     max-width: 500px;
     z-index: 1;
     margin: 20px auto;
     align-self: center;
     border-top: solid 1px;
     border-bottom: solid 1px;
 }
 
 .blockquote h1 {
     position: relative;
     color: #FFFFFF;
     font-size: 40px;
     font-weight: 800;
     line-height: 1;
     margin: 0;
 }
 
 .blockquote:after {
     position: absolute;
     content: "”";
     color: rgba(255, 255, 255, 1);
     font-size: 10rem;
     line-height: 0;
     bottom: -43px;
     right: 30px;
 }
 
 @media all and (min-width: 600px) {
     .blockquote h1 {
         font-size: 60px;
    }
 
 }
 
 .blockquote h4 {
     position: relative;
     color: #292a2b;
     font-size: 1.4rem;
     font-weight: normal;
     line-height: 1;
     margin: 0;
     padding-top: 20px;
     z-index: 1;
 }
.curs-logo-o{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.17;
    padding-bottom: 10px;
    text-align: center;
}
.curs-logo-t{
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}
.curses{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.curses-item{
    display: flex;
    flex-direction: column;
    padding: 5px;
    align-items: center;
    width: 400px;
    transition: all .5s;
}
.curses-item:hover{
    box-shadow: 0 0 30px #413d4c;
}
.cirses-foto img{
    width: 385px;
    height: 291px;
}
.cirses-foto3 img{
    width: 385px;
    height: 291px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cirses-name{
    display: flex;
    font-size: 22px;
    font-weight: 700;
}
.cirses-about p{
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.cirses-about span{
    font-weight: 900;
}
.er{
    display: flex;
    justify-content: center!important;
}
.cirses-prise{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.prise-btn{
    text-decoration: none;
    color: #fff;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #413d4c;
    border-radius: 20px;
    transition: all .5s;
}
.prise-btn:hover{
    background-color: #754371;
}
.new{
    display: flex;
    justify-content: center;
}
.wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.wrap_item{
    display: flex;
    flex-wrap: wrap;
}
.wrap_item img{
    object-fit: cover;
    max-width: 400px;
    height: auto;
}
.wrap_item p{
    max-width: 400px;
}
.new-logo{
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
    text-align: center;
}
.new-items{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.new-item{
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.new-foto{
    width: 497px;
    object-fit: cover;
}
    .new-text{
        text-decoration: none;
        color: #fefffb;
        font-weight: 900;
        padding: 10px;
        font-size: 20px;
        transition: all .5s;
    }
.new-text:hover{
    color: rgb(191, 185, 173);
}
.new-about{
    line-height: 1.9;
    padding-bottom: 10px;
}
.new-date p{
    transition: all .4s;
    cursor: pointer;
}
.new-date p:hover{
    color: #000;
}
.niz-wrap{
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: column;
    padding: 30px 0 10px 0;
    flex-wrap: wrap;
}
.niz-wrap1{
    display: flex;
    padding: 0 0 30px 0;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.niz-logo{
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 10px;
}
.niz-item a{
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    color: #bab4cc;
    transition: all .4s;
}
.polit{
    padding: 10px 20px 20px 20px;
    background-color: #f7f7f7;
}
.plit{
    text-align: center;
    padding-bottom: 10px;
}
.niz-item1 a{
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    color: rgb(86 82 73);
    transition: all .4s;
}
.niz-item a:hover, .niz-item1 a:hover{
    color: #01182e;
}
#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: 45px 20px;
    border: 12px solid #000000ad;
    background: #fefefe;
    z-index: 1000;
    animation: fade .6s;
}
.close {
    width: 250px;
    height: 50px;
    border: none;
    background-color: #413d4c;
    cursor: pointer;
    outline: none;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    transition: all .4s;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}
.close:hover {
    background-color: #88964d;
}
.format{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.one{
    width: 500px;
    height: 30px;
    margin-bottom: 30px;
    margin-right: 5px;
    padding: 10px;
}
.two{
    width: 1030.5px;
    height: 200px;
    padding: 10px;
}
.format_item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.post-wrap {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 }
 .post-item {
    padding: 15px;
    cursor: pointer;
 }
 .post-item * {
    transition: .3s linear;
 }
 .item-content {
    background: #413D4C;
    padding: 40px;
 }
 .item-icon {
    margin-bottom: 20px;
 }
 .item-icon:before {
    content: "";
    font-family: FontAwesome;
    color: #F09EA3;
    font-size: 50px;
    line-height: 1;
 }
 .item-icon.photo:before {
    content: "\f030";
 }
 .item-icon.video:before {
    content: "\f03d";
 }
 .item-icon.gift:before {
    content: "\f06b";
 }
 .item-icon.group:before {
    content: "\f0c0";
 }
 .item-icon.tree:before {
    content: "\f1bb";
 }
 .item-icon.anchor:before {
    content: "\f13d";
 }
 .post-item:hover .item-icon, .post-item:hover .item-body h3, .post-item:hover .item-body p {
    transform: translateY(-8px);
 }
 .item-body {
    color: #F5E2CD;
    font-size: 14px;
 }
 .item-body h3 {
    font-weight: 500;
    margin-bottom: 15px;
    transition-delay: .05s;
 }
 .item-body p {
    transition-delay: .1s;
 }
 .item-footer {
    padding-top: 15px;
 }
 .link {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #F5E2CD;
 }
 .link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: .125rem;
    margin: auto;
    background: #F09EA3;
    transform: scaleX(.2);
    transform-origin: left center;
    z-index: 0;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
 }
 .link span {
    display: inline-block;
    position: relative;
    transform: translateX(-200%);
    transition: .6s cubic-bezier(.6, .01, 0, 1);
 }
 .post-item:hover .link span {
    transform: translateX(0%);
 }
 .post-item:hover .link:before {
    transform-origin: right center;
 }


@media (max-width: 1475px){
	.new-about{
        width: 474px;
    }
    .new-item{
        align-items: center;
        justify-content: center;
    }
}   
@media (max-width: 1180px){
    .new-items {
        flex-direction: column;
        align-items: center;
    }
}   
@media (max-width: 1130px){
    #header_top {
        flex-direction: column;
        padding: 10px 0;
    }
    .header_top_reg{
        order: 3;
    }
    .menu {
        margin-bottom: 10px;
        order: 2;
    }
    .polit{
        padding: 10px 20px 20px 20px;
        background-color: #f7f7f7;
    }
} 
@media (max-width: 1060px){
    .abouted-wrap {
        flex-direction: column;
        align-items: center;
    }
    .abouted-txt {
        margin: 20px 0 0 0;
        flex-direction: initial;
        justify-content: center;
        flex-wrap: wrap;
    }
    .two{
        width: 515px;
        height: 200px;
        padding: 10px;
    }
} 
@media (min-width: 960px) {
    .post-item {
       flex-basis: 33.333333333%;
    }
 }
@media (max-width: 890px){
    .glavna_go{
        text-align: center;
    }
    .curs-logo-t{
        text-align: center;
    }
} 
@media (min-width: 768px) {
    .post-item {
       flex-basis: 40%;
       flex-shrink: 0;
    }
 }
@media (max-width: 730px){
    .glavna_logo {
        font-size: 52px;
    }
    .new-text {
        width: 330px;
        text-align: center;
    }
} 
@media (max-width: 570px){
    .abouted-foto img {
        width: 400px;
        height: 350px;
    }
    .glavna_go {
        font-size: 20px;
        
        width: 300px;
    }
    .glavna_logo {
        font-size: 42px;
        font-weight: 900;
    }
    .glavna_name {
        padding: 150px 0 20px 0;
    }
    .new-foto {
        width: 340px;
        height: 250px;
    }
    .new-about {
        width: 360px;
    }
    .cirses-foto img {
        width: 360px;
    }
    .curses{
        justify-content: center;
    }
    .cirses-foto{
        display: flex;
        justify-content: center;
    }
    .cirses-foto3 img {
        margin: 0 auto;
        width: 340px;
    }
    .niz-logo{
        text-align: center;
    }
    .abouted-item {
        width: 340px;
        text-align: center;
    }
} 
@media (max-width: 500px){
    #reg{
        width: 320px;
    }
    .new-item1{
        width: 330px;
        margin-right: 0px;
        text-align: center;
    }
    .two{
        width: 335px;
        height: 100px;
        padding: 5px;
    }
    .one{
        width: 335px;
        height: 30px;
        margin-bottom: 10px;
        margin-right: 0px;
        padding: 5px;
    }
} 
@media (max-width: 425px){
    .glavna_logo {
        font-size: 32px;
        text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
    }
    .txt-wrap{
        padding: 0 5px;
    }
    .abouted-foto img {
        width: 340px;
        height: 330px;
    }
    .header_top_logo img{
        width: 300px;
    }
    #header_top{
        align-items: inherit;
    }
    .header_top_reg a {
        margin: 0 auto;
    }
    .curses-item{
        width: 340px;
        border: none;
        padding: 0;
    }
    .popup{
        width: 78%;
    }
    .form_zakazat{
        width: 350px;
    }
    .burger-menu_button {
        top: 4px;
            height: 47px;
            right: 12px;
            width: 50px;
    }
    .burger-menu_lines::before, .burger-menu_lines::after, .burger-menu_lines{
        width: 30px;
    }
    .new-items, .new{
        width: 340px;
        margin: 0 auto;
    }
    .wrap_item img, .wrap_item p {
        max-width: 350px;
    }
    .wrap_item{
        margin: 10px 0;
    }
} 