/**
 * dropdown
 */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');

.jplist-dd {
    width: 200px;
    background: #efefef;
    color: #575757;
    font-size: 13px;
    border-radius: 2px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.jplist-dd-panel {
    text-align: center;
    font-size: 15px;
    padding: 5px 7px;
    transition: color 0.5s;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jplist-dd-panel::after {
    content: '\25BC';
    display: inline-block;
    float: right;
    transition: transform 0.5s;
    color: #a5a5a5;
}

.jplist-dd-panel.jplist-dd-opened::after {
    transform: rotate(180deg);
}

.jplist-dd-panel:hover {
    color: #000;
}

.jplist-dd-content {
    display: none;
}

.jplist-dd-content.jplist-dd-opened {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    box-shadow: 3px 5px 5px #e0e0e0;
    position: absolute;
    background: #f5f5f5;
    box-sizing: border-box;
    z-index: 1000;
}

.jplist-dd-item {
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
    padding: 5px 15px;
    transition: background-color 0.5s;
}

.jplist-dd-item:hover {
    background-color: #fff;
    color: #000;
}

.jplist-dd-item:last-child {
    border: 0;
}/**
 * horizontal
 */

.jplist-slider {
    width: 300px;
    height: 20px;
    background: #efefef;
    margin-right: 15px;
    margin-bottom: 35px;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
}

.jplist-slider::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: blue;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.jplist-slider-holder-1,
.jplist-slider-holder-2 {
    width: 10px;
    height: 100%;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    z-index: 200;
    transition: 0.3s background-color;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.jplist-slider-holder-1 {
    background: #000;
}

.jplist-slider-holder-1:active {
    background: #9f35ff;
}

.jplist-slider-holder-2 {
    background: #822121;
}

.jplist-slider-holder-2:active {
    background: #ff2888;
}

.jplist-slider-range {
    width: 0;
    height: 20px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/**
 * vertical
 */

.jplist-slider.jplist-slider-vertical {
    width: 20px;
    height: 300px;
}

.jplist-slider.jplist-slider-vertical::before {
    width: 3px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.jplist-slider.jplist-slider-vertical .jplist-slider-holder-1,
.jplist-slider.jplist-slider-vertical .jplist-slider-holder-2 {
    height: 10px;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, -50%);
}

.jplist-slider.jplist-slider-vertical .jplist-slider-range {
    width: 100%;
    height: 0;
}
/*# sourceMappingURL=jplist.styles.css.map*/










.check3{
    background: red!important;
    color: white;

}
#cal h5{
    padding: 10px 0;
    font-weight: bold;
}
#cf2 img:hover{
    opacity: 0.6;
}
#cf1 .ms2:hover{
    opacity: 0.6;
}
#cf1 .ms2 {
    padding: 5px;
    background: orangered;
    color: white;
    display: inline-block;
    margin: 2px;
    border-radius: 5px;
    font-size: 15px;
}
.input-group {
    margin-bottom: 20px;
}
.itog div {
    float: left;
    width: 20%;
    padding: 10px 3px;
    font-size: 18px;
    color: orangered;
    border: 1px solid #4f4f51;
    min-height: 75px;
}
.check3-1{
    border: 2px dashed red!important;
    border-radius: 10px;
}

b {
    font-weight: bold;
}

ul, ul li, ol, ol li {
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.step-slide__grid,.last-step-form{
    padding-left: 0!important;
}
input:focus, label:focus, textarea:focus, select:focus, option:focus, button:focus, a:focus {
    outline: none;
}

*, *:before, *:after, input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: Open Sans', sans-serif;
    src: url("fonts/PT_Sans-Web-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Open Sans', sans-serif;
    src: url("fonts/PT_Sans-Web-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

.arcticmodal-overlay, .arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(loading.gif) no-repeat 50% 50%;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.filter span:hover{
    cursor: pointer;
    color: orangered;
}
.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(index_files/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-prev {
    left: 10px;

}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;

}
.team{
    color: #1b1e21;
}
.team h5{
    font-size: 22px;
    font-weight: bolder;
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.productimg img:first-child{
    display: block;
}
body .team img {
border-radius: 100%;
    border: 8px solid #1b1e21;
    max-width: 90%;
    padding: 4px;
    margin: 30px 0;
}
.productimg img{
    display: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
button.qz-btn-input {
    display: block;
    width: 100%;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px;
}
.qz-slide-qwestions-text {
    font-size: 20px;
    margin: 0;
}
.assistant-mobile__avatar img {
    border-radius: 35px;
    height: 40px;
    width: 40px;
}
.quiz__question-title {
    font-size: 22px;
}
.quiz__questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0 60px;
    min-height: 100%;
}
.quiz__question-title {
    color: var(--color-bg-text,#363636);
    font-size: 28px;
    text-align: left;
    margin: 12px 0 16px 0!important;
    line-height: 1.2;
    font-weight: 500;
}
.assistant-mobile__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    text-align: center;
}

.assistant-mobile.has-text {
    height: 100%;
    grid-template-rows: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.quiz__questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0 60px;
    min-height: 100%;
}

.quiz__questions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    padding-bottom: 95px;
    overflow-x: hidden;
    background-color: var(--color-bg-quiz,#fff);
}
.assistant-mobile {
    display: grid;
    grid-gap: 12px;
    overflow: hidden;
    font-size: .9rem;
    width: 100%;
    grid-template-rows: auto 1fr;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
}
body .qz-loader {
    position: relative;
    height: 15px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.assistant-mobile__text p {
    font-size: 14px;
    font-weight: bold;
}
body .assistant-mobile__block{
    max-height: 150px;
}
body .assistant-mobile__person {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: block;
    width: 40px;
    height: auto;
    max-height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
}
body .assistant-mobile__avatar img {
    border-radius: 35px;
    height: 40px;
    width: 40px;
    max-width: 999px!important;
}
.assistant-mobile__block {
    position: relative;
    color: var(--color-bg-text,#2e2e54);
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
    min-height: 50px;
    max-height: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    margin-bottom: 10px;
    flex: 1;
    margin-right: 0;
    padding: 10px;
    border-radius:0;
    background: var(--color-bg-1,#f0f0f0);
    cursor: pointer;
    overflow: auto;
}
.assistant-mobile__text p{
    font-size: 14px;

}
.assistant-mobile__title p{
    font-weight: bolder;
    margin-bottom: 0;
}
.qz-slide ul li label {
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 9999999999999999999999999999;
    POSITION: RELATIVE;
}
.assistant-mobile__person {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: block;
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;

    margin: 0 3px;
}
body .qz-slide-qwestions {
    padding: 0 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
body .qz-btn {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: black;
}
body .qz-slide ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    padding: 0 30px 0 82px;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}
button.qz-btn-input {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 10px;
    color: black;
    font-weight: bold;
}
body .qz-slide ul li {
    width: 50%;
    min-width: 50%;
    padding: 15px 15px 15px 0;
}
.qz-slide ul li label{
    width: 100%;
    position: relative;
    z-index: 999999999999999999999999999999999;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;

    margin: 0 3px;
}
.grid-item { width: 32%;padding: 5px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

html, body {
    font-family: 'Lato', sans-serif;
    margin: auto;
}

.container {
    width: 100%;

    margin: auto;
}
body .product{
    padding: 5px;
}
input.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

.btn-next {
    display: block;
    width: 100%;
    padding: 19px 0;
    border-radius: 4px;
    border-bottom: 3px solid #d0d0d0;
    background: #DADADA;
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #A7A7A7;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.btn-next:hover {
    background: orange;
}

.btn-next span {
    font-weight: inherit;
    position: relative;
    z-index: 2;
}

.btn-next span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;

    margin-left: 10px;
}

.btn-next_active:hover,.bx-next,
.btn-next_active {    text-decoration: none!important;
}
.btn-next_active {
    border-bottom: 3px solid orangered;
    background: orangered;
    color: #000;
}

.btn-next_active span:after {
    background: url("index_files/next-row-a.svg") no-repeat center;
}

.btn-next-container {
    width: 100%;
    position: relative;
}

.btn-next-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.btn-next-container_active:before {
    content: none;
}

.btn-shine:after {
    content: "";
    margin-left: 60px;
    width: 20px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.bx-next {
    display: inline-block;
    width: 100%;
    max-width: 285px;
}

.portable-test-wrapper {
    background: #FFF;
    position: relative;
}

.header-line {
    padding: 30px 0;
}

.header-line .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.header-line__logo {
    display: block;
    margin-right: 35px;
}
.faq.jquery-accordion{
    width: 100%;
}
body .faqitem .header{background:transparent}
.header-line__title {
    font-size: 18px;
    line-height: 1.33;
}

.te:hover  {
    color: orangered!important;
    text-decoration: none;
}
.te{
    display: block;
    color: orangered!important;
text-decoration: underline;
    font-size: 18px;

}
    .step-slide{
        padding: 20px;
    }
body { background: #fafafa; }
.faq {
    width: 50%;

}
.text3{
    background: #333333;
    color: white;
}
 body .text2 p .fa-times{
     color: red;
 }
.border2{
    margin: 25px;
    padding: 5px;
    border-radius: 15px;
    border: 3px dashed orangered;
    display: block;
    float: left;
    clear: both;
}
.img3{
    position: absolute;
    left: -90px;
    bottom: 10px;
    max-width: 220px;
    width: 100%;
}
.text2 p .fas{
    color: green;
    padding: 5px;
}
.text2 p{
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-left: 50px;

}
.faqitem .header {
    padding: 15px;
    background: #C0392B;
    color: orangered;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faqitem .header h4 {
    margin: 0;
}

.faqitem .header .fa.fa-minus {
    display: none;
}

.faqitem.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.faqitem .content {
    padding: 15px;
    display: none;
}

.main-progress {

    position: relative;
}

.main-progress__extender {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-progress__text {
    position: relative;
    width: 100%;
    padding:  10px;
    font-size: 14px;
    text-align: center;
    display: none;
}

.main-progress__text_active {
    display: block;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 15px auto 15px;
}

.step__text {
    font-size: 14px;
    margin-right: 15px;
}

.step__extender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;catalog
    flex-direction: row;
    position: relative;
}
.catalog{
    background: white;
}
.step__extender:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}


#q2{
    padding: 0px;

}
html body .assistant-mobile__person{
    width: 60px;
}
html body .assistant-mobile__avatar img {
    border-radius: 35px;
    height: 60px;
    width: 60px;
    max-width: 999px!important;
}
.qz-slides{
    padding: 15px;
}
button.qz-btn-input.qz-btn-next {
    COLOR: WHITE;
}
.hd2{
    margin-bottom: 40px;
}
body{
    position: relative;
}
.q1 a{
    color: white;
    text-decoration: none;
}
.q1 {
    position: fixed;
    bottom: 160px;
    transform: rotate(-90deg);
    background: orangered;
    padding: 2px 15px;
    font-size: 17px;
    line-height: 2;
    border-radius: 0 0 10px 10px;
    border: 1px solid white;
    left: -144px;
    z-index: 999;
    padding: 6px 20px;
    padding-bottom: 0px;
}
body .menu-2{
    border-radius: 15px;
    background: #f3f3f3;
    padding: 15px 0;
}
.galeri .col-sm-3 {
    padding: 0;
}
.galeri a{
    position: relative;
    display: block;
}
.galeri a:hover:after{
    background-size: 90px;
    transition: 0.7s;
}
.galeri a:after{
    background: rgba(0,0,0,0.9);
    background-image: url(../img/zoom-in-icon.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.7s;
    content: "";
    position: absolute;
    border:1px solid #f3f3f3;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
}
thead th{
    background: orangered;
    color: white;
}
.step__extender-item {
    width: 9px;
    height: 9px;
    border: 1px solid orangered;
    border-radius: 50%;
    background: #FFF;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.step__extender-item:last-child {
    margin-right: 0;
}

.step__extender-item_active {
    background: red;
}
#cr1{
    position: absolute;
    left: 0;
    font-weight: bold;
    top: -15px;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    padding: 2px;
    background: red;
    color: white;
}
#cr2{
    position: absolute;
   right: 0;
    top: -15px;
    font-weight: bold;

    border-radius: 3px;
    height: 30px;
    width: 30px;
    padding: 2px;
    background: red;
    color: white;
}
.step-slide {
    padding-bottom: 10px;
}

.step-slide__discount {
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    margin: -25px 0 40px 15px;
    background: url("index_files/gift.png?ver=2") no-repeat left center;
}

.step-slide__title {
    font-family: 'Lato', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.step-slide__title-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 3px solid orangered;
    border-radius: 50%;
    font-size: 17px;
    font-weight: bold;
    margin-right: 15px;
}

.step-slide__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 35px;
}

.pick-item {
    display: block;
    width: 238px;
    margin: 0 15px 30px;
    cursor: pointer;
}
.re2 input{
    border: 1px dashed black;

    border-left: none;
}
.input-group-text{
    font-weight: bold!important;
    color:black ;

}
.re2 .input-group-text{
    font-weight: bold!important;
    color:white ;
    background: orangered;
    border: 1px dashed black;
    border-right: 1px dashed black;;
}
.pick-item__img {
    width: 100%;
    height: 139px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: center;
}

.pick-item__img img {
    display: inline-block;
}

.pick-item__input {
    display: none;
    width: 70px;
    height: 48px;
    border: 1px solid #d9d9d9;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.pick-item__input:checked + .pick-item__label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}

.pick-item__label {
    font-size: 17px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
}

.pick-item__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid orangered;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.last-step-form {
    width: 100%;
    padding-left: 15px;
}

.last-step-form__label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.last-step-form__input {
    display: block;
    width: 100%;
    max-width: 460px;
    padding: 11px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    font-family: Open Sans', sans-serif;
    font-size: 22px;
    border-radius: 3px;
    background: #EFEFEF url("index_files/phone.png?ver=2") no-repeat left 20px center;
}

.last-step-form__button {
    display: block;
    width: 100%;
    max-width: 460px;
    padding: 25px 0;
    border-radius: 4px;
    border: 0;
    border-bottom: 3px solid red;
    background: red;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

.last-step-form__button span {
    font-weight: inherit;
    position: relative;
    z-index: 2;
}

.last-step-form__button span:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("index_files/form.svg") no-repeat center;
    margin: 0 0 -5px 10px;
}

.last-step-form__button:hover {
    background: orangered;
}

.last-step-form__accept {
    font-size: 11px;
    color: #4A4A4A;
}

.last-step-form__accept a {
    color: inherit;
    text-decoration: underline;
}

.after-submit {
    background: #FFF;
}

.after-submit .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 150px 0;
}

.after-submit__title {
    padding-top: 80px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    background: url("index_files/done.png?ver=2") no-repeat top center;
    text-align: center;
}

.after-submit__descr {
    font-size: 18px;
    text-align: center;
}

.after-submit__descr a {
    color: red;
    text-decoration: underline;
}

.test-modal-button {
    display: block;
    width: 100%;
    max-width: 330px;
    height: 66px;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
    background: #09B677;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: .3s;
    transition: .3s;
}

.test-modal-button:hover {
    background: #089E67;
}

.test-modal-button span:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("index_files/form-w.svg") no-repeat center;
    margin: 0 0 -5px 10px;
}

.arcticmodal-container {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

@media screen and (max-width: 767px) {
   body .opencart ul {
        padding: 0px;
    }
    body .catalogimg {
        min-height: 130px;
        margin: -20%;
        width: 140%;
    }
  body  .list3 img.img2 {
        width: 100%;
        max-width: 100%;
    }
   body i.fas.fa-arrow-down {
        margin: 0 2px;
        margin-bottom: 10px;
    }
  body  .list3 figure {
        margin: 0;
        padding: 15px 10px;
        color: white;
        border-radius: 10px;
        cursor: pointer;
        max-width: 46%;
    }
    h2 {
        text-align: center;
        margin: 60px 0;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bolder;
    }

    .header-line .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .header-line__logo {
        margin: 0 0 15px;
    }

    .btn-next {
        margin: 0;
    }

    .step {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .step-slide__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .step-slide__title-counter {
        margin: 0 0 10px;
    }

    .step-slide__grid {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .step-slide__discount {
        text-align: center;
        padding: 30px 0 0;
        background-position: top center;
        margin-left: 0;
    }

    body .pick-item {
        text-align: left;
        width: 100%;
        display: block
    }

    .pick-item__label {
        display: inline-block;
    }

    .last-step-form {
        padding: 0;
    }

    .last-step-form__label, .last-step-form__accept {
        text-align: center;
    }

    .last-step-form__input, .last-step-form__button {
        margin-left: auto;
        margin-right: auto;
    }

    .btn-next-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 640px) {
    .pick-item {
        width: 50%;
        margin: 0;
        padding: 0 5px 30px;
    }

    .pick-item__img {
        height: auto;
        max-height: 170px;
    }

    .pick-item__label {
        padding-left: 25px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .last-step-form__button {
        font-size: 12px;
        padding: 14px 0;
    }

    .last-step-form__button span:after {
        width: 18px;
        height: 18px;
        margin: 0 0 -4px 5px;
        background-size: 100% 100%;
    }
}

.checkbox
input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}

.last-step-form__button a{
    text-decoration: none;
    color: black!important;
}
.last-step-form__button:hover, .btn-next_active:hover {
    background: orangered;
    border-bottom: 3px solid orangered;
}
.last-step-form__button{
    background: orangered;
}
.checkbox__text:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.checkbox__text:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9FD468;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s;
}

.checkbox input:checked + .checkbox__text:after {
    opacity: 1;
}

.checkbox input:focus + .checkbox__text:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .7);
}

.portable-test-wrapper {
    min-height: 90vh;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 3px;
    background: #FFF;
}

.checkbox__text:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #ffc300;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s;
}

.box .pick-item__label:before {
    border-radius: 5px;
}






/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;

    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.faqitem h4{
    text-align:left ;
    font-size: 20px;
}

.simle1 {
    width: 100%;
    height: 62px;
    -webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
}

img {
    max-width: 100%;
}
body{
    font-family: 'Lato', sans-serif;
}


.why {
    margin-bottom: 90px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
input,button{
    min-height: 50px;

}
.btn-primary{
    font-weight: bold!important;
    font-size: 18px!important;
}
.input-group-text{
    min-width: 80px;
}
img{
    max-width: 100%;
}

a[data-fancybox="rew" ]{
    display: block;
    position: relative;
}

a[data-fancybox="rew" ]:after:hover{
    background-color: rgba(0,0,0,0.5);
}
a[data-fancybox="rew" ] img{
    width: 100%;
}

a[data-fancybox="rew" ]:hover:after{
    content: "";
    padding: 0;
    display: block;
    top: 3%;
    left: 1%;
    bottom: 0;
    right: 1%;
    width: auto;
    background: url(../img/zoom-in-icon.png);
transition: 0.6s;
    height: auto;
    z-index: 9;
    position: absolute;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;

}
a[data-fancybox="rew" ]:after {
    content: "";
    padding: 0;
    display: block;
    top: 3%;
    left: 1%;
    bottom: 0;
    right: 1%;
    width: auto;
    background: url(../img/zoom-in-icon.png);
    height: auto;
    z-index: 9;
    position: absolute;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 769px) {.or {border-radius: 100px;}}
@media screen and (max-width: 768px) {.or {border-radius: 50px;}}
.or{
margin-bottom: 20px;
    background: orangered;
    color: white;
   /* border-radius: 100px;*/
    padding: 60px;
    font-size: 20px;
    margin-bottom: 100px;
}
h2{
    text-align: center;
    font-weight: bold;
    padding: 40px 0;
}
.why b {
    display: block;
    margin-top: 30px;
    font-size: 28px;
}
.why .r1 img{
    max-height: 120px;
}
.why .r1 {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: orangered;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: -90px;
}
.logo {
    padding: 0px 15px;
    max-width: 80px;
}
h3{
    font-weight: bold;
}
h4{
    padding: 0;
    margin: 0;

}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    margin:20px 0 ;
    border: 2px solid orangered;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.h2-2{
    font-size: 42px;
}
.ul2 li{
    list-style-image:url("../img/g.png");
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
}
h1{
    font-size: 40px;
    font-weight: bold;
}
.bg-light {
    background-color: transparent !important;
}
ul.navbar-nav.mr-auto.justify-content-center{
    text-align: center;
    margin: 0;width: 100%;
}
.bg-light {
    background-color: transparent !important;
    padding: 0 15px;
}
.nav-item{
    display:inline-block ;
}
.es{
    display: block;
}
.ul3{
    padding: 0;
    margin: 0;
}
.ul3 li{
    font-size: 16px;
    color: black;
   list-style: none;



}
.btn-danger:hover{
    opacity: 0.85!important;
}
.btn-danger{
    background: orangered!important;
}
.df{
    box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
    border:1px solid #F5F5F5;
}

.navbar-light .navbar-nav .nav-link {
    color: orangered;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;

}
.navbar-toggler{
    margin-right: 15px;
}
.phone{
    text-align:center;text-decoration:none!important;color: #1b1e21;font-weight: bold;display: inline-block;font-size: 22px
}
header{
    background: white;
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.menu-2 ul{
    padding: 0;
    margin: 0;
}
.menu-2 li:hover,.menu-2 li:hover a{
    color: orangered;
    background: white;
}
.menu-2 li,.menu-2 li a{
    color: white;
    display: inline-block;
    text-decoration: none!important;
    background: orangered;
    font-size: 21px;
    font-weight: bold;
    padding: 5px 10px;


}
.menu-2{
    text-align: center;

    border-radius: 19px;
    padding: 0 0px;

    height: auto;

}
@media ( max-width: 991px) {
	.df h3 {min-height: 140px!important;}
    h2 {
        font-size: 20px;
        padding: 20px;
    }
    .or{
        padding: 60px 15px;
    }
    h3{

    font-size: 20px;
    }

    .simle1{
        height: auto;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
      height: auto;
    }
    .navbar-light .navbar-toggler{
        position: relative;
        z-index: 999;
    }
    .phone {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        position: absolute;
        top: 10px;
        width: 100%;
        left: 0;
        right: 0;

    }
    h1{
        font-size: 24px;
        font-weight: bold;
    }
    img{
        max-width: 100%;
    }
    .ul2 li {
        list-style-image: url(../img/g.png);
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 0;
        background: white!important;
        text-align: center;

    }

    .navbar-nav.mr-auto{
        -webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.45);
    }
}
table{
    max-width: 100%;
    width: 100%;
}
.scrollto:hover{
    color: black;
    text-decoration: none;

}
.scrollto{
min-width: 120px;
    color: black;
    display: inline-block;
}
.t431__td{
    text-align: left;

}
.t431__table{
    text-align: center;
}
.t431__th{
    text-align: left;
    padding: 10px;
}
.scrollto{
    color: black;
    font-weight: bold;
}
body td{
    padding: 10px;
}
th,td{
    border: 1px solid #e4e4e4!important;
}
.ms2:hover{
    text-decoration: none;
    color: black;
}

.ms2{
    text-decoration: none;
    font-weight: bold;
}
.ms2 {
    padding: 10px;
    background: orangered;
    color: white;
    display:inline-block ;
    margin: 5px;
    border-radius: 5px;
}
tr{
    border: 1px solid #e4e4e4;
    padding: 10px;
}
tr{
    background: white;
}
tr:nth-child(2n){
    background: orangered;
    color: white;
}
tbody div{
    font-weight: bold;
}
td{
    max-width: 50%;
    border: 1px solid lightgrey;
    padding: 5px;
}
.check2 {
    padding: 5px;
}

.check, .check2 {
    font-family: 'Lato', sans-serif;
    float: left;
    text-align: left;
    font-weight: 600;
    margin-right: 8px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2;
    margin-top: 40px;

}

.grey {

    padding-bottom: 30px;
}

.grey img {
    max-width: 100%;
}
.t612__wrapper{
    display: table;
    border-radius: 10px;
}
.row2{
    width: 40%;
    display: inline-block;
    padding: 5%;
}
.t612__header>.t612__left,.t612__header>.t612__col,.t612__middle_item>div{
    display: table-cell;
    text-align: left;
    border: 1px solid #cfcfcf!important;
    width: 50%!important;
    padding: 10px;
    min-width: 50%!important;
}
.t612__header{
    display: table-header-group;
}
.t612__header,.t612__middle_item{
    display: table-row;
}
.t612__middle{
 display: table-footer-group;
}
.t612__title{
    width: auto;!important;
    display: inline;
}
h4 {
    margin: 40px 0;

    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bolder;
    text-align: center;

}
table{
    max-width: 100%;
}
.step-slide__title{
    text-align: center;
}
.pick-item__label{text-align: left;padding-left: 30px}
.step-slide{
    float: none;
    margin: auto;
}
#q2{
    max-width: 700px;
}
tr:nth-child(2n):hover{
;
}
tr:nth-child(2n):hover .scrollto{
   color: black;
    transition: 0.9s;
}
tr:nth-child(2n) .scrollto{
    color: white;
}
tr:nth-child(2n){
    background: orangered;
    color: white;
}
tbody div{
    font-weight: bold;
}
td{
    max-width: 50%;
    border: 1px solid lightgrey;
    padding: 5px;
}
.fancybox-container{
    z-index: 999999999999!important;
}


/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.lazyYT-container {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    background-color: #000000;
}

.lazyYT-container iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
 * Video Title (YouTube style)
 */

.lazyYT-container .html5-info-bar {
    position: absolute;
    top: 0;
    z-index: 935;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.lazyYT-container .html5-title {
    padding-right: 6px;
    padding-left: 12px;
}

.lazyYT-container .html5-title-text-wrapper {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
}

.lazyYT-container .html5-title-text {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

.lazyYT-container .html5-title-text:hover {
    color: #fff;
    text-decoration: underline;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
    padding-bottom: inherit;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
 * Play button (YouTube style)
 */

.ytp-large-play-button {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 86px !important;
    height: 60px !important;
    padding: 0 !important;
    margin: -29px 0 0 -42px !important;
    font-size: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    opacity: .9;
}

.ytp-large-play-button-svg {
    opacity: .9;
    fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
    opacity: 1;
    fill: #cc181e;
}
.itog div:first-child,
.itog div:last-child{
    width: 30%;
}
div.itog:first-of-type div{
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}
.itog div b{
    color: black;
    text-transform: uppercase;
}
.galeri{
margin-top: 40px}

.itog div {
    float: left;
    width: 20%;

    padding: 10px 3px;
    font-size: 18px;
    color: orangered;
    border: 1px solid #4f4f51;
}
i.fas.fa-arrow-down{
    margin:0 15px;
    margin-bottom: 10px;
}
.catalogimg {
    width: 100%;
    height : 350px;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
.catalogimg img {
    max-width: 95%;
    max-height: 95%;
}

.filter li{
    position: relative;
}
.filter li .subfilter li:hover{
    background:lightgray ;
}
.filter li .subfilter li{
    padding: 10px 15px;
    color: black;
}
.filter li:hover {
    color: lightslategrey;
    cursor: pointer;
}
.filter li {


    color: black;
}
.filter li .subfilter{
    display: none;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    width: 100%;
    background: white;
}
.filter{
    position: relative;
    display: inline-block;
}
.filters {
    display: none;
    text-align: left;
}
.filters {



    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 3px;    width: 150px;
    position: absolute;
    top:45px;
    z-index: 9999;

    padding: 10px 0!important;
    background: white;

}

.filter {
    display: inline-block;
    padding-top: 20px;

    justify-content:space-between;
}
.filter li{
    display: flex;
}
.catalogimg:hover .hoverimg{
    display: block;
}
.catalogimg:hover .mainimg{
    display: none;
}
.hoverimg{
    display: none;
}

/*QUIZ*/


:root {
    --main-color: #f8f9fa;
    --second-color: #ced4da;
    --gray-text: #9eaab8;
    --black: #3a3a3a;
    --green: #d2e64b;
    --blue: #4773ff;
    --red: #df5621;
    --gray: #ced4da;
}
*,
input,
button,
textarea {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    color:  #1b1e21;
    font-size: 18px;
    line-height: 1.2;
    background: radial-gradient(ellipse at center, var(--main-color) 0%, var(--second-color) 100%);

}
.qz {
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-bottom: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.qz-header {
    padding: 30px;
    display: flex;
    align-items: center;
}
.qz-header .qz-header-title {
    font-size: 18px;
    line-height: 1.3;
}
.qz-header .qz-header-logo {
    width: 200px;
    line-height: 0;
    margin-right: 30px;
}
.qz-header .qz-header-logo img,
.qz-header .qz-header-logo svg {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.qz-loader {
    position: relative;
    height: 50px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qz-loader .qz-loader-bg {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
    height: 100%;
    background-size: 50px 50px;
    background-color:  orangered;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
}
.qz-loader .qz-loader-title {
    font-size: 17px;
    text-align: center;
    z-index: 2;
    position: relative;
}
@-webkit-keyframes loader {
    from {
        background-position: -50px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes loader {
    from {
        background-position: -50px 0;
    }
    to {
        background-position: 0 0;
    }
}
.qz-steps {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.qz-steps-title {
    margin-right: 15px;
}
.qz-steps-round {
    font-size: 0;
}
.qz-steps-round span.active {
    border-color:  orangered;
    background-color:  orangered;
}
.qz-steps-round span.active:before {
    background-color:  orangered;
}
.qz-steps-round span {
    margin-right: 20px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: white;
    border: 2px solid  orangered;
    border-radius: 50%;
    position: relative;
}
.qz-steps-round span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color:  orangered;
    top: 50%;
    transform: translatey(-50%);
    right: -22px;
}
.qz-steps-round span:last-child:before {
    display: none;
}
.qz-slide {
    display: none;
}
.qz-slide.slide-active {
    display: block;
}
.qz-slide-title {
    display: none;
}
.qz-slide-qwestions {
    padding: 0 30px;
    line-height: 1;
    font-weight: 500;
    font-size: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.qz-slide-qwestions-number {
    border: 3px solid  orangered;
    border-radius: 100%;
    width: 35px;
    flex: 0 0 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-right: 15px;
}
.qz-slide ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    padding: 0 30px 0 82px;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.qz-slide ul li {
    width: 25%;
    min-width: 240px;

}
body .qz-slide ul li:nth-child(odd){
    padding-right: 5px!important;
    padding-left: 0px!important;
}

body .qz-slide ul li{
    padding: 0!important;
    padding-left: 5px!important;

}
.qz-slide ul li label {
    margin: 10px;
    padding: 20px;
    cursor: pointer;
}
.qz-slide ul li input {
    margin: 0;
    padding: 0;
}
.qz-answer {
    cursor: pointer;
}
.qz-answer-img {
    margin-bottom: 10px;
}
.qz-answer-img img {
    width: 100%;
}
.qz-answer-default {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.qz-answer-text {
    font-size: 17px;
    line-height: 1.2;
}
.qz-answer-radio {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.qz-answer-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    outline: none;
}
.qz-answer-radio input ~ .qz-checkbox__status:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 2px solid  orangered;
    border-radius: 100%;
    background-color: #ffffff;
}
.qz-answer-radio input:checked ~ .qz-checkbox__status:before {
    border: 2px solid  orangered;
    background-color:  orangered;
}
.qz-answer-radio input ~ .qz-checkbox__status:after {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(0);
    text-align: center;
    opacity: 0;
    color: white;
    border: none;
    border-radius: 100%;
}
.qz-answer-radio input:checked ~ .qz-checkbox__status:after {
    transform: scale(1);
    opacity: 1;
    background-color: white;
}
.qz-answer-radio input:hover ~ .qz-checkbox__status:before {
    border: 2px solid  orangered;
}
.qz-btn {
    padding: 0 30px 0 82px;
    display: flex;
    justify-content: space-between;
}
.qz-btn-input {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    display: table;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color:  orangered;
    box-shadow: 0px 15px 21px 0px rgba(255, 215, 0, 0.25);
    color: var(--black);
    font-weight: 500;
    padding: 21px 25px;
    font-size: 100%;
    line-height: 1.15;
}
.qz-btn-input:hover {
    background-color: red;
}
.qz-btn-prev {
    background-color: #ced4da;
    box-shadow: 0px 15px 21px 0px rgba(206, 212, 218, 0.25);
}
.qz-btn-prev:hover {
    background-color: #c4c9cd;
}
.qz-btn-disable {
    opacity: 0.5;
    cursor: no-drop;
}
.qz-btn-next {
    padding-right: 50px;
}
.qz-btn-next svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translatey(-10px);
    right: 20px;
}
@media (min-width: 767px) {
    .df{
        padding: 15px!important;
    }
}

/*add*/
.has_submenu{
    position: relative;
}
.has_submenu:hover > div{
    top: 30px;
    opacity: 1;
    pointer-events: all;
}
.submenu{
    position: absolute;
    background: #000000;
    right: 0;
    top: 50px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition:  all .2s linear;

}
.submenu ul{
    padding: 20px 20px 10px 20px;

}
@media screen and (max-width: 1200px) {
  .product[data-jplist-item] {
      flex: 0 0 50%;
      max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .product[data-jplist-item] {

    }
    html body .product[data-jplist-item] .catalogimg {
        height: 140px;
        min-height: 140px!important;
        margin: 0;
        width: 100%;
    }
    .product[data-jplist-item] .df > a:first-child {
        padding: 20px 10px!important;
    }
    .product[data-jplist-item] .df h3 {
        font-size: 18px!important;
        min-height: 1px!important;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 426px) {.polosa{display: block;}}
@media screen and (max-width: 425px) {.polosa{display: none;}}
