@charset "UTF-8";

:root {
    --bg: #000;
    --main-light: #2894ea;
    --main-bright: #2894ea;
    --add-light: #2894ea;
    --add-bright: #2894ea;
}

/* common */

body {
    background-color: #fff;
    font-family: "Proxima Nova Rg";
    font-weight: 400;
    margin: 0;
}

h1 {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    margin: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 4px;
    text-align: left;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 28px;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

input:focus, input:active {
    outline: none;
}

button:focus, button:active {
    outline: none;
}

.mobile-only {
    display: none;
}

.mobile-none {
    display: block;
}

label {
    font-size: 18px;
    font-weight: 300;
    display: block;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 19px;
    margin-bottom: 22px;
}

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

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

.radio .text:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ebebeb;
}

.radio .text:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2894ea;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.radio input:checked + .text:after {
    opacity: 1;
}

.radio input:focus + .text:before {
    border: 1px solid #2894ea;
    background: #fff;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

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

.checkbox .text:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -1px;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.checkbox .text:after {
    content: '';
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #2894ea;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.checkbox input:checked + .text:before {
    border: 1px solid #2894ea;
    background: #fff;
}

.checkbox input:checked + .text:after {
    content: '✓';
}

.range {
    background: #ebebeb;
    width: 100%;
    height: 20px;
    padding: 5px 10px 5px 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.range .rangeVal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.range span {
    font-size: 11px;
    color: #a5a5a5;
}

.range span.current {
    position: absolute;
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    opacity: 0;
}

.range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: relative;
    top: -8px;
    background: transparent;
}

.range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.range input[type=range]:focus {
    outline: none;
}

.range input[type=range]::-ms-track {
    -webkit-appearance: none;
}

.range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.range input[type=range]:focus {
    outline: none;
}

.range input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
    position: relative;
    top: -24px;
}

.range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 1px 4.75px 0.25px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 4.75px 0.25px rgba(0, 0, 0, 0.35);
    margin-top: -10px;
}

.range input[type=range]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 1px 4.75px 0.25px rgba(0, 0, 0, 0.35);
}

.range input[type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 1px 4.75px 0.25px rgba(0, 0, 0, 0.35);
}

.range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2894ea;
}

.range input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    border-radius: 15px;
}

.range input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.range input[type=range]::-ms-fill-lower {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    border-radius: 15px;
}

.range input[type=range]:focus::-ms-fill-lower {
    background: #2894ea;
}

.range input[type=range]::-ms-fill-upper {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    border-radius: 15px;
}

.range input[type=range]:focus::-ms-fill-upper {
    background: #2894ea;
}

.range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2894ea;
}

.range input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    border-radius: 15px;
}

.range input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.range input[type=range]::-ms-fill-lower {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    border-radius: 15px;
}

.range input[type=range]:focus::-ms-fill-lower {
    background: #2894ea;
}

.range input[type=range]::-ms-fill-upper {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #2894ea;
    border-radius: 15px;
}

.range input[type=range]:focus::-ms-fill-upper {
    background: #2894ea;
}

.text-input {
    position: relative;
    margin-bottom: 22px;
}

.text-input input {
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    font-size: 18px;
    padding-left: 46px;
}

.text-input i {
    position: absolute;
    top: 20px;
    left: 18px;
    font-size: 14px;
}

button.submit {
    background: -webkit-gradient(linear, left top, right top, from(#2894ea), to(#2894ea));
    background: -webkit-linear-gradient(left, #2894ea 0%, #2894ea 100%);
    background: -o-linear-gradient(left, #2894ea 0%, #2894ea 100%);
    background: linear-gradient(90deg, #2894ea 0%, #2894ea 100%);
    width: 292px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 7px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    margin: 0 auto 45px;
}

button.submit i {
    font-size: 20px;
    margin-right: 10px;
    position: absolute;
    left: 18px;
    top: 15px;
}

button.submit.disable {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* top-navbar */

.top-navbar {
    background: #090a0b;
}

.top-navbar .top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 0;
}

.top-navbar .top-bar .nav a {
    padding-left: 20px;
    padding-top: 8px;
}

.top-navbar .top-bar a {
    color: #fff;
}

.top-navbar .top-bar a:hover {
    text-decoration: underline;
}

/* header */

header.main-background {
    padding: 12px 0 7px;
    color: #000;
    margin-bottom: 0;
}

header.main-background .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

header.main-background .inner h1 {
    max-width: 100%;
}

header.main-background .logo {
    width: auto;
    height: 62px;
    margin: 0 8px -14px 0;
}

header.main-background .location {
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.main-background .location i {
    color: #2894ea;
    font-size: 14px;
}

header.main-background .phones {
    font-size: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

header.main-background .phones p {
    margin-bottom: 0;
}

header.main-background .phones a:hover {
    color: inherit;
    text-decoration: underline;
}

header.main-background .phones img {
    width: 24px;
}

main.index header {
    padding: 25px 0 18px;
    color: #000;
    margin-bottom: 80px;
}

main.index header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

main.index header .inner h1 {
    max-width: 100%;
}

main.index header .logo {
    width: auto;
    height: 62px;
    margin: 0 8px 0 0;
}

main.index header .location {
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

main.index header .location i {
    color: #2894ea;
    font-size: 14px;
}

main.index header .phones {
    font-size: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

main.index header .phones p {
    margin-bottom: 6px;
}

main.index header .phones a:hover {
    color: inherit;
    text-decoration: underline;
}

main.index header .phones img {
    width: 24px;
}

main.index header .phones {
    justify-content: flex-end;
    align-items: center;
    color: #a8a3a1;
}

main.index header .phones p {
    margin-bottom: 0;
}
main.index header .phones p a {
    color: #26a8a2;
    font-size: 24px;
}

main.main-center header {
    margin-bottom: 56px;
}

main.main-center header .location {
    font-size: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    color: #a8a3a1;
}

main.main-center header .location img {
    width: 46px;
}

main.main-center header .inner {
    align-items: center;
}

main.main-center header .logo {
    height: 74px;
    margin: 0;
}

main.main-center header .phones p.text {
    font-size: 14px;
}

/* main */

main.index {
    color: #000;
    min-height: 800px;
    height: 100vh;
}

main.index h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 42px;
    text-align: center;
}

main.index h2 b, main.index h2 strong {
    font-family: "Proxima Nova Th";
    font-weight: 800;
    display: block;
}

main.index h2 span {
    color: #2894ea;
}

main.index .caption .caption-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}

main.index .caption .not-bg {
    font-size: 46px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: -8px;
    display: inline-block;
}

main.index .caption .not-bg.thin {
    font-weight: 500;
}

main.index .caption .bg {
    background: #ffe047;
    font-size: 46px;
    font-weight: 700;
    color: #000;
    margin: 0 10px;
    height: 56px;
    position: relative;
    top: 7px;
    padding: 0 8px;
}

main.index .caption .bg span {
    display: block;
    line-height: 1.2;
}

main.index .caption p.h b {
    background: rgba(255,255,255,.9);
}

main.main-round .caption p.h {
    font-size: 22px;
    color: #000;
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
}

main.main-round .caption .number {
    position: relative;
    margin-bottom: 52px;
    display: flex;
    align-items: center;
    height: 55px;
}

main.main-round .caption .number .round {
    width: 45px;
    height: 45px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

main.main-round .caption .number span {
    font-family: "Proxima Nova Th";
    font-size: 24px;
    color: #2894ea;
    font-weight: 900;
    position: relative;
    top: -6px;
    left: 6px;
    width: 48px;
    margin-right: 11px;
    z-index: 1;
}

main.main-round .caption .number p {
    display: inline-block;
    font-size: 14px;
    width: 190px;
    line-height: 1;
}

main.main-numbers .caption p.h {
    font-size: 24px;
    color: #000;
    max-width: 640px;
    margin: 0 auto 3px;
    text-align: center;
}

main.main-numbers .caption .ul-wrapper {
    text-align: center;
}

main.main-numbers .caption ul.h {
    display: inline-block;
    margin: 0 0 38px;
    list-style: none;
    font-size: 20px;
    padding: 0;
    text-align: left;
}

main.main-numbers .caption ul.h li {
    position: relative;
    padding-left: 28px;
    margin-bottom: -4px;
}

main.main-numbers .caption ul.h i {
    position: absolute;
    top: 6px;
    left: 2px;
    color: #de1f25;
    font-size: 18px;
}

main.main-numbers .caption .numbers {
    display: flex;
    justify-content: space-between;
    padding: 60px 70px 0;
}

main.main-numbers .caption .number {
    flex: 1;
    position: relative;
    margin-bottom: 52px;
    margin-right: 46px;
}

main.main-numbers .caption .number:last-child {
    margin-right: 0;
}

main.main-numbers .caption .number .round {
    width: 45px;
    height: 45px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

main.main-numbers .caption .number span {
    font-family: "Proxima Nova Th";
    font-size: 40px;
    display: block;
    color: #fbf167;
    font-weight: 900;
    position: relative;
    top: 4px;
    left: 6px;
    margin-bottom: -14px;
    z-index: 1;
}

main.main-numbers .caption .number p {
    display: block;
    font-size: 15px;
    padding-left: 4px;
    text-transform: lowercase;
}

main.main-numbers .arrow-wrapper {
    position: relative;
}

main.main-numbers .arrow-wrapper img {
    position: absolute;
    right: 54px;
    top: -60px;
}

main.main-background {
    color: #000;
    padding-top: 40px;
    height: calc(100vh - 79px);
}

main.main-background .caption .not-bg {
    color: #000;
}

main.main-background .caption-bg {
    background: rgba(255,255,255,.9);
    position: relative;
    border-radius: 10px;
    padding: 25px 70px 0;
    text-align: center;
}

main.main-background .caption p.h {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    max-width: 640px;
    margin: 0 auto 3px;
    text-align: center;
}

main.main-background .caption p.h b {
    color: #f4fd78;
}

main.main-background .caption .ul-wrapper {
    text-align: center;
}

main.main-background .caption ul.h {
    display: inline-block;
    margin: 0 0 30px;
    list-style: none;
    font-size: 20px;
    padding: 0;
    text-align: left;
}

main.main-background .caption ul.h li {
    position: relative;
    padding-left: 28px;
    margin-bottom: -4px;
}

main.main-background .caption ul.h i {
    position: absolute;
    top: 6px;
    left: 2px;
    color: #2894ea;
    font-size: 18px;
}

main.main-background .caption .numbers {
    display: flex;
    justify-content: space-between;
    padding: 42px 0px 0;
    text-align: left;
}
main.main-background .caption .number {
    position: relative;
    margin-bottom: 24px;
    margin-right: 25px;
    flex: 1;
}

main.main-background .caption .number:last-child {
    margin-right: 0;
}

main.main-background .caption .number span {
    font-family: "Proxima Nova Th";
    font-size: 40px;
    display: block;
    color: #2894ea;
    font-weight: 900;
    position: relative;
    top: 4px;
    left: 6px;
    margin-bottom: -14px;
    z-index: 1;
}

main.main-background .caption .number p {
    display: block;
    font-size: 15px;
    padding-left: 4px;
    text-transform: lowercase;
    line-height: 1.2;
    margin-top: 7px;
}

main.main-background .arrow-wrapper {
    position: relative;
}

main.main-background .arrow-wrapper img {
    position: absolute;
    right: 80px;
    top: -80px;
}

main.main-center .caption-wrapper {
    text-align: center;
    margin-bottom: 61px;
}

main.main-center .caption .bg {
    font-size: 46px;
    background: #2894ea;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
}

main.main-center .caption .not-bg {
    font-size: 46px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.3;
}

main.main-center .caption p.h {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

main.main-center .items {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

main.main-center .items .item {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    width: 240px;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0 16px 20px;
}

main.main-center .items .item img {
    height: 54px;
    margin-right: 20px;
}

main.main-center .items .item p {
    margin-bottom: 0;
    line-height: 1.3;
}

.button.get {
    background-image: -moz-linear-gradient( 90deg, rgb(250,186,26) 0%, rgb(255,224,71) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(250,186,26) 0%, rgb(255,224,71) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(250,186,26) 0%, rgb(255,224,71) 100%);
    box-shadow: 0px 1px 13.5px 1.5px rgba(240, 179, 28, 0.5);
    border-radius: 34px;
    -webkit-border-radius: 34px;
    /*border-radius: 6px;*/
    width: 280px;
    height: 62px;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    padding: 10px 20px;
    box-shadow: 0px 1px 13.5px 1.5px rgba(235, 100, 31, 0.5);
    text-shadow: 1px 1px 1px #fff;
    text-align: left;
    color: #000;
    overflow: hidden;
}

.button.get.rectangle {
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 9px 5px;
}

.button.get.rectangle i {
    display: none;
}

.button.get:before {
    margin-left: 60px;
    content: "";
    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;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: radiance;
    animation-name: radiance;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.9;
}

.button.get span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.button.get i {
    position: absolute;
    right: 21px;
    top: 15px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 13.5px 1.5px rgba(53, 2, 15, 0.35);
    box-shadow: 0px 1px 13.5px 1.5px rgba(53, 2, 15, 0.35);
    color: #000;
    padding: 6px 7px;
}

/* quiz */

header.quiz {
    padding: 25px 0 18px;
}

header.quiz .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

header.quiz .logo {
    width: auto;
    height: 78px;
    margin: 0 12px;
}

main.quiz {
    min-height: 100vh;
    height: 100%;
}

main.quiz h2 {
    padding-left: 56px;
    margin: 0 0 16px;
}

/* progress bar */

.progress {
    margin-bottom: 16px;
    height: auto;
    background: transparent;
}

.progress h3 {
    margin: 0;
}

.progress p {
    font-size: 15px;
    color: #aaaaaa;
}

.progress #percent {
    color: #2894ea;
    font-weight: 600;
}

.progress .progress-bar {
    height: 8px;
    width: 100%;
    background: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.progress #progress {
    width: 0%;
    height: 100%;
    background-image: -webkit-repeating-linear-gradient(135deg, #bebebe, #bebebe 8px, #a2a2a2 6px, #a2a2a2 15px);
    background-image: -o-repeating-linear-gradient(135deg, #bebebe, #bebebe 8px, #a2a2a2 6px, #a2a2a2 15px);
    background-image: repeating-linear-gradient(-45deg, #bebebe, #bebebe 8px, #a2a2a2 6px, #a2a2a2 15px);
    -webkit-background-size: 100% 107px;
    background-size: 100% 107px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}

main.quiz .full-width {
    max-width: 100%;
    flex: 100%;
}

main.quiz .full-width-none {
    display: none;
}

main.quiz form {
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;
}

main.quiz .image {
    background-size: cover;
    background-position: center;
    width: calc(100% - 30px);
    height: 455px;
    color: #000;
    padding: 102px 24px;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

main.quiz .image.active {
    opacity: 1;
    z-index: 10;
}

main.quiz .image img {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: -10px;
}

main.quiz .image p {
    font-size: 28px;
    display: inline-block;
    max-width: 440px;
    line-height: 1.3;
    color: #fff;
}

main.quiz .slider {
    height: 455px;
    position: relative;
    opacity: 0;
    z-index: 2;
}

main.quiz .slider .slick-arrow {
    position: absolute;
    z-index: 1;
    background-color: #f2fc78;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

main.quiz .slider .slide {
    width: 100%;
    height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-position: 0 62px;
}

main.quiz .slider .slide .text {
    background: #f2fc78;
    padding: 6px 20px 10px;
}

main.quiz .slider .slide .text p {
    font-size: 16px;
    margin-bottom: 0;
}

main.quiz .slider .slide .text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

main.quiz .slider .slide .pagingInfo {
    font-weight: 600;
}

main.quiz .slider .slide .options ul {
    padding-left: 0;
    column-count: 2;
    margin-bottom: 0;
}

main.quiz .slider .slide .options li {
    background-size: contain;
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 30px;
}

main.quiz .step {
    position: relative;
    top: 100px;
    height: 0px;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

main.quiz .step.active {
    top: 0px;
    opacity: 1;
    height: auto;
}

main.quiz .step.used {
    top: -1000px;
    opacity: 0;
}

main.quiz .step .step-many {
    display: flex;
    flex-wrap: wrap;
}

main.quiz .step .radio-many {
    width: 24%;
    margin: 0 1% 10px 0;
    display: inline-block;
    cursor: pointer;
}

main.quiz .step .radio-many .radio-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 140px;
    margin-bottom: 6px;
}

main.quiz .step .current-number {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2894ea;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    position: absolute;
    top: -6px;
    left: 0;
}

main.quiz .step p {
    font-size: 18px;
    margin-bottom: 44px;
}

main.quiz .step p b.g {
    border-bottom: 1px solid #2894ea;
}

main.quiz .step a {
    border-bottom: 1px solid #c8c8c8;
    color: #2894ea;
}

main.quiz .step a:hover {
    border-bottom: 1px solid;
}

main.quiz .last-step h2 {
    padding-left: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 2px;
}

main.quiz .last-step p {
    text-align: center;
    color: #2894ea;
    font-size: 16px;
    margin-bottom: 32px;
}

main.quiz .last-step p a b {
    border-bottom: 1px solid #2894ea;
}

main.quiz .last-step .messengers-wrapper {
    background: rgba(255,255,255);
    border: 1px solid #2894ea;
    border-radius: 7px;
    min-height: 81px;
    padding: 20px 3px;
    margin: 0 auto 24px;
    max-width: 552px;
}

main.quiz .last-step .messengers-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #2894ea;
}

main.quiz .last-step .messengers {
    display: flex;
    justify-content: space-around;
}

main.quiz .last-step .messengers label {
    margin-bottom: 8px;
}

main.quiz .last-step .radio-messenger {
    background: transparent;
    color: #000;
    border: none;
    padding: 0;
    font-size: 15px;
}

main.quiz .last-step .radio-messenger .text {
    padding: 0 0 0 22px;
}

main.quiz .last-step .radio-messenger .text:before {
    width: 15px;
    height: 15px;
}

main.quiz .last-step .radio-messenger .text:after {
    top: 7px;
    left: 4px;
    width: 7px;
    height: 7px;
}

main.quiz .last-step .radio-messenger .text span {
    opacity: .3;
}

main.quiz .last-step .radio-messenger input:checked + .text span {
    opacity: 1;
}

main.quiz .last-step .radio-messenger .fa-viber {
    color: #ba11de;
}

main.quiz .last-step .radio-messenger .fa-telegram-plane {
    color: #5cc4fa;
}

main.quiz .last-step .radio-messenger .fa-whatsapp {
    color: #25d366;
}

main.quiz .last-step .radio-messenger .fa-phone-alt {
    color: #fbf167;
}

main.quiz .last-step input {
    width: 292px;
    text-align: center;
    padding-left: 0;
}

main.quiz .last-step .text-input {
    text-align: center;
}

main.quiz .last-step .text-input i {
    left: calc(100% - 292px - 66px);
}

main.quiz .confidence {
    border: none;
    padding: 0;
    background: transparent;
}

main.quiz .confidence .text {
    padding: 0 0 0 18px;
}

main.quiz .confidence .text p {
    font-size: 11px;
    font-weight: 300;
    color: #a5a5a5;
    text-align: left;
}

main.quiz .confidence .text p a {
    color: #000;
}

main.quiz .confidence .text:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

main.quiz .confidence .text:after {
    content: '';
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #a5a5a5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

main.quiz .confidence input:checked + .text:after {
    content: '✓';
}

main.quiz .confidence input:checked + .text:before {
    border: 1px solid #a5a5a5;
}

main.quiz.comment {
    background-position: center;
}

main.quiz.comment header.quiz {
    padding: 38px 0 20px;
}

main.quiz.comment header.quiz .inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

main.quiz.comment header.quiz .logo {
    width: auto;
    height: 72px;
    margin: 0;
    margin-right: 30px;
}

main.quiz.comment header.quiz h3 {
    margin-bottom: 0;
}

main.quiz.comment .progress {
    flex-direction: column;
    text-align: center;
    margin-bottom: 46px;
}

main.quiz.comment .progress .progress-bar {
    height: 15px;
    background: #fff;
}

main.quiz.comment .progress #percent {
    color: #2894ea;
}

main.quiz.comment h2 {
    margin: 0 0 28px;
}

main.quiz.comment .last-step h2 {
    font-size: 32px;
    margin: 0 0 -2px;
    font-weight: 700;
}

main.quiz.comment .step:not(.last-step) .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main.quiz.comment label {
    width: 48%;
    padding: 13px 15px;
}

main.quiz.comment button.next {
    width: 165px;
    text-shadow: 1px 1px 1px #fff;
}

main.quiz.comment button.next img {
    -webkit-filter: drop-shadow(1px 1px 1px #fff);
    filter: drop-shadow(1px 1px 0px #fff);
}

main.quiz.comment #main-image {
    height: 100vh;
    max-height: 722px;
}

main.quiz.comment .image {
    padding: 62px 20px 0;
    overflow: hidden;
    height: 100%;
    background: #fff;
}

main.quiz.comment .image h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 22px;
}

main.quiz.comment .image h3 span {
    color: #2894ea;
    font-weight: 600;
    font-size: 20px;
    display: block;
}

main.quiz.comment .image .discount {
    background: #ffdd69;
    border-top: 2px solid #f6cf45;
    border-bottom: 2px solid #f6cf45;
    margin: 0 auto 46px;
    width: 164px;
    font-size: 15px;
    text-align: center;
    padding: 4px 0;
}

main.quiz.comment .image .discount span {
    font-family: "Proxima Nova Bl";
    font-size: 18px;
    font-weight: 900;
}

main.quiz.comment .image .text {
    max-width: 276px;
    min-height: 100px;
    background: #f6f6f6;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.15);
    margin: 0 0 0 23px;
    padding: 17px 23px;
    transition: .5s;
}

main.quiz.comment .image .text.hidden {
    min-height: 0px;
    height: 0px;
    overflow: hidden;
    box-shadow: none;
    padding: 0px 23px;
}

main.quiz.comment .image .text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #f6f6f6;
    border-bottom: 0;
    bottom: -20px;
    right: 50px;
}

main.quiz.comment .image .text p {
    font-size: 13px;
}

main.quiz.comment .image img {
    top: 0;
    margin: 0;
}

main.quiz.comment .last-input {
    max-width: 552px;
    margin: 0 auto;
    display: flex;
}

main.quiz.comment .last-input i {
    left: 20px;
    color: #a2a2a2;
}

main.quiz.comment .last-input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

main.quiz.comment .last-input button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 54px;
    margin: 0 auto 26px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    padding-left: 8px;
}

main.quiz.comment .last-input button i {
    color: #000;
    position: relative;
    top: 3px;
    left: 4px;
}

main.quiz.comment .confidence {
    width: auto;
    max-width: 552px;
    padding: 13px 15px;
    margin: 0 auto;
}

.progress #progress {
    background-image: -webkit-repeating-linear-gradient(135deg, #bebebe, #bebebe 8px, #d7d7d7 6px, #d7d7d7 15px);
    background-image: -o-repeating-linear-gradient(135deg, #bebebe, #bebebe 8px, #d7d7d7 6px, #d7d7d7 15px);
    background-image: repeating-linear-gradient(-45deg, #bebebe, #bebebe 8px, #d7d7d7 6px, #d7d7d7 15px);
}

button.prev {
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f4f4f4;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    cursor: pointer;
    float: left;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 1;
    margin-right: 26px;
}

button.prev.invisible {
    opacity: 0;
    margin-right: -72px;
    pointer-events: none;
    cursor: not-allowed;
}

button.next {
    background-image: -moz-linear-gradient( 90deg, rgb(250,186,27) 0%, rgb(255,223,71) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(250,186,27) 0%, rgb(255,223,71) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(250,186,27) 0%, rgb(255,223,71) 100%);
    width: 200px;
    height: 48px;
    color: #000;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1;
    margin-bottom: 20px;
}

button.next:before {
    margin-left: 60px;
    content: "";
    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;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: radiance;
    animation-name: radiance;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.9;
}

button.next.disable {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

button.next.disable:before {
    opacity: 0;
}

button.next.invisible {
    opacity: 0;
}

button.next:hover {
    -webkit-filter: grayscale(0.3);
    filter: grayscale(0.3);
}

button.next.rectangle {
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 9px 5px;
}

/* gift */

section.gift {
    padding: 42px 0 74px;
}

section.gift h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
}

section.gift .gift {
    margin: -74px auto -48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

section.gift .gift .top {
    position: relative;
    z-index: 1;
    width: 256px;
    -webkit-animation-name: open;
    animation-name: open;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

section.gift .gift .bottom {
    position: relative;
    top: -34px;
    z-index: 0;
    width: 256px;
}

section.gift .item.gift-button {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 45px 5px rgba(0, 0, 0, 0.15);
    min-height: 250px;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 27px 24px 20px;
    margin-bottom: 46px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

section.gift .item.gift-none {
    min-height: 198px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
}

section.gift .item.gift-none:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #de1f25;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}

section.gift .item.gift-none.active:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #de1f25;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 6px;
}

section.gift .item.gift-gradient {
    background-size: cover;
    min-height: 170px;
    border-radius: 10px;
    padding: 21px 46px;
}

section.gift .item.gift-gradient:before {
    top: 23px;
    left: 15px;
}

section.gift .item.gift-gradient.active:after {
    top: 29px;
    left: 21px;
}

section.gift .item.gift-gradient h3 {
    font-size: 20px;
}

section.gift .item p {
    margin: 0 0 30px;
    font-size: 14px;
}

section.gift .item.gift-none p {
    font-size: 14px;
}

section.gift .item button {
    background-color: #fdf578;
    width: 142px;
    height: 37px;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 1px 0px #f1e96c;
    box-shadow: 0px 4px 1px 0px #f1e96c;
    cursor: pointer;
}

section.gift .item.gift-button.active, section.gift .item.gift-button:hover {
    border: 1px solid #fede45;
    -webkit-box-shadow: 0px 15px 45px 5px rgba(244, 211, 54, .2);
    box-shadow: 0px 15px 45px 5px rgba(244, 211, 54, .2);
}

section.gift .item.gift-button.active button, section.gift .item.gift-button:hover button {
    background-color: #fede45;
    -webkit-box-shadow: 0px 4px 1px 0px rgb(244, 211, 54);
    box-shadow: 0px 4px 1px 0px rgb(244, 211, 54);
}

section.gift .gift-one {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 40px;
}

section.gift .gift-one img {
    width: 500px;
    margin-bottom: 20px;
}

section.gift .your-gift {
    text-align: center;
}

section.gift .your-gift h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin: 26px 0 10px;
}

section.gift .your-gift .choosed {
    background-color: #2894ea;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    padding: 2px 24px;
    font-weight: 600;
    margin-bottom: 42px;
}

section.gift .button.get {
    margin-bottom: 16px;
}

section.gift span.info {
    font-size: 12px;
    color: #b7b7b7;
    display: block;
    text-align: center;
}

.gift h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 42px;
    text-align: center;
}

.gift h2 b, .gift h2 strong {
    font-family: "Proxima Nova Th";
    font-weight: 800;
}

.gift h2 span {
    color: #2894ea;
}

.modal-content.gift {
    padding: 20px;
}

/* send*/

section.send {
    height: 100vh;
    color: #000;
    text-align: center;
    padding: 0px 0 74px;
}

section.send header {
    margin-bottom: 20px;
}

section.send h2 {
    margin: 0;
    font-size: 36px;
}

section.send h3 {
    margin: 30px 0;
}

section.send h3 a {
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

section.send h3 a:hover {
    color: #2894ea;
    transform: scale(1.2);
}

section.send .gift {
    margin: -10px auto -62px;
}

/* portfolio */

section.portfolio {
    padding: 44px 0 44px;
    background: #f7f7f7;
}

section.portfolio.with-gift {
    padding: 44px 0 122px;
}

section.portfolio.with-gift {
    margin-bottom: -142px;
}

section.portfolio h2 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 32px;
}

section.portfolio .projects {
    display: flex;
    justify-content: space-between;
}

section.portfolio .item {
    border: 1px solid rgb(215, 215, 215);
    border-radius: 10px;
    width: 210px;
    height: 196px;
    padding: 8px;
    text-align: center;
    background: #fff;
}

section.portfolio .item.big {
    height: 196px;
}

section.portfolio .item.big h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 30px;
    overflow: hidden;
}

section.portfolio .item.big h4 {
    font-size: 12px;
    font-weight: 400;
}

section.portfolio .item:nth-child(1),
section.portfolio .item:nth-child(5) {
    margin-top: 60px;
}

section.portfolio .item:nth-child(2),
section.portfolio .item:nth-child(4) {
    margin-top: 30px;
}

section.portfolio .item.last {
    background-image: -moz-linear-gradient( 90deg, rgb(40,148,234) 1%, rgb(113,192,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(40,148,234) 1%, rgb(113,192,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(40,148,234) 1%, rgb(113,192,255) 100%);
    color: #fff;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.portfolio .item.last p {
    margin-bottom: 2px;
}

section.portfolio .item.last a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

section.portfolio .item.last a:hover {
    color: #2894ea;
}

section.portfolio .item .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 4px;
}

section.portfolio .item h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 30px;
    overflow: hidden;
}

section.portfolio .item h4 {
    font-size: 12px;
    font-weight: 400;
}

.lb-data .lb-number {
    display: none !important;
}

/* footer */

footer {
    background: #ebebeb;
    text-align: center;
    padding: 10px 20px;
}

footer p {
    margin-bottom: 0;
}

footer p:first-child {
    font-size: 16px;
}

footer p:nth-child(2) {
    font-size: 14px;
}

/* animations */

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

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

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 44px;
    }
}

@-webkit-keyframes open {
    from, to {
        top: -40px;
    }
    50% {
        top: 30px;
    }
}

@keyframes open {
    from, to {
        top: -40px;
    }
    50% {
        top: 30px;
    }
}

/*media */

@media (max-width: 1200px) {
    main.index .caption .not-bg, main.index .caption .bg span {
        font-size: 40px;
        line-height: 1.2;
    }
    main.main-background .caption-bg {
        padding: 25px 16px 0;
    }
    main.index .caption .bg {
        height: 48px;
    }

    main.main-background .arrow-wrapper img {
        right: 10px;
    }

    section.gift h3 {
        font-size: 22px;
    }

    section.portfolio .item {
        width: 19%;
    }
}

@media (max-width: 992px) {
    .mobile-only {
        display: block;
    }

    .mobile-none {
        display: none;
    }

    .gift h2,
    section.portfolio h2 {
        font-size: 30px;
    }

    section.portfolio .projects {
        flex-wrap: wrap;
    }

    section.portfolio .item {
        width: 24%;
    }

    section.portfolio .item:nth-child(4) {
        display: none;
    }

    main.quiz {
        height: 100%;
    }

    main.quiz .image:not(.with-portfolio) {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    main.quiz .image {
        height: 400px;
    }

    main.quiz:not(.comment) .image img {
        display: none;
    }

    main.quiz .slider {
        margin-bottom: 20px;
        height: 400px;
    }

    main.quiz .slider .slide {
        height: 400px;
    }

    main.quiz .slider .slick-arrow {
        top: 58% !important;
    }

    main.quiz .last-step .text-input i {
        left: calc(100% - 292px - 180px);
    }

    main.quiz.comment .progress {
        margin-bottom: 10px;
    }

    main.quiz.comment #main-image {
        max-height: 400px;
    }

    main.quiz.comment .image {
        padding: 20px 20px 0;
    }

    main.quiz.comment .image .wrapper {
        display: flex;
    }

    main.quiz.comment .image .text {
        flex: 1;
        max-height: 120px;
    }

    main.quiz.comment .image img {
        flex: 1;
        width: 50%;
        top: -76px;
    }

    main.quiz .step .radio-many {
        width: 49%;
    }

    main.quiz .last-step .text-input i {
        left: 20px
    }
}

@media (max-width: 768px) {
    main.index {
        padding-bottom: 100px;
        height: auto;
    }

    header.main-background .logo {
        height: auto;
    }

    main.main-numbers .caption .numbers {
        padding: 60px 0 0;
        flex-wrap: wrap;
    }

    main.main-numbers .caption .number {
        flex: none;
        margin-right: 0;
        width: 50%;
        text-align: center;
    }

    main.main-numbers .caption .number span {
        position: static;
    }

    main.main-center .items {
        flex-wrap: wrap;
    }

    main.main-background .caption-bg {
        padding: 25px 20px 0;
    }

    main.main-background .caption .numbers {
        flex-wrap: wrap;
    }

    main.main-background .caption .number {
        flex: none;
        width: 50%;
        margin-right: 0;
        text-align: center;
    }

    main.main-background .caption .number span {
        position: static;
    }

    .table {
        display: block;
        width: 100%;
    }

    section.gift .gift .top {
        width: 160px;
    }

    section.gift .gift .bottom {
        width: 160px;
    }

    section.send h2 {
        font-size: 24px;
    }

    section.portfolio.with-gift {
        margin-bottom: 0;
        padding: 44px 0 38px;
    }

    section.portfolio .item {
        width: 32%;
    }

    section.portfolio .item:nth-child(4) {
        display: block;
    }

    section.portfolio .item:nth-child(5) {
        margin-top: 0;
    }

    main.quiz .last-step input {
        width: 100%;
    }

    section.send {
        padding: 0;
    }

    section.send .gift {
        transform: scale(0.5);
    }

    main.quiz.comment .last-step h2 {
        font-size: 26px;
    }

    main.quiz.comment .last-input input {
        width: 50%;
    }
}

@media (max-width: 576px) {
    header.main-background .inner {
        align-items: center;
    }

    header.main-background .logo {
        margin: 0 10px 0;
        width: 96%;
    }

    header.main-background .phones {
        align-items: center;
    }

    button.submit {
        width: 100%;
    }

    main.index {
        padding-bottom: 40px;
        height: auto;
        min-height: 100vh;
    }

    main.index h2,
    section.portfolio h2 {
        font-size: 28px;
    }

    main.index header {
        margin-bottom: 0;
    }

    main.index header .inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

    main.index header .logo {
        height: 58px;
    }

    main.index header .phones {
        font-size: 16px;
        text-align: center;
        align-items: center;
        padding-top: 16px;
    }

    main.index header .phones img {
        width: 20px;
        position: relative;
        top: -1px
    }

    main.index .caption {
        text-align: center;
    }

    main.index .caption .not-bg {
        font-size: 24px;
    }

    main.index .caption .bg {
        display: inline-block;
        padding: 0 10px;
        min-height: auto;
        height: auto;
        margin: 0 0 0;
        top: -1px;
    }

    main.index .caption .bg span {
        font-size: 26px;
    }

    main.main-round .caption .bg {
        margin: 0 0 24px;
    }

    main.main-round .caption p.h {
        font-size: 16px;
        margin: 0 auto 26px;
    }

    main.main-numbers .caption p.h {
        font-size: 20px;
    }

    main.main-numbers .caption ul.h {
        font-size: 18px;
    }

    main.main-numbers .caption ul.h i {
        top: 5px;
    }

    main.main-background .arrow-wrapper img {
        display: none;
    }

    main.index .caption .number {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-bottom: 22px;
    }

    main.index .caption .number .round {
        width: 60px;
        height: 60px;
        right: 0;
        margin: 0 auto;
    }

    main.index .caption .number span {
        font-size: 30px;
        top: 8px;
        left: 0;
        margin-right: 0;
        width: 100%;
    }

    main.index .caption .number p {
        width: auto;
        margin: 20px 0 0;
    }

    main.main-round .caption .number p {
        width: 100%;
    }

    main.main-numbers .caption .numbers {
        padding: 38px 0 0;
    }

    main.main-numbers .caption .number p {
        margin: 4px 0 0;
    }

    main.main-numbers .arrow-wrapper {
        display: none;
    }

    main.main-background .caption .number p {
        margin: 10px 0 0;
    }

    header.quiz .logo {
        margin: 0;
        height: auto;
    }

    main.quiz h3 {
        font-size: 18px;
    }

    main.quiz .image {
        height: 266px;
    }

    main.quiz .image p {
        font-size: 20px;
    }

    main.quiz .slider .slide {
        background-position: center;
    }

    main.quiz .slider .slide .text {
        padding: 6px 10px 4px;
    }

    main.quiz .slider .slide .text p {
        font-size: 12px;
    }

    main.quiz .slider .slide .text h3 {
        font-size: 16px;
    }

    main.quiz .slider {
        height: 266px;
    }

    main.quiz .slider .slide {
        height: 266px;
    }

    main.quiz .slider .slick-arrow {
        display: none;
    }

    main.quiz .last-step .messengers {
        flex-wrap: wrap;
    }

    main.quiz.comment header.quiz .inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    main.quiz.comment label {
        width: 100%;
    }

    main.quiz.comment #main-image {
        height: 340px;
    }

    main.quiz.comment .image h3 {
        font-size: 14px;
    }

    main.quiz.comment .image h3 span {
        font-size: 16px;
    }

    main.quiz.comment .image .wrapper {
        display: block;
        position: relative;
    }

    main.quiz.comment .image img {
        position: absolute;
        right: -28px;
    }

    main.quiz.comment .image .text {
        margin: 0;
        z-index: 1;
        box-shadow: 0px 8px 11px 5px rgba(0, 0, 0, 0.15);
    }

    main.quiz.comment .last-input {
        flex-wrap: wrap;
    }

    main.quiz.comment .last-input input {
        width: 100%;
        border-right: 1px solid #d7d7d7;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 10px;
    }

    main.quiz.comment .last-input button {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 100%;
    }

    main.quiz .step .radio-many {
        width: 100%;
    }

    button.submit i {
        left: 9px;
    }

    section.send h2 {
        font-size: 18px;
    }

    section.send {
        height: auto;
        min-height: 100vh;
    }

    section.send h3 {
        font-size: 16px;
    }

    section.gift .item {
        padding: 10px;
        min-height: auto;
        background-size: 112%;
    }

    section.gift .item.gift-none {
        margin-bottom: 30px;
    }

    .gift h2, section.portfolio h2 {
        font-size: 20px;
    }

    .gift h2 {
        margin-bottom: 20px;
    }

    section.gift .item {
        min-height: 180px;
        margin-bottom: 10px;
    }

    section.gift .item h3 {
        font-size: 16px;
    }

    section.gift .item p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    section.gift .item button {
        width: 100px;
        height: 26px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    section.gift .your-gift .choosed {
        font-size: 22px;
    }

    .modal-content.gift {
        max-width: 80%;
        margin: 0 auto;
    }

    section.portfolio .item {
        width: 100%;
    }

    section.portfolio .item:nth-child(1),
    section.portfolio .item:nth-child(2),
    section.portfolio .item:nth-child(3),
    section.portfolio .item:nth-child(4),
    section.portfolio .item:nth-child(5) {
        margin-top: 0;
        margin-bottom: 20px;
    }

    footer p:first-child b {
        display: block;
    }
}


