@font-face {
  font-family: 'MPLUSRounded1c-Medium';
  src: url('/design/images/img_for_design/fonts/MPLUSRounded1c-Medium.ttf')  format('truetype')
}
@font-face {
  font-family: 'MPLUSRounded1c-Light';
  src: url('/design/images/img_for_design/fonts/MPLUSRounded1c-Light.ttf')  format('truetype')
}
.eplkapop_popper {
    display: none;
}
body {
    font-family: 'MPLUSRounded1c-Medium';
    background: #FFD1B9;
}
.slick-arrow {
    cursor: url(/design/images/img_for_design/cur_point.png), progress !important;
}
.greetings__action {
    text-align: center;
    padding: 0 20px;
}
.greetings__action.greetings__action-request {
    height: 100%;
    display: flex;
    padding: 30px 0;
}
.greetings__wrapp {
    margin: auto;
}
.greetings__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}
.greetings__song-container {
    display: grid;
    justify-content: flex-start;
    width: 100%;
    grid-auto-columns: 100%;
    grid-row-gap: 20px;
}
.greetings__field-set {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-auto-rows: 53px;
    grid-gap: 10px 20px;
}
.greetings__container-bottom_content {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-column-gap: 20px;
}
.greetings__label {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 36px;
    cursor: pointer;
}
.greetings__container-bottom_content .greetings__field-set {
    grid-template-columns: auto;
    grid-row-gap: 10px;
}
.greetings__container-bottom_content .greetings__textarea {
    max-width: calc(100% - 40px);
}


.greetings__congratulation-container {
    height: 270px;
    display: grid;
    grid-template-columns: auto 470px;
    grid-column-gap: 30px;
}
.container-left__top-wrapp {
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-row-gap: 20px;
}
.container-left__bottom-wrapp {
    display: flex;
}
.container-left__bottom-wrapp .btn-success {
    margin: 25px 0;
}
.greetings__container-left {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 10px;
    padding: 0 10px;
    position: relative;
}
.greetings__select-dropdown {
    position: absolute;
    right: 27px;
    bottom: 17px;
    transition: all .3s ease-in-out;
}
.greetings__select-dropdown.opened {
    transform: rotate(-181deg);
}
.greetings__field-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.greetings__input {
    font-family: 'MPLUSRounded1c-Medium';
    border-radius: 30px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,.1);
    padding: 7px 20px;
    width: calc(100% - 40px);
    margin-bottom: 5px;
}
select.greetings__input {
    width: 100%;
}
.check_field--error {
    font-size: 14px;
    padding-left: 1.2rem;
    background: url(/design/images/img_for_actions/2019/greetings/attention__icon.svg) no-repeat;
    background-position: left center;
    background-size: auto;
}
.greetings__input::-webkit-inner-spin-button, 
.greetings__input::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.greetings__input:focus {
    outline: none;
}
.greetings__select {
    cursor: url(/design/images/img_for_design/cur_point.png), progress !important;
    -webkit-appearance: none;
}
.greetings__header {
    margin: 0;
    height: 57px;
}
.greetings__header_span {
    position: relative;
    top: -20px;
    font-size: 32px;
}
.greetings__action-request .greetings__header {
    display: grid;
    grid-template-columns: 60px auto;
}
.greetings__header-gr {
    max-width: 290px;
    margin: auto;
}
.greetings__header-conf {
    max-width: 350px;
    height: 75px;
    margin: auto;
}
.greetings__header-text {
    font-size: 24px;
    margin: auto;
}
.greetings__btn-close {
    display: grid;
    width: 180px;
    height: 53px;
    margin: 34px auto;
    background: #FFE1AD;
    border-radius: 40px;
    border: 2px solid #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    cursor: url(/design/images/img_for_design/cur_point.png), progress !important;
}
.greetings__btn-close_text {
    margin: auto;
    color: #1C1C1B;
    font-size: 18px;
}
.btn-success {
    font-family: 'MPLUSRounded1c-Medium';    
    font-size: 1.2rem;
    background: #FFE1AD;
    padding: 7px 25px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 25px auto;
    cursor: url(/design/images/img_for_design/cur_point.png), progress !important;
    box-shadow: -2px 3px 10px 0px rgba(0,0,0,.15);
}
.btn-success:focus {
    outline: none;
}
.greetings__paragraph {
    font-family: 'MPLUSRounded1c-Light';
    margin: 10px 0;
    font-size: 16px;
}
.greetings__container-right {
    display: flex;
}
.greetings__textarea {
    font-family: 'MPLUSRounded1c-Medium';
    width: calc(100% - 40px);
    max-width: 263px;
    max-height: 162px;
    resize: none;
    border-radius: 30px;
    margin: 0 auto 5px;
    padding: 10px 20px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,.1);
}
.greetings__textarea:focus {
    outline: none;
}
.ui-datepicker.ui-widget {
    background: transparent;
    display: grid !important;
    border: none !important;
}
.ui-datepicker .ui-datepicker-header {
    width: 175px;
    background: transparent;
    border: none;
    grid-area: 2/1/2/1;
    justify-self: right;
}
.ui-icon.ui-icon-circle-triangle-w {
    background: url(/design/images/img_for_actions/2019/greetings/arrow-prev.png) no-repeat !important;
    background-position: center left;
    background-size: contain !important;
}
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
    background: transparent !important;
    border: none !important;
    cursor: url(/design/images/img_for_design/cur_point.png), progress !important;
}
.ui-datepicker-prev.ui-state-disabled {
    display: none;
}
.ui-icon.ui-icon-circle-triangle-e {
    background: url(/design/images/img_for_actions/2019/greetings/arrow-next.png) no-repeat !important;
    background-position: center right;
    background-size: contain !important;
}
.ui-datepicker-title {
    color: #1C1C1B;
    font-size: 14px;
    font-family: 'MPLUSRounded1c-Light' !important;
}
#bcalendar {
    position: relative;
}
#bcalendar > div.ui-datepicker {
    border: none;
    width: 100%;
}
.bcalendar__green-bg {
    width: 136px;
    height: 288px;
    position: absolute;
    background: #70A262;
    bottom: 37px;
    right: -3px;
    z-index: 1;
    border-radius: 0 3px 3px 0;
}
.ui-datepicker-calendar {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #F26844;
}
.ui-datepicker-calendar tr {
    height: 48px;
}
.ui-datepicker-calendar th span {
    color: #fff; 
    position: relative;
    z-index: 2;
}
.ui-state-default {
    background: #fff !important;
    font-size: 14px;
    padding: 12px !important;
    text-align: center !important;
    font-family: 'MPLUSRounded1c-Light' !important;
    position: relative;
    z-index: 2;
}
.ui-state-disabled {
    opacity: 1 !important;
    position: relative;
    z-index: 2;
}
.ui-state-disabled span {
    color: rgba(28, 28, 27, .35) !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight,
.ui-state-active, 
.ui-widget-content .ui-state-active {
    border: 1px solid #fff !important;
    background: #F26844 !important;
    color: #fff !important;
}
.ui-state-default.ui-state-highlight.ui-state-active {
    background: #F26844 !important;
    color: #fff !important;
}
.ui-state-default.ui-state-highlight {
    background: #fff !important;
    color: #F26844 !important;
}
.bcalendar__paragraph {
    position: absolute;
    bottom: -6px;
    left: 0;
    color: #838383;
    font-size: 12px;
}


.g-cards__input-grid {
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-row-gap: 20px;
    margin-bottom: 10px;
}
.g-cards__form {
    padding: 0 10px;
    margin: 0;
}
.nycard__form_area.greetings__textarea {
    max-width: 100%;
    max-height: 100%;
    height: 145px;
}
.nycard__form_btn.btn-success {
    margin: 10px auto;
}

.nycard_added .nycard__form_wrap {
    display: grid;
    grid-template-columns: 50% 49%;
    grid-template-rows: 400px;
}
.nycard__success-wrapper .nycard__form_card_img {
    max-width: 100%;
    object-fit: contain;
}
.nycard__success-wrapper .nycard__form_blk {
    padding: 40px 10px;
}
.nycard__success-wrapper .nycard__form_wrap {
    grid-column-gap: 25px;
}
.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__share_list {
    padding: 0;
}
.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__link-item {
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.nycard__share-link {
    background: url(/design/images/img_for_actions/2019/greetings/001-share-option.svg) #FFE1AD no-repeat;
    background-position: center;
    background-size: 20px;
    padding: 14px 25px;
}
.nycard__download-link {
    background: url(/design/images/img_for_actions/2019/greetings/002-down-arrow.svg) #FFE1AD no-repeat;
    background-position: center;
    background-size: 20px;
    padding: 14px 25px;
}
.nycard__print-link {
    background: url(/design/images/img_for_actions/2019/greetings/003-printer.svg) #FFE1AD no-repeat;
    background-position: center;
    background-size: 20px;
    padding: 14px 25px;
}
.hidden {
    display: none;
}
.nycard__form_wrap {
    display: grid;
    grid-template-columns: 50% 45%;
    padding: 20px 10px;
    grid-column-gap: 45px;
}
.nycard__form_card {
    position: relative;
}
.nycard__form_card_refresh {
    position: absolute;
}
.nycard__form_card_img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-cards__list {
    margin: 0;
    padding: 0;
}
.all-cards__img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}
.all-cards__list .slick-prev {
    left: 5px;
    z-index: 10;
}
.all-cards__list .slick-next {
    right: 5px;
    z-index: 10;
}
.nycard__share_added .nycard__share_vk{
    display: block;
    width:40px;
    height:40px;
    background:url('/design/images/action/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/action/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/action/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;
}