@font-face {
    font-family: 'FKExtra';
    src: url('../fonts/fk-extra/FKExtra.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fk-extra/FKExtra.woff') format('woff'),
    url('../fonts/fk-extra/FKExtra.ttf')  format('truetype'),
    url('../fonts/fk-extra/FKExtra.svg#FKExtra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto-light/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-light/Roboto-Light.woff') format('woff'),
    url('../fonts/roboto-light/Roboto-Light.ttf')  format('truetype'),
    url('../fonts/roboto-light/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Roboto-Light", "Roboto", sans-serif;
}
a, p, div, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
a:hover, a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.main-section {
    background: url("/img/main-back.jpg") no-repeat;
    background-size: 100% auto;
}
.main-section.active .btn-overlay-menu{
    display: none !important;
}
.advantages-section {
    background: url("/img/advantages.jpg") no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
.result-section {
    background: url("/img/result.jpg") no-repeat;
    background-size: cover;
}
.services-section {
    background: url("/img/services.jpg") no-repeat;
    background-size: cover;
}
.partners-section {
    background: url("/img/partners.jpg") no-repeat;
    background-size: 100% auto;
}
.feedback-section {
    background: url("/img/feedback.jpg") no-repeat;
    background-size: cover;
}
.footer-section {
    background: url("/img/footer.jpg") no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

/* common */
div#rh-badge {
    display: none !important;
}
div#rc-phone {
    left: auto !important;
}
.form-control {
    color: #000000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 20px;
    line-height: 1.5;
}
label {
    margin-bottom: 2px;
    font-family: "Roboto", sans-serif;
}
.form-group.has-error input {
    border-color: #dc3545;
}
.help-block.help-block-error {
    color: #dc3545;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}
.section__title {
    font-size: 40px;
    margin: 30px 0;
    text-transform: uppercase;
}
.content__list {
    padding: 15px;
}
.content__list li{
    font-size: 20px;
}
/**/


/*header*/
.main-section .fp-tableCell {
    display: block;
}
.header-inner {
    position: relative;
}
.ancor-menu {
    width: 50%;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 70;
    padding: 0;
    margin: 0 auto;
}
.mr-logo {
    margin-top: 25px;
}
.main-menu li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.h-phone-link {
    font-size: 30px;
    display: block;
}
.h-callback-link {
    font-size: 13px;
    border-bottom: 1px dashed #fff;
    display: inline-block;
}
ul.main-menu{
    padding-top: 40px;
}
.h-phone-block {
    padding-top: 30px;
}

/**/

/*main page*/
.main-section__title {
    font-family: "FKExtra", "Roboto-Light", "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin: 40px 0 20px;
}
.main-section__desc {
    font-size: 18px;
    line-height: 1.4;
}
/**/

/* action block */
.action-block {
    padding: 30px 0;
}
.action-block__title {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
}
.action-block__button {
    margin: 15px 0;
    padding: 15px;
    border-radius: 7px;
    background-color: #4cba3c;
    min-width: 200px;
}
.action-block__button:hover {
    cursor: pointer;
}
.action-block__info {
    padding: 7px 0 15px;
}
.action-block__text {
    padding: 15px 0;
}

/**/

/* advantages*/
.about__title, .about__text {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.about__title {
    color: #000;
    font-size: 40px;
    margin-top: 15px;
}
.about__text {
    font-family: "FKExtra", "Roboto-Light", "Roboto", sans-serif;
    color: #36375c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.advantages-content h2, .advantages-content div {
    color: #000;
}
.advantages__text {
    font-size: 18px;
}

/**/

/* result section*/
.result__desc {
    font-size: 18px;
}
/**/


/* services*/
.services-list {
    padding: 35px 0;
}
.service-item {
    font-size: 20px;
    padding: 15px 0;
}
.service-item__icon {
    text-align: center;
}
.service-item__icon i {
    font-size: 35px;
}
h2.services__title {
    margin-bottom: .2rem;
}
.question-card {
    max-width: 370px;
    background-color: #fa7a3d;
    padding: 10px 15px 0;
    margin: 0 auto 15px;
    text-align: center;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}
.question-card .action-block {
    padding: 20px;
}
/**/

/* partners */
.partners-content h2, .partners-content div {
    color: #000;
}
.partners__text {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 16px;
}
.partners-list {
    text-align: center;
    margin: 5rem auto;
}
.partners-item__img {
    margin: 10px 35px;
}
/**/

/* feedback */
.feedback__text {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 3rem;
}
.feedback-form-box {
    padding: 60px 0;
}
/**/

/* footer*/
ul.footer-menu li{
    display: inline-block;
}
ul.footer-menu {
    display: block;
    padding-top: 10px;
}
.footer-section .fp-tableCell {
    vertical-align: bottom;
}
.f-info__address {
    text-transform: uppercase;
}
.f-info__phone {
    font-size: 32px;
}
.f-info__email {
    text-transform: uppercase;
}
.f-info__phone i, .f-info__email i {
    color: #c461a0;
}
.f-row-box {
    padding: 20px 0;
}
.f-copyright {
    text-transform: uppercase;
    color: #c864a4;
}
.f-map-link {
    margin: 10px auto;
    padding: 10px 15px;
}
.f-logo {
    max-height: 120px;
}
/**/


/* modal */
.modal-dialog {
    margin: 5% auto;
}
.modal-backdrop {
   background: #000;
}
.modal-backdrop.show {
    opacity: .7;
}
#callbackModal .modal-body {
    padding: 2rem 3rem 1rem;
}
#callbackModal .modal-content {
    background: url("/img/modal.jpg") no-repeat;
    background-size: cover;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
}
.modal__title {
    font-size: 26px;
}
.modal__info {
    font-size: 16px;
    text-align: center;
    padding: 1rem;
    line-height: 1.2;
}
form#modal-feedback {
    padding: 0 15px;
}
#callbackModal .help-block.help-block-error {
    color: #fff;
}
button.close:hover {
    cursor: pointer;
}
button.close {
    position: absolute;
    right: 0;
    top: -50px;
    opacity: 1;
    font-size: 3rem;
}
.js-callback-success-wrap {
    display: none;
}
.success-text {
    font-size: 20px;
    margin: 15px auto;
}
/**/

/*map modal*/
#mapModal .modal-body {
    padding: 0;
}
/**/



/* overlay menu */

aside {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(250deg, #27156E, #6A2A88, #9F4981);
    background: linear-gradient(200deg, #27156E, #6A2A88, #9F4981);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.open {
    opacity: 1;
    visibility: visible;
}

nav.overlay-menu {
    text-align: center;
    height: 95vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
nav.overlay-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.overlay-menu ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 10vh;
}
nav.overlay-menu ul li a {
    font-size: 1.5em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    text-decoration: none;
}
nav.overlay-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
nav.overlay-menu ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
nav.overlay-menu ul li a:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    bottom: 0;
    left: 35%;
    background: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 600px) {
    nav.overlay-menu ul li a {
        font-size: 2em;
    }
}
button.toggle-overlay {
    padding: 15px 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    border-radius: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
button.toggle-overlay:hover {
    border: 1px solid white;
}
.btn-overlay-menu {
    display: none;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 1;
    cursor: pointer;
}
.outer-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
/* overlay menu end*/