html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

body {
    margin: 0;
    font-family: pfhighway,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 300;
    color: #464646;
    font-size: 18px;
    line-height: 30px;
}

h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
}

h1.blackH1 {
    color: #333333;
}

h2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

@media (max-width: 412px) {
    h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
}

.contentBlock {
    padding: 50px;
}

.order {
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.ourClient {
    padding: 20px;
    border: 1px solid #333333;
    background-color: #eeeeee;
    border-radius: 10px;
    margin-bottom: 30px;
}

.flexBlack {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.opacityBlack {
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 22px;
    max-width: 400px;
}

.opacityBlack a {
    color: white;
    text-decoration: none;
}

footer {
    margin-top: 30px;
}

.footerContent {
    background-color: #3d4e74;
    /*background-color: #4541ff;*/
    color: white;
    padding: 20px 35px;
}

.footerContent a {
    color: white;
    text-decoration: none;
}

.footerMenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.footerMenu > * {
    padding: 14px;
}

.copyright {
    padding: 14px;
    text-align: center;
}

.mailBox {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mailBox input {
    max-width: 340px;
    margin: auto;
    font-family: pfhighway,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 300;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    width: 100%;
}

.formButton {
    padding: 30px 50px;
    color: #8d5800;
    font-size: 20px;
    font-family: pfhighway,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 13px;
    background-image: linear-gradient(0turn,rgba(255,202,40,1) 0%,rgba(255,232,141,1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(234,184,0,0.4);
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.bestOffer {
    color: #ffaf37;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}

.contentText {
    padding: 30px 0 0 0;
}

.gift {
    color: #ffaf37;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 0 10px;
    white-space: nowrap;
}

.phoneBlock {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(99,99,99,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    z-index: 1040;
}

.phoneWindow {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 4px 15px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    background: url("../img/bgWindow.png") 50% repeat;
    word-break: break-word;
    padding: 25px;
}

.phoneWindow input {
    max-width: 340px;
    margin: auto;
    font-family: pfhighway,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 300;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    width: 100%;
}

.close-modal {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 20px;
}

.callHeader {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.success-message {
    color: #3bff3b;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#messageWindow > .success-message, #quizMessage > .success-message {
    color: #008f00;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.error-message {
    color: #ff7373;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#messageWindow > .error-message {
    color: #f33f3f;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.contact {
    text-align: center;
    padding: 15px;
    margin: 15px;
}

.contactTel {
    text-align: center;
    margin: 15px;
}

.contactTel a {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
}

/******** pulse ********/

.pulse {
    align-self: center;
    background: #1ABD00;
    min-width: 5px;
    min-height: 5px;
    border-radius: 100%;
    position: relative;
}

.pulse:before, .pulse:after {
    position: absolute;
    background: #1ABD00;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: inherit;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
}

.pulse:before {
    animation: green-pulse 3s infinite ease-out;
}

.pulse:after {
    opacity: 0;
    animation: green-pulse 3s 1.5s infinite ease-out;
}

@keyframes green-pulse {
    0% {
        transform: translate(-25%, -25%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translate(-25%, -25%) scale(3);
        opacity: 0;
    }
}

.greenText {
    color: rgba(29, 212, 0, 1);
    font-size: 20px;
    text-align: center;
}

.pulseGreenFlex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/******* end pulse *********/

/******* quiz *******/

.quizBlock {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px 1px;
    background-color: #e7f5ff;
    border-radius: 10px;
}

.quizHeader {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 20px;
}

.questionButtons {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    position: relative;
    padding: 10px;
    gap: 10px;
}

.qButton {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    background-color: white;
    border-radius: 100px;
}

.activeQuestionButton {
    color: white;
    background-color: #385585!important;
}

.question {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    padding: 20px 10px;
}

.quizOptions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-bottom: 50px;
}

.quizOption {
    display: grid;
    grid-gap: 15px;
    position: relative;
    margin: 0;
    -webkit-print-color-adjust: exact;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.quizOptionImg {
    position: relative;
    padding-top: 68%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
}

.quizOptionName {
    text-align: center;
    font-size: 20px;
    margin-top: 7px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}

.quizOptionCheck[type='radio']:not(:checked) {
    box-shadow: 0 0 0 4px #e7f5ff, inset 0 0 3px #C8C8C8;
}

.quizOptionCheck[type='radio']:checked {
    box-shadow: inset 0 0 0 #C8C8C8, inset 0 0 0 4px #457CD6;
}

.quizOptionCheck[type='radio'] {
    background-color: #e7f5ff;
}

.quizOptionCheck {
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%);
    position: absolute;
    margin: 0;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all .3s ease;
}

.quizOptionsFlex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding-bottom: 50px;
}

.quizOptionFlex {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 23px 20px;
    position: relative;
    grid-gap: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 25px;
}

.quizOptionCheckFlex:checked {
    box-shadow: inset 0 0 0 #C8C8C8, inset 0 0 0 4px #457CD6;
}

.quizOptionCheckFlex {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all .3s ease!important;
    box-shadow: inset 0 0 3px #C8C8C8;
    margin: 0;
}

.quizOptionNameFlex {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    line-height: 20px;
}

.socialIcoBlock {
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    gap: 12px;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.socialOption {
    background: #e7f5ff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 0.5625em;
    border-radius: 6px;
    padding: 0.875em 2px;
    margin: 0;
    font-size: inherit;
    width: 100px;
}

.socialInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border-radius: inherit;
    background: none;
    margin: 0;
    cursor: pointer;
}

.socialOption .socialInput:checked, .socialOption:hover .socialInput {
    box-shadow: inset 0 0 0 1px rgba(69,124,214,0.65)!important;
}

.socialSlogan {
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .quizOptions {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 494px) {
    .quizOptionsFlex {
        grid-template-columns: 1fr;
    }

    .socialOption > span {
        font-size: 14px;
    }
}

/******* end quiz *******/

* {
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.feather {
    position: absolute;
    left: 47%;
    top: 570px;
    transform: rotate(1deg);
    animation-name: example;
    animation-duration: 15s;
}

@keyframes example {
    0%   {left:0; top:10px; transform: rotate(45deg);}
    50%   {left:80%; top:300px; transform: rotate(20deg);}
    100% {left:47%; top:570px; transform: rotate(1deg);}
}

.inputItem {
    margin-bottom: 10px;
}

.inputItem input, .inputItem select, .inputItem textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.submitButton {
    background-color: #333333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .feather {
        display: none;
    }
}

@media (max-width: 1192px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 960px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .opacityBlack {
        padding: 1px 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .flexBlack {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.containerText {
    max-width: 800px;
    margin: 20px auto 0;
    padding: 0 20px;
}

.containerText > div {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}