.bg-fix,
body,
html {
    height: 100%;
    width: 100%;
}
.cta-box .button,
img {
    border: none;
    outline: 0;
}
body,
html {
    padding: 0;
    margin: 0;
}
input[type="submit"] {
    cursor: pointer;
}
@font-face {
    font-family: Intro;
    src: url(../fonts/Intro.eot);
    src: url(../fonts/Intro.eot?#iefix) format("embedded-opentype"), url(../fonts/Intro.woff) format("woff"), url(../fonts/Intro.ttf) format("truetype"), url(../fonts/Intro.svg#Intro) format("svg");
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamPro.eot);
    src: url(../fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype"), url(../fonts/GothamPro.svg#Gotham) format("svg");
}
@font-face {
    font-family: Gotham-Bold;
    src: url(../fonts/GothamPro-Bold.eot);
    src: url(../fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.ttf) format("truetype"), url(../fonts/GothamPro-Bold.svg#Gotham-Bold) format("svg");
}
@font-face {
    font-family: Gotham-Black;
    src: url(../fonts/GothamPro-Black.eot);
    src: url(../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Black.woff) format("woff"), url(../fonts/GothamPro-Black.ttf) format("truetype"),
        url(../fonts/GothamPro-Black.svg#Gotham-Black) format("svg");
}
body {
    background: url(../img/bg-light.jpg) center;
    font-size: 16px;
    font-family: Gotham;
    color: #000;
    background-size: cover;
}
a,
a:hover {
    color: #000;
    text-decoration: none;
}
.bg-fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -3;
    background: url(../img/bg-light.jpg) center;
    background-size: cover;
}
.header {
    background: #fff;
    padding: 10px 0;
}
.cta-box .button,
.line {
    max-width: 700px;
    background: #ef7f1a;
}
.header .logo img {
    height: 50px;
}
.header .descriptor {
    margin-top: 18px;
}
.header .contacts {
    text-align: right;
}
.cta-box,
.cta-box .button,
.title {
    text-align: center;
}
.header .contacts a {
    margin-top: 12px;
    display: block;
    font-size: 20px;
    font-family: Gotham-Bold;
    color: #000;
}
.header .contacts span {
    display: block;
    margin-top: -5px;
    font-size: 14px;
    font-family: Gotham;
    color: #000;
}
.title {
    padding-top: 100px;
}

.title2 {
    padding-top: 50px;
    text-align: center;
    color: rgb(51 153 204);
    font-size: 1.3rem;
}

.policy {
    font-size: 1.5rem;
    color: #ff8e25;
    font-weight: bold;
}

.bothelp {
    justify-content: center;
}

.title h1 {
    font-size: 44px;
    font-family: Intro;
    color: #274074;
}

.header__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media screen and (max-width: 991px) {
    .title {
        padding-top: 50px;

    }
    .title h1{
        font-size: 34px;
    }
}



@media screen and (max-width: 500px) {
    .title {
        padding-top: 30px;
    }
    .title h1 {
        font-size: 30px;
    }
}
.title h2 {
    font-size: 25px;
    font-family: Gotham-Bold;
    color: #274074;
}
.line {
    display: block;
    width: 100%;
    height: 2px;
    margin: 30px auto;
}
@media screen and (max-width: 500px) {
    .title h2 {
        font-size: 18px;
    }
    .line {
        margin: 15px 0;
    }
    .points .media {
        margin-bottom: 20px;
    }
}
.points span {
    display: block;
    font-size: 20px;
    font-family: Gotham;
    color: #274074;
}
@media screen and (max-width: 500px) {
    .points span {
        font-size: 16px;
    }
}
.points img {
    width: 70px;
}
.cta-box {
    margin-top: 30px;
}
.cta-box h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: Gotham-Bold;
    color: #1487c9;
}
@media screen and (max-width: 500px) {
    .cta-box h3 {
        font-size: 19px;
    }
}
.cta-box .button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 10px 0 30px 0;
    width: 100%;
    padding: 15px 60px;
    -webkit-box-shadow: rgba(239, 127, 26, 0.4) 0 10px 25px 0;
    box-shadow: rgba(239, 127, 26, 0.4) 0 10px 25px 0;
    font-size: 16px;
    font-family: Gotham-Bold;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.cta-box .button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #bb6517;
}
.cta-box .button:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: "";
    width: 15%;
    height: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shadow infinite 2s;
    animation: shadow infinite 2s;
}
@-webkit-keyframes shadow {
    from {
        left: -100px;
    }
    to {
        left: 800px;
    }
}
@keyframes shadow {
    from {
        left: -100px;
    }
    to {
        left: 800px;
    }
}
.footer,
.quiz-hack {
    position: fixed;
    left: 0;
}
.footer {
    top: 0;
    z-index: 1;
    background: #fff;
    padding: 10px 0;
}
.footer .logo {
    margin-top: 5px;
    font-size: 16px;
    font-family: Gotham;
    color: #000;
}
.footer .logo img {
    height: 9vh;
}
.footer .contacts {
    margin-top: 6px;
    text-align: right;
}
.footer .contacts a {
    display: block;
    font-size: 20px;
    font-family: Gotham-Bold;
    color: #000;
}
.footer .contacts span {
    display: block;
    margin-top: -5px;
    font-size: 18px;
    font-family: inherit;
    color: #000;
}
.quiz-hack {
    width: 100%;
    height: 100%;
    top: 0;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
}
.modal-content {
    color:#333;
}
.modal-content p {font-size:12px;}
.btn {
    cursor:pointer;
}
.logo-img {
    height: 50px;
    margin-right: 50px;
}
.form-control {
    border: 1px solid #ef7f1a;
    background-color: #fff;
}

@media screen and (max-width: 500px) {

    .header .logo img {
        height: 6rem;
    }

    .utp-block__item {
        margin-bottom: 20px;
        justify-content: flex-start !important;
    }

    .gos img {
        width: 90%;
    }

    .carousel-container {
        width: 100% !important;
    }

}

.header div {
    align-items: center;
    justify-content: center;
}

.header-mobile {
    text-align: right;
}

/* .header-mobile__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    background-image: url(../img/toptel.svg);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    background-position: center;
    background-repeat: no-repeat;
} */

.utp-block {
    margin-top: 30px;
}

.utp-block__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.utp-block__item-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    background-image: url(../img/check.svg);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-right: 20px;
}

.carousel {
    display: flex;
    justify-content: center;
}

.carousel-container {
    width: 500px;
}

.carousel-container img {
    width: 100%;
}

.form-check-label img {
    width: 25px;
}

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

/* thanks page */
.page-thanks {
    background: none;
}
.page-thanks .reviews__video {
    width: 100%;
}
.page-thanks .title {
    padding: 20px 0 10px;
}
.page-thanks .reviews__name {
    margin-top: 10px;
}
.page-thanks .reviews p {
    margin-bottom: 0.25rem;
}
.page-thanks .reviews__item {
     margin-bottom: 20px;
 }
.page-thanks .cta-box .button {
    height: 100px;
}
.page-thanks button.button--blue {
    box-shadow: none;
    background-color: #fff;
    color: #1487c9;
    border: 1px solid #1487c9;
}
.page-thanks .button.button--blue:hover {
    border-color: #ef7f1a;
    color: #fff;
}
@media (max-width: 992px) {
    .page-thanks .cta-box .button {
        height: auto;
        margin-bottom: 7px;
    }
    .page-thanks .reviews__video {
        height: 290px;
    }
}