@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoRegular/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBold/RobotoBold.eot');
    src: url('../fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoBold/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold/RobotoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf');
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
body{
    font:14px/normal "Roboto",sans-serif;
    margin: 0;
    color: #d0d0d0;
    position: relative;
    width: 100%;
    padding: 0;
    background: #000;

}

*,*:before,*:after{
    box-sizing:border-box
}
button,input[type=submit]{
    appearance:none;
    outline:none;
    border:none;
    cursor:pointer;
    position:relative
}
ol,ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a,a:hover,a:focus{
    text-decoration: none;
    outline:none;
}
a,button,input{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    transition: all .3s ease ;
}

li{
    position: relative;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
#contactForm.hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.logo img{
    height: 51px;
    position: relative;
    left: -5px;
    /* display: none; */
    top: -5px;
    max-width: 100%;
}
.top-footer{
    background: #2a2a2a;
    padding: 32px 0 13px;
    position: relative;
    top: -13px;
}
.btn-default{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    display:inline-block;
    border: 1px solid rgb(255, 255, 255);
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    transition: all .3s ease ;
}
.btn-default:hover{
    background: #fff;
    color: rgb(11, 11, 11);
}
.btn-active {
    background-color: rgb(202, 139, 1);
    border-color:rgb(202, 139, 1);

    color: rgb(11, 11, 11);
}
.btn-active:hover{
    background-color: rgb(255, 226, 0);
    border-color:rgb(255, 226, 0);
}
.trusted{
    text-align: center;
    overflow: hidden;
    margin-top: 92px;
}
.trusted-list{
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 22px;
}
.trusted h5 span{
    display:inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.trusted h5 span:before,.trusted h5 span:after{
    content: '';
    height: 3px;
    width: 530px;
    background:rgb(255, 255, 255);
    position: absolute;
    top:50%;
    left:100%;
}
.trusted h5 span:after{
    left: auto;
    right:100%;
}
h1,h2,h3,h4,h5{font-weight:bold;color:#fff;margin-top: 0;text-transform: uppercase}
h1{
    font-size: 48px;
    line-height: 1;
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
font-weight: 900}
h2{
    font-size: 36px;    padding-bottom: 45px;
    margin-bottom:0;
    position: relative;
font-weight: normal;
}
h3{
    font-size: 24px;
    text-transform: none;
    margin-bottom: 32px;
    line-height: 1.3;
}
.adv-span, a{
    color:#ca8b01;
    font-size: 18px;
}
.banner{
    border-bottom: 1px solid rgb(202, 139, 1);
    padding: 103px 0 20px;
    background: url("../img/back2.jpg") center 15% no-repeat;
    background-size: cover;
    position: relative;
}
.phone-fld{
    color:#cb8c01;
    font-size: 16px;
    margin: 0;
    line-height: 33px;
}
.navbar-nav{
    text-transform: uppercase;
    color: #fff;

}
.header,h1+p,h2+p{
    font-size: 20px;
    line-height: 1.8;
}
.easy {
    padding: 64px 0 67px;
    border-bottom: 1px solid rgb(202, 139, 1);
    text-align: center;
}
.extra{
    background: #171819;
    padding: 71px 0 6px;
}
.map{
    padding: 65px 0 28px;
    color: #000;
    position: relative;
    text-align: center;
}
.map:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.map>*{
    position: relative;
}
h1+p{
    color:#cfcfcf;
    line-height: 1.2;
    margin-bottom: 44px;
}

.map-list>li{
    text-align: center;

    font-size: 18px;
    margin-bottom: 0;
    width: 33.3%;
    font-weight: 900;
    line-height: 1.2;
}
.map-title{
    display: block;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 10px;
}

.banner .btn-active {
    margin-right: 50px;
    margin-bottom: 20px;
}
.container{
    padding: 0 15px;
}
.item-list>li{
    background-color: rgb(42, 42, 42);
    padding: 45px 20px 31px;
    line-height: 1.25;
    text-align: center;
}
.item-list>li:nth-child(2){
    background-color:  rgb(30, 32, 32);

}
.item-list>li:last-child{
    background-color: rgb(23, 24, 25);

}

p{
    margin: 0 0 20px;
}
h2+p{
    display: inline-block;
    margin: 27px 0 0px;
    letter-spacing: -.01em;
}

.easy h2{
    padding-bottom: 13px;
    margin-bottom: 0px;
}
.easy h2:before{
    display: none;
}
.form-control{
    background-color: rgb(42, 42, 42);
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    color: #d0d0d0;

    font-family: Roboto;
    padding: 12px 15px;
}
form .btn-default{
    width: 100%;
}
textarea.form-control{
    height: 210px;
}
.fl-block-inner{
    background-color: rgb(30, 32, 32);
    padding: 26px 15px 14px;
    margin: auto;
    width: 500px;
    max-width: 80%;
}
.contact{
    padding: 50px 0 130px;
}
.fl-block-right{
    background-color: rgb(23, 24, 25);
    width:100%;
    height: auto;
    padding: 50px 20px;
}
h4{
    font-size: 16px;
}

.review-item{
    color: #fffefe;
}
.reviews{
    background-color: rgb(42, 42, 42);
    border-bottom: 1px solid rgb(202, 139, 1);
    border-top: 1px solid rgb(202, 139, 1);
    padding: 35px 0;
    text-align: center;
}
.partner-item{
    background-color: rgb(216, 43, 19);
    text-align: center;
    width: 100%;
    height: 200px;
    line-height: 200px;
}
.partner-item:nth-child(2){
    background-color: rgb(0, 45, 163);
}
.partner-item:nth-child(3){
    background-color: rgb(57, 87, 154);

}
.partner-item:last-child{
    background-color: rgb(255, 226, 0);
}
.social a{
    display: block;
    border-radius: 50%;
    background-color: rgb(202, 139, 1);
    margin-left: 32px;
    margin: 0 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    transition: all .3s ease ;
}
.social a:hover{
    background: #fff;
}
.social>li:nth-child(2) a img{
    max-height: 18px;
}

.social a img{
    display: inline-block;
    vertical-align: middle;
    max-height: 15px;
}
.partner-item img{
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}
.copyright {
    font-size: 12px;
    color: rgb(207, 207, 207);
    line-height: 1.2;
    text-align: center;
    padding: 2px 0 16px;
}
.copyright p{
    margin: auto;
    margin-bottom: 15px;
    max-width: 96%;
}
.copy {
    font-size: 14px;
    color: rgb(202, 139, 1);
    line-height: 1.714;

}
:-moz-placeholder{color:#fff}
:-ms-input-placeholder{color:#fff}
::-moz-placeholder{color:#fff}
::-webkit-input-placeholder{color:#fff}
.footer{
    position: relative;
    border-top: 1px solid rgb(202, 139, 1);
}
.footer:before{
    content:'';
    width: 100%;
    height: 1px;
    position: absolute;
    top:-1px;
    left: 0;
    background: rgb(202, 139, 1);
    z-index: 1;
}
.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    display: block;
    z-index: 99;

    padding: 0;
    padding-top: 10px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    transition: all .3s ease;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-collapse {
    position: absolute;
    z-index: 9;
    right: 0;
    width: 100%;
    top: 0;
    background: #000;
    padding: 85px 25px 37px;
    transform: translateY(-150%);
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    transition: transform .4s ease;
    border-bottom: 1px solid rgb(202, 139, 1);
}
.collapsed .navbar-collapse {
    transform: translateY(0);
}
.collapsed .navbar-toggle span {
    transform-origin: left;
    transform: translateY(0) rotate(40deg);
}
.collapsed .navbar-toggle span:last-child {
    transform: translateY(2px) rotate(-40deg);
}
.collapsed .navbar-toggle span:nth-child(2) {
    opacity: 0;
}
.navbar-header{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.header .container {
    /*padding-top: 35px;*/
}
.advant-list,.extra-list{
    padding-top: 0px;
    margin-bottom: 36px;
}
.adv-img{
    margin-bottom: 30px;
    height: 63px;
    line-height: 63px;
    text-align: center;
}
.map-img{
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ca8b01;
    width: 80px;
    height: 80px;

}
.map-img img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 63%;
    max-height: 51%;
}
.adv-img img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 75px;
    max-height: 70px;
}
.extra-img img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 50%;
}
.extra-img{
    margin-bottom: 38px;
    text-align: center;
}
.advant-list h3{
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 18px;
}
.extra-list h3{
    text-transform: uppercase;
    font-weight: normal;
    margin: auto;
    line-height: 1.5;
    text-align: center;
}
.extra-list>li{
    margin-bottom: 40px;
}
.advant-list ul{
    padding-bottom: 20px;
}
.advant-list ul>li{
   margin-bottom: 17px;
}
.float-block{
    padding: 37px 0 0;
    text-align: left;

}
.fl-block-left{
    padding: 36px 0 10px;
    line-height: 1.2;
}
.fl-block-left .btn-active{
    display: block;
    margin-top: 34px;
    margin-bottom: 15px;
}
.fl-block-item{
    margin-bottom: 20px;
}
.review-list{
    padding: 23px 0 0;
}
.review-item{
    padding: 0 60px 35px;
    padding-top: 53px;
    position: relative;
    background: url("../img/quotes.png") center top no-repeat;
}
.review-item span{
    display: block;
}
.partners{
    text-align: center;
    padding: 75px 0 72px;
}
.partners a{
    display: block;
}
.partners-list {
    margin-top: 56px;
}
.btn-up{
    display: block;
    position: absolute;
    margin: auto;
    left: 50%;
    width: 36px;
    height: 36px;
    top: -20px;
    border-radius: 50%;
    margin-left: -18px;
    background: rgb(202, 139, 1);
    z-index: 2;
}
.btn-up:before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
}
.social{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;

    margin-top: 20px;
}
.header-menu>li a,.footer-menu>li a{
    position: relative;
}
.trusted-list li{
    margin-bottom: 20px;
}
.footer-menu{
    text-transform: uppercase;

}
.footer{
    text-align: center;
}
.header{
    height: 80px;
    background: #000;
    padding-top: 18px;
    position: fixed;
    top:0;
    width: 100%;
    left: 0;
    z-index: 9;
}
.header .btn-default{
    margin-left: 5px;
}
.banner p span{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.logo{
    max-width: 60%;
}
.header-btns .btn-default{
    width: 50px;
}
.banner:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0,.502);
}
.banner .container{
    position: relative;
}
#success{
    display: block;
    margin-top: 5px;
    position: absolute;
}
.map-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#referralForm{
    padding: 20px 0;
    position: relative;
}
.resp-area{
    position: relative;
}
.form-label{
    display: block;
text-align: left;
    margin-bottom: 16px;

}
.email-area{
    position: relative;
}
#error{
    position: absolute;
    right: 0;
    top: 100%;
    color: red;
    margin-top: -16px;
}
.msg-area{
    position: relative;
}
@media(min-width:768px){
    .advant-list,.extra-list {
        padding-top: 34px;
    }
    .advant-list h3{
        font-size: 24px;
    }
    .extra-list>li{
        width: 50%;
        margin-bottom: 0;
    }
    .map-title{
        font-size: 48px;
        margin-bottom: 18px;
    }
    .map-img{
        width: 150px;
        height: 150px;
        margin-bottom: 36px;
    }
    .map-list>li {
        font-size: 24px;
    }
    .fl-block-right:after{
        display: table;
        width: 100%;
        clear: both;
        content: '';
    }
    .form-control{
        width: 37%;

        float: left;
    }
    form .btn-default{
        width: 37%;
    }
    textarea.form-control{
        float: right;
        width: 61%;
    }
    .social a{
        margin: 0 0 0 32px;
    }
    .footer-menu{
        padding-right: 26px;
    }

    .btn-default,.header-btns .btn-default{
        width: 150px;
    }
    .map .btn-default{
        width: 380px;
        max-width: 100%;
    }
    .logo{
        max-width: 100%;
    }
    .header .btn-default{
        margin-left: 45px;
    }
    .footer{
        text-align: left;
    }
    .social {
        justify-content: flex-end;
        margin-top: 0;
        margin-right: 20px;
    }
    .fl-block-inner {
        padding: 26px 48px 14px;
    }

    h2+p {
        /*max-width: 58%;*/
    }
    .trusted-list li{
        margin-bottom: 0px;
    }
    .banner .btn-active {
        margin-bottom: 0px;
    }
    .phone-fld{
        margin: 0 20px 0;
    }
    .header-menu>li a:before,.footer-menu>li a:before{
        content: '';
        height: 3px;
        width: 0%;
        position: absolute;
        left: 0;
        bottom: -10px;
        background: #fff;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        transition: width .3s ease;
    }
    .header-menu>li a:hover:before,.header-menu>li.active a:before,.footer-menu>li a:hover:before{


        width: 100%;

    }
    .partners-list{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .partner-item{
        width: 24%;
    }
    .fl-block-item{
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        -webkit-justify-content: space-between;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 82px;
    }
    .fl-block-item:last-child{
        margin-bottom: 54px;
    }
    .fl-block-item a{
        display: block;
    }
    .fl-block-item-right .fl-block-left .btn-active{
        float: right;
    }
    .fl-block-item-right{
        -webkit-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
    }
    .fl-block-item-right .fl-block-left{
        text-align: right;
    }
    .fl-block-left{
        width: 34%;
    }
    .easy .btn-default{

        margin-top: 5px;
    }
    .advant-list>li{
        width: 33.33%;
    }
    .advant-list,.extra-list{
        padding-top: 34px;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 56px;
    }
    .extra-list{
        padding: 0 35px 0 55px;
    }


    .header-menu,.footer-menu {
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        -webkit-justify-content: flex-end;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        width: auto;
        text-transform: uppercase;
        line-height: 38px;
    }
    .footer .logo{
        margin-right: auto;
    }
    .top-footer .container{
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
    }
    .header-menu li,.footer-menu li{
        margin-right: 10px;
    }
    .header-menu li a,.footer-menu li a{
        font-size: 16px;
        color: #fff;
    }
    .header-menu li:last-child,.footer-menu li:last-child{
        margin-right: 0;
    }
    .header{

    }
    .container{
        padding: 0;
        width: 740px;
        margin: auto;
    }
    .trusted-list{
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .banner{
        position: relative;
        /*background: url("../img/back.jpg") center center no-repeat;*/
        /*background-attachment: fixed;*/
        background-size: cover;
        padding-top: 164px;
        padding-bottom: 34px;
    }
.map-list{
    padding: 18px 0;
    margin-bottom: 50px;
}
    #referralForm{
        padding: 40px 0;
    }
    #referralForm .form-control{
        width: 48.5%;
    }
    .form-control__div {
        /*width: 37%;*/
        float: left;
        width: 100%;
        display: flex;
        /* float: none; */
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form-label{
        display: flex;
        align-items: center;
        height: 40px;
        margin-bottom: 16px;
        width: 48.5%;
        float: left;
    }
    .form-control__div2 .form-label,.form-control__div .form-label{
        width: 100%;
        float: none;
    }
    .form-label2{
        /*padding:0px 0 10px;*/
        display: block;
        text-align: left;
        font-size: 12px;
        margin-top: -10px;
    }
    .aligh-right{
        float: right;
    }
    .aligh-left{
        float: left;
    }
    #referralForm textarea.form-control {
        height: 359px;
    }
    .form-control__div2 .form-control{
        width: 100%!important;
        float: none!important;
    }
    #referralForm .btn-default{
        margin-top: 0px;
        float: right;
    }
    .form-control__div2{
        /*float: right;*/
        width: 48.5%;
    }
    #error {
        margin-top: -8px;
    }
    .resp-area{
        float: left;
        width: 48.5%;
    }
}
@media(min-width:980px) {
    .fl-block-right {
                padding: 50px 70px 32px;
    }
    .phone-fld{
        display: block;
    }
    .item-list>li{
        padding: 46px 61px 31px 61px;
    }

    .navbar-collapse {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .header-menu li,.footer-menu li{
        margin-right: 20px;
    }
    .header .phone-fld{
        display: block;
    }
    h1,h1+p{
        max-width: 70%;
    }
    .container {
        padding: 0;
        width: 950px;
    }
}
@media(min-width:1200px) {
    .header-menu li,.footer-menu li{
        margin-right: 37px;
    }
    .phone-fld{
        margin: 0 42px 0 130px;
    }
    .footer .phone-fld {
        margin: 0 33px 0 84px;
    }
    .float-block{
        padding-left: 55px;
    }
    .container {
        padding: 0;
        width: 1170px;
    }
}
@media(min-width:1250px) {
    .header .container,.reviews .container {
        width: 1230px;
    }
    .top-footer .container{
        width: 1250px;
    }
}
input.error{
    box-shadow: 0 0 5px 0px rgb(153 0 0);
}