a {
    text-decoration: none;
}

body {
    font-family: 'AktivGroteskCorp-Regular';
}
p {
    line-height: 1.5em;
}
.oswald {
    font-family: Oswald, sans-serif;
}
.logo {
    width: 40px;
    height: 40px;
    padding-top: 8px;
}
.btn {
    position: relative;
}
.price-block {
    display: flex;
    margin-bottom: 24px;
    margin-top: -16px;
}
.price-block-item {
    padding-right: 24px;
    width: 50%;
}
.btn-sale:before {
    content: "-30%";
    width: 48px;
    height: 48px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    line-height: 44px;
    position: absolute;
    right: 24px;
    top: -24px;
    text-align: center;
    background-color: #202020;
    border-radius: 40px;
    transform: rotate(12deg);
}

.book-cover-container {
    background-color: unset;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}
.flipped-non {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: perspective(1627px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
    transform: perspective(1627px) rotateX(0deg) rotateY(0deg) rotateZ(0deg)!important;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.new {
    position: absolute;
    right: 10%;
    top: 10%;
    background-color: #6ff383;
    width: 120px;
    height: 120px;
    z-index: 11;
    border-radius: 100px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 26px;
    line-height: 1.3em;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .new {
        right: -20%;
        top: -1%;
        transform: scale(0.7);
    }
}

.opacity {
    opacity: .0;
    transition: all .2s;
}

#book {
    position: relative;
}

.front , .back, .shadow {
    position: absolute;
    top: 0;
}
.front {
    z-index: 1;
}
.shadow {
    z-index: 0;
}
.label {
    display: inline-block;
}
.radio {
    display: inline-block;
    /*margin-right: 24px;*/
}
.radio .label {
    /*margin-left: 4px;*/
    font-weight: normal;
    font-size: 16px;
}
.cards {
    width: 160px;
    margin-left: auto;
    margin-right: auto;

}

input[type=radio] {
    display:none;
    margin:10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
input[type=radio] + label {
    display: inline-block;
    padding: 19px 44px;
    background-color: #d7dadc;
    /* font-family: Oswald, sans-serif; */
    color: #000;
    font-size: 26px;
    line-height: 1.3em;
    text-align: center;
    text-decoration: none;
}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
input[type=radio]:checked + label {
    background-image: none;
    background-color: #e7eaec;
    border: 4px solid #6ff383;
    padding: 15px 40px;
}




span.old-price {
    text-decoration: line-through;
    margin-right: 4px;
    font-size: 20px;
    opacity: 0.5;
}



.error {
    color: #ef4a4a;
}
.form-group {
    position: relative;
}
.form-group._70 {
    display: inline-block;
    width: calc(70% - 3px);
}
.form-group._30 {
    display: inline-block;
    width: calc(30% - 3px);
}

.form-group.half {
    display: inline-block;
    width: calc(50% - 3px);
}

.activate-promo-but {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 7px 16px 8px 16px;
    background-color: #d7dadc;
    cursor: pointer;
}
.activate-promo-but.activated {
    background-color: unset;
    color: #6ff383;
}
.activate-promo-but.error {
    background-color: unset;
    color: #f36230;
}


.left {
    text-align: left;
}
.marging-bottom-24 {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .price-block-item {
        padding-left: 24px;
    }
}
@media screen and (max-width: 767px) {
    .form-group.half, .form-group._30, .form-group._70 {
        width: 100%;
    }
    .desctop {
        display: none;
    }

    .radio {
        width: 49%;
    }
    label.label {
        width: 100%;
    }
}




@font-face {
    font-family: "AktivGroteskCorp-Regular";
    src: url("../fonts/AktivGroteskCorp-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}




.loader,
.loader:after {
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
.loader {
    margin: 4px;
    /*font-size: 10px;*/
    /*position: relative;*/
    background-color: unset;
    padding: unset;
    text-indent: -9999em;
    border-top: 5px solid rgba(111,243,131, 0.2);
    border-right: 5px solid rgba(111,243,131, 0.2);
    border-bottom: 5px solid rgba(111,243,131, 0.2);
    border-left: 5px solid #6ff383;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
