* {
    margin: 0;
    padding: 0;
    border: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l {
    text-align: left;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: left;
}
.cr {
    clear: right;
}
.cb {
    clear: both;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.dn {
    display: none;
}
.b {
    font-weight: bold;
}
.i {
    font-style: italic;
}
.ttu {
    text-transform: uppercase;
}
.nbsp {
    white-space: nowrap;
}
ul {
    list-style: none;
}
ul.bullet,
.modal-text ul {
    list-style-type: disc;
}
ul.bullet,
.modal-text ul,
ol {
    list-style-position: inside;
}
a {
    color: inherit;
    text-decoration: none;
}
a[href^="tel:"] {
    text-decoration: none;
    cursor: text;
}
:focus {
    outline: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
section:before,
section:after,
header:after,
footer:before,
footer:after {
    content: "";
    display: table;
    clear: both;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Arial;
    src: url("fonts/Arial-Regular.woff") format("woff"), url("fonts/Arial-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Arial;
    src: url("fonts/Arial-Black.woff") format("woff"), url("fonts/Arial-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
html {
    font: 16px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
}
.logo,
.callback .phone a,
.descriptor,
h2,
#services h3 {
    font-family: Arial, Helvetica, sans-serif;
}
.logo,
.callback .phone a,
h1,
h2,
#services h3,
.schedule {
    font-weight: 900;
}
body {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 20px #999;
    box-shadow: 0 0 20px #999;
}
section {
width: 100% !important;
overflow:hidden;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
#intro {
    height: 932px;
    padding-bottom: 83px;
    background: url("img/bg-intro.jpg") 50% 0 no-repeat;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#intro:before {
    content: "";
    display: block;
    width: 100%;
    height: 848px;
    background: #181b0e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#intro .promo {
    float: left;
}
#intro .promo .heading {
    width: 376px;
    height: 129px;
    margin-top: 82px;
    background: url("img/bg-promo-heading.png") no-repeat;
    position: relative;
}
#intro .promo .heading:after {
    content: url("img/pointer.png");
    position: absolute;
    right: -124px;
    top: 72px;
}
#intro .promo .heading h3,
#intro .promo .heading p {
    -webkit-transform: perspective(1px) rotate(-7.1deg);
    -ms-transform: perspective(1px) rotate(-7.1deg);
    transform: perspective(1px) rotate(-7.1deg);
}
#intro .promo .heading h3 {
    font-size: 25px;
    font-weight: normal;
    color: #1fed9b;
    padding: 24px 0 0 76px;
    text-align: center;
    text-transform: uppercase;
}
#intro .promo .heading p {
    text-align: left;
    padding: 0 24px 0 20px;
    font-size: 20px;
}
#intro .promo .heading p span {
    color: #ffb500;
    text-transform: uppercase;
    text-align: left;
}
#intro .promo img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -640px;
    z-index: 20;
}
#intro .form,
#questions .form {
    width: 336px;
}
#intro .form {
    float: both;
    margin-top: 0px;
}
#intro .form:before,
#intro .form:after,
#questions .form:before,
#questions .form:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
#intro .form h3,
#questions .form h3,
.modal-window h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 16px 0 20px;
}
#intro .form h3 span,
#questions .form h3 span,
.modal-window h3 span {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 4px;
}
#intro .form:after,
#questions .form:after {
    margin-top: 30px;
}
header {
    height: 101px;
    background: rgba(255, 255, 255, 0.11);
    padding: 32px 0;
}
.logo {
    font-size: 33px;
    line-height: 36px;
    float: left;
}
.logo span {
    color: #FFD700;
}
.callback {
    float: right;
}
.callback .phone {
    float: left;
}
.callback .phone a {
    font-size: 26px;
}
.callback .phone .note {
    font-size: 11px;
    text-align: right;
    text-transform: uppercase;
}
.descriptor {
    display: inline-block;
    overflow: hidden;
    margin-top: 64px;
}
h1,
h2,
#services h3 {
    text-align: center;
    text-transform: uppercase;
}
h1 {
    font-size: 58px;
    line-height: 1;
}
h1 span {
    display: block;
    font-size: 47px;
    letter-spacing: .2px;
}
h2 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 35px;
}
h2:after {
    content: "";
    display: block;
    width: 318px;
    height: 4px;
    background: url("img/heading-underline.png") 50% 0 no-repeat;
    margin: 14px auto 0;
}
#services h2:after,
#questions h2:after {
    background-position: 0 -8px;
}
.schedule,
h1 + p {
    display: inline-block;
    font-size: 33px;
    position: relative;
}
.schedule {
    margin-bottom: 2px;
}
.schedule:before,
.schedule:after,
h1 + p:before,
h1 + p:after {
    content: "";
    display: block;
    width: 300px;
    height: 9px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.schedule:before,
h1 + p:before {
    right: 100%;
    margin-right: 12px;
}
.schedule:after,
h1 + p:after {
    left: 100%;
    margin-left: 12px;
}
h1 + p {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 16px;
}
#features {
    padding-bottom: 32px;
    text-align: center;
}
#features li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 32px 3%;
    font-size: 17px;
}
#features li:before {
    content: "";
    display: block;
    font-size: 93px;
    height: 1em;
    width: 1em;
    background: #c2c2c2 url("img/features.png") no-repeat;
    margin: 0 auto 10px;
}
#features li:nth-child(2):before {
    background-position: -1em 0;
}
#features li:nth-child(3):before {
    background-position: -2em 0;
}
#features li:nth-child(4):before {
    background-position: -3em 0;
}
#features li:nth-child(5):before {
    background-position: -4em 0;
}
#features li:nth-child(6):before {
    background-position: -5em 0;
}
#features li:nth-child(7):before {
    background-position: -6em 0;
}
#services {
    min-height: 1278px;
    padding: 50px 0 40px;
    background: #07070a url("img/bg-services.jpg") 50% 0 no-repeat;
    color: #fff;
}
#services li {
    width: 478px;
    position: relative;
    float: left;
}
#services li:nth-child(even) {
    float: right;
}
#services li img {
    display: block;
    width: 478px;
    height: 478px;
}
#services li > div {
    width: 478px;
    height: 478px;
    background: rgba(255, 181, 0, 0.89);
    padding: 96px 40px 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
#services li:hover > div,
#services li:active > div {
    opacity: 1;
}
#services li h3 {
    font-size: 33px;
    min-height: 2.4em;
    margin-bottom: 28px;
}
#services li p {
    font-size: 20px;
    line-height: 1.3;
}
#services li .more {
    text-transform: uppercase;
    position: absolute;
    right: 16px;
    bottom: 16px;
}
#services li .more:after {
    content: " >";
}
#services li .more:hover {
    color: #000;
}
#reviews {
    height: 416px;
    background: #ecf3f7 url("img/bg-reviews.jpg") 50% 0 no-repeat;
    padding-top: 50px;
    width: 1000px;
    margin: 0 auto;
}
#reviews .container {
    height: 100%;
}
.review {
    width: 33.3%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.cite1 {
    width: 100%;
    display: block;
    color: #0ab773;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cite2 {
    width: 100%;
    display: block;
    color: #0ab773;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cite3 {
    width: 100%;
    display: block;
    color: #0ab773;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blockquote1 {
    width: 100%;
    display: block;
    margin-bottom: 90px;
    text-align: justify;
}
.blockquote2 {
    width: 100%;
    display: block;
    margin-bottom: 90px;
    text-align: justify;
}
.blockquote3 {
    width: 100%;
    display: block;
    margin-bottom: 90px;
    text-align: justify;
}
#steps {
    height: 1158px;
    background: #141415 url("img/bg-steps.jpg") 50% 0 no-repeat;
    overflow: hidden;
}
#steps h2 {
    color: #000;
    height: 70px;
    margin: 62px 0 0;
}
#steps h2:after {
    background-position: 0 -4px;
}
#steps .text {
    width: 500px;
    float: left;
    background: #fff;
}
#steps ol {
    height: 1026px;
    padding-top: 54px;
    background: url("img/steps.png") no-repeat;
    list-style: none;
}
#steps li {
    width: 210px;
    height: 180px;
    float: left;
    text-align: center;
    margin: 110px 16px 0;
}
#steps li:nth-child(even) {
    float: right;
}
#steps li:nth-child(2) {
    margin-top: 260px;
}
#steps .images {
    width: 50%;
    float: right;
    overflow: hidden;
}
#steps img {
    display: block;
    width: 580px;
    height: 386px;
}
section.form {
    height: 244px;
    background: #75a855 url("img/bg-form.jpg") 50% 0 no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 42px;
}
section.form h2 {
    margin-bottom: 0;
}
section.form h2:after {
    content: none;
}
section.form h2 + p {
    font-size: 20px;
    margin-bottom: 34px;
}
section.form form > * {
    width: 32%;
    float: left;
    margin: 0;
}
section.form input {
    height: 46px;
    font-size: 18px;
    margin-right: 2%;
}
#specialists {
    padding: 50px 0 32px;
}
#specialists li {
    width: 48%;
    min-height: 190px;
    padding-left: 220px;
    float: left;
    margin-bottom: 32px;
    position: relative;
}
#specialists li:nth-child(odd) {
    clear: left;
    margin-right: 4%;
}
#specialists img {
    width: 190px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
}
#specialists .name {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    margin: 40px 0 8px;
    color: #0fc47d;
    border-bottom: 3px solid #0fc47d;
}
#specialists dt,
#specialists dd {
    float: left;
}
#specialists dt {
    clear: left;
    margin-right: 5px;
}
#questions {
    height: 528px;
}
#map {
    height: 528px;
    background: #f7f1d9;
    margin-top: -528px;
}
#questions .container {
    width: 514px;
    height: 100%;
    padding: 50px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}
#questions .container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000 url("img/bg-questions.jpg") no-repeat;
    opacity: 0.82;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#questions h2 {
    margin-bottom: 6px;
}
#questions h2 + p {
    font-size: 22px;
}
#questions .form {
    margin: 45px auto;
}
footer {
    padding: 18px 0;
    text-align: center;
}
input,
button,
.button {
    display: block;
    width: 100%;
    font-family: inherit;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input {
    height: 34px;
    font-size: 16px;
    margin: 10px auto;
    padding: 0 16px;
    border: 0;
    background: #fff;
    color: #898989;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:focus,
textarea:focus {
    color: #555;
    -webkit-box-shadow: 0 0 0 2px #ffb500 inset;
    box-shadow: 0 0 0 2px #ffb500 inset;
}
button,
.button {
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    padding: 0 1em;
    background: #FFD700;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33) 86%, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33) 86%, rgba(0, 0, 0, 0.2));
    color: #fff;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
}
button:hover,
.button:hover {
    background-color: #FFFF00;
}
button:active,
.button:active {
    position: relative;
    top: 1px;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: none;
}
#services .button {
    width: 236px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
header .button {
    width: auto;
    height: 36px;
    background: transparent;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    float: right;
    margin: 0 0 0 24px;
}
header .button:hover {
    background: #fff;
    color: #000;
}
.modal-container {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1010;
    -webkit-transform-style: preserve-3d;
    display: none;
}
.modal-window {
    width: 360px;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    position: fixed;
    z-index: 1500;
}
.modal-window:not(.modal-form) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-window.modal-form {
    height: 234px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.modal-window h3 {
    margin-top: 0;
}
#confirmation .modal-window {
    width: 540px;
}
#confirmation p {
    font-size: 22px;
    margin: 10px 0;
}
.modal-text p,
.modal-text ul,
.modal-text ol {
    margin: 1em 0;
}
.modal-text {
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    text-align: left;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-close {
    font-size: 50px;
    line-height: 0.5;
    position: absolute;
    right: -3px;
    top: -30px;
    color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
}
.modal-close:hover {
    color: #000;
}
.modal-text .modal-close {
    color: rgba(255, 255, 255, 0.75);
    right: 8px;
    top: 8px;
}
.modal-text .modal-close:hover {
    color: #fff;
}
::-moz-placeholder {
    color: #898989;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #898989;
}
::-webkit-input-placeholder {
    color: #898989;
}
:focus::-moz-placeholder {
    color: #bbb;
}
:focus:-ms-input-placeholder {
    color: #bbb;
}
:focus::-webkit-input-placeholder {
    color: #bbb;
}
.input-error::-moz-placeholder {
    color: #e00;
}
.input-error:-ms-input-placeholder {
    color: #e00;
}
.input-error::-webkit-input-placeholder {
    color: #e00;
}
.input-error {
    color: #e00;
    -webkit-box-shadow: 0 0 0 2px #e00 inset;
    box-shadow: 0 0 0 2px #e00 inset;
}
input:invalid {
    outline: none;
}
div,
h1,
h2,
h3,
p,
ul,
ol,
li,
dl,
span {
    max-height: 9000px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
#intro .promo .heading {
    visibility: hidden;
}
.animated {
    visibility: visible !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
#pricelist {
padding: 50px 0;
}
#pricelist p {
font-size: 18px;
text-align: center;
}
.table-container {
width: 100%;
padding: 20px;
box-sizing: border-box;
margin-top: 15px;
float: left;
}

.table-container table {
width: 100%;
overflow-x: auto;
text-align: left;
    border-collapse: collapse;
border-radius: 10px;

}
.table-container table, th, td {
    border: 1px solid #FFD700;
padding: 10px;
font-size: 16px;
}
.table-container table th {
  background: #FFD700;
color: white;
text-align: center;
font-size: 22px;
font-family:bold;
}
@media screen and (max-width: 1020px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
    #services li {
        width: 48%;
    }
    #services li img {
        width: 100%;
        height: auto;
    }
    #steps .images {
        width: 43%;
        float: left;
    }
}
@media screen and (max-width: 769px) {
    #services .button {
        margin: 50px auto;
        width: 300px;
        font-size: 27px;
    }
section.form form > * {
  width: 100%;
   margin-top: 10px;
}
#services li > div {
        padding: 20px 5px 20px;
}
.clearfix { display:}
    #intro {
        height: auto;

    }
    #specialists {
        margin-top: 20px;
    }
    #steps li {
        font-size: 16px;
        margin: 115px 0px 0;
        width: 153px;
    }
    #steps .images {
        display: none;
    }
    #intro .promo .heading {
        background: url("img/empty.html") no-repeat;
    }
    #intro .form {
        display:
		
    }
    #intro .promo,
    #intro .promo .heading,
    #intro .promo .heading:after,
    #intro .promo .heading h3,
    #intro .promo .heading p,
    #intro .promo .heading h3,
    #intro .promo .heading p,
    #intro .promo .heading p span,
    #intro .promo img {
        visibility: hidden;
    }
    header .button {
        display: none;
    }
    #intro .form,
    #questions .form {
        width: 100%;
		
    }
    #intro .form {
        margin-right: 100px;
        margin-top: 120px;
    }
    header {
        width: 100%;
        height: 150px;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        z-index: 9999;
        padding: 15px 0;
    }
    .logo {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
        float: none;
        text-align: center;
        margin-top: 10px;
        display: block;
    }
    .logo span {
        color: #fff;
    }
    .callback {
        float: none;
    }
    .callback .phone {
        float: none;
        margin-left: -25px;
        margin-top: 15px;
    }
    .callback .phone a {
        font-size: 24px;
        color: #1fed9b;
    }
    .callback .phone .note {
        visibility: hidden;
    }
    .descriptor {
        margin-top: 240px;
    }
    h1 {
        font-size: 30px;
    }
    h1 span {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    .schedule,
    h1 + p {
        font-size: 30px;
    }
    h1 + p {
        font-size: 32px;
    }
    #features li {
        width: 39%;
        font-size: 17px;
    }
    #features li:before {
        zoom: 100%;
    }
    #services ul {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    #services li {
        width: 100%;
        float: none;
        margin-bottom: 70px;
    }
    #services li:nth-child(even) {
        float: none;
    }
    #services li img {
        width: 100%;
        height: auto;
    }
    #services li > div {
        width: 100%;
        opacity: 1;
        background:none;
position: static;
height: auto;
    }
    #services li h3 {
        font-size: 19px;
    min-height: 0;
    margin-bottom: 20px;
    }
    #services li p {
        font-size: 17px;
        text-align: center;
    }
    #services li .more {
        visibility: hidden;
    }
    #reviews {
        background: #ecf3f7 url("img/bg-reviews_mobile.jpg") 50% 0 no-repeat;
height: auto;
    }
    .review {
        width: 90%;
        margin: 0 auto;
        float: none
    }
    #reviews h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 45px;
    }
    .cite1 {
        width: 100%;
        font-size: 20px;
    }
    .cite2 {
        width: 100%;
        font-size: 20px;
    }
    .cite3 {
        width: 100%;
        font-size: 20px;
    }
    .blockquote1 {
        width: 100%;
        font-size: 20px;
    }
    .blockquote2 {
        width: 100%;
        font-size: 20px;
    }
    .blockquote3 {
        width: 100%;
        font-size: 20px;
    }
    #steps {
        height: auto;
        background: #fff;
    }
    #steps h2 {
        margin-bottom: 60px;
    }
    #steps .text {
        width: 100%;
        font-size: 20px;

    }
    #steps ol {
        background-position: center;
        zoom: 90%;
    width: 375px;
    margin: 0 auto;
    }
    section.form#promo {
        height: 350px;
        background-size: cover;
    }
    section.form h2 {} section.form h2 + p {
        font-size: 20px;
    }
    #specialists h2 {
        margin-bottom: 50px;
    }
    #specialists li {
            width: 100%;
    margin-bottom: 82px;
    padding: 0;
    position: static;
    margin-right: 0;
text-align: center;
    }
    #specialists li dl {text-align: left; padding-left: 20px;    width: 375px;
    margin: 20px auto;}
#specialists img {
position: static;
}
    #specialists .name {
        width: 100%;
        margin-top: 0;
        font-size: 20px;
    }
    #specialists dt,
    #specialists dd {
        font-size: 20px;
    }
    #questions {
        height: 286px;
    }
    #map {
        visibility: hidden;
    }
    #questions .container {
        width: 100%;
    }
    #questions .container:before {
        background: #fff;
    }
    #questions h2 {
        margin-left: -10px;
        font-size: 30px;
        color: black;
    }
    #questions h3 {
        visibility: hidden;
    }
    #questions h2 + p {
        font-size: 30px;
        color: black;
    }
    #questions .form {
        visibility: hidden;
    }
    footer {
        font-size: 25px;
padding: 18px 10px;
    }
}
@media screen and (max-width: 500px) {
.table-container {
padding-left: 10px;
padding-right: 10px;
}
.table-container table td {
font-size: 11px;
padding: 5px;
}
}