*, ::after, ::before {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
@font-face {
    font-family: ValueSansProB;
    src: url(../fonts/ValueSansPro-Bold.ttf);
   }
@font-face {
    font-family: ValueSansPro;
    src: url(../fonts/ValueSansPro-Regular.ttf);
   }

.text_blok {
    background: inherit !important;
}

.wind_1_gradient {
    top: -27px !important;
    position: relative !important;
}

.wind_4_gradient {
    top: -27px !important;
    position: relative !important;
}

.ref_block {
    display: flex;
    justify-content: center;
}

.ref_logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-top: -25px;
}

.ref_link {
    background: #F06697;
    box-shadow: 0px 10px 25px rgba(240, 102, 151, 0.3);
    border-radius: 47px;

    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;

    display: block;
    max-width: 250px;
    padding: 10px;
    margin: 10px auto -20px;
}

.bg_one {
   position: relative;
}

.bg_one::after {
    /*content: '';*/
    top: 50px;
    right: 0;
    position: absolute;
    background: url(../img/mst-one.png) no-repeat #efe7e4;
    background-size: cover;
    width: 450px;
    height: 900px;
    max-width: 28%;
    max-height: 97%;
    border-radius: 8px;
}

.bg_two {
    position: relative;
}

.bg_two::after {
    /*content: '';*/
    top: 20%;
    right: 20%;
    position: absolute;
    background: url(../img/mst_two.png) no-repeat;
    background-size: cover;
    width: 450px;
    height: 900px;
    max-width: 22%;
    max-height: 97%;
    border-radius: 8px;
}

.bg_three {
    position: relative;
}

.bg_three_title {
    padding-top: 20px;
}

.bg_three::after {
    /*content: '';*/
    top: 20%;
    right: 20%;
    position: absolute;
    background: url(../img/mst_three.png) no-repeat;
    background-size: cover;
    width: 450px;
    height: 900px;
    max-width: 21%;
    max-height: 100%;
    border-radius: 8px;
}

.bg_four {
    position: relative;
}

.bg_four::after {
    /*content: '';*/
    top: 36%;
    right: 20%;
    position: absolute;
    background: url(../img/mst_four.png) no-repeat;
    background-size: cover;
    width: 450px;
    height: 900px;
    max-width: 21%;
    max-height: 77%;
    border-radius: 8px;
}

.bg_five {
    position: relative;
}

.bg_five::after {
    /*content: '';*/
    top: 0%;
    left: 20%;
    position: absolute;
    background: url(../img/mst_five.png) no-repeat;
    background-size: cover;
    width: 450px;
    height: 900px;
    max-width: 21%;
    max-height: 100%;
    border-radius: 8px;
}





.text_style{
    font-family: 'ValueSansPro', sans-serif;
        margin-top: 30px;
}
.text_style strong{
    font-family: 'ValueSansProB', sans-serif;
}
.text_style ul{
    list-style-type: none;
    padding-left: 17px;
}
.text_style ul li{
    position: relative;
    margin-bottom: 18px;
    margin-top: 18px;
}
.text_style ul li:before{
content: '';
position: absolute;
top: 3px;
left: -15px;
border-radius: 50%;
width: 8px;
height: 8px;
background: #7E22F4;
}
body {
    overflow: hidden;
    overflow-y: auto;
    font-family: 'Montserrat Alternates', sans-serif;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.wind_1 {
    /*background: url(../img/mst-one.png) no-repeat #f2f2f2;*/
    background-size: cover;
    background-position: 48% 100%;
    min-height: 67vh;
    padding-top: 55px;
    padding-bottom: 80px;

    background-image: linear-gradient(
            255deg,
            hsl(268deg 25% 88%) 0%,
            hsl(268deg 40% 87%) 16%,
            hsl(268deg 52% 86%) 41%,
            hsl(268deg 61% 84%) 60%,
            hsl(268deg 69% 83%) 73%,
            hsl(268deg 75% 81%) 81%,
            hsl(268deg 79% 79%) 88%,
            hsl(268deg 83% 78%) 93%,
            hsl(268deg 87% 76%) 97%,
            hsl(268deg 89% 74%) 100%
    ) !important;
}
.wind_1 h1 {
    text-align: center;
    margin-top: 55px;
}
.wind_1 h1 span{
    color: #9d669b;
    font-size: 33px;
}
.bubbly-button {
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform ease-in 3s, box-shadow ease-in 0.25s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    text-transform: uppercase;
    /*box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);*/
}
.bubbly-button:after {
    background-image: linear-gradient(71deg, rgba(255, 255, 255, .0) 43%, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, .0) 70%);
    background-repeat: no-repeat;
    background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
    background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    margin-left: 98px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #ffffffc4;
    box-shadow: 0px 0px 22px #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -webkit-animation-name: tossing;
    animation-name: tossing;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.bubbly-button:focus {
    outline: 0;
}
.pink_but {
    background: rgb(255, 174, 13);
    background: -webkit-linear-gradient(bottom, #925d97 0%, #eda9bc 100%);
    background: -o-linear-gradient(bottom, #925d97 0%, #eda9bc 100%);
    background: linear-gradient(to top, #925d97 0%, #eda9bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#925d97", endColorstr="#eda9bc", GradientType=1);
    height: 58px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    margin-top: 0px;
    padding: 0 20px;
}
.prise_one .pink_but {
    width: 233px;
}
.pink_but:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
}
.pulse {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.pulse, .pulse:active, .pulse:focus, .pulse:hover {
    /*animation: pulse;*/
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
    0% {
        transition: .05s linear;
        left: -20px;
    }
    20% {
        transition: .05s linear;
        left: 100%;
    }
    100% {
        transition: .05s linear;
        left: 100%;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.but_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    flex-wrap: nowrap;
}
.bot_style {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 70px;
    margin-bottom: 26px;
}
.bot_style img {
    max-width: 100%;
}
.but_box {
    text-align: center;
}
.apple_pay {}
.wind_2 {
    /*background: url(../img/fon3.jpg) no-repeat #efe7e4;*/
    background-size: cover;
    background-position: 66% 50%;
    padding-bottom: 48px;
    /*padding-top: 44px;*/
}
.preim_one {
    margin-bottom: 30px;
}
.preim_img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 141px;
}
.preim_img img {
    max-width: 100%;
}
.preim_text {
    text-align: center;

}
.prog_list h3 {
    text-align: center;
    margin-bottom: 33px;
}
.preim_one {
    margin-bottom: 30px;
}
.preim_title {
    color: #8159b6;
    text-align: left;
    margin-bottom: 13px;
    margin-top: 10px;
    /* min-height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 300;
}
.preim_text {

    text-align: center;
    /*background: #fff;*/
    padding: 20px;

}
.happ_wrap h3 span {
    display: block;
    color: #a546b0;
}
.wind_4 .but_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-wrap: nowrap;
}

.wind_3 {
    background-image: linear-gradient(
            255deg,
            hsl(268deg 25% 88%) 0%,
            hsl(268deg 40% 87%) 16%,
            hsl(268deg 52% 86%) 41%,
            hsl(268deg 61% 84%) 60%,
            hsl(268deg 69% 83%) 73%,
            hsl(268deg 75% 81%) 81%,
            hsl(268deg 79% 79%) 88%,
            hsl(268deg 83% 78%) 93%,
            hsl(268deg 87% 76%) 97%,
            hsl(268deg 89% 74%) 100%
    ) !important;
}

.wind_4 {
    /*background: url(../img/fon7.jpg) no-repeat #efe7e4;*/
    background-size: cover;
    /*padding: 36px 0 38px 0;*/
    padding: 36px 0 90px 0;
    background-position: 35% 50%;
    position: relative;
    background-image: linear-gradient(
            255deg,
            hsl(268deg 25% 88%) 0%,
            hsl(268deg 40% 87%) 16%,
            hsl(268deg 52% 86%) 41%,
            hsl(268deg 61% 84%) 60%,
            hsl(268deg 69% 83%) 73%,
            hsl(268deg 75% 81%) 81%,
            hsl(268deg 79% 79%) 88%,
            hsl(268deg 83% 78%) 93%,
            hsl(268deg 87% 76%) 97%,
            hsl(268deg 89% 74%) 100%
    ) !important;
}
.wind_6 {
    /*background: url(../img/fon8.jpg) no-repeat #efe7e4;*/
    background-size: cover;
    padding: 14px 0 105px 0;
    background-position: 71% 50%;
    position: relative;

}
.text_blok {
    background: #ffffff9e;
    padding: 20px;
}
.text_blok p{
    margin-bottom: 15px;
}
.happ_title {
    margin-bottom: 33px;
}
.happ_title h3 {
    text-align: center;
    font-size: 25px;
}
.footer-social__item {
    list-style-type: none;
}
.footer-social__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #a36b9e;
    margin: 14px;
}
.footer-social__item svg {
    width: 20px;
    height: 20px;
}
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wind_5 {
    text-align: center;
    padding: 40px 0;
}
.cont_wrap {
    margin-top: 10px;
}
.cont_wrap p {
    margin-top: 10px;
}
footer {
    background: #000;
    padding: 10px 0;
    text-align: center;
}
.polit a, .polit span{
    color: #fff;
    text-decoration: none;
}
.rekviz{
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}
.text_class {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text_class h1{
    margin-bottom: 20px;
}
.text_class h3{
    margin-bottom: 15px;
    margin-top: 15px;
}
.text_class p{
    margin-bottom: 10px;
}
.text_class a{
    color: #2196f3;
}


@media (min-width: 767px) {

    .happ_title h3 {
        text-align: right;
    }

    .wind_1_gradient {
        top: -50px !important;
    }
    .wind_4_gradient {
        top: -50px !important;
    }

    .wind_1 h1 {
        margin-top: 30px !important;
    }

    .ref_link {
        margin: 20px 0 -20px;
    }

    .bg_one::after {
        content: '';
        top: 42%;
        right: 36%;
        max-width: 28%;
        max-height: 56%;
    }

    .bg_two::after {
        content: '';
        max-width: 37%;
        max-height: 76%;
        right: 9%;
    }
    .bg_three::after {
        content: '';
        max-width: 34%;
        max-height: 76%;
        right: 12%;
    }

    .bg_four::after {
        content: '';
        /*max-width: 25%;*/
        max-height: 100%;
        right: 16%;
        top: 12%;
        max-width: 25%;
    }

    .bg_five::after {
        content: '';
    }

    .but_flex {
        align-items: flex-start !important;
        height: 68vh;
    }

    .bot_style {
        margin-top: 20px;
    }

    .preim_text {
        width: 313px;
    }

    .preim_img {
        justify-content: flex-start;
    }

    .text_blok {
        margin-top: 60px;
    }

}


@media (min-width: 999px) {

    .wind_2 {
        padding-bottom: 168px;
    }

    .wind_3 {
        padding-bottom: 105px;
    }

    .bg_one::after {
        content: '';
        top: 42%;
        right: 36%;
        position: absolute;
        background: url(../img/mst-one.png) no-repeat #efe7e4;
        background-size: cover;
        width: 450px;
        height: 900px;
        max-width: 28%;
        max-height: 56%;
        border-radius: 8px;
    }

    .bg_two:after {
        max-width: 27%;
        min-height: 100%;
    }
    .bg_three::after {
        max-width: 23%;
        max-height: 94%;
        top: 19%;
    }
    .bg_four::after {
        top: 24%;
        max-width: 20%;
        max-height: 91%;
    }


    .preim_img {
        justify-content: center;
    }

    .text_blok {
        background: inherit !important;
        margin-top: 180px;
    }
}

@media (min-width: 1200px) {
    .bg_one::after {
        content: '';
        top: 50px;
        right: 8%;
        position: absolute;
        background: url(../img/mst-one.png) no-repeat #efe7e4;
        background-size: cover;
        width: 450px;
        height: 900px;
        max-width: 31%;
        max-height: 97%;
        border-radius: 8px;

    }

    .bg_two::after {
        max-width: 26%;
    }

    .bg_three::after {
        max-width: 20%;
        max-height: 94%;
    }

    .bg_four::after {
        top: 24%;
        max-width: 20%;
        max-height: 91%;
    }

    .but_flex {
        align-items: center !important;
    }
}

@media (min-width: 14400px) {
    .wind_1_gradient {
        top: -75px !important;
    }
    .wind_4_gradient {
        top: -75px !important;
    }

}



@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        /*-ms-flex: 0 0 33.333333%;*/
        /*flex: 0 0 33.333333%;*/
        /*max-width: 33.333333%;*/
    }


    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .container {
        max-width: 720px;
    }
    .happ_wrap h3 {
        text-align: right;
        margin: 0 auto;
    }
    .happ_wrap h3 span {
        font-size: 40px;
    }
    .wind_1 h1 {
        text-align: left;
        margin-top: 55px;
        width: 50%;
        margin: 0 auto;
        font-size: 34px;
    }
    .wind_1 h1 span {
        font-size: 48px;
    }
    .preim_text {
        text-align: left;
        background: #ffffff00;
        padding: 0;

        width: 313px;
    }

    .preim_img {
        justify-content: flex-start;
    }

    .preim_title {
        justify-content: flex-start;
    }
    .text_blok {
        padding: 0px;
    }
}
@media (min-width: 998px) {
    .preim_one {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
        /*margin-left: 0;*/
        margin-left: 140px;
    }
    .preim_img {
        min-height: 99px;
        justify-content: center;
    }
    .preim_text {
        text-shadow: 0 0 20px #fff;
    }
    .container {
        max-width: 960px;
    }
    .prog_list h3 {
        font-size: 54px;
    }
    .happ_wrap h3 {
        font-size: 41px;
        font-style: italic;
        margin-bottom: 40px;
    }
    .wind_1 {
        background-position: 36% 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .wind_1 h1 {
        text-align: left;
        margin-top: 55px;
        font-size: 34px;
        width: 47%;
        /*margin: 0 auto;*/
        /*margin-left: 20%;*/
        margin-left: 13%;
        margin-top: 87px;
    }
    .but_flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 32vh;
        flex-wrap: nowrap;
        margin-bottom: 130px;
        /*margin-left: 21%;*/
        margin-left: 14%;
    }
    .wind_1 {
        background-position: 0% 100%;
    }
    .wind_6 {
        padding: 105px 0 157px 0;
    }
    .text_blok p {
        margin-bottom: 15px;
        font-size: 21px;
    }
    .polit a, .polit span {
        padding: 0 10px;
    }
    .rekviz {
        margin-top: 22px;
        font-size: 13px;
    }
}
@media (max-height: 773px){
    .but_flex {
        height: auto;
        margin-top: 18px;
    }
    .wind_1 h1 {
        margin-top: 30px;
        margin-left: 10%;
    }
    .but_flex {
        display: flex;
            justify-content: flex-start;
            align-items: center;
            height: 32vh;
            flex-wrap: nowrap;
            margin-bottom: 130px;
            margin-left: 21px;
            margin-left: 11%;
    }
}
