@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic');
@import url('/tpl/feb/css/cart.css');
@import url('/tpl/feb/css/vars.css');

/*
colors:
#a3a3a3;
#2c2c2d;
var(--default-green);

*/

body {
    /* font-family: 'PT Sans Narrow', sans-serif; */ 
    font-family: 'PT Sans', sans-serif; 
    font-size: 18px;
    color: #2c2c2d;
}

a{
    color: #1b57c5;
}

.auth_bg {
    background: url(../images/login_bg.jpg) 50% 50%;
    background-size: cover;
    min-height:100vh;
    padding: 160px 230px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.auth-panel {
    background: white;
    border-radius: 4px;
    width: 552px;
    box-sizing: border-box;
    min-height:120px;
    padding: 110px 56px 64px 56px;
}

.auth-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.auth-panel-header a {
    display: block;
    font-family: 'PT Sans';
    font-weight: bold;
    font-size: 20px;
    color: #a3a3a3;
    text-decoration: none;
    padding-bottom:16px;
}

.auth-panel-header a.active {
    color: #2c2c2d;
    font-size:30px;
    border-bottom: var(--default-green) 2px solid;
}

.auth-panel-form {
    padding-top:30px;
    padding-bottom:44px;
    color: #474747;
}

.auth-form-field {
    border-bottom: 1px solid #bebebe;
    padding: 40px 0px 20px 0px;
    display: flex;
    align-items: center;
}

.auth-form-field.noborder {
    border:none;
}

.auth-form-field.error {
    color:red;
    font-size:22px;
}

.auth-form-field.extra-bottom-padding {
    padding-bottom: 54px;
}

.auth-form-field label {
    display: block;
    border: 0;
    width:54px;
    text-align:center;
    
}
.auth-form-field input {
    font-size:20px;
    color: #474747;
    display: block;
    border: 0;
    outline: 0;
    background: none;
    width:100%;
}

.auth-form-field input::placeholder {
    opacity: 1;
    color: #bebebe
}

.auth-form-field select {
    font-size:20px;
    color: #474747;
    display: block;
    border: 0;
    outline: 0;
    background: none;
    width:100%;
}

.auth-form-field select::placeholder {
    opacity: 1;
    color: #bebebe
}

.auth-form-field button {
    cursor: pointer;
    width:100%;
    color: white;
    background: var(--default-green);
    border-radius: 4px;
    padding:21px;
    text-align:center;
    font-size:20px;
    font-weight: bold;
    border-style: none;
    border: solid 3px var(--default-green);
    transition:all 0.4s ease-in-out;
}

.auth-form-field button:hover {
    color:var(--default-green);
    background: white;
}

.auth-form-footer {
    color: #bebebe;
    font-size:20px;
}

.auth-form-footer a {
    color: var(--default-green);
}

.image-galery img{
    max-width: 100%;
}

.gallery-outer {
    position: relative;
    width:100%;
}

.small-gallery {
    position: relative;
    margin-top:28px;
    height: 100px;
    width: auto;
    overflow:hidden;
}

.gallery-inner {
    width:max-content;
}

.small-gallery a{
    display: inline-block;
    padding: 0px 4px;
}

.small-gallery img{
    height: 100px;
}

.gal-control {
    position: absolute;
    z-index:10;
    color: #2c2c2d !important;
    font-size:24px;
    top:50%;
    margin-top:-18px;
    background:none;
    box-shadow:none;
    width: 30px;
    text-align: center;
    outline:none !important;
}

.gal-control i {
    color: #2c2c2d !important;
}

.gal-control:hover{
    text-shadow: 2px 2px 4px #626262;
}

.gal-control-scroll-left {
    right:auto;
    padding: 4px 6px 4px 2px;
    left:-12px;
}
.gal-control-scroll-right {
    left:auto;
    padding: 4px 2px 4px 6px;
    right:-12px;
}

.product-description {
    margin-top:50px;
    margin-bottom:50px;
}

.product-description img {
    max-width:100%;
}

.product-container {
    font-size: 16px;
}

.product-container > .t-col_7 {
    position: sticky;top: 40px;
}

.prop-title {
    font-size: 18px;
    border-bottom: 1px solid #dbdbdb;
    margin-top:48px;
    padding-bottom:16px;
    margin-bottom: 30px;
    font-weight: bold;
}

.product-props input {
    font-size: 14px;
    border: 0;
    outline: 0;
    width: 48px;
    text-align: center;
}

.product-props .inc-dec-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    background-color: var(--default-green);
    padding: 1px 9px;
    border-radius: 4px;
    border: 3px solid var(--default-green);
    color: white !important;
    transition: all 0.3s ease-in-out;
}

.product-props .inc-dec-btn:hover {
    background-color: white;
    color: var(--default-green) !important;
}

.product-props .prop-item-text {
    position:relative;
    border: 1px solid #474747;
    color: #2c2c2d;
    padding: 15px 24px;
    border-radius: 5px;
    width:100%;
    
    outline: none !important;
    text-align: left;
    margin-left: -21px;
    margin-right: -21px;
}

.product-props select {
    position:relative;
    border: 1px solid #474747;
    color: #2c2c2d;
    padding: 15px 24px;
    border-radius: 5px;
    width:100%;
    max-width: 260px;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/chevron.png');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: auto auto;
}
.product-props select:after {
    position:absolute;
    display: block;
    left:0;
    top:0;
    bottom:0;
    content:'\f078';
    outline: none !important;
}

.product-props select option {
    padding:8px 24px;
    background-color: white;
    outline: none !important;
}

.product-props select option:focus {
    background-color: #a3a3a3;
    outline: none !important;
}

.product-props select:focus {
    outline: none !important;
}
.product-props textarea {
    width: 100%;
    border: 1px solid #474747;
    color: #2c2c2d;
    min-height:100px;
}

.btn-add-to-cart {
    cursor: pointer;
    width:100%;
    max-width:200px;
    color: white;
    background-color: #fdaf11;
    border-radius: 5px;
    padding:13px;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    border-style: none;
    border: solid 3px #fdaf11;
    transition:border-color 0.4s ease-in-out;
}

.btn-add-to-cart:hover {
    background-color: #fff0;
    color: #fdaf11 !important;
}

.back-button-container{
    padding-bottom:22px;
}

.btn-go-back {
    display: block;
    cursor: pointer;
    max-width:220px;
    color: var(--default-green) !important;
    background-color: white;
    border-radius: 5px;
    padding:13px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    border-style: none;
    border: solid 2px var(--default-green);
    transition:all 0.4s ease-in-out;
}

.btn-go-back:hover {
    color: white !important;
    background-color: var(--default-green);
}

.order-form-field {
    margin-top: 54px;
}

.order-form-field:last-of-type{
    margin-bottom: 54px;
}

.list-icom-label {
    cursor: pointer;
    margin: 0px 0px 2px;
    padding: 6px 6px;
    z-index: 899;
    display: inline-block;
    text-align: center;
    transition:all 0.2s ease-in-out;
    width: 33.3%;
    font-size:11px;
    position: relative;
    box-sizing: border-box;
}

.list-icom-label:hover {
    z-index: 920;
    position: relative;
    /* transform: scale(3,3); */
    background: white;
    box-shadow: 0px 3px 6px 0px #0003;
}


.list-icon-input {
    display: none;
}

.list-icon-img {
    display: block;
    width: 100%;
    position:relative;
    transition:transform 0.3s ease-in-out, z-index 0.3s;
    z-index:100;
}
/*
.list-icon-img:hover {
    z-index:10000;
    display: block;
    width: 100%;
    position:relative;
    transform: scale(2,2);
}
*/
.list-icom-label small {
    display: block;
    transition: all 0.2s ease-in-out;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size:14px;
}

.list-icom-label:hover small {
    /* font-size:9px; */
}


.list-icon-input:checked ~ small {
    color: var(--default-green);
}

.checked-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 901;
    font-size: 20px;
    margin-top: -12px;
    margin-left: -12px;
    display: block;
    opacity: 0;
    transform: scale(0);
    background: white;
    color: white;
    transition: all 0.5s ease-in-out;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 28px;
}

.checked-mark img {
    width:28px;
}

.list-icon-input:checked ~ .checked-mark {
    opacity: 1;
    transform:scale(1);
    
}
.list-checkbox-label {
    padding-left: 15px;
    display: inline-block;
    margin-right:8px;
}

.product-props input.list-checkbox-input {
    width: 1px;
}

.product-props input.list-checkbox-input::after {
    display: block;
    color:black;
    content: '\25CB';
    margin-left: -16px;
    margin-top: -9px;
    font-size: 28px;
}
.product-props input.list-checkbox-input:checked::after {
    display: block;
    color:black;
    content: '\25c9';
    margin-left: -16px;
    margin-top: -5px;
    font-size: 22px;
}

.prop-input {
    align-items: revert;
    display: flex;
    flex-wrap: wrap;
    padding:0px 21px;
}

.subproduct-list .prop-input {
    padding:0px 2px;
}

.subproduct-values {
    display:none;
}

.sub-group-visible {
    display: block;
    margin-bottom: 4px;
}


.item-total-price-box {
    position: sticky;
    bottom: 0;
    background: var(--default-light-yellow);
    z-index: 900;
    padding: 20px;
}

.item-total-price-box .prop-title {
    margin-top: 0px;
}

.order-form-field.add-to-cart-btn {
    background: var(--default-light-yellow);
    margin-top:0;
    padding: 54px 20px 34px;
    margin-bottom:20px;
    
}

#res-price {
    font-size: 32px;
    color: #2c2c2d;
    font-weight: bold;
}

#res-price .currency {
    font-size: 36px;
    padding-left:10px;
}

.radio-group {
    color:#121313;
    margin-bottom:32px;
    display: block !important;
}

.radio-group input {
    display: none;
}
.radio-group input + label {
    display: block;
    position:relative;
    padding-left: 24px;
    width: auto !important;
    text-align: left;
    cursor: pointer;
}

.radio-group input + label:before {
    display: block;
    position:absolute;
    color:#949494;
    left:0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-top: 2px;
}
.radio-group input:disabled + label {
    display: block;
    position:relative;
    padding-left: 24px;
    width: auto !important;
    text-align: left;
    color: #949494;
    cursor: default;
}

.radio-group input:disabled + label:before {
    display: block;
    position:absolute;
    left:0px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    filter:grayscale()
}

.radio-group input:checked + label:before {
    color:var(--default-green);
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


@media (max-width:1600) {
    .auth_bg {
        font-size:18px;
    }
}
@media (max-width:1366px) {
    .auth_bg {
        padding: 110px 160px;
    }
}

@media screen and (max-width: 480px) {
    .auth_bg {
        padding: 20px 5vw;    
        min-height: 0;
    }
    .auth-panel{
        width:90vw;
        padding:12px;
    }
    .auth-panel-header a.active {
        font-size: 22px;
    }
    .auth-panel-header a {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .product-container * {
        max-width:100%;
    }
    .product-container .gallery-inner {
        max-width: max-content;
    }

    .product-container button {
        width: 100%;
        box-sizing: border-box;
    }

    .item-total-price-box {
        position: relative !important;
    }

    .product-container > .t-col_7 {
        position: relative;top: auto;
    }

    .list-icom-label {
        width: 50%;
    }

    .modal-popup {
        max-height: 100%;
        top: 10%;
        left: 5%;
        right: 5%;
        box-sizing: border-box;
        width: auto;
      }
}