.more_order_btn
{
    right: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 200px;
}
.more_order_btn a
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #71c21c;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.more_order_btn a:hover
{
    background: #528d14;
    text-decoration: none;
}
.pay_item {
    cursor: pointer;
}
.success-message
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.dublicate_order a, a.link_pseudo, .btn
{
    cursor: pointer;
}
.pay-form-box
{
    display: none;
}
.disabled-a, .disabled-a:hover, .disabled-a .i-add-copy-svg
{
    color: #cfd8dc;
    cursor: default;
    fill: #cfd8dc;
}
.right-print-btn
{
    text-align: right;
}
.right-print-btn a
{
    color: #455a64;
    padding: 10px 20px;
    background: #cfd8dc;
    border: 1px dashed;
}
.right-print-btn a:hover
{
    color: #cfd8dc;
    background: #455a64;
    border: 1px solid;
    text-decoration: none;
}



.cart__option-list {
    margin: 15px 0;
}
.cart__option-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #cfd8dc;
}
.cart__option-handler {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border: 1px dashed #71c21c;
    border-radius: 3px;
    background: rgba(0,0,0,0);
    transition: all .3s;
    cursor: pointer;
}
.cart__option-handler.active,
.cart__option-handler.hover {
    background-color: rgba(113,194,28,1);
    border-style: solid;
}
.cart__option-handler.active{
    background: rgba(113,194,28,1) url(/local/templates/main/assets/img/check.svg) no-repeat center;
    background-size: 64%;
}

.cart__option-name {
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    margin-right: 30px;
    line-height: 1.3em;
}
.cart__option-price {
    display: inline-block;
    vertical-align: middle;
}


.select_photo_size {
    max-width: 141px;
}



.page_four_mirror_img {
    background-color: #2aabd2;
    overflow: hidden; }
.page_four_mirror_img::after {
    clear: both;
    content: "";
    display: table; }
.page_four_mirror_img img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
    width: 35%;
    margin-right: -4px;
    margin-left: 30px;
    margin-top: -32px;
    margin-bottom: -32px; }
.page_four_mirror_img img:nth-of-type(2n) {
    margin-left: 62px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.cart_four_mirror_img {
    width: 145px;
}
.cart_four_mirror_img:after {
    content: '';
    clear: both;
    display: block;
}
.cart_four_mirror_img img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 50px;
    margin: -13px 10px;
    float: left;
}
.cart_four_mirror_img img:nth-of-type(2n) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.grid_item_indx-col2 {
    margin: 0 100px;
}


.enter-form-bott-notice {
    padding: 20px 0;
}

.lk_enter_form_wrap.size_vk {
    padding-top: 50px;
    height: 300px;
}

.lk_enter_form_wrap.size_vk .grid_content{
    align-items: flex-start;
}

.lk_enter_form_wrap.size_vk .lk_enter_form {
    color: #fff;
}


.btn_select_bg {
    background: #71c21c;
}

.btn_select_bg .btn_content {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transition: all .3s;
}
.btn_select_bg:hover .btn_content {
    font-size: 24px;
}

.w870 {
    width: 870px;
}