body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background: #EFF2F9;
}

.header{
    padding: 27px 0 21px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px transparent;
    box-shadow: 0 0 5px transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px
}
#contact {
    background: #EFF2F9;
    padding: 35px 0;
}
#contact p {
    padding-top: 15px;
}
#contact a {
    color: #241B62;
}
.header.white
{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.header__logo{
    padding-left: 10px;
    position: relative;
    float: left;
}
.header__logo::before{
   // position: absolute;
   // content: '';
    //background-image: url(https://labarum.group/wp-content/themes/labarum/img/header/logo.png);
    //width: 59px;
    //height: 59px;
    //left: 0;
    //top: -9px;
}
.header__logo--top{
    font-size: 25px;
    font-weight: 700;
    //color: #241b62;
    line-height: 1.2;
}
.header__logo--bottom{
    font-size: 13px;
    color: #808080;
}
.header__right{
    float: left;
}
.header__right-ty{
    float: right;
    margin-top: 10px;
}
.header__menu{
    padding-left: 36px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.header__list{
    padding-left: 0;
    list-style-type: none;
    font-size: 18px;
}
.header__list-item{
    display: inline-block;
    padding-right: 10px;
}
.header__list-item:last-child{
    padding-right: 0;
}
.header__list-item a{
    color: #241b62;
}
.header__telephone{
    display: inline-block;
    text-align: right;
    margin-top: -10px;
    padding-left: 30px;
}
.header__time{
    font-size: 14px;
    color: #848483;
}
.header__time span{
    font-size: 11px;
    font-weight: 500;
}
.header__time sup{
    font-size: 9px;
}
.header__tel{
    font-size: 24px;
    font-weight: 700;
    //color: #241b62;
}
.ty h1, .h1 {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #241b62;
    margin: 52px 0 27px;
    position: relative;
    z-index: 99;
}
@media(max-width: 991px){
    .ty h1, .h1 {
        font-size: 36px;
    }
}
@media(max-width: 767px){
    .ty h1, .h1 {
        font-size: 26px;
    }
}
.back {
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    border-radius: 30px;
    background-color: #ff008f;
    padding: 16px 45px;
    display: inline-block;
    margin: 20px 0 0;
}
.header__btn{
    font-size: 18px;
    font-weight: 500;
    color: #ffa800;
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px dotted #ffa800;
    line-height: 1.2;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

#quiz {
    background: url(http://znak-pod-kluch.ru/img/t1.jpg) no-repeat;
    background-size: cover
}

.btn {
    border: 1px solid #e12618;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 3px 4px 6px rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #e12618;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 40px;
    cursor: pointer;
    outline: none
}

.btn.white {
    font-size: 16px;
    color: #ff008f;
    background: #ffffff;
    border: 1px solid #ff008f
}

.btn.grey {
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    border: none;
    color: grey;
    padding: 20px 10px 20px 20px;
    position: relative
}

.btn.grey:before {
    content: url(../img/arr.png);
    position: absolute;
    top: 18px;
    left: 0
}

.quiz {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 180px;
    min-height: 715px;
    box-sizing: border-box;
}

.quiz__title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 40px
}

.quiz__title span {
    //color: #ffa800
}

.quiz__list {
    padding-bottom: 70px
}

.quiz__list-item {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    max-width: 285px;
    display: inline-block;
    position: relative;
    margin-right: 85px;
    padding-left: 40px
}

.quiz__list-item:last-child {
    margin-right: 0
}

.quiz__list-item:before {
    content: url(../img/check.png);
    position: absolute;
    top: 3px;
    left: 0
}

.quiz__form {
    background: #ffffff;
    box-shadow: 0 10px 33px 5px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 35px;
    text-align: left;
    max-width: 630px;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
}

.quiz__form-title {
    font-size: 24px;
    font-weight: 700;
    color: #241b62;
    padding-bottom: 15px
}

.quiz__form-title span {
    color: #ffa800
}

.quiz__form-text {
    font-size: 18px;
    color: #241b62
}

.quiz__form-head {
    padding-bottom: 35px
}

.quiz__form form {
    padding-bottom: 40px
}

.quiz__form-input,
.quiz__question-input {
    font-size: 16px;
    padding: 21px 25px;
    width: 45%;
    margin-right: 5%;
    outline: none;
    border: none;
    color: #241b62;
    background-color: #eff2f9
}

.fileform {
    background-color: #eff2f9;
    cursor: pointer;
    height: 28px;
    padding: 16px 25px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    font-size: 13.3333px;
    color: #6d6d6d;
    width: 35%;
    display: inline-block;
}
.fileform input{
    margin-top: 0 !important;
}

.fileform .selectbutton {
    background-color: #A2A3A3;
    border: 1px solid #939494;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-size: 13.3333px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    font-family: Arial;
}

.fileform #upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 100%;
    z-index: 20;
    margin-top: 0
}

.fileform #fileformlabel {
    background-color: #eff2f9;
    float: left;
    height: 22px;
    line-height: 25px;
    overflow: hidden;
    padding-top: 2px;
    text-align: left;
    vertical-align: middle;
    width: 120px;
    color: #000;
    padding-left: 12px;
    font-size: 16px;
}

.fileform #fileformlabel span {
    font-size: 16px;
    color: #6d6d6d;
    text-align: left;
}
.freeform label {
    padding: 10px;
    background-color: #fff;
    display: table;
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 18px;
    cursor: pointer;
    position: relative;
}
.freeform label::before {
    position: absolute;
    content: '';
    display: block;
    right: 12px;
    top: 50%;
    width: 17px;
    height: 14px;
    margin-top: -7px
}
.freeform input[type="file"] {
    display: none;
}

.quiz__question-input {
    width: 35%;
    margin-right: 0;
}

.quiz__question .quiz__form-text {
    padding: 0 10px;
}

.quiz__form-input::-webkit-input-placeholder {
    color: #a2a2a2
}

.quiz__form-submit {
    width: 40%;
    padding: 19px 0;
    outline: none
}

.quiz__form-footer {
    text-align: center
}

.quiz__form.result .fileform{
    display: none;
}

.quiz__form-again {
    font-size: 16px;
    color: grey;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
}

.quiz__number {
    padding-bottom: 10px
}

.quiz__number-current,
.quiz__number-total,
.quiz__number-separ {
    font-size: 48px;
    font-weight: 700;
    color: #eff2f9
}

.quiz__number-separ {
    padding: 0 5px
}

.quiz__question {
    padding-bottom: 15px;
    min-height: 190px;
}

.quiz__question-title {
    font-size: 23px;
    padding-bottom: 15px;
    color: #241b62
}

.quiz__question-item {
    margin-bottom: 15px
}

.quiz__question-radio {
    display: none
}

.quiz__question-radio:checked+.quiz__question-label {
    background: url(../img/circle.png) no-repeat 7px 7px;
    color: #241b62
}

.quiz__question-label {
    font-size: 18px;
    color: grey;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer
}

.quiz__question-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid grey
}

.quiz__choice button {
    display: inline-block;
    margin-right: 30px;
    padding: 17px 18px
}

.quiz__choice button:last-child {
    margin-right: 0
}

input[type="text"].inp__fancy, input[type="password"].inp__fancy, input[type="number"].inp__fancy,
input[type="tel"].inp__fancy
{
    display: block;
    border: none;
    color: #a2a2a2;
    background-color: #eff2f9;
    font-size: 18px;
    padding-left: 22px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 17px;

    outline: none;
    border-radius: 4px;
}
.form__fancy-header, .form__fancy-team, .form__fancy-work{
    padding: 25px 10px;
    border: 1px solid #848483;
    width: 500px;
    margin: 0 auto;
    border-radius: 5px;
}
.form__fancy-header h3, .form__fancy-team h3, .form__fancy-work h3{
    font-size: 24px;
    text-align: center;
    color: #241b62;
    margin: 0;
    margin-bottom: 17px;
}
.fancy__btn{
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    border-radius: 30px;
    background-color: #ff008f;
    padding: 16px 37px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.form_input_error {
    border: 1px solid #fe3131 !important;
}
.form_input_success {
    border: 1px solid #00cc33 !important;
}

.ty{
    margin-top: 104px;
    background: #F3EFFD;
    padding: 100px 0;
    font-size: 18px;
    color: #241b62;
    text-align: center;
    
}
.ty h1{
    margin: 0 0 20px 0;
}

@media screen and (max-width: 1170px) {
    .quiz__list-item {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .quiz {
        min-height: 650px;
    }
    .container {
        max-width: 750px;
    }
    .quiz__list-item {
        max-width: unset;
        display: block;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .quiz__title {
        font-size: 26px;
        text-align: left;
    }
    .btn {
        padding: 16px 15px;
    }
    .quiz__list-item {
        font-weight: 500;
        font-size: 17px;
    }
    .quiz__list {
        padding-bottom: 40px;
    }
    .header__logo--top,
    .header__logo--bottom{
        display: none;
    }
    .quiz {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .quiz__form {
        padding: 20px
    }
    .quiz__number-current, .quiz__number-total, .quiz__number-separ {
        font-size: 35px;
    }
    .quiz__number-separ {
        padding: 0
    }
    .quiz__question-title {
        font-size: 19px;
    }
    .quiz__question-item {
        margin-bottom: 10px;
    }
    .quiz__question-label {
        font-size: 17px;
    }
    .quiz__choice button {
        margin: 0 auto;
        display: block;
        padding: 14px 9px
    }
    .quiz__choice button:last-child {
        margin: 10px auto 0;
    }
    .quiz__question {
        min-height: unset;
        padding-bottom: 0;
    }
    .quiz__question-input,.fileform {
        width: 100%;
        height: 60px;
        box-sizing: border-box;
    }
    .quiz__form.second .quiz__form-text {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .quiz__form-input {
        width: 100%;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .quiz__form-submit {
        width: 100%;
    }
    .form__fancy-header, .form__fancy-team, .form__fancy-work {
        width: 300px;
    }
}

.videoWrapper {
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick_prev, .slick_next
{
  width: 26px;
  height: 50px;
  background: url(../img/sprite.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  border: 0;
  z-index: 5;
  
}
.slick_prev
{
  background-position: 0 -124px;
  left: 0;
}
.slick_next
{
  background-position: -26px -124px;
  right: 0;
}
.slick-list
{
  margin: 0 50px 0;
}
@media(max-width: 767px){
  .slick-list {
    margin: 0 20px 0; 
  }
}
.slider_why .slick-slide
{
  margin: 0 20px 0;
}

.slider_why .videoWrapper{
    padding-bottom: 61.25%
}
@media(max-width: 991px;){
    .slider_why .videoWrapper{
        padding-bottom: 51.25%
    }   
}

.thanks_review .videoWrapper{
    margin-top: 30px;
}
.thanks {
    padding-bottom: 40px;
}

.thanks p,
.thanks h2,
.thanks h4,
.thanks h5,
.thanks ul {
    margin: 0;
}

.thanks .container {
    margin: 0 auto;
    max-width: 1170px
}

.thanks__title {
    font-size: 54px;
    font-weight: 700;
    padding-bottom: 35px;
    text-align: center;
    color: #241b62
}

@media(max-width: 991px){
    .thanks__title {
        font-size: 36px;
    }
}
@media(max-width: 767px){
    .thanks__title {
        font-size: 26px;
    }
}
.thanks__block {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 5px;
    overflow: hidden;
}

.thanks__img {
    flex-basis: 670px
}

.thanks__img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.thanks__descr {
    flex-basis: 500px;
    background: #eff2f9;
    padding: 40px;
    position: relative;
    box-sizing: border-box
}

.thanks__descr-head {
    padding-bottom: 20px
}

.thanks__descr-title {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 5px;
    color: #241b62
}

.thanks__descr-title.big {
    font-size: 20px
}

.thanks__descr-title span {
    color: #7f7f7e
}

.thanks__descr-title span.light {
    font-size: 16px;
    font-weight: 400
}

.thanks__descr-text {
    font-size: 16px;
    color: #7f7f7e
}

.thanks__descr-list {
    list-style: none;
    padding: 0 0 20px
}

.thanks__descr-list li {
    font-size: 16px;
    color: #7f7f7e;
}

.thanks__descr-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7f7f7e;
    vertical-align: middle;
    margin-right: 7px
}

.thanks__descr-btn {
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    border-radius: 30px;
    background-color: #ff008f;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 230px;
    position: absolute;
    bottom: 40px
}