/*@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/NotoSans-Regular/NotoSans-Regular.woff2') format('woff2');
}*/

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/NotoSans-Light/NotoSans-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/NotoSans-Medium/NotoSans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/NotoSans-Bold/NotoSans-Bold.woff2') format('woff2');
}

.header-phone {
    font-size: 20px;
}

.copyright-text {
    font-size: 12px;
}

@media (max-width: 959px) {
    .header-phone {
        font-size: 18px;
    }
}

@media (min-width: 1239px) {

    .copyright-text {
        font-size: 15px;
    }
}

.first-calc-color a img {
    border: 3px solid #ffffff;
}

.first-calc-color a.active img {
    border: 3px solid #262626;
}

label input[type=radio]:checked + span {
    font-weight: bold;
}

.uk-text-lightbold {
    font-weight: 500;
}

/* Calculator */

.type-glass .uk-card a img {
    min-width: 200px;
    border: 3px solid #fff;
}

.type-glass .uk-card a.active img {
    border-color: #262626;
}

.type-glass .uk-card a.active + p {
    font-weight: bold;
}

.type-glass .uk-card a:hover img {
    border-color: #262626;
}

.type-glass .uk-card a:hover + p {
    font-weight: bold;
}

.change-size a, .change-type-glass a {
    font-weight: 500;
}

.change-size a.active, .change-size a:hover {
    font-weight: 600;
}

.change-type-glass a.active, .change-type-glass a:hover {
    font-weight: 600;
    text-decoration: underline !important;
}

.change-color-glass a div {
    width: 40px;
    height: 40px;
    border: 2px solid #e4e4e4;
}

@media (max-width: 959px) {
    .change-color-glass a div {
        width: 40px;
        height: 40px;

    }
}

.change-color-glass a:hover div, .change-color-glass a.active div  {
    border: 2px solid #000000;
}

.change-shape div a .shape-check {
    display: none;
}

.change-shape div a.active .shape-check {
    display: block;
}

.change-shape div a.active div {
    font-weight: bold;
}

.change-shape div a img {
    padding: 15px;
    border: 3px solid #fff;
}

.change-shape div a.active img {
    border-color: #232323;
}

.desk-pic {
    width: 100%;
    /*padding: 80px 120px;*/
}

.desk-pic img {
    height: auto;
}

.pic-square {
    box-shadow: -10px 6px 15px rgba(0, 0, 0, 0.15), inset -2px 1px 0px rgba(0, 0, 0, 0.25);
}

.ya-market {
    border: 1px solid #3CB2B9;
    padding: 5px 5px;
    width: 100%;
    max-width: 149px;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .ya-market {
        float: right;
    }

    .desk-pic {
           width: 100%;
           /*padding: 80px 130px;*/
       }
}

.change-options label:hover {
    cursor: pointer;
}


#add-img {
    background-repeat: no-repeat;
    background-size: cover;
}

#add-img svg {
    max-width: 90%;
    height: 90%;
}

.del-back {
    display: none;
}


.mg-video:hover svg {
    color: #3cb2b9;
}

.ch-color-class .pcr-save {
    background: #232323 !important;
}

.ch-color-class .pcr-clear {
    background: #ffffff !important;
    color: #232323 !important;
    border: 1px solid #232323 !important;
}

#modal-success #rotate {
    display: none;
}

form .error {
    border: 2px solid #F00;
}

.uk-flex-gap-15 {
    gap: 15px;
}
.uk-tile-cookie {
    @media (min-width: 640px) {
        width: clamp(530px, 40vw, 620px) !important;
        padding: clamp(20px, 2vw, 30px) 30px !important;
        flex-direction: row !important;
        align-items: center;
    }
}
.uk-tile-cookie {
    width: 100%;
    padding: 20px 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    z-index: 20;
    opacity: 1;
    transition: opacity 0.2s;
}
.uk-text-extra-small {
    font-size: 12px;
	color: #232323;
}
.uk-button-primary {
    background-color: #aec6e8 !important;
    color: #232323;
}