@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700&display=swap');
* {
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
html {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    
    width: 100%;
    height: 100%;
}
.svg-icon {
    display:none;
}
.icons {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
}


.main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.video {
    width: 58%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.video__player {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/people.jpg) no-repeat center;
    background-size: auto 100%;
}
.video__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 66.25vw;
    min-height: 110vh;
    min-width: 187.77vh;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    pointer-events: none;
}
.video__mute {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
    background: 50%/contain no-repeat;
    cursor: pointer;
    outline: none;
    border: none;
}
.video:hover .video__mute {
    display: block;
}
.video__mute_off {
    background-image: url(../images/mute-off.png);
}
.video__mute_on {
    background-image: url(../images/mute-on.png);
}


.content {
    width: 42%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.greeting {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.greeting-header {
    width: 100%;
    padding: 16px 32px;
    border-bottom: solid 1px #e6e6e6;
}
.greeting-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.greeting-header__logo {
    height: 37px;
    margin: 0 40px 0 0;
}
.greeting-header__description {
    color: #363636;
    font-size: 14px;
}
.greeting-body {
    padding: 16px 32px;
}
.greeting-body__title {
    font-size: 30px;
    color: #363636;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 16px;
}
.greeting-body__description {
    font-size: 18px;
    color: #363636b3;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 16px;
}
.greeting-body__button {
    background: #4781bb;
    outline: none;
    border: none;
    width: 170px;
    height: 55px;
    border-radius: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 1px 4px 0 #4781bb33;
            box-shadow: 0 1px 4px 0 #4781bb33;
    font-size: 18px;
}
.greeting-body__button:hover {
    cursor: pointer;
}
.greeting-body__svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin: 3px 5px 0 0;
}
.greeting-body__text {
    font-size: 10px;
    color: #363636;
    font-weight: 700;
    margin: 40px 0 7px;
}
.gifts_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gift {
    width: 195px;
    height: 64px;
    margin: 0 15px 15px 0;
    position: relative;
}
.gift_lock {
    cursor: not-allowed;
}
.gift__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: -webkit-gradient(linear, left top, right bottom, from(#82a1c0), to(#2a4a6a));
    background: -o-linear-gradient(top left, #82a1c0, #2a4a6a);
    background: linear-gradient(to bottom right, #82a1c0, #2a4a6a);
    border-radius: 5px;
}
.gift__content:before {
    content: '';
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
}
.gift__img {
    width: 70px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 1;
}
.gift__text {
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    width: 103px;
    text-align: center;
    right: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
}
.gift__svg {
    padding: 0;
    background: #fff;
    fill: #4781bb;
    border: 4px solid #fff;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -9px;
    right: -10px;
    z-index: 20;
    -webkit-box-shadow: 0px 4px 10px 0px rgb(54 54 54 / 20%);
            box-shadow: 0px 4px 10px 0px rgb(54 54 54 / 20%);
}
.greeting-footer {
    padding: 16px 32px;
}
.greeting-footer__phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4781bb;
    text-decoration: none;
}
.greeting-footer__description {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 15px;
    text-align: left;
    color: #363636b3;
}




.cookie {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
    display:none;
}
.cookie__container {
    padding: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 56px;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #2e2e54;
    position: relative;
    z-index: 20;
}
.cookie__img {
    width: 42px;
    margin-right: 16px;
}
.cookie__text a, .cookie__text a:focus, .cookie__text a:visited {
    color: #4781bb;
    text-decoration: none;
}
.cookie__button {
    background-color: #fff;
    margin-left: 1rem;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    padding: 4px 12px;
    min-height: 20px;
    font-size: 14px;
    outline: none;
    border: none;
}
.cookie__button:hover {
    cursor:pointer;
}





.quiz {
    display:none;
    border-radius: 4px;
    background: none;
    width: 1024px;
    height: 570px;
    border: 5px solid transparent;
    border-radius: 4px;
    border-color: #ededed;
    -webkit-box-shadow: 0 7px 15px 0 #00000026;
    box-shadow: 0 7px 15px 0 #00000026;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.quiz__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.quiz__content {
    width: 754px;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.quiz-header {
    padding: 30px 30px 16px 30px;
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #363636b3;
}
.quiz-header__icon {
    margin: 0 8px 0 0;
}
.quiz-header__svg {
    width: 19px;
    height: 19px;
    fill: #4781bb;
}











.quiz-footer {
    padding: 21px 30px 30px;
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 10;
    border-top: solid 1px #e6e6e6;
    background-color: #ffffff;
}



.quiz-body {
    width: 100%;
    height: 380px;
    padding: 12px 30px 30px;
}
.question {
    display:none;
}
.question-active {
    display:block;
}
.question__title {
    color: #363636;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}
.question__container {
    margin: 16px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.input-radio, .input-checkbox {
    display: none;
}
.question__item:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px 0 #e6e6e6;
            box-shadow: 0 1px 3px 0 #e6e6e6;
}
.question__item_radio, .question__item_checkbox {
    width: 48%;
    height: auto;
    -webkit-box-flex: 0;
    margin-bottom: 16px;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    -o-transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;
    padding: 13px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    align-items: center;
}
.question__item_location {
    width: 210px;
    height: 268px;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    -o-transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;
    position: relative;
    margin: 0 0 15px;
}
.question__item_selected {
    border-color: #4781bb80;
}
.question__text {
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 36px);
    padding: 0 0 0 16px;
}
.question__circle {
    position: relative;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px 0 #e6e6e6;
            box-shadow: 0 2px 6px 0 #e6e6e6;
    border: 2px solid #e6e6e6;
}
.question__item_selected .question__circle {
    border-color: #4781bb;
    -webkit-box-shadow: 0 2px 6px 0 #4781bb;
            box-shadow: 0 2px 6px 0 #4781bb;
}
.question__circle:before {
    content: '';
    background: #4781bb;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}
.question__item_selected .question__circle:before {
    opacity: 1;
}
.question__item_location .question__circle {
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.question__name-lacotion {
    color: #363636b3;
    font-size: 14px;
    width: 100%;
    min-height: 50px;
    padding: 17px 10px;
    font-weight: 500;
    outline: none;
    border: none;
}
.question__name-lacotion::-webkit-input-placeholder {
    color: #363636b3;
}
.question__name-lacotion::-moz-placeholder {
    color: #363636b3;
}
.question__name-lacotion:-ms-input-placeholder {
    color: #363636b3;
}
.question__name-lacotion::-ms-input-placeholder {
    color: #363636b3;
}
.question__name-lacotion::placeholder {
    color: #363636b3;
}
.question__image {
    width: 100%;
}
.question__square {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #e6e6e6;
    position: relative;
}
.question__square:before {
    content: '';
    width: 9px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    opacity: 0;
}
.question__square:after {
    content: '';
    width: 6px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 4px;
    -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
            transform: rotate(41deg);
    opacity: 0;
}
.question__item_selected .question__square {
    background: #4781bb;
}
.question__item_selected .question__square:before {
    opacity: 1;
}
.question__item_selected .question__square:after {
    opacity: 1;
}


.progress-bar {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 40px;
    margin-bottom: 5px;
}
.progress-bar__label {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 14px;
    color: #363636b3;
    margin-bottom: 8px;
    height: 18px;
    position: relative;
}
.progress-bar__number {
    font-size: 14px;
    color: #4781bb;
    font-weight: 700;
    margin-left: 10px;
}
.progress-bar__field {
    height: 6px;
    position: relative;
    background: #d9d9d9;
    border-radius: 25px;
    width: 480px;
}
.progress-bar__line {
    display: block;
    height: 100%;
    border-radius: 20px;
    background-image: -webkit-gradient(linear,left top, right top,from(rgb(56 105 153)),to(rgb(110 156 201)));
    background-image: -o-linear-gradient(left,rgb(56 105 153),rgb(110 156 201));
    background-image: linear-gradient(90deg,rgb(56 105 153),rgb(110 156 201));
    -webkit-box-shadow: inset 0 2px 9px rgb(255 255 255 / 30%), inset 0 -2px 6px rgba(0,0,0,.4), 0.6px 1.9px 7px 0 rgb(71 129 187 / 50%);
    box-shadow: inset 0 2px 9px rgb(255 255 255 / 30%), inset 0 -2px 6px rgba(0,0,0,.4), 0.6px 1.9px 7px 0 rgb(71 129 187 / 50%);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 0%;
}
.button-prev {
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    margin-left: auto;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
    height: 43px;
    z-index: 100;
    padding: 4px 10px 0 12px;
    border-radius: 24px;
}
.button-prev:hover, .button-prev:focus {
    cursor: pointer;
    outline:none;
}
.button-prev__svg {
    width: 20px;
    height: 14px;
    fill: rgb(74, 80, 94);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.button-next {
    -webkit-box-shadow: 0 3px 10px 0 #4781bb80;
            box-shadow: 0 3px 10px 0 #4781bb80;
    text-decoration: none;
    background-color: #4781bb;
    border: 1px solid #4781bb;
    margin-right: 20px;
    margin-left: auto;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
    height: 43px;
    z-index: 100;
    padding: 0px 17px 0 17px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button-next__text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Fira Sans', sans-serif;
}
.button-next:hover, .button-next:focus {
    cursor: pointer;
    outline:none;
}
.button-next__svg {
    width: 20px;
    height: 14px;
    fill: #ffffff;
    padding: 0 0 0 5px;
}
.regulations {
    background: #4781bb33;
    border: solid 1px #4781bb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 192px;
    height: 26px;
    border-radius: 4px;
    margin: 5px 0 0;
}
.regulations__svg {
    fill: #4781bb;
    width: 16px;
    height: 16px;
}
.regulations__text {
    color: #363636;
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 0 3px;
}







.quiz__information {
    width: 260px;
    height: 100%;
    background: #f7f7f7;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.gifts.gifts_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gifts.gifts_column .gift {
    width: 220px;
    height: 64px;
    margin: 0 0 15px;
    position: relative;
}
.gifts.gifts_column .gift__text {
    width: 130px;
}
.lawyer {
    width: 208px;
    margin: 0 auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.lawyer__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position:relative;
}
.lawyer__information:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    display: block;
    border: 2px solid #ffffff;
    opacity: 1;
    background-color: #1bb157;
    width: 8px;
    height: 8px;
    top: 54px;
    left: 54px;
    -webkit-box-shadow: 0 1px 3px 0 #e6e6e6;
    box-shadow: 0 1px 3px 0 #e6e6e6;
}
.lawyer__thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.lawyer__img {
    width: 100%;
    height: 100%;
}
.lawyer__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.lawyer__name {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    line-height: 18px;
}
.lawyer__position {
    font-size: 12px;
    color: #363636b3;
    font-weight: 400;
    line-height: 14px;
}
.lawyer__message {
    color: #363636;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 10px;
    background: #fff;
    position: relative;
    margin: 10px 0 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
    border-radius: 4px;
}
.lawyer__message:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 28px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}





.callback {
    display:none;
    border-radius: 4px;
    background: none;
    width: 1024px;
    height: 570px;
    border: 5px solid transparent;
    border-radius: 4px;
    border-color: #ededed;
    -webkit-box-shadow: 0 7px 15px 0 #00000026;
    box-shadow: 0 7px 15px 0 #00000026;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.callback__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.callback__content {
    width: 600px;
    height: 100%;
    padding: 100px 39px 100px 80px;
    position: relative;
}
.callback__motivation {
    font-size: 14px;
    font-weight: 500;
    color: #363636b3;
    margin: 0 0 8px;
}
.progress-bar__field-label {
    position: absolute;
    font-size: 12px;
    right: calc(5% - 13px);
    bottom: 12px;
    font-weight: 700;
    color: #4781bb;
}

.callback__title {
    font-weight: 500;
    color: #363636;
    font-size: 26px;
}
.callback__title {
    font-weight: 500;
    color: #363636;
    font-size: 26px;
    line-height: 26px;
    max-width: 420px;
    margin: 20px 0 0;
}
.callback__text {
    margin: 10px 0 0;
    text-align: left;
    max-width: 420px;
    color: #363636b3;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.callback__bonuses {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #363636b3;
    text-align: left;
    margin: 30px 0 10px;
}
.callback__arrow {
    width: 45px;
    height: 53px;
    position: absolute;
    bottom: 60px;
    right: 50px;
    -webkit-transform: scaleX(-1) rotate(196deg);
        -ms-transform: scaleX(-1) rotate(196deg);
            transform: scaleX(-1) rotate(196deg);
    fill: #7a98b7;
}
.callback__block {
    width: 416px;
    height: 100%;
    padding: 20px 40px;
    background: #fff;
    border-left: solid 1.2px #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.callback__input-name {
    text-transform: uppercase;
    padding-left: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #363636b3;
    margin: 0 0 5px;
}
.callback__label {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 10px;
}
.callback__input-text {
    width: 100%;
    border: solid 1.2px #cccccc;
    outline: none;
    color: #363636;
    font-size: 15px;
    padding: 19px 10px 19px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
}
.callback__input-text::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 500;
}
.callback__input-text::-moz-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 500;
}
.callback__input-text:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 500;
}
.callback__input-text::-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 500;
}
.callback__input-text::placeholder {
    color: #b3b3b3;
    font-size: 15px;
    font-weight: 500;
}
.callback__input-text_error {
    border-color: #f44336;
}

.callback__input-icon {
    width: 24px;
    height: 24px;
    fill: #b3b3b3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
}

.callback__submit {
    width: 100%;
    background: #4781bb;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    border-radius: 24px;
    border: none;
    -webkit-box-shadow: 0 3px 10px 0 #4781bb80;
            box-shadow: 0 3px 10px 0 #4781bb80;
    padding: 8px 0;
    margin: 20px 0 0;
}
.callback__submit:hover {
    cursor: pointer;
}
.callback__submit-icon {
    width: 21px;
    height: 27px;
    fill: #fff;
}
.callback__submit-text {
    font-size: 18px;
    color: #fff;
    width: 200px;
}
.callback__checkbox {
    display: none;
}
.consent {
    width: 100%;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.consent__text {
    font-size: 12px;
    color: #363636;
}
.consent__link {
    text-decoration: none;
    color: #4781bb;
}
.consent__checkbox {
    width: 15px;
    height: 15px;
    position: relative;
    background: #4681bb;
    border-radius: 4px;
    margin: 0 10px 0 0;
}
.consent__checkbox:before {
    content: '';
    width: 9px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 5px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    opacity: 0;
}
.consent__checkbox:after {
    content: '';
    width: 4px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 3px;
    -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
            transform: rotate(41deg);
    opacity: 0;
}
.callback__checkbox:checked ~ .consent .consent__checkbox:before {
    opacity: 1;
}
.callback__checkbox:checked ~ .consent .consent__checkbox:after {
    opacity: 1;
}

.success {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.success_content {
    text-align: center;
}
.success__thank {
    color: #363636;
    font-size: 30px;
    margin: 0 0 20px;
}
.success__title {
    font-size: 20px;
    color: #363636b3;
    margin: 0 0 10px;
}
.success__subtitle {
    font-size: 20px;
    color: #363636;
    margin: 0 0 30px;
    font-weight: 600;
}
.success__bonuses {
    font-size: 16px;
    color: #363636;
    font-weight: 600;
    margin: 0 0 10px;
}
.gift__download {
    width: 30px;
    height: 30PX;
    position: absolute;
    z-index: 100;
    background: #fff;
    fill: #4781bb;
    border-radius: 100%;
    padding: 6px;
    top: 18px;
    left: 23px;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #171e24cc;
    z-index: 3000;
    display: none;
}
.modal__container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.modal-window {
    display: none;
}
.modal-webinar {
    max-width: 100%;
    width: auto;
    max-height: 90vh;
    height: 100%;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: inherit;
}
.modal-webinar__link {
    width: auto;
    height: 100%;
    display: inline-block;
}
.modal-webinar__picture {
    width: auto;
    height: 100%;
    display: inline-block;
}
.modal-webinar__img {
    width: auto;
    height: 100%;
}
.modal-webinar__close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-webinar__icon-close {
    stroke: #111825;
    width: 20px;
    height: 20px;
    margin-left: 1px;
    margin-top: 0px;
}






@media screen and (max-width: 1024px) {
    .content {
        width: 50%;
    }
    .greeting-body__title {
        font-size: 20px;
        line-height: 30px;
        width: 80%;
    }
    .greeting-body__description {
        font-size: 16px;
        line-height: 20px;
        width: 80%;
    }
    .gift, .gifts.gifts_column .gift {
        width: 170px;
    }
    .quiz {
        width: 100%;
        height: 100%;
    }
    .callback {
        width: 100%;
        height: 100%;
    }
    .callback__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .callback__arrow {
        bottom: 20%;
    }
    .quiz__content {
        width: 75%;
    }
    .quiz__information {
        width: 25%;
    }
    .progress-bar {
        width: 50%;
    }
    .progress-bar__field {
        width: 100%;
    }
    .lawyer {
        width: 100%;
    }
    .quiz-body {
        height: 100%;
        padding: 12px 30px 30px;
    }
    .callback__content {
        width: 60%;
        height: 100%;
        padding: 0 30px;
    }
    .callback__arrow {
        display: none;
    }
    .success .gift, .success .gifts.gifts_column .gift {
        width: 230px;
    }
    .modal-window.modal-webinar {
        max-width: 90%;
        width: auto;
        max-height: 90%;
        height: 100%;
        background: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
        overflow: unset;
    }
}

@media screen and (max-width: 768px) {
    .video {
        display: none;
    }
    .content {
        width: 100%;
        background: #fff;
        overflow: auto;
        bottom: auto;
    }
    .greeting-header {
        padding: 15px;
    }
    .greeting-body {
        padding: 15px;
        margin: 0 auto;
    }
    .greeting-body__title {
        font-size: 26px;
        line-height: 30px;
        width: 290px;
        margin: 0 auto 15px;
    }
    .greeting-body__description {
        font-size: 15px;
        line-height: 20px;
        width: 290px;
        margin: 0 auto 15px;
    }
    .greeting-body__button {
        width: 290px;
        margin: 0 auto;
    }
    .greeting-body__text {
        width: 290px;
        margin: 40px auto 7px;
    }
    .gift, .gifts.gifts_column .gift {
        width: 135px;
        margin: 0 5px 10px;
    }
    .gift__text {
        font-size: 12px;
        right: 20px;
    }
    .quiz {
        width: 100%;
        height: auto;
        position: relative;
        bottom: auto;
    }
    .quiz__content {
        width: 100%;
        overflow-y: auto;
    }
    .quiz__information {
        display: none;
    }
    .quiz-header__icon {
        display: none;
    }

    .quiz-header {
        padding: 15px;
    }
    .quiz-body {
        padding: 15px;
    }
    .question__title {
        font-size: 20px;
        line-height: 22px;
    }
    .question__item_radio, .question__item_checkbox {
        width: 100%;
    }
    .question__text {
        font-size: 14px;
    }
    .quiz-footer {
        padding: 15px;
        height: auto;
        background-color: #00000066;
    }
    .progress-bar__label {
        color: #fff;
    }
    .progress-bar__number {
        color: #fff;
    }
    .button-next {
        margin: 0;
    }
    .question__item_location {
        width: 48%;
        height: auto;
    }
    .callback__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .callback__content {
        width: 100%;
        height: auto;
        padding: 15px;
        background: #fff;
    }
    .callback__title {
        font-size: 24px;
        line-height: 23px;
        margin: 20px auto 0;
    }
    .callback .gifts.gifts_row {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
    }
    .callback__bonuses {
        margin: 30px 0 10px 5px;
    }
    .callback .gift {
        width: 45%;
        margin: 0 5px 10px;
    }
    .callback__block {
        width: 100%;
        height: auto;
        padding: 15px;
        background: #fff;
        border-left: none;
    }
    .success_content {
        padding: 15px;
    }
    .modal-window.modal-webinar {
        max-width: 90%;
        width: 100%;
        max-height: initial;
        height: auto;
        background: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
        overflow: unset;
    }
    .modal-webinar__link {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .modal-webinar__picture {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .modal-webinar__img {
        width: 100%;
        height: 100%;
    }   
}
@media screen and (max-width: 355px) {
    .quiz-header {
        padding: 5px 15px;
    }
    .quiz-body {
        padding: 15px 0;
        width: 290px;
        margin: 0 auto;
    }
    .question__item_radio, .question__item_checkbox {
        width: 100%;
        padding: 10px 15px;
        margin: 0 0 10px;
    }
    .question__title {
        font-size: 16px;
        line-height: 16px;
    }
    .question__name-lacotion {
        font-size: 14px;
        width: 100%;
        min-height: auto;
        padding: 5px;
    }
    .question__item_location {
        width: 45%;
        height: auto;
    }
    .callback__title {
        font-size: 14px;
        line-height: 14px;
        margin: 10px auto 0;
    }
    .callback__text {
        font-size: 14px;
        line-height: 14px;
    }
    .callback__bonuses {
        margin: 15px 0 10px 5px;
    }
    .callback__block {
        padding: 0 15px 15px;
    }
    .callback__input-text {
        font-size: 14px;
        padding: 7px 7px 7px 48px;
    }
    .callback__submit {
        width: 100%;
        min-height: 40px;
        padding: 5px 0;
        margin: 10px 0 0;
    }
    .callback__submit-icon {
        display: none;
    }
    .callback__submit-text {
        font-size: 14px;
        color: #fff;
        width: 100%;
    }
}