.brand-main .right .screen .brand-shop {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 3.125rem; }
.brand-main .right .screen .brand-shop .item-list {
    width: 100%;
    display: flex;
    flex-direction: column; }
.brand-main .right .screen .brand-shop .item-list .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1.875rem; }
.brand-main .right .screen .brand-shop .item-list .item .photo {
    width: 21.875rem;
    height: 12.5rem; }
.brand-main .right .screen .brand-shop .item-list .item .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
.brand-main .right .screen .brand-shop .item-list .item .info {
    width: 58%;
    height: 12.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.25rem; }
.brand-main .right .screen .brand-shop .item-list .item .info .title {
    color: #000000;
    font-size: 1.5rem; }
.brand-main .right .screen .brand-shop .item-list .item .info .btn {
    color: #00aeef;
    font-size: 1.25rem;
    width: 15.5rem;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #00aeef;
    box-sizing: border-box;
    padding-left: 3.25rem;
    cursor: pointer;
    will-change: filter;
    transition: 0.2s; }
.brand-main .right .screen .brand-shop .item-list .item .info .btn:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
.brand-main .right .screen .brand-shop .item-list .item .info .btn:before {
    content: '';
    background: url(../img/shop/cart.svg) 50% 50% no-repeat;
    background-size: 1.875rem;
    background-color: #00aeef;
    width: 3.25rem;
    height: 3.25rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
.brand-main .right .screen .shadow {
    background-color: rgba(124, 124, 124, 0.36);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: none; }
.brand-main .right .screen .popup {
    background-color: #fff;
    width: 47.1875rem;
    height: 46.5625rem;
    position: fixed;
    top: 0;
    right: 7%;
    bottom: 0;
    margin: auto;
    border-radius: 1.25rem;
    padding: 1.875rem;
    box-sizing: border-box;
    z-index: 4;
    display: none; }
.brand-main .right .screen .popup .title {
    color: #00aeef;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 3rem; }
.brand-main .right .screen .popup .title2 {
    color: #b6b7b7;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 2.1875rem;
    text-transform: none;
    line-height: initial;
    margin-bottom: initial;
    margin-top: initial;
    position: relative; }
.brand-main .right .screen .popup .title2:after {
    display: none; }
.brand-main .right .screen .popup .form {
    margin-top: 1.25rem;
    padding-bottom: 3.125rem; }
.brand-main .right .screen .popup .form form .cart-list {
    margin-top: 1.25rem; }
.brand-main .right .screen .popup .form form .cart-list .name {
    color: #000;
    font-size: 1.5rem; }
.brand-main .right .screen .popup .form form .cart-list .count {
    margin-top: 1.25rem;
    height: 3.625rem;
    display: flex; }
.brand-main .right .screen .popup .form form .cart-list .count .value {
    width: auto;
    height: 3.625rem;
    background-color: #00aeef;
    border-radius: 0.625rem;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 2.25rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
.brand-main .right .screen .popup .form form .cart-list .count .arrows {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 3.625rem;
    margin-left: 0.9375rem; }
.brand-main .right .screen .popup .form form .cart-list .count .arrows .arrow_top {
    /* background: url(../img/shop/arrow_top.svg) 50% 50% no-repeat;
                          background-size: contain; */
    width: 1.3125rem;
    height: 0.8125rem;
    cursor: pointer; }
.brand-main .right .screen .popup .form form .cart-list .count .arrows .arrow_top:hover .cls-1 {
    stroke: #00aeef; }
.brand-main .right .screen .popup .form form .cart-list .count .arrows .arrow_bottom {
    /* background: url(../img/shop/arrow_bottom.svg) 50% 50% no-repeat;
                          background-size: contain; */
    width: 1.3125rem;
    height: 0.8125rem;
    cursor: pointer; }
.brand-main .right .screen .popup .form form .cart-list .count .arrows .arrow_bottom:hover .cls-1 {
    stroke: #00aeef; }
.brand-main .right .screen .popup .form form .inputs {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem; }
.brand-main .right .screen .popup .form form .inputs input {
    width: 100%;
    height: 3.625rem;
    border: 1px solid #b6b7b7;
    border-radius: 0.625rem;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem; }
.brand-main .right .screen .popup .form form .inputs textarea {
    width: 100%;
    border: 1px solid #b6b7b7;
    border-radius: 0.625rem;
    box-shadow: none;
    color: #1d1d1b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 0.625rem 1.25rem 0 1.25rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem; }
.brand-main .right .screen .popup .form form label {
    color: #1d1d1b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 1.1875rem;
    display: flex;
    flex-direction: row; }
.brand-main .right .screen .popup .form form label input {
    width: 2.75rem;
    height: 1.6875rem;
    border: 1px solid #b6b7b7;
    border-radius: 0.625rem;
    box-shadow: none; }
.brand-main .right .screen .popup .form form label p {
    margin: 0;
    margin-left: 0.625rem; }
.brand-main .right .screen .popup .form form label p a {
    color: #1d1d1b; }
.brand-main .right .screen .popup .form form .bottom {
    background-color: transparent;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
.brand-main .right .screen .popup .form form .bottom input[type="submit"] {
    background-color: #00aeef;
    color: #fff;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 1.5625rem;
    width: 17.0625rem;
    height: 3.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
    box-shadow: none;
    border: none;
    cursor: pointer; }
.brand-main .right .screen .popup .form form .bottom .captcha {
    width: 21.125rem; }
.brand-main .right .screen .popup .form form .bottom .captcha img {
    width: 100%; }
.brand-main .right .screen .popup-offer {
    height: 48.75rem; }

.success {
    margin-top: 1.25rem;
    font-weight: 700;
    font-size: 2.25rem;
    color: #00aeef;
    display: none; }
