@import 'fonts.css' all;

html, body {
    height: 100%;
}
body {
    min-width: 303px;
    width: auto !important;
    width: 100%;
    background-color: #fbfbfb;
    font-family: 'FSElliotPro', sans-serif;
    font-size: 15px;
    color: #747a83;
    word-wrap: break-word;
}
@media (min-width:1200px) {
    .m-container {
        width: 1130px;
    }
}
.m-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table
}
.clearfix::after {
    clear: both
}
.clearfix {
    *zoom: 1
}
::-moz-selection {
    background: #7c63d9;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #7c63d9;
    color: #fff;
    text-shadow: none;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}
::-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}
:-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}
:-ms-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}
:focus::-webkit-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}
:focus::-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}
:focus:-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}
:focus:-ms-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}

/* HEADER */
header {
    min-height: 786px;
    background-position-x: -320px;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    min-width: 100%;
    position: relative;
    overflow: hidden;
}
@media (min-width:671px) {
    header .m-carousel .m-carousel-container {
        max-width: 611px;
        margin: 0 auto;
    }
}

/* CAROUSEL */
header .m-carousel {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 22%;
  z-index: 22;
}
.m-carousel-content {
    position: relative;
    z-index: 20;
}
header .m-carousel h1, header .m-carousel h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
}
header .m-carousel h1 {
    font-family: 'FSElliotPro-Heavy', sans-serif;
    color: #273853;
    margin-top: -46px;
    padding-bottom: 65px;
}
header .m-carousel h2 {
    font-family: 'FSElliotPro-Thin', sans-serif;
    color: #273853;
    font-weight: 500;
    margin-top: 80px;
}
header .m-carousel button.m-carousel-button {
    min-width: 370px;
    margin-top: -25px;
    border: none;
    background-color: #5a62ff;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 30px 35px 30px 35px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
header .m-carousel button.m-carousel-button:hover {
    background-color: #7178ff;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
header .m-carousel .m-carousel-form {
    margin-top: -25px;
    min-height: 81px;
    display: none;
}
header .m-carousel .m-carousel-form button.m-button-gprice {
    z-index: 88;
    width: 76px;
    height: 76px;
    float: right;
    background-color: #5a62ff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 23px 23px 24px 0;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    border: none;
}
header .m-carousel .m-carousel-form button.m-button-gprice:hover, header .m-carousel .m-carousel-form button.m-button-gprice:active {
    cursor: pointer;
    background-color: #7b81ff;
}
header .m-carousel .m-carousel-form button.m-button-gprice svg {
    float: right;
    width: 21px;
    fill: #fff;
    margin-right: 5px;
    margin-top: 2px;
}
header .m-carousel p {
    margin-top: 38px;
    color: #787e88;
    font-size: 15px;
}
header .m-carousel .m-carousel-form input {
    min-width: 245px;
    margin-top: 4px;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 14px 18px rgba(188, 197, 205, 0.45);
    border-radius: 50px;
    padding-bottom: 5px;
    color: #b2b9bd;
    font-size: 17px;
    height: 67px;
    margin-right: 13px;
    text-align: center;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
header .m-carousel .m-carousel-form input.m-form-error {
    background-color: rgb(251, 229, 229) !important;
    box-shadow: 0 14px 18px rgba(255, 108, 108, 0.19);
    color: #e74c3c;
}
header .m-carousel .m-carousel-form input:focus.m-form-error {
    background-color: rgb(251, 229, 229) !important;
    box-shadow: 0 14px 18px rgba(255, 108, 108, 0.19);
    color: #e74c3c;
}
header .m-carousel .m-carousel-form input:focus {
    box-shadow: 0 14px 18px rgba(188, 197, 205, 0.90);
    background-color: #fbfcff;
    color: #252F3F;
}
header img.m-header-image {
    display: inline-block;
    margin-top: 140px;
    margin-left: 53%;
    z-index: 20;
    position: relative;
}
header .m-carousel .blot-img {
    position: absolute;
    right: 13%;
}
.m-gprice1.m-form-error::-webkit-input-placeholder, .m-gprice2.m-form-error::-webkit-input-placeholder {
    color: #e74c3c;
}
.m-gprice1::-webkit-input-placeholder, .m-gprice2::-webkit-input-placeholder {
    color: #b2b9bd;
}
.m-gprice1::-moz-placeholder, .m-gprice2::-moz-placeholder {
    color: #b2b9bd;
}
.m-gprice1:-moz-placeholder, .m-gprice2:-moz-placeholder {
    color: #b2b9bd;
}
.m-gprice1:-ms-input-placeholder, .m-gprice2:-ms-input-placeholder {
    color: #b2b9bd;
}
.m-iphone, .m-macbook {
    z-index: 2;
    position: absolute;
    width: 100%;
}
.m-iphone img {
    display: inline-block;
    margin-left: 73%;
    margin-top: -230px;
}
.m-macbook img {
    display: inline-block;
    margin-left: 6%;
    margin-top: -60px;
}
@media only screen and (max-width:1400px) {
    .m-macbook {
        display: none;
    }
}
@media only screen and (max-width:1360px) {
    .m-macbook {
        display: none;
    }
}
@media only screen and (max-width:1200px) {
    .m-iphone {
        display: none;
    }
}
@media only screen and (max-width:991px) {
    header img.m-header-image {
        display: none !important;
    }
}
@media only screen and (max-width:870px) {
    header {
        min-height: 726px;
    }
    header .m-carousel {
        top: 22%;
    }
    header .m-carousel h1, header .m-carousel h2 {
        font-size: 50px;
    }
    header .m-carousel h1 {
        margin-top: -30px;
        padding-bottom: 65px;
        line-height: 50px
    }
    header .m-carousel h2 {
        font-family: 'FSElliotPro-Thin', sans-serif;
        color: #273853;
        font-weight: 500;
        margin-top: 80px;
    }
    header .m-carousel p {
        margin-top: 38px;
        color: #787e88;
        font-size: 15px;
    }
}
@media only screen and (max-width:780px) {
    header {
        min-height: 680px;
    }
    header .m-carousel {
        top: 18%;
    }
}
@media only screen and (max-width:720px) {
    header {
        min-height: 620px;
    }
    header .m-carousel {
        top: 14%;
    }
    header .m-carousel h1, header .m-carousel h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width:640px) {
    header .m-carousel {
        top: 8%;
    }
    header {
        min-height: 560px;
    }
    header .m-carousel h1, header .m-carousel h2 {
        font-size: 35px;
        line-height: 40px;
    }
    header .m-carousel h2 {
        font-weight: 600;
    }
    header .m-carousel h1 {
        margin-top: -6px;
    }
    header .m-carousel .m-carousel-form {
        padding-left: 50px;
        padding-right: 50px;
    }
    header .m-carousel .m-carousel-form input {
        min-width: 100%;
        margin-bottom: 30px;
    }
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 80%;
    }
}
@media only screen and (max-width:570px) {
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 79%;
    }
}
@media only screen and (max-width:540px) {
    header {
        min-height: 574px;
    }
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 78%;
    }
    header .m-carousel h1, header .m-carousel h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width:522px) {
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 76%;
    }
}
@media only screen and (max-width:488px) {
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 72%;
    }
    header .m-carousel .m-carousel-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    header .m-carousel button.m-carousel-button {
        min-width: 100%;
        font-size: 14px;
    }
}
@media only screen and (max-width:484px) {
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 70%;
    }
}
@media only screen and (max-width:463px) {
    header .m-carousel .m-carousel-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 100%;
    }
    header .m-carousel .m-carousel-form button.m-button-gprice {
        float: none;
    }
}
@media only screen and (max-width:459px) {
    header .m-carousel p {
        font-size: 14px;
    }
    header .m-carousel h1, header .m-carousel h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width:414px) {
    header .m-carousel h1, header .m-carousel h2 {
        font-size: 22px;
    }
    header .m-carousel p {
        font-size: 13px;
    }
    header {
        min-height: 534px;
    }
}
@media only screen and (max-width:405px) {
    header .m-carousel button.m-carousel-button {
        min-width: 100%;
        margin-top: -25px;
        font-size: 13px;
    }
}
@media only screen and (max-width:399px) {
    header .m-carousel p {
        font-size: 12px;
    }
    header {
        min-height: 470px;
    }
    header .m-carousel h2 {
        margin-top: 80px;
    }
    header .m-carousel h1 {
        margin-top: -4px;
    }
    header .m-carousel h1, header .m-carousel h2 {
        line-height: 30px;
    }
    header .m-carousel .m-carousel-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    header .m-carousel .m-carousel-form input.m-gprice2 {
        min-width: 100%;
    }
    header .m-carousel .m-carousel-form button.m-button-gprice {
        float: none;
    }
    header .m-carousel .m-carousel-form {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (max-width:361px) {
    header {
        min-height: 500px;
    }
}
@media only screen and (max-width:354px) {
    header {
        min-height: 470px;
    }
    header .m-carousel h1, header .m-carousel h2 {
        line-height: 22px;
        font-size: 20px;
    }
    header .m-carousel {
        top: 8%
    }
    header .m-carousel .m-carousel-form {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width:328px) {
    header {
        min-height: 510px;
    }
}

/* NAVIGATION */
nav.navbar-default {
    background-color: transparent;
    border-bottom: none;
}
.nav>li>a {
    padding-left: 22px;
    padding-right: 22px;
}
.navbar {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
nav.m-navbar {
    text-transform: uppercase;
    font-size: 16px;
    color: #3a3a3a;
    z-index: 25;
}
nav.m-navbar ul {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
nav.m-navbar ul li {
    text-transform: uppercase;
    font-size: 17px;
    padding-right: 7px;
    font-weight: 700;
}
nav.m-navbar ul li:last-child a {
    position: relative;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    color: #ff7a32;
}
nav.m-navbar ul li:last-child a svg {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    height: 20px;
    fill: #ff7a32;
    margin-left: 10px;
    margin-top: 0;
    float: right;
}
nav.m-navbar ul li:last-child a:hover, nav.m-navbar ul li:last-child a:focus {
    color: #ff9b65;
}
nav.m-navbar ul li:last-child a:hover svg, nav.m-navbar ul li:last-child a:focus svg {
    fill: #ff9b65;
}
nav.navbar-default .navbar-nav li a {
    color: #565656;
}
nav .navbar-nav li:last-child a::before {
    left: 43%;
}
nav .navbar-nav li a::before {
    position: absolute;
    left: 47%;
    content: '';
    display: block;
    width: 2px;
    height: 0px;
    background: #ff8543;
    transition: width .3s;
    margin-top: -75px;
}
nav .navbar-nav li a:hover::before {
    height: 55px;
    transition: height .3s;
    transform: translateX(100%);
}
nav.m-navbar .m-header-logo svg {
    margin-top: 66px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    width: 128px;
}
nav.m-navbar .m-header-logo svg:hover {
    opacity: 0.8;
    cursor: pointer;
}
nav.m-navbar .m-logo-gradient {
    fill: url('#m-logo-gradient');
}
nav.m-navbar .m-logo1 {
    fill: #303030;
}
nav.m-navbar .m-logo2 {
    fill: #7D8490;
}

/* CALLBACK */
nav.m-navbar .m-callback {
    display: block;
    position: relative;
}
nav.m-navbar .m-callback button.m-button-callback {
    border: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    width: 260px;
    margin-top: 56px;
    line-height: 54px;
    position: relative;
    background-color: #f0f2f4;
    border-radius: 4px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    color: #59cc84;
    font-size: 16px;
    box-shadow: 0 9px 22px rgba(194, 204, 211, 0.19);
    height: 56px;
    text-transform: uppercase;
}
nav.m-navbar .m-callback button.m-button-callback:hover {
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0 9px 22px rgba(194, 204, 211, 0.34);
}
nav.m-navbar .m-callback button.m-button-callback svg {
    float: left;
    height: 29px;
    fill: #59cc84;
    margin-top: 13px;
    padding-left: 16px;
    padding-right: 0px;
}
nav.m-navbar.nav--sticky .m-callback button.m-button-callback {
    box-shadow: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    margin-top: 15px;
    background-color: rgba(242, 253, 241, 1);
    color: #59cc84;
}
nav.m-navbar.nav--sticky .m-callback button.m-button-callback svg {
    webkit-transition: all 0.7s;
    transition: all 0.7s;
    fill: #59cc84;
}
nav.m-navbar.nav--sticky .m-callback button.m-button-callback:hover {
    background-color: #81e294;
    color: #fff;
}
nav.m-navbar.nav--sticky .m-callback button.m-button-callback:hover svg {
    fill: #fff;
}
nav.m-navbar .m-navbar-list {
    float: right;
    margin-top: 60px;
}
nav.m-navbar .m-contacts {
    margin-top: 28px;
    margin-right: 30px;
    line-height: 20px;
    color: #585c66;
    font-family: 'FSElliotPro', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    float: right;
}
nav.m-navbar.nav--sticky .m-contacts {
    display: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
nav.m-navbar.nav--sticky {
    background-color: #fff !important;
    box-shadow: 0 5px 59px rgba(97, 102, 110, 0.20);
    -webkit-box-shadow: 0 5px 59px rgba(97, 102, 110, 0.20);
    -moz-box-shadow: 0 5px 59px rgba(97, 102, 110, 0.20);
    padding-top: 4px;
    height: 95px;
}
nav.m-navbar.nav--sticky svg {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    margin-top: 23px;
}
nav.m-navbar.nav--sticky ul {
    margin-top: -45px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
@media only screen and (min-width:992px) and (max-width:1279px) {
    .col-lg-9, .col-lg-3 {
        width: 50%
    }
}
@media only screen and (min-width:1280px) {
    nav.m-navbar .m-order-collapse {
        display: none;
    }
}
.m-header-logo {
    float: left;
    display: block;
    position: relative;
}
@media only screen and (max-width:1279px) {
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(175, 179, 186, 0.4);
    }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: rgb(146, 151, 160);
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: rgba(175, 179, 186, 0.8);
    }
    .navbar-default .navbar-toggle {
        border: none;
        background-color: rgba(175, 179, 186, 0.2);
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        border-radius: 4px;
        margin-top: 68px;
        margin-left: 30px;
    }
    .navbar-default.nav--sticky .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(175, 179, 186, 0.32);
    }
    .navbar-default.nav--sticky .navbar-toggle {
        margin-top: 26px;
        margin-left: 30px;
    }
    nav.m-navbar ul li:last-child {
        display: none;
    }
    .navbar-default .navbar-collapse {
        padding-top: 22px;
        position: fixed;
        height: 100px;
        border: none;
        left: 0;
        width: 100%;
        z-index: 50;
        background-color: rgb(233, 234, 236) !important;
        box-shadow: 0 29px 59px rgba(97, 102, 110, 0.20);
        -webkit-box-shadow: 0 29px 59px rgba(97, 102, 110, 0.20);
        -moz-box-shadow: 0 29px 59px rgba(97, 102, 110, 0.20);
    }
    .navbar-default.nav--sticky .navbar-collapse {
        padding-top: 30px;
        height: 100px;
        background-color: #fff !important;
        box-shadow: 0 29px 59px rgba(97, 102, 110, 0.20);
        -webkit-box-shadow: 0 29px 59px rgba(97, 102, 110, 0.20);
        -moz-box-shadow: 0 29px 59px rgba(97, 102, 110, 0.20);
    }
    nav.m-navbar ul {
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        margin-right: auto;
        margin-left: auto;
    }
    nav.m-navbar.nav--sticky ul {
        margin-top: 0;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }
    nav.m-navbar ul li {
        font-size: 15px;
        float: left;
    }
    .nav>li>a {
        padding-right: 0px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
    nav.m-navbar .m-navbar-list {
        margin-top: 25px;
        position: relative;
    }
    nav.m-navbar .m-order-collapse {
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        margin-right: 30px;
        margin-top: 72px;
        float: left;
    }
    nav.m-navbar.nav--sticky .m-order-collapse {
        margin-top: 30px;
    }
    nav.m-navbar .m-order-collapse a {
        position: relative;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        font-family: 'FSElliotPro-Heavy', sans-serif;
        color: #ff7a32;
    }
    nav.m-navbar .m-order-collapse a svg {
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        height: 20px;
        fill: #ff7a32;
        margin-left: 10px;
        margin-top: 0;
        margin-bottom: -4px;
    }
    nav.m-navbar .m-order-collapse a:hover, nav.m-navbar .m-order-collapse a:focus {
        color: #ff9b65;
        text-decoration: none;
    }
    nav.m-navbar .m-order-collapse a:hover svg, nav.m-navbar .m-order-collapse a:focus svg {
        fill: #ff9b65;
    }
    nav .m-order-collapse a::before {
        position: absolute;
        left: 32%;
        content: '';
        display: block;
        width: 2px;
        height: 0px;
        background: #ff8543;
        transition: width .3s;
        margin-top: -75px;
    }
    nav .m-order-collapse a:hover::before {
        height: 55px;
        transition: height .3s;
        transform: translateX(100%);
    }
}
@media only screen and (max-width:767px) {
    nav.m-navbar .m-callback button.m-button-callback {
        width: 56px;
        height: 56px;
    }
    nav.m-navbar .m-callback button.m-button-callback svg {
        padding-left: 9px;
    }
    nav.m-navbar .m-contacts {
        display: none;
    }
}
@media only screen and (max-width:751px) {
    .col-xs-4 {
        width: 50%;
    }
    .col-xs-8 {
        width: 50%;
    }
}
@media only screen and (max-width:600px) {
    nav.m-navbar .m-header-logo svg {
        margin-top: 40px;
    }
    nav.m-navbar.nav--sticky svg {
        margin-top: 24px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 43px;
    }
    nav.m-navbar .m-order-collapse {
        margin-top: 46px;
    }
    nav.m-navbar .m-callback button.m-button-callback {
        margin-top: 28px;
    }
}
@media only screen and (max-width:506px) {
    nav.m-navbar ul li:last-child {
        display: block;
    }
    nav.m-navbar .m-order-collapse {
        display: none;
    }
    nav.m-navbar ul li {
        font-size: 15px;
        float: none;
    }
    .navbar-default .navbar-collapse, .navbar-default.nav--sticky .navbar-collapse {
        height: auto;
        padding-top: 10px;
        overflow: hidden;
    }
    nav.m-navbar ul li:last-child a svg {
        float: none;
        margin-bottom: -4px;
    }
    nav .navbar-nav li a::before {
        display: none;
    }
    nav .navbar-nav li a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #ff8942;
        transition: width .3s;
        position: absolute;
        top: 18px;
        left: -15px;
    }
    nav .navbar-nav li a:hover::after {
        width: 3.5%;
        transition: width .3s
    }
    .col-xs-4 {
        width: 80%;
    }
    .col-xs-8 {
        width: 20%;
    }
}
@media only screen and (max-width:360px) {
    nav.m-navbar .m-header-logo, nav.m-navbar.nav--sticky .m-header-logo {
        width: 33px;
        overflow: hidden;
    }
    nav.m-navbar.nav--sticky .m-header-logo {
        height: 56px;
        margin-top: 3px;
    }
    nav.m-navbar .m-header-logo {
        height: 72px;
        margin-top: 2px;
    }
    nav.m-navbar .m-header-logo svg {
        width: 178px;
    }
    #m-header-logo {
        margin-left: -119px;
    }
}
.nav-container {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .nav-container {
        max-width: 750px;
    }
}
@media (min-width:992px) {
    .nav-container {
        max-width: 970px;
    }
}
@media (min-width:1280px) {
    .nav-container {
        width: auto;
    }
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: -1px
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 0px
}
.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 1px
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg)
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    background-color: transparent
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg)
}
.stage {
  position: relative;
  margin-top: 100px;
}
.stage-bg {
  background: linear-gradient(105.87deg, #FF6B6B 22.8%, #0019FF 186.25%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
    -webkit-clip-path: polygon(0 5%, 100% 73%, 100% 100%, 37% 100%, 0 76%);
    clip-path: polygon(0 5%, 100% 73%, 100% 100%, 37% 100%, 0 76%);
}
@media (max-width:992px) {
  .stage {
     display: none;
  }
}
.stage h2 {
  color: #252f3f;
  font-size: 36px;
  text-align: center;
  font-family: 'FSElliotPro-Heavy', sans-serif;
}
.stage h2 span {
  display: block;
  font-size: 17px;
  color: #74798b;
  font-family: 'FSElliotPro', sans-serif;
  font-weight: 100;
}
.stage .carousel-indicators {
  bottom: 20px;
  left: 0;
  margin-left: 0;
  top: 30%;
  text-align: right;
  width: 30px;
}
.stage .carousel-indicators .active {
  margin: 5px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
}
.stage .carousel-indicators li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.stage .carousel .stage-text {
    min-height: 150px;
}
.stage .carousel h3 {
  color: #ffffff;
  font-size: 30px;
  margin-top: -20px;
  margin-bottom: 0px;
}
.stage .carousel p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 0;
}
/* SECTION 1 */
section.m-section-1 {
    bottom: 0;
    background-position: center 360px;
    background-image: url('../images/bg-section-1.png');
    background-repeat: no-repeat;
    padding-bottom: 185px;
}
section.m-section-1 h1 {
    margin-top: 50px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-size: 36px;
    color: #252f3f;
    text-align: center;
    text-transform: uppercase;
}
section.m-section-1 .m-section-wrapper {
    padding-top: 63px;
    padding-left: 26px;
    padding-right: 26px;
}
section.m-section-1 ul {
    padding-bottom: 59px;
    margin-top: 91px;
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 48px 76px rgba(151, 74, 40, 0.53);
    border-radius: 6px;
}
section.m-section-1 ul::before {
    margin-top: -29px;
    left: 50%;
    content: '';
    position: absolute;
    height: 77px;
    width: 3px;
    background-color: #ff8543;
}
section.m-section-1 ul li {
    text-align: center;
}
section.m-section-1 .m-icon {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    width: 88px;
    height: 88px;
}
section.m-section-1 .m-icon.green {
    background: #59cc92;
    box-shadow: 0 15px 30px rgba(56, 230, 138, 0.48);
}
section.m-section-1 .m-icon.blue {
    background: #5a62ff;
    box-shadow: 0 15px 30px rgba(90, 98, 255, 0.48);
}
section.m-section-1 .m-icon.turquoise {
    background: #45cfed;
    box-shadow: 0 15px 30px rgba(69, 207, 237, 0.48);
}
section.m-section-1 .m-icon.pink {
    background: #f56292;
    box-shadow: 0 15px 30px rgba(245, 98, 146, 0.48);
}
section.m-section-1 .m-icon svg {
    margin-top: 24px;
    height: 40px;
}
section.m-section-1 .m-icon svg path, section.m-section-1 .m-icon svg polygon {
    fill: #fff;
    display: inline;
}
section.m-section-1 .m-icon svg g.st0 {
    display: none;
}
section.m-section-1 h4 {
    line-height: 19px;
    margin-top: 25px;
    font-size: 16px;
    font-family: 'FSElliotPro', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #2a3039;
}
section.m-section-1 p {
    margin-top: 15px;
    font-size: 14px;
    color: #5c5f64;
    line-height: 16px;
}
@media only screen and (max-width:1279px) {
    section.m-section-1 ul {
        padding-bottom: 20px;
    }
    section.m-section-1 {
        background-position: center 680px
    }
    section.m-section-1 ul li {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width:1199px) {
    section.m-section-1 {
        background-position: center 680px;
    }
    section.m-section-1 ul {
        padding-bottom: 19px;
    }
}
@media only screen and (max-width:799px) {
    section.m-section-1 {
        background-position: center 660px;
    }
    section.m-section-1 h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width:680px) {
    section.m-section-1 {
        background-position: center 660px;
    }
}
@media only screen and (max-width:610px) {
    section.m-section-1 {
        background-position: center 720px;
    }
}
@media only screen and (max-width:577px) {
    section.m-section-1 .col-xs-6 {
        width: 100%;
    }
    section.m-section-1 h1 {
        font-size: 28px;
        margin-top: 52px;
    }
    section.m-section-1 {
        background-position: center 1220px;
    }
    section.m-section-1 ul {
        margin-top: 40px;
    }
}
@media only screen and (max-width:539px) {
    section.m-section-1 {
        background-position: center 1250px;
    }
}
@media only screen and (max-width:342px) {
    section.m-section-1 {
        background-position: center 1250px;
    }
    section.m-section-1 h1 {
        font-size: 24px;
    }
}
@media only screen and (max-width:338px) {
    section.m-section-1 {
        background-position: center 1290px;
    }
}
@media only screen and (max-width:335px) {
    section.m-section-1 {
        background-position: center 1320px;
    }
}
@media only screen and (max-width:326px) {
    section.m-section-1 {
        background-position: center 1380px;
    }
}
@media only screen and (max-width:321px) {
    section.m-section-1 {
        background-position: center 1410px;
    }
}
@media only screen and (max-width:320px) {
    section.m-section-1 {
        background-position: center 1440px;
    }
}

/* SECTION 2 */
section.m-section-2 .m-section-wrapper {
    margin-top: 110px;
    height: 100%;
}
section.m-section-2 .m-section-title h1 {
    margin-top: 20px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-size: 36px;
    color: #252f3f;
    text-align: center;
    text-transform: uppercase;
}
section.m-section-2 .m-section-title p {
    margin-top: -13px;
    font-size: 17px;
    color: #74798b;
    text-align: center;
}
section.m-section-2 .m-section-wrapper .m-item {
    margin-bottom: 101px;
    position: relative;
    width: 86.2%;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.m-section-2 .m-section-wrapper .m-item::after {
    left: 0;
    bottom: -2px;
    content: '';
    height: 60%;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    position: absolute;
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(28, 32, 38, 0.92) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(28, 32, 38, 0.92)));
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(28, 32, 38, 0.92) 100%);
    background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(28, 32, 38, 0.92) 100%);
    background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(28, 32, 38, 0.92) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(28, 32, 38, 0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3136', endColorstr='#2d3136', GradientType=0);
}
section.m-section-2 .m-section-wrapper .m-item img {
    width: 100%;
    border-radius: 6px;
    z-index: 2;
    box-shadow: 0px 20px 62px rgba(51, 59, 75, 0.36);
}
section.m-section-2 .m-section-wrapper .m-item::before {
    z-index: -1;
    position: absolute;
    right: -60px;
    top: -110px;
    content: attr(data-id);
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-size: 153px;
    color: #eeeeee;
    font-weight: 800;
}
.m-pleft {
    margin-left: 0;
}
.m-pmiddle {
    margin: 0 auto;
}
.m-pright {
    margin-left: 48px;
}
section.m-section-2 figure.m-item:hover {
    cursor: pointer;
}
section.m-section-2 figure.m-item:hover figcaption {
    border-radius: 6px;
    top: -14px;
    right: -14px;
    background-color: #5d65ff;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
section.m-section-2 figcaption .m-task {
    opacity: 0;
}
section.m-section-2 figure.m-item:hover figcaption .m-task {
    font-size: 15px;
    opacity: 1;
    margin-top: 25px;
}
section.m-section-2 figcaption {
    position: absolute;
    display: inline-block;
    padding-left: 29px;
    top: 58.2%;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pointer-events: none;
}
section.m-section-2 .m-section-wrapper figcaption h3 {
    position: relative;
    font-size: 26px;
    bottom: 0;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    color: #fff;
    font-weight: 600;
}
section.m-section-2 .m-section-wrapper figcaption .m-task .m-one {
    color: #ffc8aa;
}
section.m-section-2 .m-section-wrapper figcaption .m-task .m-two {
    color: #ffffff;
}
section.m-section-2 .m-section-wrapper figcaption p {
    margin-top: -30px;
    font-size: 14px;
    color: #bbbbbb;
}
section.m-section-2 figure.m-item:hover figcaption h3 {
    margin-top: 23px;
}
section.m-section-2 figure.m-item:hover figcaption p {
    color: #bcbfff;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-image {
    margin-top: 16%;
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    float: left;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: auto;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-image::after {
    content: '';
    display: block;
    width: 0;
    margin-top: 5px;
    height: 2px;
    background: #b1b5ff;
    transition: width .5s;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-image:hover::after {
    width: 100%;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
    margin-right: 30px;
    margin-top: 16%;
    text-decoration: none;
    color: #57de80;
    font-weight: 800;
    float: right;
    display: inline-block;
    pointer-events: auto;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-link .m-icon-circle {
    margin-top: -7px;
    float: right;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(87, 222, 128, 0.23);
    height: 37px;
    width: 37px;
    text-align: center;
    padding-top: 9px;
    margin-left: 10px;
    pointer-events: auto;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-link:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-link:hover svg {
    fill: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-link:hover .m-icon-circle {
    box-shadow: 0 0 0 2px #b1b5ff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
section.m-section-2 .m-section-wrapper figcaption a.m-open-link svg {
    width: 18px;
    fill: #57de80;
}
section.m-section-2 figure.m-item figcaption .m-phwp-image {
    display: none;
}
@media only screen and (max-width:1199px) {
    section.m-section-2 .m-section-wrapper .m-item {
        width: 92%;
    }
    .m-pright {
        margin-left: 23px;
    }
    section.m-section-2 figcaption {
        top: 61%;
    }
    section.m-section-2 .m-section-wrapper figcaption h3 {
        font-size: 22px;
    }
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        font-size: 14px;
        margin-top: 16px;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 14%;
    }
}
@media only screen and (max-width:991px) {
    .m-pleft, .m-pright, .m-pmiddle {
        margin-left: 0;
    }
    .mdpad {
        margin-left: 28px;
    }
    section.m-section-2 .m-section-wrapper .m-item {
        width: 92%;
    }
    section.m-section-2 .m-section-wrapper figcaption h3 {
        font-size: 24px;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 16%;
    }
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        font-size: 15px;
        margin-top: 36px;
    }
}
@media only screen and (max-width:767px) {
    .m-pleft, .m-pright, .m-pmiddle {
        margin: 0 auto;
    }
    section.m-section-2 .m-section-wrapper .m-item {
        width: 100%;
    }
}
@media only screen and (min-width:600px) and (max-width:767px) {
    section.m-section-2 figure.m-item {
        box-sizing: border-box;
    }
    section.m-section-2 .m-section-wrapper figcaption h3 {
        font-size: 30px;
    }
    section.m-section-2 figcaption {
        top: 59%;
    }
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        font-size: 15px;
        margin-top: 28px;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 20%;
    }
    .col-xs-12 {
        width: 50%;
    }
}
@media only screen and (max-width:750px) {
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        margin-top: 28px;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 18%;
    }
}
@media only screen and (max-width:730px) {
    section.m-section-2 figcaption {
        top: 57%;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 17%;
    }
}
@media only screen and (max-width:710px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 15%;
    }
}
@media only screen and (max-width:695px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 13%;
    }
}
@media only screen and (max-width:680px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 15%;
    }
    section.m-section-2 .m-section-wrapper figcaption h3 {
        font-size: 26px;
    }
    section.m-section-2 figcaption {
        top: 60%;
    }
}
@media only screen and (max-width:660px) {
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        font: 14px;
        margin-top: 24px;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 13%;
    }
    section.m-section-2 figcaption {
        top: 58%;
    }
}
@media only screen and (max-width:630px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 9%;
    }
    section.m-section-2 figcaption {
        top: 58%;
    }
}
@media only screen and (max-width:620px) {
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        margin-top: 22px;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 7%;
    }
    section.m-section-2 figcaption {
        top: 56%;
    }
}
@media only screen and (max-width:610px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 8%;
    }
    section.m-section-2 figcaption {
        top: 54%;
    }
}
@media only screen and (min-width:600px) and (max-width:609px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 7%;
    }
    section.m-section-2 figcaption {
        top: 52%;
    }
}
@media only screen and (max-width:599px) {
    section.m-section-2 .m-section-wrapper .m-item {
        width: 70%;
    }
    .m-pleft, .m-pright, .m-pmiddle {
        margin: 0 auto;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 28%;
    }
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        margin-top: 30px;
    }
    section.m-section-2 figcaption {
        top: 68%;
    }
}
@media only screen and (max-width:577px) {
    section.m-section-2 .m-section-title h1 {
        margin-top: 20px;
        font-size: 28px;
    }
    section.m-section-2 .m-section-title p {
        font-size: 14px;
    }
    section.m-section-2 .m-section-wrapper {
        margin-top: 60px;
    }
}
@media only screen and (max-width:570px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 24%;
    }
    section.m-section-2 figcaption {
        top: 64%;
    }
}
@media only screen and (max-width:550px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 22%;
    }
}
@media only screen and (max-width:520px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 16%;
    }
    section.m-section-2 figcaption {
        top: 60%;
    }
}
@media only screen and (max-width:470px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 10%;
    }
    section.m-section-2 figcaption {
        top: 57%;
    }
}
@media only screen and (max-width:450px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 9%;
    }
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        margin-top: 24px;
    }
    section.m-section-2 .m-section-wrapper figcaption h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width:420px) {
    section.m-section-2 .m-section-wrapper .m-item {
        width: 80%;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 9%;
    }
    section.m-section-2 figure.m-item:hover figcaption .m-task {
        margin-top: 24px;
    }
}
@media only screen and (max-width:380px) {
    section.m-section-2 .m-section-wrapper .m-item {
        width: 100%;
    }
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 20%;
    }
    section.m-section-2 figcaption {
        top: 62%;
    }
}
@media only screen and (max-width:340px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 14%;
    }
}
@media only screen and (max-width:320px) {
    section.m-section-2 .m-section-wrapper figcaption a.m-open-image, section.m-section-2 .m-section-wrapper figcaption a.m-open-link {
        margin-top: 10%;
    }
}

/* SECTION 3 */
section.m-section-3 {
    display: block;
    background-image: url('../images/s3-bg.jpg');
    margin-top: 80px;
    background-position: center;
    background-repeat: no-repeat;
    height: 671px;
}
section.m-section-3 .m-section-wrapper {
    z-index: 20;
    margin-top: -83px;
    height: 100%;
}
section.m-section-3 .m-section-wrapper .m-section-tile {
    background-color: #5b62e8;
    border-radius: 6px;
    min-height: 167px;
    width: 100%;
    padding-left: 95px;
    padding-right: 95px;
    overflow: hidden;
    box-shadow: 0 20px 62px rgba(91, 98, 231, 0.36);
    text-align: center;
}
section.m-section-3 .m-section-tile::before {
    top: 23.9%;
    left: 50%;
    content: '';
    position: absolute;
    height: 77px;
    width: 3px;
    background-color: #ff8543;
}
section.m-section-3 .m-section-wrapper .m-section-tile .m-section-banner h2 {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: 58px;
}
section.m-section-3 .m-section-tile .m-section-banner a.m-button-budget {
    margin-top: 49px;
    margin-left: 10px;
    background-color: #ff8942;
    color: #fff;
    font-size: 15px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 24px 32px 24px 32px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    border: none;
    box-shadow: 0 20px 62px rgba(27, 29, 71, 0.45);
    display: inline-block;
}
section.m-section-3 .m-section-tile .m-section-banner a.m-button-budget:hover, section.m-section-3 .m-section-tile .m-section-banner a.m-button-budget:active {
    cursor: pointer;
    background-color: #ffa84b;
}
section.m-section-3 .m-section-tile .m-section-banner .m-button-budget svg {
    float: right;
    margin-top: 2px;
    width: 19px;
    fill: #fff;
    margin-left: 14px;
}
.m-section-form {
    display: none;
}
section.m-section-3 .m-section-tile .m-section-form button.m-button-budget {
    width: 67px;
    height: 67px;
    margin-top: 49px;
    float: right;
    background-color: #ff8942;
    color: #fff;
    font-size: 15px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 23px 23px 24px 0;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    border: none;
    box-shadow: 0 20px 62px rgba(27, 29, 71, 0.45)
}
section.m-section-3 .m-section-tile .m-section-form button.m-button-budget:hover, section.m-section-3 .m-section-tile .m-section-form button.m-button-budget:active {
    cursor: pointer;
    background-color: #ffa84b;
}
section.m-section-3 .m-section-tile .m-section-form .m-button-budget svg {
    float: right;
    width: 21px;
    fill: #fff;
    margin-left: 14px;
}
section.m-section-3 .m-section-tile .m-section-form input {
    margin-top: 49px;
    padding-left: 32px;
    border: none;
    background-color: #9094e8;
    box-shadow: 0 20px 62px rgba(27, 29, 71, 0.45);
    border-radius: 50px;
    padding-bottom: 5px;
    color: #ebecf3;
    font-size: 20px;
    height: 67px;
    margin-right: 13px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
}
.m-bform-error {
    background-color: rgba(245, 127, 127, 0.53) !important;
}
section.m-section-3 .m-section-tile .m-section-form input:focus {
    background-color: #d9dbff;
    color: #252F3F;
}
section.m-section-3 .m-section-tile .m-section-form input.m-budget1 {
    width: 228px;
}
section.m-section-3 .m-section-tile .m-section-form input.m-budget2 {
    width: 350px;
}
section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
    width: 206px;
}
.m-budget1::-webkit-input-placeholder, .m-budget2::-webkit-input-placeholder, .m-budget3::-webkit-input-placeholder {
    color: #ebecf3;
}
.m-budget1::-moz-placeholder, .m-budget2::-moz-placeholder, .m-budget3::-moz-placeholder {
    color: #ebecf3;
}
.m-budget1:-moz-placeholder, .m-budget2:-moz-placeholder, .m-budget3:-moz-placeholder {
    color: #ebecf3;
}
.m-budget1:-ms-input-placeholder, .m-budget2:-ms-input-placeholder, .m-budget3:-ms-input-placeholder {
    color: #ebecf3;
}
section.m-section-3 .m-section-startnow .m-section-title h1 {
    margin-top: 102px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-size: 36px;
    color: #252f3f;
    text-align: center;
    text-transform: uppercase;
}
section.m-section-3 .m-section-startnow .m-section-title p {
    margin-top: -13px;
    font-size: 17px;
    color: #74798b;
    text-align: center;
}
section.m-section-3 .m-section-startnow input {
    text-align: center;
    margin-top: 49px;
    border: none;
    background-color: #fcfcfc;
    box-shadow: 0 10px 18px rgba(114, 122, 137, 0.08);
    border-radius: 50px;
    padding-bottom: 5px;
    color: #8b919c;
    font-size: 18px;
    height: 67px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    width: 47.2%;
}
section.m-section-3 .m-section-startnow input:focus {
    box-shadow: 0 10px 18px rgba(114, 122, 137, 0.3);
}
section.m-section-3 .m-section-startnow input.m-input-error {
    background-color: rgb(251, 229, 229) !important;
    box-shadow: 0 14px 18px rgba(255, 108, 108, 0.19);
    color: #e74c3c;
}
section.m-section-3 .m-section-startnow input:focus.m-input-error {
    background-color: rgb(251, 229, 229) !important;
    box-shadow: 0 14px 18px rgba(255, 108, 108, 0.19);
    color: #e74c3c;
}
section.m-section-3 .m-section-startnow input.m-startnow2 {
    margin-left: 40px;
}
.m-startnow1::-webkit-input-placeholder, .m-startnow2::-webkit-input-placeholder {
    color: #8b9197;
}
.m-startnow1::-moz-placeholder, .m-startnow2::-moz-placeholder {
    color: #8b9197;
}
.m-startnow1:-moz-placeholder, .m-startnow2:-moz-placeholder {
    color: #8b9197;
}
.m-startnow1:-ms-input-placeholder, .m-startnow2:-ms-input-placeholder {
    color: #8b9197;
}
section.m-section-3 .m-section-startnow button.m-button-startnow {
    display: block;
    margin-top: 28px;
    width: 100%;
    background-color: #ff884d;
    color: #fff;
    font-size: 15px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 23px 23px 24px 0;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    border: none;
    text-align: center;
}
@media (min-width:1200px) {
    section.m-section-3 .m-section-startnow .m-startnow-container {
        max-width: 785px;
        margin: 0 auto;
    }
}
section.m-section-3 .m-section-startnow button.m-button-startnow:hover, section.m-section-3 .m-section-startnow button.m-button-startnow:active {
    cursor: pointer;
    background-color: #ffa84b;
}
@-webkit-keyframes animation-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes animation-rotate {
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-o-keyframes animation-rotate {
    100% {
        -o-transform: rotate(360deg)
    }
}
@keyframes animation-rotate {
    100% {
        transform: rotate(360deg)
    }
}
@media only screen and (max-width:1200px) {
    section.m-section-3 .m-section-wrapper .m-section-tile .m-section-banner h2 {
        float: none;
        text-align: center;
        margin-top: 45px;
    }
    section.m-section-3 .m-section-tile::before {
        display: none;
    }
    section.m-section-3 .m-section-wrapper .m-section-tile {
        padding-bottom: 50px;
    }
    section.m-section-3 .m-section-tile .m-section-banner button.m-button-budget {
        margin-top: 20px;
        margin-left: 31.5%;
    }
    section.m-section-3 .m-section-tile .m-section-form input.m-budget1 {
        width: 100%;
    }
    section.m-section-3 .m-section-tile .m-section-form input.m-budget2 {
        width: 440px;
    }
    section.m-section-3 {
        background-position: center 50px;
        height: 730px;
    }
}
@media only screen and (max-width:991px) {
    section.m-section-3 .m-section-tile {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    section.m-section-3 .m-section-tile .m-section-form input.m-budget1, section.m-section-3 .m-section-tile .m-section-form input.m-budget2 {
        width: 100%;
    }
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 83%;
    }
    section.m-section-3 .m-section-tile .m-section-banner button.m-button-budget {
        margin-top: 20px;
        margin-left: 24%;
    }
    section.m-section-3 .m-section-startnow input {
        width: 46.9%;
        margin-top: 40px;
    }
    section.m-section-3 {
        background-position: center 140px;
        background-size: cover;
        height: 100%;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width:767px) {
    section.m-section-3 .m-section-wrapper .m-section-tile {
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        position: relative;
    }
    section.m-section-3 .m-section-tile .m-section-banner {
        display: block;
        position: relative;
        margin: 0 auto;
    }
    section.m-section-3 .m-section-tile .m-section-banner button.m-button-budget {
        margin: 40px auto 0 auto;
        display: block;
    }
}
@media only screen and (max-width:749px) {
    section.m-section-3 .m-section-startnow input {
        width: 46.2%;
        margin-top: 40px;
    }
}
@media only screen and (max-width:634px) {
    section.m-section-3 .m-section-startnow .m-section-title h1 {
        font-size: 28px;
    }
    section.m-section-3 .m-section-startnow {
        padding-left: 50px;
        padding-right: 50px;
    }
    section.m-section-3 .m-section-startnow input {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    section.m-section-3 .m-section-startnow input.m-startnow2 {
        margin-left: 0;
    }
}
@media only screen and (max-width:617px) {
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 80%;
    }
}
@media only screen and (max-width:546px) {
    section.m-section-3 .m-section-startnow .m-section-title h1 {
        margin-top: 50px;
    }
    section.m-section-3 .m-section-startnow .m-section-title p {
        font-size: 14px;
    }
}
@media only screen and (max-width:546px) {
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 78%;
    }
}
@media only screen and (max-width:510px) {
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 75%;
    }
}
@media only screen and (max-width:466px) {
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 72%;
    }
    section.m-section-3 .m-section-wrapper .m-section-tile .m-section-banner h2 {
        font-size: 26px;
    }
    section.m-section-3 .m-section-tile .m-section-form input {
        font-size: 17px;
    }
    section.m-section-3 .m-section-startnow .m-section-title h1 {
        font-size: 26px;
    }
    section.m-section-3 .m-section-startnow input {
        font-size: 14px;
    }
}
@media only screen and (max-width:466px) {
    section.m-section-3 .m-section-startnow .m-section-title h1 {
        font-size: 24px;
    }
    section.m-section-3 .m-section-startnow {
        padding-left: 25px;
        padding-right: 25px;
    }
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 70%;
    }
    section.m-section-3 .m-section-wrapper .m-section-tile .m-section-banner h2 {
        font-size: 24px;
    }
    section.m-section-3 .m-section-tile .m-section-form input {
        font-size: 16px;
    }
    section.m-section-3 .m-section-tile .m-section-banner button.m-button-budget {
        font-size: 14px;
        padding: 24px 26px 24px 26px;
        font-family: 'FSElliotPro-Heavy', sans-serif;
    }
}
@media only screen and (max-width:414px) {
    section.m-section-3 .m-section-tile .m-section-form input {
        margin-top: 30px;
    }
    section.m-section-3 .m-section-wrapper .m-section-tile {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px
    }
    section.m-section-3 .m-section-tile .m-section-form input.m-budget3 {
        width: 100%;
    }
    section.m-section-3 .m-section-tile .m-section-form {
        position: relative;
        margin: 0 auto;
    }
    section.m-section-3 .m-section-tile .m-section-form button.m-button-budget {
        margin: 30px auto 0 auto;
        display: block;
        float: none;
    }
}
@media only screen and (max-width:360px) {
    section.m-section-3 .m-section-tile .m-section-form input {
        font-size: 14px;
        padding: 24px 24px 24px 24px;
        font-family: 'FSElliotPro', sans-serif;
    }
    section.m-section-3 .m-section-tile .m-section-banner .m-button-budget svg {
        display: none;
    }
}

/* SECTION 4 */
section.m-section-4 {
    display: block;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}
section.m-section-4::before {
    width: 443px;
    height: 79px;
    content: '';
    position: absolute;
    top: -80px;
    left: 34%;
    background-image: url('../images/s4-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.m-section-4 .m-section-wrapper {
    z-index: 20;
    margin-top: -83px;
    height: 100%;
}
section.m-section-4 .m-section-title h1 {
    margin-top: 124px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-size: 36px;
    color: #252f3f;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 72px;
}
section.m-section-4 .m-item {
    text-align: center;
    min-height: 380px;
    overflow: hidden;
    position: relative;
    display: block;
}
section.m-section-4 [class^="col"]:last-child .m-item {
    min-height: 320px;
}
section.m-section-4 [class^="col"]:nth-of-type(odd) {
    padding-left: 0px;
    padding-right: 22px;
}
section.m-section-4 [class^="col"]:nth-of-type(even) {
    padding-left: 22px;
    padding-right: 0px;
}
section.m-section-4 [class^="col"]:last-child {
    padding-right: 22px;
    padding-left: 22px;
}
section.m-section-4 .m-section-wrapper::after {
    content: '';
    width: 2px;
    height: 60%;
    background-color: #e9ecf5;
    position: absolute;
    left: 50%;
    margin-top: 393px;
    z-index: -1;
}
section.m-section-4 [class^="col"] .m-item::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e9ecf5;
    position: absolute;
    margin-top: 69px;
    right: 0;
    left: 0;
    z-index: -1;
}
section.m-section-4 .m-item .m-icon-circle {
    background-color: #ffffff;
    border-radius: 50%;
    border: 10px solid #efeffe;
    height: 140px;
    width: 140px;
    margin: 0 auto;
}
section.m-section-4 .m-item .m-icon-circle svg#m-gicon1 {
    margin-top: 28%;
    margin-right: 6%;
    width: 49%;
}
section.m-section-4 .m-item .m-icon-circle svg#m-gicon2 {
    margin-top: 31%;
    margin-right: 0%;
    width: 56%;
}
section.m-section-4 .m-item .m-icon-circle svg#m-gicon3 {
    margin-top: 27%;
    margin-left: 1%;
    width: 48%;
}
section.m-section-4 .m-item .m-icon-circle svg#m-gicon4 {
    margin-top: 28%;
    margin-left: 7%;
    width: 45%;
}
section.m-section-4 .m-item .m-icon-circle svg#m-gicon5 {
    margin-top: 28%;
    margin-right: 0%;
    width: 45%;
}
section.m-section-4 .m-item h4 {
    margin-top: 22px;
    display: block;
    color: #343434;
    font-size: 19px;
    text-align:;
}
section.m-section-4 .m-item p {
    margin-top: -14px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #84888f;
}
@media only screen and (max-width:1200px) {
    section.m-section-4 .m-section-wrapper::after {
        height: 60%;
        margin-top: 70px;
    }
}
@media only screen and (max-width:991px) {
    section.m-section-4 .m-item p {
        word-break: break-word;
    }
    section.m-section-4 .m-item {
        padding-left: 25px;
        padding-right: 25px;
        min-height: 420px;
    }
}
@media only screen and (max-width:767px) {
    section.m-section-4 .col-md-6, section.m-section-4 .col-xs-12 {
        width: 100%;
    }
    section.m-section-4 [class^="col"]:nth-of-type(odd), section.m-section-4 [class^="col"]:nth-of-type(even), section.m-section-4 [class^="col"]:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    section.m-section-4 .m-item {
        padding-left: 0px;
        padding-right: 0px;
        min-height: 100%;
        padding-bottom: 80px;
    }
    section.m-section-4 [class^="col"]:last-child .m-item {
        padding-bottom: 0px;
    }
    section.m-section-4 .m-section-wrapper::after {
        width: 0;
    }
    section.m-section-4 [class^="col"] .m-item::before {
        height: 0;
    }
}
@media only screen and (max-width:634px) {
    section.m-section-4 .m-section-title h1 {
        font-size: 26px;
    }
    section.m-section-4 .m-section-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    section.m-section-4 .m-item {
        padding-bottom: 50px;
    }
    section.m-section-4 .m-item p {
        font-size: 14px;
    }
}
@media only screen and (max-width:577px) {
    section.m-section-4 .m-section-title h1 {
        margin-top: 78px;
        padding-bottom: 40px;
    }
    section.m-section-4 .m-item {
        padding-bottom: 36px;
    }
}
@media only screen and (max-width:466px) {
    section.m-section-4 .m-section-title h1 {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
  .doubt {
    display: none;
  }
}
.doubt-bg {
  background: url('../images/doubt-bg.png') no-repeat;
  padding-bottom: 10.50%;
  background-size: cover;
}
.doubt h2 {
  color: #252f3f;
  font-size: 36px;
  text-align: center;
  font-family: 'FSElliotPro-Heavy', sans-serif;
}
.doubt h2 span {
  display: block;
  font-size: 17px;
  color: #74798b;
  font-family: 'FSElliotPro', sans-serif;
  font-weight: 100;
  text-align: center;
}
.doubt .block-item {
  margin-top: 140px;
}
@media (max-width: 1400px) {
  .doubt .block-item {
    margin-top: 110px;
  }
}
@media (max-width: 1200px) {
  .doubt .block-item {
    margin-top: 90px;
  }
}
.doubt blockquote {
  border-left: 0px solid #eee;
  margin: 0;
}
.doubt blockquote p {
  color: #ffffff;
  font-size: 16px;
}
.doubt blockquote footer {
  color: #ffffff;
  font-size: 30px;
  background-color: transparent;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}
.doubt blockquote footer:before {
  display: none;
}
.doubt blockquote footer span {
  display: block;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .doubt blockquote p {
    font-size: 14px;
  }
  .doubt blockquote footer {
    font-size: 24px;
  }
  .doubt blockquote footer span {
    font-size: 18px;
  }
}
.doubt .btn.btn-primary {
  background: #5a62ff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  padding: 15px 30px;
  border-color: #5a62ff;
  font-size: 18px;
  z-index: 1;
  border-radius: 50px;
  border: 0px;
}
/* SECTION 5 */
section.m-section-5 {
    display: block;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    padding-bottom: 230px;
}
section.m-section-5 acide.m-left {
    background-color: #363e65;
    position: relative;
    display: block;
    min-height: 364px;
    width: 97%;
    border-radius: 8px;
}
section.m-section-5 img.m-image {
    position: relative;
    bottom: -230px;
    margin-top: 80px;
}
section.m-sectionf-5 acide.m-left::after {
    content: '';
    position: absolute;
    background-image: url('../images/s5-bg2.png');
    width: 331px;
    height: 259px;
    bottom: -220px;
}
section.m-section-5 acide.m-left h2 {
    position: absolute;
    margin-top: 68px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
}
section.m-section-5 acide.m-left p {
    position: absolute;
    margin-top: 183px;
    font-size: 19px;
    color: #c0c7d2;
}
section.m-section-5 acide.m-right {
    display: block;
    position: absolute;
    width: 100%;
    margin-left: 563px;
    box-shadow: 0 33px 46px rgba(37, 49, 73, 0.22);
    border-radius: 8px;
}
section.m-section-5 acide.m-right img {
    border-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: 32px;
}
section.m-section-5 acide.m-left::before {
    content: '';
    background-color: #363e65;
    position: absolute;
    right: 0;
    width: 3000px;
    height: 364px;
    z-index: -1;
    border-radius: 8px
}
@media only screen and (max-width:1200px) {
    section.m-section-5 .col-md-7 {
        width: 73%;
    }
    section.m-section-5 acide.m-right {
        margin-left: 523px;
    }
}
@media only screen and (max-width:991px) {
    section.m-section-5 img.m-image {
        display: none;
    }
    section.m-section-5 acide.m-left {
        width: 100%;
    }
    section.m-section-5 acide.m-right img {
        margin-top: -50px;
        box-shadow: 0 33px 46px rgba(37, 49, 73, 0.22);
    }
    section.m-section-5 acide.m-right {
        position: relative;
        margin-left: 0px;
        box-shadow: none;
    }
    section.m-section-5 .col-md-7 {
        width: 100%;
    }
}
@media only screen and (max-width:767px) {
    section.m-section-5 acide.m-left {
        position: initial;
        display: flex;
        min-height: 354px;
        width: 100%;
        border-radius: 0px;
        padding-left: 17px;
    }
    section.m-section-5 acide.m-left::before {
        border-radius: 0px;
    }
    section.m-section-5 acide.m-left h2 {
        position: relative;
        margin: 68px auto 0 auto;
        text-align: center;
    }
    section.m-section-5 acide.m-left p {
        width: auto;
        margin-left: 0;
        text-align: center;
    }
    section.m-section-5 acide.m-right img {
        border-radius: 0px;
        margin-top: -32px;
        box-shadow: 0 33px 46px rgba(37, 49, 73, 0.22);
    }
}
@media only screen and (max-width:600px) {
    section.m-section-5 acide.m-left h2 {
        margin-top: 60px;
        font-size: 36px;
        font-family: 'FSElliotPro', sans-serif;
        font-weight: 600;
    }
    section.m-section-5 acide.m-left p {
        font-size: 17px;
    }
}
@media only screen and (max-width:577px) {
    section.m-section-5 {
        margin-top: 50px;
    }
}
@media only screen and (max-width:460px) {
    section.m-section-5 acide.m-left h2 {
        margin-top: 40px;
    }
    section.m-section-5 acide.m-left p {
        margin-top: 170px;
    }
    section.m-section-5 acide.m-left {
        min-height: 320px;
    }
}
@media only screen and (max-width:460px) {
    section.m-section-5 acide.m-left h2 {
        font-size: 32px;
    }
    section.m-section-5 acide.m-left p {
        width: 82%;
        margin-top: 170px;
        font-size: 15px;
    }
}
@media only screen and (max-width:396px) {
    section.m-section-5 acide.m-left h2 {
        font-size: 28px;
    }
    section.m-section-5 acide.m-right img {
        margin-left: -180px;
    }
}
@media only screen and (max-width:356px) {
    section.m-section-5 acide.m-left h2 {
        font-size: 24px;
    }
    section.m-section-5 acide.m-left p {
        width: 76%;
        font-size: 14px;
        margin-top: 155px;
    }
}

/* SECTION 6 */
section.m-section-6 {
    margin-top: -250px;
    position: relative;
    overflow: hidden;
    padding-bottom: 129px;
}
@media (max-width:992px) {
  section.m-section-6 {
    margin-top: 0px;
  }
}
section.m-section-6 .m-background::before {
    position: absolute;
    content: '';
    left: 0;
    display: inline-block;
    background-image: url('../images/s6-bg-left.png');
    background-repeat: no-repeat;
    width: 1085px;
    height: 448px;
    z-index: -1;
    background-position: -200px;
}
section.m-section-6 .m-background::after {
    position: absolute;
    right: 0;
    content: '';
    background-image: url('../images/s6-bg-right.png');
    background-repeat: no-repeat;
    width: 596px;
    height: 970px;
    z-index: -1;
    background-position: 200px;
}
section.m-section-6 .m-section-wrapper {
    padding-top: 337px;
    z-index: 20;
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
}
section.m-section-6 .m-section-wrapper::before {
    margin-top: -122px;
    left: 50%;
    content: '';
    position: absolute;
    height: 77px;
    width: 3px;
    background-color: #ff8543;
}
.m-price1::-webkit-input-placeholder, .m-price2::-webkit-input-placeholder {
    color: #8b9197;
}
.m-price1::-moz-placeholder, .m-price2::-moz-placeholder {
    color: #8b9197;
}
.m-price1:-moz-placeholder, .m-price2:-moz-placeholder {
    color: #8b9197;
}
.m-price1:-ms-input-placeholder, .m-price2:-ms-input-placeholder {
    color: #8b9197;
}
section.m-section-6 .m-section-title h1 {
    margin-top: 0px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-size: 36px;
    color: #252f3f;
    text-align: center;
    text-transform: uppercase;
}
section.m-section-6 .m-section-title p {
    margin-top: 5px;
    font-size: 19px;
    color: #ffba00;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
section.m-section-6 input {
    text-align: center;
    margin-top: 49px;
    border: none;
    background-color: #f1f2f4;
    border-radius: 50px;
    padding-bottom: 5px;
    color: #8b9197;
    font-size: 17px;
    height: 67px;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    width: 47.2%;
}
section.m-section-6 input.m-price2 {
    margin-left: 40px;
}
section.m-section-6 input:focus {
    background-color: #fcfcfc;
    box-shadow: 0 10px 18px rgba(114, 122, 137, 0.08);
}
section.m-section-6 input.m-input-error, section.m-section-6 input:focus.m-input-error {
    background-color: rgba(251, 229, 229, 0.48) !important;
    box-shadow: 0 14px 18px rgba(255, 108, 108, 0.14);
    color: #e74c3c;
}
section.m-section-6 button.m-button-price {
    display: block;
    margin-top: 28px;
    width: 100%;
    background-color: #ff884d;
    color: #fff;
    font-size: 15px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 23px 23px 24px 0;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    border: none;
    text-align: center;
}
section.m-section-6 button.m-button-price:hover, section.m-section-6 button.m-button-price:active {
    cursor: pointer;
    background-color: #ffa84b;
}
@media only screen and (min-width:749px) {
    section.m-section-6 .m-price-container {
        max-width: 785px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:1200px) {
    section.m-section-6 .m-background::before, section.m-section-6 .m-background::after {
        display: none;
    }
}
@media only screen and (max-width:991px) {
    section.m-section-6 .m-section-wrapper input {
        width: 46.9%;
    }
    section.m-section-6 .m-section-wrapper {
        padding-top: 137px;
    }
}
@media only screen and (max-width:825px) {
    section.m-section-6 .m-section-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width:749px) {
    section.m-section-6 .m-section-wrapper input {
        width: 46.2%;
    }
}
@media only screen and (max-width:634px) {
    section.m-section-6 .m-section-wrapper .m-section-title h1 {
        font-size: 28px;
    }
    section.m-section-6 .m-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    section.m-section-6 .m-section-wrapper input {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    section.m-section-6 input.m-price2 {
        margin-left: 0;
    }
}
@media only screen and (max-width:577px) {
    section.m-section-6 {
        padding-bottom: 72px;
    }
}
@media only screen and (max-width:520px) {
    section.m-section-6 .m-section-wrapper .m-section-title h1 {
        font-size: 26px;
    }
    section.m-section-6 .m-section-wrapper {
        padding-top: 100px;
    }
    section.m-section-6 .m-section-title h1 {
        margin-top: -10px;
    }
}
@media only screen and (max-width:466px) {
    section.m-section-6 .m-section-title p {
        font-size: 14px;
    }
    section.m-section-6 .m-section-wrapper .m-section-title h1 {
        font-size: 24px;
    }
    section.m-section-6 .m-section-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.m-section-6 .m-section-wrapper input {
        font-size: 14px;
    }
}

/* FOOTER */
footer {
    background-color: #27293f;
    padding-top: 67px;
    padding-bottom: 62px;
}
footer .m-footer-logo svg {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    width: 128px;
    opacity: 0.3;
    padding-bottom: 10px;
}
footer .m-footer-logo svg:hover {
    opacity: 0.8;
}
footer .m-logo-gradient {
    fill: url('#m-logo-gradient');
}
footer .m-logo1 {
    fill: #fff;
}
footer .m-logo2 {
    fill: #fff;
}
footer span {
    font-size: 13px;
    color: #cccdd1;
}
footer ul {
    margin-top: 0;
    list-style: none;
}
footer ul li svg {
    fill: #57596b;
    float: left;
}
footer ul li {
    margin-bottom: 16px;
}
footer ul li span, footer ul li span a {
    color: #d7d8e5;
    font-size: 17px;
    text-decoration: none;
}
footer ul li span a:hover {
    color: #d7d8e5;
    opacity: 0.6;
    text-decoration: none;
}
footer ul li svg .stroke {
    stroke: #57596b;
    stroke-miterlimit: 10;
}
footer ul li svg.phone {
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 18px;
    height: 23px;
}
footer ul li svg.mail {
    margin-top: 5px;
    padding-right: 17px;
    height: 17px;
}
footer ul li svg.location {
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 20px;
    height: 23px;
}
footer .m-callback button.m-button-callback {
    border: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    width: 260px;
    line-height: 54px;
    position: relative;
    background-color: #59cc84;
    border-radius: 4px;
    font-family: 'FSElliotPro-Heavy', sans-serif;
    color: #fff;
    font-size: 16px;
    height: 56px;
    text-transform: uppercase;
}
footer .m-callback button.m-button-callback:hover {
    cursor: pointer;
    background-color: #7cdea1;
}
footer .m-callback button.m-button-callback svg {
    float: left;
    height: 29px;
    fill: #fff;
    margin-top: 13px;
    padding-left: 16px;
    padding-right: 0px;
}
footer .m-contacts {
    margin-top: 28px;
    line-height: 20px;
    color: #7a7c8c;
    font-family: 'FSElliotPro', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.m-right {
    float: right;
}
@media only screen and (max-width:991px) {
    footer ul li span, footer ul li span a {
        font-size: 15px;
    }
    footer .m-right {
        float: none !important;
    }
}
@media only screen and (max-width:950px) {
    footer .col-xs-6.col-sm-3, footer .col-xs-6.col-sm-3 span, footer .col-xs-6.col-sm-5 {
        display: grid;
        position: relative;
        text-align: center;
    }
    footer .col-xs-6.col-sm-5 {
        text-align: left;
    }
    footer .m-right {
        display: grid;
        position: relative;
    }
    footer .m-callback, footer .m-contacts {
        margin: 40px auto 0 auto;
        text-align: center;
    }
    footer .col-sm-3, footer .col-sm-5 {
        width: 50%;
    }
    footer .col-sm-4 {
        width: 100%;
    }
}
@media only screen and (max-width:600px) {
    footer .m-footer-logo {
        margin: 0 auto;
    }
    footer .col-sm-3 {
        width: 40%;
    }
    footer .col-sm-5 {
        width: 60%;
    }
}
@media only screen and (max-width:490px) {
    footer .col-sm-3, footer .col-sm-5 {
        width: 100%;
    }
    footer .col-xs-6.col-sm-5 {
        text-align: left;
        padding-bottom: 30px;
    }
    footer ul {
        margin: 40px auto 0 auto;
    }
    footer .m-callback {
        margin-top: 0;
        white-space: nowrap;
    }
    footer .m-contacts {
        margin-top: 15px;
    }
}

/* FORM WINDOW */
.m-form-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1500;
    outline: 0;
    background-color: rgba(234, 234, 238, 0.94);
    padding-top: 10%;
}
.m-form-wrapper .m-form-layer {
    display: block;
    margin: 0 auto;
    z-index: 120;
    text-align: center;
    max-width: 475px;
    min-height: 489px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -webkit-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -moz-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -o-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -ms-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
}
.m-form-wrapper .m-form-layer p {
    font-size: 15px;
    color: #a9acb5;
    margin-top: 34px;
}
.m-form-wrapper .m-form-layer .m-form-close {
    width: 16px;
    float: right;
    margin-top: 18px;
    margin-left: 441px;
    position: absolute;
}
.m-form-wrapper .m-form-layer .m-form-close svg {
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    fill: #bfc0c6;
}
.m-form-wrapper .m-form-layer .m-form-close svg:hover {
    cursor: pointer;
    fill: #9d9d9e;
}
.m-form-wrapper .m-form-layer .m-circle {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    width: 76px;
    height: 76px;
    margin-top: 52px;
    background-color: #58ca82;
    box-shadow: 0 15px 48px rgba(88, 202, 130, 0.51);
}
.m-form-wrapper .m-form-layer .m-circle svg {
    margin-top: 11px;
    margin-right: 4px;
    width: 50px;
    fill: #fff;
    padding-bottom: 40px;
}
.m-form-wrapper .m-form-layer .m-form-row {
    min-width: 357px;
    padding-left: 60px;
    padding-right: 60px;
}
.m-form-wrapper .m-form-layer button.m-callback-button {
    overflow: hidden;
    min-width: 357px;
    margin-top: 41px;
    border: none;
    background-color: #5a62ff;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 23px 0 25px 0;
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    box-shadow: 0 15px 27px rgba(90, 98, 255, 0.31);
}
.m-form-wrapper .m-form-layer button.m-callback-button:hover {
    background-color: #7178ff;
    box-shadow: 0 15px 27px rgba(113, 120, 255, 0.31);
}
@media only screen and (max-width:505px) {
    .m-form-wrapper {
        padding-top: 0;
    }
    .m-form-wrapper .m-form-layer {
        min-width: 100%;
        height: 100%;
        border-radius: 0;
        padding-top: 20%;
    }
    .m-form-wrapper .m-form-layer button.m-callback-button {
        min-width: 90%;
        font-size: 90%;
    }
    .m-form-wrapper .m-form-layer .m-form-row {
        min-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .m-form-wrapper .m-form-layer .m-form-close {
        width: 20px;
        top: 20px;
        right: 20px;
        margin-top: 0;
        margin-left: 0px;
    }
}
.m-form-wrapper .m-form-layer .m-form-row .group {
    position: relative;
}
.m-form-wrapper .m-form-layer .m-form-row .group.m-form2 {
    margin-top: 25px;
}
.m-form-wrapper .m-form-layer .m-form-row input {
    background: none;
    color: #8b9197;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #d9dce5;
    text-align: center;
}
.m-form-wrapper .m-form-layer .m-form-row input:focus ~ label, .m-form-wrapper .m-form-layer .m-form-row input:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #5a62ff;
}
.m-form-wrapper .m-form-layer .m-form-row .m-form1 input:focus ~ label, .m-form-wrapper .m-form-layer .m-form-row .m-form1 input:valid ~ label {
    left: 40.4%;
}
.m-form-wrapper .m-form-layer .m-form-row .m-form2 input:focus ~ label, .m-form-wrapper .m-form-layer .m-form-row .m-form2 input:valid ~ label {
    left: 30.6%;
}
.m-form-wrapper .m-form-layer .m-form-row input:focus ~ .bar::before {
    width: 100%;
}
.m-form-wrapper .m-form-layer .m-form-row label {
    text-align: center;
    color: #8b9197;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 10px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}
.m-form-wrapper .m-form-layer .m-form-row .m-form1 label {
    left: 37%;
}
.m-form-wrapper .m-form-layer .m-form-row .m-form2 label {
    left: 27.5%;
}
.m-form-wrapper .m-form-layer .m-form-row .bar {
    position: relative;
    display: block;
    width: 100%;
}
.m-form-wrapper .m-form-layer .m-form-row .bar::before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #5A62FF;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    left: 0%;
}
.m-form-wrapper .m-form-layer .m-form-row label.error {
    color: #e74c3c;
}
.m-form-wrapper .m-form-layer .m-form-row input:focus ~ label.error, .m-form-wrapper .m-form-layer .m-form-row input:valid ~ label.error {
    color: #e74c3c;
}
.m-form-wrapper .m-form-layer .m-form-row .bar.error::before {
    background: #e74c3c;
}
.m-form-wrapper .m-form-layer .m-form-row input.error {
    border-bottom: 2px solid #e74c3c;
}

/* NOTIFY */
.m-notify-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1500;
    outline: 0;
    background-color: rgba(234, 234, 238, 0.94);
    padding-top: 15%;
}
.m-notify-wrapper .m-notify-layer {
    display: block;
    margin: 0 auto;
    z-index: 120;
    text-align: center;
    width: 525px;
    height: 420px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -webkit-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -moz-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -o-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
    -ms-box-shadow: 0 26px 54px rgba(141, 154, 186, 0.45);
}
.m-notify-wrapper .m-notify-layer .m-notify-close {
    width: 16px;
    float: right;
    margin-top: 16px;
    margin-left: 493px;
    position: absolute;
}
.m-notify-wrapper .m-notify-layer .m-notify-close svg {
    -webkit-transition: all 850ms ease;
    -moz-transition: all 850ms ease;
    -o-transition: all 850ms ease;
    transition: all 850ms ease;
    fill: #bfc0c6;
}
.m-notify-wrapper .m-notify-layer .m-notify-close svg:hover {
    cursor: pointer;
    fill: #9d9d9e;
}
.m-notify-wrapper .m-notify-layer1 {
    width: 489px;
    margin-top: -10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 8px 8px 0px 0px;
    background-color: rgba(255, 255, 255, 0.77);
    z-index: 119;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.m-notify-wrapper .m-notify-layer2 {
    width: 459px;
    margin-top: -10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 8px 8px 0px 0px;
    background-color: rgba(255, 255, 255, 0.55);
    z-index: 119;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.m-notify-wrapper .m-notify-layer .m-circle {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin-top: 70px;
}
.m-notify-wrapper .m-notify-layer .m-circle svg {
    margin-top: 28px;
    width: 46px;
}
.m-notify-wrapper .m-notify-layer .m-circle svg.error {
    display: none;
}
.m-notify-wrapper .m-notify-layer .m-circle.success {
    background: #75d53b;
    box-shadow: 0 15px 48px rgba(108, 221, 41, 0.51);
}
.m-notify-wrapper .m-notify-layer .m-circle.error {
    background: #DB4D3E;
    box-shadow: 0 15px 48px rgba(219, 77, 62, 0.51);
}
.m-notify-wrapper .m-notify-layer h4 {
    margin-top: 32px;
    color: #313131;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'FSElliotPro-Heavy', sans-serif;
}
.m-notify-wrapper .m-notify-layer h6 {
    font-size: 24px;
    color: #5e616c;
    font-weight: bold;
    margin-top: -50px;
}
.m-notify-wrapper .m-notify-layer p {
    margin-top: -18px;
    color: #a7aab4;
    font-size: 15px;
}
@media only screen and (max-width:580px) {
    .m-notify-wrapper {
        padding-top: 0;
    }
    .m-notify-wrapper .m-notify-layer1, .m-notify-wrapper .m-notify-layer2 {
        display: none;
    }
    .m-notify-wrapper .m-notify-layer {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .m-notify-wrapper .m-notify-layer .m-notify-close {
        width: 22px;
        float: right;
        margin-top: 0;
        margin-left: 0;
        right: 30px;
        top: 30px;
        position: absolute;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* MESSAGE NOTIFY */
.m-message-notify {
    height: 75px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
    display: none;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 14px 30px rgba(18, 19, 29, 0.2);
    -webkit-animation: flash-show 300ms ease 0s;
    animation: flash-show 300ms ease 0s;
}
.m-message-notify .color {
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    border: 2px solid #3498db;
    border-radius: 50%;
    margin: 27px 15px 25px 25px;
}
.m-message-notify .color.success {
    border-color: #2ecc71;
}
.m-message-notify .color.error {
    border-color: #e74c3c;
}
.m-message-notify .text {
    display: inline-block;
    line-height: 73px;
    vertical-align: top;
    margin-right: 28px;
    font-size: 0.9em;
    font-weight: 300;
    color: #858B94;
}
@media only screen and (max-width:520px) {
    .m-message-notify {
        height: 75px;
        position: fixed;
        bottom: 0;
        right: 0;
        right: 0;
        z-index: 2000;
        display: none;
        border-radius: 0;
        width: 100%;
    }
}
@-webkit-keyframes flash-show {
    0% {
        right: -100%;
        opacity: 0;
    }
    100% {
        right: 20px;
        opacity: 1;
    }
}
@keyframes flash-show {
    0% {
        right: -100%;
        opacity: 0;
    }
    100% {
        right: 20px;
        opacity: 1;
    }
}

/* Ripple buttons */
button {
    position: relative;
    overflow: hidden;
}
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}
@-webkit-keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}
@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}

/* Button preloader */
.m-button-loading {
    background-color: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    position: relative;
    cursor: wait
}
.m-button-loading::before {
    margin: -13px 0 0 -13px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 51%;
    top: 51%;
    content: '';
    -webkit-border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 24px;
    -moz-background-clip: padding;
    border-radius: 24px;
    background-clip: padding-box;
    border: rgba(255, 255, 255, 0.25) 2px solid;
    border-top-color: #fff;
    -webkit-animation: animation-rotate 750ms linear infinite;
    -moz-animation: animation-rotate 750ms linear infinite;
    -o-animation: animation-rotate 750ms linear infinite;
    animation: animation-rotate 750ms linear infinite
}
.m-button-loading-color {
    background-color: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    position: relative;
    cursor: wait
}
.m-button-loading-color::before {
    margin: -13px 0 0 -13px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 51%;
    top: 51%;
    content: '';
    -webkit-border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 24px;
    -moz-background-clip: padding;
    border-radius: 24px;
    background-clip: padding-box;
    border: #5a62ff 2px solid;
    border-top-color: #b3b7ff;
    -webkit-animation: animation-rotate 750ms linear infinite;
    -moz-animation: animation-rotate 750ms linear infinite;
    -o-animation: animation-rotate 750ms linear infinite;
    animation: animation-rotate 750ms linear infinite
}


.num-polit { color: #000; font-size: 17px; font-weight: bold;
}

.vk-png {    width: 27px;
    margin-right: 15px; }
 .politic button:hover { text-decoration: underline;
 }

  .politic button { background: none;
    outline: none;
    border: 0; }

    .pop-pilitic { background: #fff ;}
.pop-pilitic > p { max-width: 90% ; font-weight: bold;
}
.politic , .pop-pilitic { margin-top: 10px; display: flex; justify-content: center; align-items: center;}
.vk-link , .politic button {     color: #fff;
    font-weight: bold; }
a.vk-link:hover { text-decoration: none;
}  .popka { display: none;
   }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}