/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@font-face {
    font-family: BebasNeueBold;
    src: url("../fonts/BebasNeueBold.ttf") format('ttf'),
    url("../fonts/BebasNeueBold.woff") format('woff'),
    url("../fonts/BebasNeueBold.eot") format('eot'),
    url("../fonts/BebasNeueBold.woff2") format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: BebasNeueRegular;
    src: url("../fonts/BebasNeueRegular.ttf") format('ttf'),
    url("../fonts/BebasNeueRegular.woff") format('woff'),
    url("../fonts/BebasNeueRegular.eot") format('eot'),
    url("../fonts/BebasNeueRegular.woff2") format('woff2');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: BebasNeueRegular;
}
h2{
    font-family: BebasNeueBold;

}

img {
    max-width: 100%;
}

.main {
    overflow: hidden;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.violett {
    color: #623779;
}

.yellow {
    color: #FDC913;
}

.brown {
    color: #BC9B6F;
}
.brown-1{
    color: #E1C298;
}

h1 {
    font-size: 150px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 14px;
}
h2{
    font-size: 50px;
}
h3 {
    font-size: 34px;

}

.old_price {
    text-decoration: line-through;
    opacity: 0.8;
    font-family: BebasNeueRegular;

}
.new_price{
    font-family: BebasNeueBold;

}
li{
    list-style: none;
}
select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    border-radius: 5px;
    height: 52px;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #BC9B6F;
    font-family: BebasNeueBold;

}

input::-webkit-input-placeholder {
    text-transform: uppercase;
    opacity: 1;
    color: #BC9B6F;
}

input::-moz-placeholder {
    opacity: 1;
    text-transform: uppercase;
    color: #BC9B6F;
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #BC9B6F;
}

input::-ms-input-placeholder {
    opacity: 1;
    color: #BC9B6F;
}

input::placeholder {
    opacity: 1;
    color: #BC9B6F;
}

input:-ms-input-placeholder {
    color: #BC9B6F;
}

input::-ms-input-placeholder {
    color: #BC9B6F;
}

button {
    background: #FDC913;
    background: -o-radial-gradient(50% 50%, 50% 50%, #FDC913 0%, #F0BD09 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FDC913 0%, #F0BD09 100%);
    border-radius: 50px;
    font-size: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    outline: none;
    border: none;
    border-bottom: 3px solid #d3a605;
    width: 250px;
    font-family: BebasNeueBold;

}
button i{
    max-width: 20px;
    display: inline-block;
}
button:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    outline: none;
    border: none;
    border-bottom: 3px solid #d3a605;
}


.sec1 {
    background: url(../img/1_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

.s1_gerl {
    left: -440px;
}

.s1_list {
    width: 360px;
    max-width: 100%;
    background: url("../img/1_Vector.png") no-repeat 90% 60%;
}

.s1_flower {
    bottom: -50px;
    right: -50px;
}

.s1_form {
    width: 322px;
    max-width: 100%;
    background: #623779;
    border-radius: 5px;
}
.s1_form h3{
    font-size: 30px;
    font-family: BebasNeueBold;

}

form {
    background: #fff;
}

.form-shit {
    right: -140px;
    top: 140px;
}


.sec2 {
    background: url("../img/2_bg.png") no-repeat 50% 100%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}
.sec2 li span{
    background: #FDC913;
    width: 47px;
    height: 47px;
    font-family: BebasNeueBold;
    font-size: 30px;
}
.s2_text{
    background: url("../img/s2_text_bg.png") no-repeat 0 0;
    background-size: 100% 100%;
    border-radius: 20px;
    /*max-width: 300px;*/
}
.s2_text span {
    font-family: BebasNeueBold;
    font-size: 26px;

}
.s2_woman{
    max-width: 145%;
    margin-left: -130px;
}

.sec3{
    padding-top:    100px;
    background: url(../img/3_bg.jpg) no-repeat 50% 50%  ;
    background-size: cover;
}
.s3_proc{
    left: 50%;
    top:50%;
    margin-top: -30px;
    margin-left: -20px;
    font-size: 30px;
    display: inline-block;
}
.s3_el{
    max-width: 200px;
}
.s3_el span{
    font-family: BebasNeueBold;

}
.sec4{
    background: url("../img/4_bg.jpg") no-repeat 50% 0;
    background-size: cover;
    padding-top: 50px;
}
.s4_el .s4_desc_grad{
    background: #eee8df; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #eee8df 0%,#eee8df 50%,#ffffff 50%,#ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#eee8df),color-stop(50%, #eee8df),color-stop(50%, #ffffff),to(#ffffff));
    background: linear-gradient(to right, #eee8df 0%,#eee8df 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee8df', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.s4_el{
    overflow: hidden;
    background: #fff;
}
.s4_el > div{
    /*max-width: 290px;*/
    background: #fff;
}
.s4_el span.text-uppercase{
    font-family: BebasNeueBold;
    font-size: 22px;

}
.s4_grey{
    background: #EEE8DF!important;
}
.s4_cont{
    max-width: 900px;
}
.s4_img_1{
    margin-bottom: -100px;
    margin-left: -10px;
}
.s4_img_2{
    margin-bottom: -290px;
    max-width: initial;
    margin-left: -50px;
}

.s4_img_3{
    margin-top: -80px;
    margin-left: 73px;

}

.s4_img_4{
    margin-bottom: -310px;
    max-width: initial;
    margin-left: -50px;

}

.s4_img_5{
    width: 200px;
    margin-left: 110px;
    position: absolute;
    z-index: 1000;
    bottom: -30px;
}

.s4_img_6{
    margin-top: -90px;
    max-width: initial;
    margin-left: -50px;
}

.s4_img_7{
    position: absolute;
    bottom: -100px;
    max-width: initial;
    margin-left: -50px;
}

.sec5{
    background: url(../img/5_bg.jpg) no-repeat 50% 0 ;
    background-size: cover;
    padding-top: 500px;
    padding-bottom: 100px;
    margin-top: -404px;
    font-size: 14px;
}
.s5_text{
    background: #FDC913;
    border-radius: 20px;
    bottom: 30px;
    left: 20%;
    width: 350px;
    max-width: 100%;
}
.s5_text:before{
    position: absolute;
    content: "";
    background: url(../img/5_Polygon.png) no-repeat 0  0  ;
    width: 20px;
    height: 30px;
    top: -27px;
    left: 50px;
}
.sec6{
    background: url(../img/6_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding-top: 73px;
    padding-bottom: 70px;
    font-size: 14px;
    font-weight: 400;

}
.sec6 h6{
    font-family: BebasNeueBold;
    font-size: 20px;

}
.comm{
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);

}
.name{
    background: #EEE8DF;
    border-radius: 20px 20px  0 0;
}
.web_comm{
    max-width: 420px;
    width: 100%;
}
.carousel-indicators{

}
.carousel-indicators li{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #FDC913;
}
.carousel-indicators li.active {
    background: #FDC913;

}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background: url("../img/next.png") no-repeat 0 0 ;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
}
.carousel-control-prev-icon{
    background: url("../img/prew.png") no-repeat 0 0 ;
}

.sec7, .sec7_bg{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+66,7b5092+66,7b5092+100 */
    background: #f5f5f5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #f5f5f5 0%,#f5f5f5 66%,#7b5092 66%,#7b5092 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f5f5f5),color-stop(66%, #f5f5f5),color-stop(66%, #7b5092),to(#7b5092));
    background: linear-gradient(to right, #f5f5f5 0%,#f5f5f5 66%,#7b5092 66%,#7b5092 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#7b5092',GradientType=1 ); /* IE6-9 */

}
.sec7 h4{
    font-family: BebasNeueBold;
    font-size: 30px;
}
.sec7 h6{
    font-size: 25px;
    font-family: BebasNeueBold;

}
.s7_el{
    min-height: 400px;
}
.s7_el p{
    min-height: 100px;
}
.s7_edit_1{
    min-height: 60px;
}
.s7_edit_2 {
    height: 160px;
}
.s7_last{
    background: #7B5092;
}
.sec8{
    background: url(../img/8_bg.jpg) no-repeat 50% 0px;
    background-size: cover;
    padding-top: 50px;
    font-size: 14px;
}
.sec8 h5{
    font-size: 20px;
}
.sec8 h4{
    font-family: BebasNeueBold;
    font-size: 30px;
    margin: 0;
}

.sec8 h6{
    font-family: BebasNeueBold;
    font-size: 25px;
    margin: 0;

}

select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 95% 50%;
  appearance: none
  }