/* artpay-form */
/* 1200px and more*/
.b1t-ymservice-block,
.b1t-ymservice-block.no-hover-shadow:hover,
.b1t-ymservice-block.no-hover-shadow.active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.artpay-form {
    max-width: 550px;
}
.artpay-form__group{
    position: relative;
    z-index: 0;
    margin: 30px 0;
}
.artpay-form__label {
    color: #9e9e9e;
    cursor: text;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
    -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.artpay-form__label.required {
    color: #616161 !important;
    font-size: 12px !important;
    top: -16px !important;
}
.artpay-form__label.error {
    color: #f44336;
}
.artpay-form__control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    padding: 8px 0 7px;
    -webkit-transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-bottom-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    outline: 0;
}
.artpay-form__control.error {
    border-color: #f44336 !important;
}
input.artpay-form__control {
    height: 36px;
}
textarea.artpay-form__control {
    height: 76px;
}
.artpay-form__control:focus {
    border-color: #2196f3;
    border-bottom-width: 2px;
    outline: 0;
    padding-bottom: 6px;
}
.artpay-form__control:focus ~ .artpay-form__label {
    color: #2a98d3;
    font-size: 12px;
    top: -16px;
}
.artpay-form__submit {
    border: 0;
    border-radius: 2px;
    background-color: #2a98d3;
    box-shadow: 2px 3px 6.96px 1.04px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 8px 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.artpay-form__submit:hover {
    background-color: #41a7de;
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}
.artpay-form__submit:focus {
    background-color: #57b7eb;
}

/***/
/* artpay-result */
/* 992px and more*/
.content {
    padding-bottom: 70px !important;
}
.b1t-ymservice-block,
.b1t-ymservice-block.no-hover-shadow:hover,
.b1t-ymservice-block.no-hover-shadow.active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}
h1 {
    color: #2b353d !important;
    margin-bottom: 40px !important;
}
.payment-artpay {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.payment-artpay__img {
    display: block;
    width: 200px;
    height: 280px;
    margin: 0 auto 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.payment-artpay__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2b353d;
    margin-bottom: 15px;
}
.payment-artpay__text br {
    display: none;
}
a.link-to-main {
    display: block;
    width: 200px;
    font-size: 16px;
    line-height: 14px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 3px solid #76bafb;
    color: #2b353d;
    background-color: #fff;
    -moz-box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.17);
    padding: 10px 0;
    margin: 0 auto;
    outline: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1), color .3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.link-to-main:hover {
    background-color: #76bafb;
    border-color: #76bafb;
    border-width: 3px;
    color: #fff;
}
a.link-to-main:focus {
    background-color: #0f77c5;
    border-color: #0f77c5;
    border-width: 3px;
    color: #fff;
}
/* 991px and less */
@media screen and (max-width: 991px) {
    h1 {
        text-align: center;
        margin-bottom: 30px !important;
    }
    .payment-artpay__text br {
        display: block;
    }
}