@font-face {
    font-family: 'Circe-Light';
    src: url('../fonts/Circe-Light.eot');
    src: local('Circe-Light'),
        url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Light.woff') format('woff'),
        url('../fonts/Circe-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Circe-Regular';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe-Regular'),
        url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Circe-Bold';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe-Bold'),
        url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Circe-ExtraBold';
    src: url('../fonts/Circe-ExtraBold.eot');
    src: local('Circe-ExtraBold'),
        url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-ExtraBold.woff') format('woff'),
        url('../fonts/Circe-ExtraBold.ttf') format('truetype');
}

a,a:hover,a:active,a:focus,input:focus,button:focus {
    text-decoration: none;
    outline: none;
}
body {
	font-size: 16px;
	font-family: 'Circe-Light';
	color: #333;
}
.xs {
    display: none;
}
.section-main {
    background: url(../img/main-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
    padding: 20px 0;
}
.description img {
    display: inline-block;
    vertical-align: top;
}
.description p {
    display: inline-block;
    font-size: 15px;
    font-family: 'Circe-Light';
    width: 47%;
    opacity: .6;
    margin-left: 20px;
}
.contacts a {
    display: block;
    color: #1e1e1e;
    font-size: 24px;
    font-family: 'Circe-Bold';
}
.contacts span {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Circe-Regular';
    border-bottom: dashed 1px #fab915;
    padding-bottom: 1px;
    transition: .3s ease;
    cursor: pointer;
}
.contacts span:hover {
    border-bottom: dashed 1px transparent;
}
.main-cont {
    margin-top: 60px;
}
h1 {
    font-family: 'Circe-Bold';
    font-size: 44px;
}
h1 span {
    font-family: 'Circe-Bold';
    color: #fab915;
}
.h1-sub {
    font-size: 24px;
    font-family: 'Circe-Regular';
    margin-top: 30px;
}
.main-triggers {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.trigger {
    width: 50%;
    margin-bottom: 40px;
}
.trigger img {
    display: inline-block;
    vertical-align: top;
    max-width: 90px;
}
.trigger p {
    display: inline-block;
    width: 68%;
    margin-left: 20px;
}
.trigger p span {
    display: block;
    font-size: 20px;
    font-family: 'Circe-Bold';
    margin-bottom: 4px;
}
input[name="phone"] {
    padding: 10px 50px;
    height: 90px;
    -webkit-border-radius: 19px / 58px;
    border-radius: 19px / 58px;
    height: 60px;
    border: solid 1px rgba(0,0,0,.15);
    width: 320px;
    margin-top: 20px;
}
.cta-btn {
    text-transform: uppercase;
    font-family: 'Circe-ExtraBold';
    color: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#fae066), to(#f5bd44));
    background: -webkit-linear-gradient(top, #fae066 0%, #f5bd44 100%);
    background: -o-linear-gradient(top, #fae066 0%, #f5bd44 100%);
    background: linear-gradient(180deg, #fae066 0%, #f5bd44 100%);
    padding: 10px 50px;
    height: 90px;
    -webkit-border-radius: 19px / 58px;
    border-radius: 19px / 58px;
    border: none;
    border-bottom: 4px solid #deae43;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(205, 153, 38, 0.15), 0px 4px 0px 0px rgba(225, 177, 71, 0.004);
    box-shadow: 0px 0px 25px 0px rgba(205, 153, 38, 0.15), 0px 4px 0px 0px rgba(225, 177, 71, 0.004);
    line-height: 1.2;
    overflow: hidden;
    position: relative;
}
.cta-btn span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
    font-family: 'Circe-Bold';
}
.cta-btn:hover {
    background: #f5bd44;
}
.cta-btn:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    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);
}
.main-cont button {
    margin-top: 30px;
}

.quiz {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    overflow-y: auto;
    display: none;
}
.quiz-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 0 5vh;
}
.quiz-cont {
    background: #fff;
    border-radius: 8px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 100%;
    padding: 0;
    overflow-y: auto;
}
.quiz-left {
    width: 74%;
    padding: 30px 40px 50px;
}
.quiz-right {
    width: 26%;
    background: url(../img/quiz-bg.png) no-repeat center;
    background-size: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 84px 20px 40px;
}
.quiz-header {
    text-align: center;
    font-size: 20px;
    font-family: 'Circe-Regular';
    opacity: .3;
}
.quiz-header2 {
    text-align: center;
    font-size: 20px;
    font-family: 'Circe-Regular';
}
.quiz-procent {
    margin-top: 40px;
}
.procent-numb {
    text-align: center;
    font-family: 'Circe-Regular';
    margin: 0 0 5px;
}
.procent-numb span {
    font-family: 'Circe-Bold';
}
.procent-lines {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.procent-line {
    width: 11%;
    height: 6px;
    border-radius: 4px;
    background: #e9e9e9;
    transition: .3s ease;
}
.line-active {
    transition: .3s ease;
}
.line-active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fae066), to(#f5bd44));
    background: -webkit-linear-gradient(top, #fae066 0%, #f5bd44 100%);
    background: -o-linear-gradient(top, #fae066 0%, #f5bd44 100%);
    background: linear-gradient(180deg, #fae066 0%, #f5bd44 100%);
}
.quiz-number {
    opacity: .6;
    font-size: 17px;
    font-family: 'Circe-Regular';
    margin-top: 33px;
}
h2 {
    font-family: 'Circe-Bold';
    font-size: 30px;
}
h2 span {
    font-family: 'Circe-Bold';
    color: #fab915;
}
.quiz-items {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.quiz-item {
    width: 22%;
}
.quiz-items2 {
    margin-top: 20px;
}
.quiz-items2 .quiz-item {
    width: 30%;
    margin-top: 30px;
}
.quiz-item img {
    max-width: 100%;
    display: block;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
.quiz-label {
    margin-top: 20px;
    font-size: 17px;
    font-family: 'Circe-Regular';
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.quiz-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
}
.quiz-items .quiz-label:after {
    content: '';
    display: block;
    min-width: 300px;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    background: url(../img/label-bg.png) no-repeat center;
    background-size: cover;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.quiz-cont .cta-btn {
    height: 66px;
    display: block;
    margin: 40px auto 0;
}
.present-img {
    max-width: 80%;
    display: block;
    margin: 40px auto 0;
}
.present-title2 {
    display: none;
}
.present-title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Circe-Regular';
    font-size: 15px;
}
.present-title span {
    font-family: 'Circe-ExtraBold';
    font-size: 22px;
    color: #1e1e1e;
}
.present-numb {
    display: none;
}
.present-numb1 {
    display: block;
}
.quiz-sale2 {
    display: none;
}
.quiz-sale {
    background: rgba(255,255,255,.9);
    padding: 10px;
    border-radius: 4px;
    margin-top: 40px;
    -webkit-box-shadow: 4px 10px 40px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4px 10px 30px 0 rgba(0, 0, 0, 0.25);
}
.quiz-sale__wrap {
    border: solid 1px rgba(250,185,21,.3);
    border-radius: 4px;
    padding: 14px 20px 0;
}
.quiz-sale p {
    font-size: 18px;
    font-family: 'Circe-Regular';
    text-align: center;
}
.sale-numb {
    font-family: 'Circe-ExtraBold';
    font-size: 48px;
    display: none;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    color: #fab915;
}
.sale-numb1 {
    display: inline;
}

.quiz-close {
    position: absolute;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 0 18px;
    top: 0;
    right: 0;
    font-size: 40px;
    cursor: pointer;
    transition: .2s ease;
}
.quiz-close:hover {
    background: rgba(0,0,0,.3);
}


.quiz-q {
    display: none;
}
.quiz-q1 {
    display: block;
}

.kitchen-size {
    display: none;
}
.kitchen-size__items {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.kitchen-size__item {
    width: 40%;
}
.kitchen-size__item img {
    max-width: 90%;
    display: block;
    margin-top: 20px;
}

.ui-slider-handle {
    background: -webkit-#909293 !important;
    background: -o-#909293 !important;
    background: -ms-#909293 !important;
    background: #909293 !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
    height: 1em !important;
    width: 1em !important;
    top: -4px !important;
}
.ui-slider-handle:hover {
    background: -webkit-#27C2B7 !important;
    background: -o-#27C2B7 !important;
    background: -ms-#27C2B7 !important;
    background: #27C2B7 !important;    
}
#contentSliderA, #contentSliderB, #contentSliderC, #contentSliderAA, #contentSliderAAA, #contentSliderAAAA, #contentSliderBB, #contentSliderBBB {
    width: 80px;
    padding: 4px 0;
    position: relative;
    border-radius: 20px;
    border: solid 1px rgba(0,0,0,.2);
}
#sliderA, #sliderB, #sliderC, #sliderAA, #sliderAAA, #sliderAAAA, #sliderBB, #sliderBBB {
    background: #f5f2f1;
    border: none;
    box-shadow: inset 0px 1px 6px -4px #000000;
    width: 90%;
    margin: 5px 0 30px;
    height: 10px;
}
.side-title {
    font-family: 'Circe-Regular';
    font-size: 18px;
    display: inline-block;
    margin-right: 66px;
}

.quiz-q7 .quiz-label {
    min-height: 50px;
}
.present-price {
    font-size: 15px;
    margin-top: 10px;
}
.present-price span {
    font-family: 'Circe-Bold';
    border-bottom: dashed 1px #fab915;
}

.quiz-q img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.present-block {
    position: relative;
}
.present-icon {
    position: absolute;
    top: 20px;
    right: -10px;
    display: none;
    max-width: 60px;
}
.present-img2 {
    display: none;
    max-width: 100%;
    margin: 40px auto 0;
}
.present-name2 {
    font-size: 18px;
    font-family: 'Circe-Regular';
    margin: 0;
    text-align: center;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    color: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#fae066), to(#f5bd44));
    background: -webkit-linear-gradient(top, #fae066 0%, #f5bd44 100%);
    background: -o-linear-gradient(top, #fae066 0%, #f5bd44 100%);
    background: linear-gradient(180deg, #fae066 0%, #f5bd44 100%);
    bottom: 0;
}
.present-title2 img {
    display: block;
    margin: 0 auto 20px;
    max-width: 60px;
}

.quiz-q8 .cta-btn {
    margin: 20px 0;
    width: 320px;
    height: 70px;
}
.q8-cta {
    font-size: 22px;
    font-family: 'Circe-Regular';
    margin-top: 30px;
}
.q8-cta span {
    font-size: 18px;
    font-family: 'Circe-Light';
}
.quiz-q8 {
    position: relative;
}
.q8-img {
    position: absolute;
    bottom: -20px;
    right: 40px;
    max-width: 250px;
}
.politic {
    width: 320px;
    font-size: 13px;
    opacity: .7;
    padding-left: 10px;
    margin: 0;
}

.last-cta {
    font-family: 'Circe-Regular';
    font-size: 26px;
    opacity: .3;
    margin-top: 60px;
    margin-bottom: 5px;
}
.quiz-q9 h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
.last-point {
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.last-point span {
    font-family: 'Circe-Regular';
}
.last-point:before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    background: url(../img/tick.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.quiz-q9 .quiz-label {
    margin-top: 40px;
}
.quiz-q9 .cta-btn {
    margin: 50px 0 20px;
}
.zamer-ok {
    display: inline;
    display: none;
}
.zamer-ok span {
    display: inline-block;
    font-size: 20px;
    font-family: 'Circe-Regular';
    border-bottom: dashed 1px #fab915;
    padding-bottom: 1px;
    margin-bottom: 4px;
}

@media screen and (max-width: 1200px){
    .trigger p {
        width: 65%;
        margin-left: 10px;
    }
    .trigger p span {
        font-size: 19px;
    }
    .kitchen-size__item {
        width: 47%;
    }
    .side-title {
        margin-right: 30px;
    }
    .present-title {
        font-size: 12px;
    }
    .quiz-sale p {
        font-size: 16px;
    }
    .quiz-q7 .quiz-label {
        min-height: 80px;
    }
    .q8-img {
        max-width: 190px;
    }
}
@media screen and (max-width: 991px){
    .trigger {
        width: 100%;
    }
    .quiz-cont {
        flex-wrap: wrap;
    }
    .quiz-left {
        width: 100%;
    }
    .quiz-right {
        width: 100%;
        padding: 40px 20px;
    }
    .quiz-right1 {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .present-img {
        max-width: 160px;
    }
    .quiz-right2 {
        display: inline-block;
        width: 40%;
        margin-left: 9%;
    }
    .present-img2 {
        max-width: 80%;
        margin: 40px 10% 0;
    }
    .present-name2 {
        left: 10%;
        width: 80%;
    }
    .present-icon {
        right: 10px;
    }
}
@media screen and (max-width: 420px){
    .xl {
        display: none;
    }
    .xs {
        display: block;
    }
    .section-main {
        background: url(../img/main-bg.jpg) no-repeat left;
        background-size: cover;
    }
    .description {
        text-align: center;
    }
    .description p {
        width: 100%;
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }
    .contacts {
        text-align: center;
    }
    .contacts a {
        font-size: 21px;
    }
    .main-cont {
        margin-top: 42px;
    }
    h1 {
        font-size: 31px;
    }
    .cta-btn {
        font-size: 15px;
        padding: 10px;
        width: 100%;
    }
    .cta-btn span {
        font-size: 12px;
    }
    .main-cont button {
        margin: 30px auto 0;
        display: block;
    }

    h2 {
        font-size: 24px;
        margin-top: 0;
    }
    .quiz-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .quiz-item img {
        margin: 0 auto;
    }
    .quiz-right {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .quiz-right1 {
        width: 100%;
    }
    .quiz-right2 {
        width: 80%;
        margin-left: 10%;
    }
    .present-img {
        max-width: 80px;
        margin: 10px auto 0;
    }
    .kitchen-size__items {
        flex-wrap: wrap;
    }
    .kitchen-size__item {
        width: 100%;
    }
    .kitchen-size__item img {
        max-width: 100%;
    }
    .quiz-items2 .quiz-item {
        width: 100%;
    }
    .quiz-q7 .quiz-label {
        min-height: auto;
    }
    .present-price {
        font-size: 17px;
        margin-top: 6px;
    }
    .q8-cta {
        font-size: 19px;
    }
    .q8-cta span {
        font-size: 16px;
    }
    .q8-img {
        display: none;
    }
    input[name="phone"], .politic, .quiz-q8 .cta-btn {
        width: 100%;
    }
    .last-cta {
        font-size: 20px;
        margin-top: 40px;
    }
    .quiz-header, .quiz-header2 {
        font-size: 18px;
    }
    .quiz-q1 .quiz-label, .quiz-q5 .quiz-label, .quiz-q6 .quiz-label {
        margin-left: 40px;
    }
    .trigger img {
        max-width: 75px;
    }
    .trigger p {
        width: 70%;
    }
    #sliderA, #sliderB, #sliderC, #sliderAA, #sliderAAA, #sliderAAAA, #sliderBB, #sliderBBB {
        width: 100%;
        display: none;
    }
    .zamer-ok {
        text-align: center;
    }
    .h1-sub {
        font-size: 22px;
    }
}
@media screen and (max-width: 375px){
    h1 {
        font-size: 28px;
    }
    .quiz-q1 .quiz-label, .quiz-q5 .quiz-label, .quiz-q6 .quiz-label {
        margin-left: 20px;
    }
    .last-point {
        font-size: 17px;
    }
    .h1-sub {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px){
    h1 {
        font-size: 24px;
    }
    .contacts a {
        font-size: 18px;
    }
    .trigger img {
        max-width: 65px;
    }
    .trigger p {
        width: 70%;
        font-size: 15px;
    }
    .cta-btn {
        font-size: 13px;
    }
    .cta-btn span {
        font-size: 11px;
    }
    .quiz-q1 .quiz-label, .quiz-q5 .quiz-label, .quiz-q6 .quiz-label {
        margin-left: 0;
    }
    .last-cta {
        font-size: 18px;
    }
    .last-point {
        font-size: 16px;
    }
    .h1-sub {
        font-size: 18px;
    }
}

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