


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;
}

.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;
    background: url(index_files/controls.png?ver=2) 0 -32px no-repeat;
}

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

.bx-wrapper .bx-next {
    right: 10px;
    background: url(index_files/controls.png?ver=2) -43px -32px no-repeat;
}

.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;
}

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

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(index_files/controls.png?ver=2) -86px -11px no-repeat;
    margin: 0 3px;
}

.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;
    background: url(index_files/controls.png?ver=2) -86px -44px no-repeat;
    margin: 0 3px;
}

.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: 'Open Sans', sans-serif;
    margin: auto;
}

.container {
    width: 100%;
    padding: 0 30px;
    margin: auto;
}

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;
    background: url("index_files/next-row.svg") no-repeat center;
    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;
}
.te{
    display: block;
    color:  #007bff!important;;
    text-decoration: none!important;
    font-size: 22px;

}
    .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;
    flex-direction: row;
    position: relative;
}

.step__extender:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}


#q2{
    padding: 10px;

}
.hd2{
    margin-bottom: 40px;
}
body{
    position: relative;
}
.q1 a{
    color: white;
    text-decoration: none;
}
.q1{
    position: fixed;
    top: 50%;
    transform: rotate(-90deg);
    background: orangered;
    padding: 2px 15px;
  font-size: 18px;

    border-radius: 0 0 10px 10px;
    border: 1px solid white;
    left: -150px;
    z-index: 999;
}
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;
}

.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: 'Open Sans', 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) {

    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;
    background-image: url('../img/controls.png');
    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;
}

.simle1 {
    width: 100%;
    height: 80px;
    -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: 'Open Sans', 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;
}

.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;
}

.navbar-light .navbar-nav .nav-link {
    color: orangered;
    font-size: 18px;

}
.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) {
    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: 20px;
        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: #007bff;
    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: 'Source Sans Pro', 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: 'Source Sans Pro', 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: #007bff;
    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;
}