body {overflow-x:hidden;}

/*Шапка */
@font-face{
    font-family:'FuturaRoundDFM-Regular';
    src:url('/design/images/img_for_actions/2018/nycard/FuturaRoundDFM-Regular.eot');
    src:url('/design/images/img_for_actions/2018/nycard/FuturaRoundDFM-Regular.eot?#iefix') format('embedded-opentype'),
            url('/design/images/img_for_actions/2018/nycard/FuturaRoundDFM-Regular.woff') format('woff'),
            url('/design/images/img_for_actions/2018/nycard/FuturaRoundDFM-Regular.ttf') format('truetype'),
            url('/design/images/img_for_actions/2018/nycard/FuturaRoundDFM-Regular.svg#FuturaRoundDemi') ;
}
 * {margin:0;padding:0;box-sizing:border-box;}
.nycard__wrap{
    position:relative;
    background: url('/design/images/img_for_actions/2018/nycard/nycard_header_bg.jpg') top center no-repeat,
                url('/design/images/img_for_actions/2018/nycard/nycard_bottom_bg.jpg') bottom repeat-y;
    min-height: 100vh;
    margin:0;padding:0;
}
 @media (max-width: 1024px){
        .nycard__wrap{
            background-size: 150%;
        }
    }
.nycard__content{
    position:relative;
    width: 1300px;
    margin:0 auto;
}

    @media (max-width: 1439px){
        .nycard__content{
            width: 1000px;
        }
    }

.nycard__header{
    width: 92%;
    height:600px;
    margin:0 auto;
    position:relative;
}
    @media (max-width: 1024px){
        .nycard__header{
            width:1000px;
        }
    }

.nycard__header_logo{
    width:25%;
    position: absolute;
    top:10px;
    left:0px;
}
    @media (max-width: 1024px){
        .nycard__header_logo{
           width:25%;
           padding-left:20px;
        }
    }
.nycard__header_gotoindex{
    position: relative;
    top:30px;
    left:85%;
    width:150px;
    height: 20px;
    display: block;
    text-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.3);
}
    @media (max-width: 1024px){
        .nycard__header_gotoindex{
           left:75%;
        }
    }
.nycard__header_gotoindex:after{
    position: absolute;
    right:10px;
    top:-2px;
    content:'';
    width:22px;
    height:22px;
    display: block;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_go_index.png') no-repeat;
    background-size: contain;
}
.nycard_text{
    position:absolute;
    left:0px;
    top:250px;
    width:70%;
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-size:17px;
}
    @media (max-width: 1024px){
        .nycard_text{
          top:150px;
          left:20px;
          width:50%;
        }
    }

    @media (max-width: 1024px){
        .nycard_text img{
          width:100%;
        }
    }
.nycard_text_anonce{
    margin:20px 0px 70px 0px ;
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-size:22px;
    line-height:30px;
    letter-spacing: .1rem;
    font-weight:600;
    color:#503232;
}
    @media (max-width: 1024px){
        .nycard_text_anonce {
          width:80%;
          font-size:20px;
        }
    }
.nycard_text_link{
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-size:22px;
    padding:12px 17px ;
    display: inline;
    font-weight: 600;
    color:#fff;
    background: #20C37F;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    border-bottom:none;
    text-decoration: none;
}
.nycard_text_link:hover{
    font-size:24px;
    transition: all 0.2s ease-in-out;
}
.nycard_xru-preload{
    width: 0px;
    height: 0px;
    background:url('/design/images/img_for_actions/2018/nycard/xru_static.png') no-repeat,
               url('/design/images/img_for_actions/2018/nycard/xru_anim.png') no-repeat;
}
.nycard_xru{
    top:200px;
    left:68%;
    position: relative;
    display: block;
    width: 384px;
    height:421px ;
    background:url('/design/images/img_for_actions/2018/nycard/xru_anim.png') no-repeat;
    transition: all 0.2s ease-in-out;
}
    @media (max-width: 1200px){
        .nycard_xru {
          left:58%;
        }
    }
    @media (max-width: 1024px){
        .nycard_xru {
          top:100px;
          left:550px;
        }
    }
.nycard_xru:hover{
    display: block;
    background:url('/design/images/img_for_actions/2018/nycard/xru_anim.png') no-repeat;
    transition: all 0.2s ease-in-out;
}
.nycard_xru_txt{
    position: absolute;
    left:-80px;
    top:-80px;
}





/*Форма отправки / регистрации*/






.nycard__form{
    background: #FFFFFF url('/design/images/img_for_actions/2018/nycard/nycard_go_card_bg.png') left center;
    margin:0 auto ;
    margin-top:120px;
    width:90%;
    height:520px;
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position:relative;
    padding:20px;
    
}
    @media (max-width: 1024px){
        .nycard__form{
            margin-top:50px;
            width:800px;
        }
    }
.nycard__form_mess-error{
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-weight: 600;
    text-align:center;
    color:red;
    width:100%;
    font-size:37px;
}

.nycard__form_mess-created{
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-weight: 600;
    text-align:center;
    color:red;
    width:100%;
    font-size:37px;
}

.nycard__form_stroke{
    padding:20px;
    border: 3px dashed #FF0000;
    box-sizing: border-box;
    height:100%;
    position: relative;
}

.nycard__form_wrap{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
}
.nycard__form_blk{
    width:50%;
    padding:5% 5% 0 7% ;
}
.nycard__form_card{
    width:50%;
    position:relative;
}
.nycard__form_card_refresh{
    position:absolute;
    top:10px;
    left:10px;
    z-index:2;
    width:67px;
    height:67px;
    cursor:pointer;
    background:rgba(32,195,127 , 0.3);
    border-radius: 50%;
}
.nycard__form_card_refresh img{
    width:67px;
    height:67px;
}
.nycard__form_card_refresh:hover{
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background:rgba(32,195,127 , 0.5);
    transition: all 0.2s ease-in-out;
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}



.nycard__form_card_img{
    width:100%;
    height:100%;
    z-index:1;
}

.nycard_go_moroz{
    position: absolute;
    left:-180px;
    bottom:10px;
}
@media (max-width: 1024px){
        .nycard_go_moroz{
            left:-140px;
            width:200px;
            height:auto;
        }
    }


.nycard__form_input{
    font-family:'FuturaRoundDFM-Regular' , sans-serif;
    width:100%;
    border:none;
    border-bottom:dashed 2px #FF0000;
    font-size:16px;
    color:#FF0000;
    margin:0px 0px 20px 0px;
    padding:5px;
    background: transparent;
}

.nycard__form_area{
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    width:100%;
    height: 120px;
    border:solid 1px #FF0000;
    font-size:16px;
    color:#FF0000;
    margin:0px 0px 20px 0px;
    padding:5px;
}
.nycard__form_btn{
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-size:22px;
    padding:12px 17px ;
    display: inline;
    font-weight: 600;
    color:#fff;
    background: #20C37F;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    border:none;
    text-decoration: none;
    cursor:pointer;
}



.nycard__form_btn:hover{
    font-size:24px;
    padding:11px 15px ;
    transition: all 0.2s ease-in-out;
}


/*ЗАгрузчик*/
    .aligner {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top : 0;
       width : 100%;
      height : 100%;
      
    }
    .aligner__cover {
        width : 100%;
      height : 100%;
      background: #ffffff;
      opacity: 0.5;
      position: absolute;
      top : 0px;
    }
    
    .aligner__item {
      max-width: 50%;
      z-index: 20;
    }
    
    .hidden {
        display: none;
    }



/*Участники*/
.nycard__userslist{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
}
.nycard__user_item{
    position:relative;
    width:380px;
    height:300px;
    margin:20px;
    display: block;
}
.nycard_user_title{
    width:70%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
    margin-top:100px;
    padding-left:3.7%;
}

.nycard__user_name{
    position: absolute;
    bottom:0px;
    width:100%;
    text-align:left;
    padding:10px;
    z-index:2;
    color:#fff;
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-weight: 600;
    border-radius:0px 0px 10px 10px;
}
.nycard__user_item:nth-child(3) .nycard__user_name,
.nycard__user_item:nth-child(4) .nycard__user_name,
.nycard__user_item:nth-child(9) .nycard__user_name{
    background:rgba(78, 142, 217, 0.83);
}
.nycard__user_item:nth-child(1) .nycard__user_name,
.nycard__user_item:nth-child(5) .nycard__user_name,
.nycard__user_item:nth-child(7) .nycard__user_name{
    background:rgba(114, 27, 105, 0.7);
}
.nycard__user_item:nth-child(2) .nycard__user_name,
.nycard__user_item:nth-child(6) .nycard__user_name,
.nycard__user_item:nth-child(8) .nycard__user_name{
    background:rgba(9, 107, 90, 0.74);
}
.nycard__user_card{
    position: absolute;
    bottom:0px;
    text-align:center;
    width:380px;
    height:300px;
    z-index:1;
    background-size: cover !important;
    border-radius:10px;
}

.nycard__share_list{
    bottom:7px;
    right:10px;
    position:absolute;
    z-index:3;
    list-style-type:none;
    display:flex;
    flex-wrap: nowrap;
}

.nycard__share_vk{
    display: block;
    width:22px;
    height:22px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_vk.png');
    background-size:contain;
    margin:0px 3px;
    
}
.nycard__share_ok{
    display: block;
    width:22px;
    height:22px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_ok.png');
    background-size:contain;
    margin:0px 3px;
}
.nycard__share_fb{
    display: block;
    width:22px;
    height:22px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_fb.png');
    background-size:contain;
    margin:0px 3px;
}

.nycard__share_list a.share {
    display: block;
    width:22px;
    height:22px;
}













/*Участник 1*/
.nycard__userslist1{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
}
.nycard__user_item1{
    position:relative;
    width:700px;
    height:500px;
    margin:20px;
    display: block;
}
.nycard_user_title1{
    width:70%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
    margin-top:100px;
}

.nycard__user_name1{
    position: absolute;
    bottom:0px;
    width:100%;
    text-align:left;
    padding:10px;
    z-index:2;
    color:#fff;
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-weight: 600;
    background:rgba(9, 107, 90, 0.74);
    border-radius:0px 0px 10px 10px;
}
.nycard__user_card1{
    position: absolute;
    bottom:0px;
    text-align:center;
    width:700px;
    height:500px;
    z-index:1;
    background-size: cover !important;
    border-radius:10px;
}

.nycard__share_list1{
    bottom:7px;
    right:10px;
    position:absolute;
    z-index:3;
    list-style-type:none;
    display:flex;
    flex-wrap: nowrap;
}

.nycard__share_vk1{
    display: block;
    width:22px;
    height:22px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_vk.png');
    background-size:contain;
    margin:0px 3px;
    
}
.nycard__share_ok1{
    display: block;
    width:22px;
    height:22px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_ok.png');
    background-size:contain;
    margin:0px 3px;
}
.nycard__share_fb1{
    display: block;
    width:22px;
    height:22px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_fb.png');
    background-size:contain;
    margin:0px 3px;
}

.nycard__share_list1 a.share {
    display: block;
    width:22px;
    height:22px;
}


.nycard__user_link{
    display: block;
    margin:0 auto;
    text-align:center;
    margin-top:40px;
    margin-bottom:40px;
}

.nycard_user_link{
    font-family:'FuturaRoundDFM-Regular', sans-serif;
    font-size:22px;
    padding:12px 17px ;
    display: inline;
    font-weight: 600;
    color:#fff;
    background: #20C37F;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    border-bottom:none;
    text-decoration: none;
}


/* добавленная открытка шарим */
.nycard__share_added{
    
}

.nycard__success-wrapper {
    padding: 20px!important;
}


.nycard__share_added .nycard__share_list{
    list-style-type: none;
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 40px;
}

.nycard__share_added .nycard__share_vk{
    display: block;
    width:40px;
    height:40px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_vk.png');
    background-size:contain;
    margin:0px 3px;
    
}
.nycard__share_added .nycard__share_ok{
    display: block;
    width:40px;
    height:40px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_ok.png');
    background-size:contain;
    margin:0px 3px;
}
.nycard__share_added .nycard__share_fb{
    display: block;
    width:40px;
    height:40px;
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_fb.png');
    background-size:contain;
    margin:0px 3px;
}

.nycard__share_added .nycard__share_list a.share {
    display: block;
    width:40px;
    height:40px;
}





/*Музыка*/
.nycard__music{
    width: 96%;
    margin: 0 auto;
}

.nycard__music_wrap .slick-dots li button::before{
    font-size: 18px;
    color:#20c37f;
}
@media (max-width: 1024px){
    .nycard__music_wrap .slick-arrow{
        display:none !important;
    }
}
.nycard__music_wrap .slick-slide {
    padding-left: 0% !important;
}
    @media (max-width: 1440px){
        .nycard__music_wrap .slick-slide {
        padding-left: 0% !important;
        }
    }

.nycard__music_wrap .slick-prev{
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_left.png') ;
    width:50px;
    height:50px;
    left: -70px;
    top: 47%;
}
.nycard__music_wrap .slick-next{
    background:url('/design/images/img_for_actions/2018/nycard/nycard_ico_right.png') ;
    width:50px;
    height:50px;
    right: -40px;
    top: 47%;
}
.nycard__music_wrap .slick-prev::before,
.nycard__music_wrap .slick-next::before{
    content:'';
}

    @media (max-width: 1440px){
    .nycard__music_wrap .slick-prev{
        left: -60px !important;
    }
    .nycard__music_wrap .slick-next{
        right: -30px !important;
    }
}
.nycard__track_player .mplayer-block-play .play {
    display: block;
    width: 77px;
    height: 77px;
    text-decoration: none;
    background: url('/design/images/img_for_actions/2018/nycard/nycard_play_stop.png') no-repeat;
    background-position: 0px 0px;
}
.nycard__track_player .mplayer-block-play .stop {
    display: block;
    width: 77px;
    height: 77px;
    text-decoration: none;
    background: url('/design/images/img_for_actions/2018/nycard/nycard_play_stop.png') no-repeat;
    background-position: 0px -77px
}

.nycard__music_wrap{
    padding-top:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:nowrap;
    margin:0 auto;
}
    .nycard__track{
        width:200px;
        margin:0 auto;
    }
    .nycard__track_cover{
        width:200px;
        height:200px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        background-size: cover !important;
    }
    .nycard__track_title{
        font-family:'FuturaRoundDFM-Regular', sans-serif;
        font-size:17px;
        font-weight:600;
        padding:10px 0px;
        width:200px;
    }


.nycard__music_link{
    display: block;
    margin:0 auto;
    text-align:center;
    margin-top:70px;
}
.nycard_music_title{
    width:40%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
    margin-top:100px;
}



/*Ещё открытки*/
.nycard__load__wrap{
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align:center;
}
.nycard__load__btn {
    font-family: 'FuturaRoundDFM-Regular', sans-serif;
    font-size: 22px;
    padding: 12px 17px;
    display: inline;
    font-weight: 600;
    color: #fff;
    background: #20C37F;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    border-bottom: none;
    text-decoration: none;
    cursor:pointer;
}

.nycard__load__btn:hover{
    font-size:24px;
    transition: all 0.2s ease-in-out;
}


