.select_lang.langs.langs_premiere {
    width:min-content;
}
.langs label {
    margin-bottom: 5px;
}
div#three_lang {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.select_lang_three.langs label {
    margin: 3px;
}
div#two_lang label {
    margin: 3px;
}
.langs label {
    width: 92px;
    float: left;
    border: 3px solid #ccc;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 5px auto;
    cursor: pointer;
}
div#three_lang {
    margin: 0;
    width: 100%;
}

div#two_lang {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    width: 100%;
}
.premiere_count .elementor-countdown-wrapper {
    margin-left: 0px!important;
}
label.lang_label {
    width: 100%;
    display: inline-flex;
    padding: 10px;
    flex-direction: row;
}
/* img.lang_image {
    margin-right: 10px;
    margin-left: 10px;
    height: 20px;
    width: 32px;
} */
.plus-minus {
    --primary: #1E2235;
    --secondary: #FAFBFF;
    --duration: .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 240px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    background-size: 300% 300%;
    transition: transform 0.3s;
    transform: scale(var(--scale, 1)) translateZ(0);
    -webkit-animation: var(--name, unchecked) var(--duration) ease forwards;
    animation: var(--name, unchecked) var(--duration) ease forwards;
}
.plus-minus:before, .plus-minus:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    background: var(--background, var(--primary));
    -webkit-animation: var(--name-icon-b, var(--name-icon, unchecked-icon)) var(--duration) ease forwards;
    animation: var(--name-icon-b, var(--name-icon, unchecked-icon)) var(--duration) ease forwards;
}

.plus-minus:after {
    --height: 4px;
    --top: 10px;
    --background: var(--secondary);
    --name-icon-b: var(--name-icon-a, checked-icon);
}
.plus-minus:active {
    --scale: .95;
}
.plus-minus:checked {
    --name: checked;
    --name-icon-b: checked-icon;
    --name-icon-a: unchecked-icon;
}

@-webkit-keyframes checked-icon {
    from {
        transform: translateZ(12px);
    }
    to {
        transform: translateX(16px) rotateY(90deg) translateZ(12px);
    }
}

@keyframes checked-icon {
    from {
        transform: translateZ(12px);
    }
    to {
        transform: translateX(16px) rotateY(90deg) translateZ(12px);
    }
}
@-webkit-keyframes unchecked-icon {
    from {
        transform: translateX(-16px) rotateY(-90deg) translateZ(12px);
    }
    to {
        transform: translateZ(12px);
    }
}
@keyframes unchecked-icon {
    from {
        transform: translateX(-16px) rotateY(-90deg) translateZ(12px);
    }
    to {
        transform: translateZ(12px);
    }
}
@-webkit-keyframes checked {
    from {
        background-image: radial-gradient(ellipse at center, var(--primary) 0%, var(--primary) 25%, var(--secondary) 25.1%, var(--secondary) 100%);
        background-position: 100% 50%;
    }
    to {
        background-image: radial-gradient(ellipse at center, var(--primary) 0%, var(--primary) 25%, var(--secondary) 25.1%, var(--secondary) 100%);
        background-position: 50% 50%;
    }
}
@keyframes checked {
    from {
        background-image: radial-gradient(ellipse at center, var(--primary) 0%, var(--primary) 25%, var(--secondary) 25.1%, var(--secondary) 100%);
        background-position: 100% 50%;
    }
    to {
        background-image: radial-gradient(ellipse at center, var(--primary) 0%, var(--primary) 25%, var(--secondary) 25.1%, var(--secondary) 100%);
        background-position: 50% 50%;
    }
}
@-webkit-keyframes unchecked {
    from {
        background-image: radial-gradient(ellipse at center, var(--secondary) 0%, var(--secondary) 25%, var(--primary) 25.1%, var(--primary) 100%);
        background-position: 100% 50%;
    }
    to {
        background-image: radial-gradient(ellipse at center, var(--secondary) 0%, var(--secondary) 25%, var(--primary) 25.1%, var(--primary) 100%);
        background-position: 50% 50%;
    }
}
@keyframes unchecked {
    from {
        background-image: radial-gradient(ellipse at center, var(--secondary) 0%, var(--secondary) 25%, var(--primary) 25.1%, var(--primary) 100%);
        background-position: 100% 50%;
    }
    to {
        background-image: radial-gradient(ellipse at center, var(--secondary) 0%, var(--secondary) 25%, var(--primary) 25.1%, var(--primary) 100%);
        background-position: 50% 50%;
    }
}
span.lang_name {
    min-width: 60%;
    display: flex;
    width: 65%;
    padding: 10px 0px;
}
img.lang_image {
    /*     margin-right: 10px;
        margin-left: 10px; */
    height: 60px!important;
    /*     width: 42px; */
    object-fit: cover;
    margin-top: -15px;
    margin-bottom: -12px;
}
label.lang_label {
    width: 33%;
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
}


.plus-minus {
    --primary: #121f79;
}
.plus-minus:checked {
    --name: checked;
    --name-icon-b: checked-icon;
    --name-icon-a: unchecked-icon;
    border-color: #121f79!important;
    background-color: #121f79!important;
    box-shadow: none;
    --primary: #121f79!important;
}
label.lang_label {
    border: 3px solid #ccc;
    border-radius: 15px;
    padding: 7px;
}
input.lang_input.plus-minus {
    margin-top: 3px;
}
label.lang_label.lang_active {
    border-color: #4ed026;
}
label.lang_label.lang_block {
    color: #000;
    opacity: 0.5;
}
label.lang_label.lang_block input.lang_input.plus-minus {
    --primary: #ccc;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
.plus-minus:before {
    font-size: 22px;
    content: '+';
    top: 0px;
    left: 1.5px;
    color: #13207a;
    font-weight: 600;
    line-height: 18px;
    width: 25px;
    height: 25px;
    background-color: transparent;
}

.plus-minus:checked:after {
    content: '-';
    background-color: #fff;
    color: #000;
    width: 21px;
    height: 23px;
    z-index: 9999;
    top: -1px;
    left: -1px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    line-height: 22px;
}
div#three_checboxes, #two_checkboxes, #one_checkbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.lang_line {
    display: flex;
}
.lang_line .lang_label {
    margin: 3px!important;
}

label.lang_label {
    border: 3px solid #ccc;
    border-radius: 15px;
    padding: 7px;
    width: 95px;
    float: left;
    border: 3px solid #ccc;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 5px auto;
    cursor: pointer;
    text-align: center;
}
span.lang_name {
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 600;
    padding:0;
}
.lang_line .lang_label {
    display:block;
}
span.lang_name {
    font-size: 13px;
    padding-top: 8px;
    width: 100%;
    text-align: center;
}
.lang_line .lang_label {
    display: block;
    max-height: 80px;
}
input.lang_input.plus-minus {
    position: relative;
    bottom: 70px;
    right: 31px;
}
.main-class-item {
    border-radius: 15px;
    padding: 0em 0em 0em 0em;
    border: 2px solid #DEDEF2;
    min-width: 354px;
    margin-bottom: 2em;
}
.main-title {
    color: #1B226C;
    font-size: 42px;
    font-weight: 600;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 0px 15px 0px;
    background-color: #DEDEF2;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.middle-element .subtitle h4 {
    color: #1B1B1B;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.middle-element .subtitle {
    display: flex;
    flex-direction: column;
    padding: 1em 3em;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.middle-element .price-title {
    color: #2834BA;
    font-size: 42px;
    font-weight: 400;
    text-align: center;
}
.middle-element .element-price {
    color: #2834BA;
    font-size: 53px;
    font-weight: bold;
    text-align: center;
}
.middle-element {
    border-bottom: 2px solid #DEDEF2;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
span.title-langs {
    color: #1B1B1B;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1em;
}
.lang_checkbox {
    border-bottom: 2px solid #DEDEF2;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.button.buy_buttons_ajax a {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D80027;
    border-radius: 48px 48px 48px 48px;
    padding: 20px 48px 20px 48px;
}
.button.buy_buttons_ajax {
    width: 100%;
    text-align: center;
    background-color: unset;
    margin-top: 0em;
    margin-bottom: -1em;
}
.element-price-discount {
    color: #2834BA;
    font-size: 53px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.element-price-discount {
    position: relative;
}
.element-price-discount bdi {
    font-size: 32px;
    color: gray;
    text-decoration: line-through;
    position: absolute;
    top: -20px;
    left: 3em;
    font-weight: 500;
}
.element-price-discount {
    position: relative;
    margin-top: 15px;
}
@media screen and (max-width:389px){
	.main-class-item {
     min-width:unset;
	}
	label.lang_label{
	width:91px;
	}
}