@import url('../../../../../https@fonts.googleapis.com/css@family=roboto_3a100,300,400,500,700,900&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Montserrat');




/*
font-family: 'Bad Script', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Marck Script', cursive;
*/
body,html{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    color: #14202c;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6,p,span,ul,li{
    padding: 0;
    margin: 0;
    border: 0;
}
ul,li{
    list-style: none;
}
a,a:hover,a:focus,a:visited{
    text-decoration: none;
}
.container{
    position: relative;
    z-index: 1;
}
section{
    padding: 50px 0;
 
}
h2{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Montserrat', Open Sans, cursive;
}

/*parallax*/
/*
.idy_flowers {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.idy_fl{

    opacity: 0.
}
  .idy_fl {
    position: absolute;
    transition:all 3s;
    transform:scale(0.6);
  }
  .idy_fl_1 {
    top: 250px;
    left: -10%;
    transform:scale(0.7);
  }
  .idy_fl_2 {
    top: 200px;
    left: 4%;
    transform:scale(0.5);
  }
  .idy_fl_3 {
    top: 200px;
    left: 15%;
    transform:scale(0.4);
  }
  .idy_fl_4 {
    top: 440px;
    left: 25%;
  }
  .idy_fl_5 {
    top: 40px;
    left: 22%;
    transform:scale(0.4);
  }
  .idy_fl_6 {
    top: 350px;
    left: 3%;
  }
  .idy_fl_7 {
    top: 250px;
    right: 0%;
  }
  .idy_fl_8 {
    top: 150px;
    right: -100px;
  }
  .idy_fl_9 {
    top: 100px;
    left: 21%;
  }
  .idy_fl_10 {
    top: 100px;
    right: 100px;
  }
  .idy_fl_13 {
    top: 0px;
    left: 0%
  }
  .idy_fl_14 {
    top: 120px;
    left: 12%;
  }
  .idy_fl_15 {
    top: 120px;
    left: 14%;
  }
  .idy_fl_16 {
    top: 240px;
    right: 12%;
    transform:scale(0.5);
  }
  .idy_fl_17 {
    top: 180px;
    right: -13%;
    transform:scale(0.7);
  }
  .idy_fl_18 {
    top: 380px;
    right: 23%;
    transform:scale(0.7);
  }
  .idy_fl_19 {
    top: 370px;
    right: 20%;
    transform:scale(0.6);
  }
  .idy_fl_20 {
    top: 30px;
    right: 20%;
    transform:scale(0.3);
  } */
/*navigation*/

/*header*/
.hiden{
    position: absolute;
}
.shown{
    position: fixed;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
nav{
    
    left: 0;
    top:0;
    right: 0;
    z-index: 5;
    background: #fff;
    padding: 5px 0;
}
/*
nav:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 6px;
    background: url(../img/topwhitewaves.png);
}
*/
.logo{
    display: inline-block;
}
.logo img{
    background: #fff;
    margin-bottom: -15px;

    vertical-align: top;
    height: 70px;
 

}
.logo span{
    margin-top: 15px;

    display: inline-block;
    font-size: 18px;
    
    line-height: 1;
    color: #14202c;

}
.tel{
    padding-left: 30px;
    font-family: 'Montserrat', Open Sans, cursive;
}
.soc{
    padding-left: 10px;
}
.head_contact{
    margin: 15px 0;
    text-align: right;
}
.head_contact a{
    display: inline-block;
}

.header-studia {
    font-family: 'Montserrat', Open Sans, cursive;
}


.soc{
    display: inline-block;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    background: #b70070;
    vertical-align: top;

}
.soc:hover{
   
}
.soc img{
    vertical-align: top;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.soc:hover img{
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
} 
.tel{
    display: inline-block;
    line-height: 40px;
    font-size: 26px;
    font-weight: 300;
    color: #14202c;
    background: url(../img/tel.png) 0 50% no-repeat;
    background-size: 20px;
}
.menu li{
    display: none;
}
.menu{
    width: 40px;
    height: 40px;
    margin-top: 15px;
    cursor: pointer;
    background: #fff url(../img/menu.png)  5px 5px no-repeat;
    background-size: 30px;
    
    
}
.mshow{
    z-index: 5;
    padding: 10px;
    padding-top: 50px;
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 290px;
    height: 100vh;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #fff url(../img/close.png) 250px 10px no-repeat;
    background-size: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    
}
.mshow li{
    display: block;
}
.mshow li a{
    display: inline-block;
    padding: 10px;
    width: 100%;
    color: #14202c;
    border-bottom: 1px dashed #ddd;
}
/*header*/
.head{
    padding-top: 70px;
    text-align: center;
    background:  url(../img/bg.jpg) 50% 0% no-repeat;
    background-size:  cover;
    min-height: 100vh;

}
.headon {
    padding-top: 70px;
    text-align: center;
    background:  url(../img/bg26.jpg) 50% 0% no-repeat;
    background-size:  cover;
    min-height: 100vh;

}
.utp{
    position: relative;
    z-index: 2;
    border-radius: 3px;
    display: inline-block;
    
    line-height: 1.2;
    
 
    background: rgba(255, 255, 255, 0.85);
}
.utp h1{
    text-transform: uppercase;
    color: rgb(68,68,68);
    font-weight: 300;
    font-size: 28px;
    
}
.utp h1 strong{
    color: rgb(20, 32, 44);
    display: block;
    font-size: 44px;
    font-weight: 500;
    font-family: 'Montserrat', Open Sans, cursive;
    text-transform: none;
        
}
.utp a.btn{
    margin-top: 15px;
}
a.btn{
    margin-top: 20px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    background: #b70070;
    /*border-bottom: 4px solid #7d004c;*/
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /*letter-spacing: 2px;*/
    color:#fff;
    font-family: 'Montserrat', Open Sans, cursive;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn:hover{

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/*section1*/

.sec1{
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 3;
    padding-bottom: 0;
}
/*
.sec1:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 6px;
     background: url(../img/bottomwhitewaves.png);
}
*/
.flower{
    width: 200px;
    height: 19px;
    margin: auto;
    background: url(../img/flower.png);
}
.sec1 .flower{
    margin-bottom: 30px;
}
.sec1 .col-sm-6{
    margin: 0;
    padding: 0;
}
.s2p{
    
    position: relative;
    float:left;
    display: inline-block;
     width: 100%;
    overflow: hidden;
}
.s2p figure{
    overflow: hidden;
}
.s2p figure img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.s2p:hover figure img {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.s2p .over{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border:5px solid rgba(255, 255, 255, 0.72);
    
    background-size: 80%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    
}
.s2p:hover .over{
    
    background-size: 250%, 0;
}
.s2p .over div{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.s2p .over span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Montserrat', Open Sans, cursive;
    color: #fff;
    text-shadow: 1px 1px 1px #000
    
}
/*section2*/
.sec2{
    position: relative;
    z-index: 3;
    text-align: center;
    background: #f2f2f2  100%;
}

/*
.sec2:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 6px;
     background: url(../img/headerbottomwaves.png);
}
*/

.mosaicflow{
    margin-top: 30px;
}
.mosaicflow__column {
 float:left;
    
 }

.mosaicflow__item{
    position: relative;
    display: inline-block;
    float: left;
    padding: 5px;
}
.mosaicflow__item img {
 display:block;
 width:100%;
 height:auto;
 }
.mosaicflow__item figure{
    overflow: hidden;
    position: relative;

}
.mosaicflow__item figcaption{
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: 20px;
    right: 5px;
    color: #fff;
    z-index:1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mosaicflow__item:hover figcaption{
    opacity: 1;
}
.mosaicflow__item figure:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid rgba(255, 255, 255, 0.5);
    background: transparent url(../img/plus.png) 50% -30px no-repeat;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mosaicflow__item:hover figure:after{
    background: rgba(183, 0, 112, 0.5) url(../img/plus.png) 50% no-repeat;
}
/*section3*/
.dedline {
    text-align: center;
     margin-top: 30px;
     color: #b70070;
}

.sec3{
    text-align: center;
    background: url(../img/bg4.jpg) 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.sec3 p{
    font-size: 22px;
}
#f2{
    margin: 50px 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 3px;
}
.inp{
    margin-bottom: 15px;
}
input[type=text], input[type=tel] {
    outline: none;
    width: 100%;
    border:1px solid rgba(183, 0, 112, 0.5);
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 20px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(142, 142, 142, 0.51);
    box-shadow: inset 1px 1px 3px rgba(142, 142, 142, 0.51);
}
button.btn{
    box-sizing: border-box;
    outline: none;
    cursor:pointer;
    border:none;
    padding: 8px 20px;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    background: #b70070;
    letter-spacing: 2px;
    border-bottom: 4px solid #7d004c;
    color:#fff;
    font-family: 'Montserrat', Open Sans, cursive;
     -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.timer{
    margin: 20px 0;
}
.timer div{
    display: inline-block;
}
.timer div span{
    display: block;
}
.timer div div{
    position: relative;
    margin: 5px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #b70070;
    color:#fff;
    font-size: 28px;
    
    font-family: 'Montserrat', Open Sans, cursive;
}
.timer div div:after{
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border:1px solid transparent;
    border-left: 1px dashed #b70070;
    border-radius: 50%;
}
.days:after{
    -webkit-animation: transform-rotate 17s linear infinite;
    -moz-animation: transform-rotate 17s linear infinite;
    -ms-animation: transform-rotate 17s linear infinite;
    animation: transform-rotate 17s linear infinite;
}
.hours:after{
    -webkit-animation: transform-rotate 18s linear infinite;
    -moz-animation: transform-rotate 18s linear infinite;
    -ms-animation: transform-rotate 18s linear infinite;
    animation: transform-rotate 18s linear infinite;
}
.minutes:after{
    -webkit-animation: transform-rotate 19s linear infinite;
    -moz-animation: transform-rotate 19s linear infinite;
    -ms-animation: transform-rotate 19s linear infinite;
    animation: transform-rotate 19s linear infinite;
}
.seconds:after{
    -webkit-animation: transform-rotate 20s linear infinite;
    -moz-animation: transform-rotate 20s linear infinite;
    -ms-animation: transform-rotate 20s linear infinite;
    animation: transform-rotate 20s linear infinite;
}
/*section4*/
.sec4{
    position: relative;

    text-align: center;
    background: #f2f2f2 ;
    -webkit-background-size: 300px;
    background-size: 300px;
}
.sec4 h2 strong{
    background: #b70070;
    padding: 0 10px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', Open Sans, cursive;
}

/*
.sec4:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 6px;
     background: url(../img/headertopwaves.png);
}
*/
.s4p{
    margin-top: 30px;
}
.li {
 
    vertical-align: top;
    width: 250px;
    margin: 15px;
    position: relative;
    display:inline-block;
    border:1px solid #ddd;
    
    padding: 20px;
    border-radius: 3px;
    background: #fff url(../img/bg-flower6.png) 100% 100% no-repeat;
    background-size: auto 100px
}
.big{
    vertical-align: top;
    width: 250px;
    margin: 15px;
     display:inline-block;

    
    padding: 20px;
}
.big img{
    margin-top: 50px;
    width: 100%;
}


.li i{
    z-index:2;position: relative;
    line-height: 1;
    opacity: 0.1;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50px;
    position: absolute;
    font-size: 150px;
    font-style: normal;
    font-family: 'Montserrat', Open Sans, cursive;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.s4p li:hover i{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.li figure{
    z-index:2;position: relative;
    border:1px solid #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
}
.li img{
    opacity: 0.7;
    z-index:2;position: relative;
    width: 150px; 
    padding: 20px;
    border-radius: 3px;
}
.li span{
    z-index:2;position: relative;
    display: inline-block;
    font-size: 18px;
    vertical-align:middle;
    margin-top: 20px;
    min-height: 110px;
    font-weight: 400;
}

/*section5*/
.sec5{
    text-align: center;
    background: #fff url(../img/bg9.png) 50% 100% no-repeat;
}
.s5p{
    margin-top: 30px;
}
.s5p li {
    position: relative;
    font-family: 'Montserrat', Open Sans, cursive;
    font-size: 24px;
    color:#b70070;
    background: #f2f2f2;
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    border:1px solid #ddd;
}

.s5p li img{
    float: left;
    width: 50%;
    padding: 20px 10px 20px 20px;
    
}
.s5p li:nth-child(2n) img{
    float: right;
    padding: 20px 20px 20px 10px;
}
.s5text div{
    display: table;
    width: 100%;
    height: 100%;
    border:1px solid rgba(183, 0, 112, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.s5p li:hover .s5text div{
    border-radius: 50%;
}
.s5text i{
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -100px;
    display: inline-block;
    line-height: 200px;
    font-size: 200px;
    font-style: normal;
    
}
.s5text div p{
    position: relative;
    z-index: 2;
    display:table-cell;
    vertical-align: middle;
    width: 100%;
}
/*section6*/
.sec6{
    z-index: 2;
    position: relative;
    text-align: center;
    background: #f2f2f2;
    
}
/*
.sec6:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 6px;
     background: url(../img/headertopwaves.png);
}
.sec6:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 6px;
     background: url(../img/headerbottomwaves.png);
}
*/
.paket{
    margin-top: 30px;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 3px;
}
.paket h3{
    font-weight: 400;
    font-size: 30px;
    font-family: 'Montserrat', Open Sans, cursive;
    
    padding: 20px 0;
}
.paket h3 strong{
    font-weight: 400;
    color: #b70070;
}
.paket figure{
    overflow: hidden;
}
.paket figure img{
    width: 100%;
    height: 400px;
    object-position: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
        object-fit: contain;
        image-rendering: optimizeSpeed;
}
#sec8.sec8{
	overflow: hidden;
}
.karusel.owl-carousel .owl-item > a{
	display: flex;
}
#sec8.sec8 .col-md-12{
	width: 100%;
}
.paket:hover figure img{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.paket .price{
    font-family: 'Montserrat', Open Sans, cursive;
    font-size: 36px;
    padding: 10px;
}
/*section7*/
.sec7{
    position: relative;
    text-align: center;
    background: url(../img/bg41.jpg) 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sec7 p{
    font-size: 22px;
}
#f3{
    margin: 50px 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 3px;
}
/*section8*/
.sec8{
    z-index: 2;
    text-align: center;
    position: relative;
    background: #fff;
}
/*
.sec8:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 6px;
     background: url(../img/bottomwhitewaves.png);
}
.sec8:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 6px;
     background: url(../img/topwhitewaves.png);
}.sec8:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 6px;
     background: url(../img/bottomwhitewaves.png);
}
.sec8:before{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 6px;
     background: url(../img/topwhitewaves.png);
}
*/
.karusel{
    margin-top: 30px;
}
.karusel a{
    display: inline-block;
    border:1px solid #ddd;
    border-radius: 3px;
}
.karusel a img{
    width: 100%;
}
.owl-dot{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 10px 3px;
    border: 1px solid #b70070;
}
.owl-dot:hover, .owl-dot.active{
    background: #b70070;
}
.owl-prev{
    position: absolute;
    left: 10px;
    top: 40%;
    height: 30px;
    width: 30px;
    border-left: 2px solid #b70070;
    border-top: 2px solid #b70070;
    border-top-left-radius: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity:0.5;
}
.owl-next{
    position: absolute;
    right: 10px;
    top: 40%;
    height: 30px;
    width: 30px;
    border-left: 2px solid #b70070;
    border-top: 2px solid #b70070;
    border-top-left-radius: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity:0.5;
    
    
}
.owl-prev:hover,
.owl-next:hover{
    opacity: 1;
}
/*footer*/
.fot{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    background: url(../img/bg42.jpg) 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.footp{
    display: inline-block;
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
}
.footp p{
    font-size: 22px;
}
.modal{
    display: none;
}
.form{
text-align: center;
    padding: 20px;
    max-width: 360px;
}
.form p{
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat', Open Sans, cursive;
    color: #b70070;
    margin-bottom: 10px;
}
.form p strong{
    font-weight: 300;
}
input[type=checkbox]{
    display: none;
}
label{
    cursor:pointer;
    position: relative;
    display: block;
    font-size: 20px;
    padding-left: 30px;
    line-height: 25px;
}
label:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 3px;
    border:1px solid rgba(183, 0, 112, 0.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(142, 142, 142, 0.51);
    box-shadow: inset 1px 1px 3px rgba(142, 142, 142, 0.51);
}
input[type=checkbox]:checked + label:after{
    background: url(../img/checked.png) 50% no-repeat;
}
/*animation*/
@-webkit-keyframes transform-rotate
{
   0% { -webkit-transform:  rotate(0deg);  }
   100% { -webkit-transform:  rotate(360deg);  }
}
@-moz-keyframes transform-rotate
{
   0% { -moz-transform:  rotate(0deg);  }
   100% { -moz-transform:  rotate(360deg);  }
}
@-o-keyframes transform-rotate
{
   0% { -o-transform:  rotate(0deg);  }
   100% { -o-transform:  rotate(360deg);  }
}
@-ms-keyframes transform-rotate
{
   0% { -ms-transform:  rotate(0deg);  }
   100% { -ms-transform:  rotate(360deg);  }
}
@keyframes transform-rotate
{
   0% { transform:  rotate(0deg);  }
   100% { transform:  rotate(359deg);  }

}

.thanks {
    text-align: center;
}
.thanks .logo {
    padding: 30px 0 60px; 
    margin: 0 2% 40px;
    border-bottom: 1px solid;
    display: block;
}
.thanks .button-block {
    margin-top: 70px;
}