body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background: #F6F8FA url(../images/testimonial-left.png) no-repeat center;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background: #F6F8FA url(../images/testimonial-right.png) no-repeat center;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    line-height: 1.2;
    font-size: 16px;
}

table .thead td{
    font-weight: bold;
    text-align: center;
    padding: 16px;
    font-size: 24px;
}
table td:nth-child(2){
    text-align: right;
    
    min-width: 120px;
}
table td{
    padding: 8px;
}
table td span.line{
    text-decoration: line-through;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

input.error {
    border-bottom: 2px solid #F44336 !important;
}

#map {
    height: 600px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.container {
    width: 1110px;
    margin: 0 auto;
}

.container.l {
    width: 1170px;
}

.main:before {
    content: '';
    display: block;
    background: rgba(29, 39, 66, 0.84);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main {
    height: 791px;
    /*background:  url(../images/main.jpg) no-repeat top;*/
    color: #fff;
    background-color: #1d2742;
    background: url(../images/promo-bg.jpg) no-repeat top;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.main header:after {
    content: '';
    display: block;
    width: 462px;
    height: 16px;
    background: url(../images/header.png);
    position: absolute;
    right: -245px;
    top: 32px;
}

.main header {
    padding: 30px 0;
    margin-bottom: 56px;
    position: relative;
}

nav {}

nav ul {}

nav li {
    float: left;
    margin-right: 32px;
}

nav a:hover {
    color: #fff;
}

nav a {
    color: #cba26a;
    text-transform: uppercase;
}

nav ul li:last-of-type {
    margin-right: 0;
}

.main .top {
    margin-bottom: 103px;
    margin-left: -5px;
    /*border: 1px solid red;*/
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-between;
    /*align-items: center;*/
}



.main .logo {
    float: left;
    /*border: 1px solid red;*/
    width: 200px;

}

.main .logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.header-info {
    float: left;
    margin-left: 55px;
    margin-top: 25px;
}

.header-info .address:before {
    content: '';
    display: block;
    width: 18px;
    height: 26px;
    background: url(../images/address.png);
    position: absolute;
    left: 0;
    top: 0px;
}

.header-info .shedule:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/shedule.png);
    position: absolute;
    left: 0;
    top: 0;
}

.header-info .address {
    font-size: 13.96px;
    position: relative;
    float: left;
    padding-left: 35px;
    text-transform: uppercase;
}

.header-info .shedule {
    font-size: 13.96px;
    position: relative;
    float: left;
    padding-left: 35px;
    margin-left: 82px;
}

.header-right {
    float: right;
    text-align: right;
    margin-top: 12px;
}

.header-right a {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
    letter-spacing: .5px;
}

.header-right p {
    font-size: 13px;
}

.main-wrap {}

.main-wrap .row {}

.main-wrap .left {
    float: left;
    width: calc(100% - 350px);
    padding-left: 3px;
}

.main-wrap h1 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 6px;
    line-height: 1.4;
}

.main-wrap .free {
    display: inline-block;
    background: #DCAD6C;
    font-size: 34px;
    font-weight: 400;
    padding: 5px 15px;
    margin-bottom: 25px;
    font-family: 'Roboto Slab', serif;
}

.main-wrap ul {
    padding-left: 27px;
}

.main-wrap ul li:before {
    content: '';
    display: block;
    width: 23px;
    height: 19px;
    background: url(../images/li.png);
    position: absolute;
    left: 0;
    top: 0;
}

.main-wrap ul li {
    font-weight: 100;
    position: relative;
    margin-bottom: 21px;
    padding-left: 35px;
}

.main-wrap h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 31px;
    padding-left: 5px;
}

.main-wrap form .img {
    margin-top: -81px;
    margin-bottom: 6px;
  
}
.main-wrap form .img  img{
    width: 166px;
}

.main-wrap form {
    width: 350px;
    float: left;
    border: 2px solid #E3BF8E;
    text-align: center;
    padding: 0 21px 0;
}

.main-wrap input[type='text'] {
    display: block;
    width: 100%;
    outline: none;
    background: none;
    border: 0;
    color: #e8edf8;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #D3D7DB;
    margin-bottom: 68px;
    padding-bottom: 18px;
    text-align:center
}

.btn:hover {
    background: #c79856;
}

.btn {
	position: relative;
    display: block;
    width: 100%;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    /* height: 50px; */
    line-height: 1.2;
    border: 0;
    background: #DCAD6C;
    padding: 10px;
}

.main-wrap .btn {
    margin-bottom: -22px;
}

.main-wrap form h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.man-sub-hdr {
    display: inline-block;
    font-size: 18px;
    padding: 0 0 10px 0;

}

.main-wrap form p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 32px;
}

.main ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e8edf8;
}

.main ::-moz-placeholder {
    /* Firefox 19+ */
    color: #e8edf8;
}

.main :-ms-input-placeholder {
    /* IE 10+ */
    color: #e8edf8;
}

.main :-moz-placeholder {
    /* Firefox 18- */
    color: #e8edf8;
}

.title {
    text-align: center;
    color: #142440;
    font-size: 36px;
    font-weight: 900;
}

.quality {
    background: #F6F7FB;
    padding-top: 102px;
    padding-bottom: 83px;
    /*border: 1px solid red;*/
}

.quality .title {
    margin-bottom: 10px;
}

.quality h3 {
    font-size: 24px;
    color: #6d7c8f;
    text-align: center;
    margin-bottom: 54px;
}

.quality .row {
    margin-bottom: 92px;
}

.quality-item:last-of-type:after {
    display: none;
}

.quality-item {
    position: relative;
    float: left;
    padding-right: 28px;
    margin-right: 40px;
    padding-top: 31px;
}

.quality-item:after {
    content: '';
    display: block;
    width: 1px;
    height: 160px;
    background: #D9D3CA;
    position: absolute;
    right: 0;
    top: 15px;
}

.quality-item .number {
    font-size: 48px;
    color: #cb8d3b;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

.quality-item p {
    font-size: 14px;
    color: #5d6784;
    font-weight: 300;
    line-height: 1.3;
}

.quality-item.i1 {
    padding-right: 49px;
}

.quality-item.i2 {
    padding-right: 64px;
}

.quality-item.i3 {
    padding-right: 50px;
}

.quality-item.i4 {
    padding-right: 61px;
}

.quality-item.i5 {
    margin: 0;
    padding-right: 0;
    margin-left: -15px;
    right: -32px;
}

.action .left {
    float: left;
    margin-top: 8px;
    max-width: 560px;
}

.action {
    max-width: 1030px;
    background: #fff;
    padding: 36px 67px;
    padding-right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.action h4 {
    font-size: 28px;
    color: #142440;
    font-weight: 900;
    margin-bottom: 3px;
}

@media(max-width: 500px) {
    .action h4 {
        font-size: 22px;



    }
}

.action p {
    color: #6d7c8f;
}

.action .btn:after {
    content: '';
    display: block;
    width: 131px;
    height: 16px;
    background: url(../images/btn.png);
    position: absolute;
    right: -77px;
    top: 27px;
}

.action .btn {
    width: 442px;
    float: left;
    right: -38px;
    margin-right: -190px;
    font-size: 16px;
    font-weight: 700;
    padding:0;
    padding-right: 32px;
    height: 65px;
    line-height: 65px;
}

.quality .action {}

.benefits {
    padding-top: 86px;
    padding-bottom: 128px;
    /*border: 1px solid red;*/
}

.benefits .title {
    margin-bottom: 65px;
}

.benefits .left {
    width: calc(100% - 540px);
    float: left;
    width: 540px;
    margin-top: 17px;
}

.benefits-wrap {
    padding-right: 45px;
}

.benefits ul {}

.benefits ul li:hover {
    border-left: 6px solid #E5C191;
    /* width: 103%; */
    /* left: -3%; */
}

.benefits ul li:before {
    content: '';
    display: block;
    width: 24px;
    height: 19px;
    background: url(../images/li-1.png);
    position: absolute;
    left: 15px;
    top: 19px;
}

.benefits ul li .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.benefits ul li .tooltip {
    bottom: 125%;
    left: 50%;
    margin-left: -150px;
    visibility: hidden;
    position: absolute;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.benefits ul li:hover:before {
    content: '';
    width: 23px;
    height: 19px;
    background: url(../images/li-active.png);
}

.benefits ul li:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.benefits ul li {
    position: relative;
    margin-bottom: 18px;
    border-left: 6px solid #F1EFEB;
    padding: 22px 30px;
    font-size: 14px;
    color: #6d7c8f;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    padding-left: 58px;
}

.benefits .right:after {
    content: '';
    display: block;
    width: 404px;
    height: 748px;
    background: url(../images/img.png);
    position: absolute;
    right: -229px;
    top: -161px;
}

.benefits .right {
    width: 520px;
    float: right;
    background: #213364;
    color: #fff;
    text-align: center;
    padding: 90px 58px 76px;
    position: relative;
    /* padding-right: 27px; */
    right: -27px;
}

.benefits .form {
    position: relative;
    border: 2px solid #E3BF8E;
    padding: 0 48px 0;
}

.benefits form .img {
    margin-top: -81px;
    margin-bottom: 23px;
}
.benefits form .img img{
    width: 166px;
}
.benefits form h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.benefits form h4 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 37px;
}

.benefits form p {
    color: #e8edf8;
    font-size: 14px;
    
    margin-bottom: 15px;
    
}

.benefits form .inner {}

.benefits .form input[type='text'] {
    margin-bottom: 15px;
}

.benefits .form .btn {
    margin-bottom: -26px;
}

.benefits .agree {
    margin-bottom: 25px;
    text-align: left;
}

.form input[type='text'] {
    display: block;
    width: 100%;
    outline: none;
    height: 45px;
    border: 0;
    padding-left: 35px;
    color: #7b86a0;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}


.agree input {
    display: none;
}

.agree label:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/check.png);
    position: absolute;
    left: 0;
    top: 0px;
}

.agree label {
    font-size: 13px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
}

.box input[type=checkbox]:checked+label:before {
    background: url(../images/checked-1.png);
}

input[type=checkbox]:checked+label:before {
    width: 15px;
    height: 12px;
    background: url(../images/checked.png);
}

.agree label a:hover {
    text-decoration: none;
}

.agree label a {
    text-decoration: underline;
}

.always:before {
    content: '';
    display: block;
    background: rgba(29, 39, 66, 0.84);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.always {
    height: 526px;
    background: url(../images/always.jpg) no-repeat top;
    padding-top: 83px;
    background-size: 1920px 526px;
    background: url(../images/always1.jpg) no-repeat top;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.always-wrap {
    background: #fff;
    padding: 64px 20px 40px 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.42);
}

.always .img .mobile {
    display: none;
}

.always .img {
    float: left;
    margin-top: -126px;
    width: 365px;
}

.always .right {
    float: left;
    width: calc(100% - 365px);
    padding-left: 84px;
}

.always .title {
    text-align: left;
    margin-bottom: 60px;
}

.always h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #DCAD6C;
    display: inline-block;
    padding: 8px 28px;
    margin-bottom: 44px;
    padding-right: 45px;
}

.always ul {}

.always ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #8490A0;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.always ul li {
    font-size: 18px;
    color: #6d7c8f;
    margin-bottom: 28px;
    position: relative;
    padding-left: 22px;
    line-height: 1.3;
}

.services {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 25px;
    /*border: 1px solid green;*/
}

.services-wrap {
    margin-bottom: 45px;
}

.services h5 {
    font-size: 16px;
    color: #dcad6c;
}

.services .title {
    margin-bottom: 9px;
}

.services h3 {
    font-size: 24px;
    color: #6d7c8f;
    margin-bottom: 68px;
}

.service-item:nth-of-type(4n + 5) {
    clear: both;
}

.service-item:nth-of-type(4n + 4) {
    margin-right: 0;
}

.service-item:nth-last-of-type(2) {}

.service-item:last-of-type {
    margin: 0;
}

.service-item:nth-last-of-type(2),
.service-item:last-of-type {
    /* float: none; */
    /* display: inline-block; */
    /* vertical-align: top; */
}

.service-item ul {
    padding: 15px 0;
    display: none;
}

.service-item ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.service-item {
    width: 255px;
    float: left;
    margin-bottom: 37px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
    margin-right: 30px;
    padding: 45px 10px 30px;
}

.service-item .img {
    height: 119px;
    margin-bottom: 14px;
}

.service-item .img img {}

.service-item a:hover {
    background: #DCAD6C;
}

.service-item a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*background:  #ECE9E4;*/
    background: #f5e6cc;
    color: #000;
    max-width: 170px;
    margin: 0 auto;
    font-size: 13.11px;
}

.service-item a:hover {
    color: #fff;
}

.service-item h4:hover {
    text-decoration: none;
}

.service-item h4 {
    font-size: 15px;
    color: #202736;
    font-weight: 500;
    margin-bottom: 4px;
    min-height: 56px;
    /*cursor:  pointer;*/
    /*text-decoration:  underline;*/
}

.solution {
    background: #F6F7FB;
    padding-top: 104px;
    padding-bottom: 60px;
}

.solution .title {
    margin-bottom: 64px;
}

.solution-wrap {}

.solution-item {
    width: 540px;
    float: left;
    color: #fff;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.solution-item ul {
    min-height: 429px;
}

.solution-item ul li:last-of-type {
    margin-bottom: 0;
}

.solution-item ul li:before {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background: #F6F7FB;
    position: absolute;
    left: 0;
    top: 8px;
}

.solution-item ul li {
    font-size: 18px;
    position: relative;
    margin-bottom: 28px;
    padding-left: 27px;
    line-height: 1.4;
}

.solution-item.i1 {
    background: #233465;
}

.solution-item.i2 {
    background: #C59655;
    float: right;
}

.solution-item.i1 li {}

.solution-item.i2 li {}

.solution-item.i1 ul {
    border: 2px dotted #9C8369;
    padding: 40px 41px 20px;
    padding-right: 10px;
}

.solution-item.i2 ul {
    border: 2px dotted #fff;
    padding: 15px;
    padding: 36px 3px 20px 31px;
}

.facts {
    padding-top: 79px;
    padding-bottom: 86px;
}

.facts .title {
    margin-bottom: 70px;
}

.facts-wrap {
    margin-bottom: 100px;
}

.facts .action {}

.fact-item {
    width: 20%;
    float: left;
}

.fact-item .img {
    height: 105px;
}

.fact-item p {
    font-size: 14px;
    font-weight: 300;
    color: #5d6784;
}

.how {
    background: #F6F7FB;
    padding-top: 98px;
    padding-bottom: 77px;
}

.how .title {
    margin-bottom: 95px;
}

.how-wrap {
    margin-bottom: 60px;
    display:flex;
}

.how-item {
    float: left;
    position: relative;
    margin-right: 89px;
}

.how-item .img {
    height: 136px;
}

.how-item .img img {}

.how-item p {
    font-size: 17px;
    color: #142440;
    text-transform: uppercase;
}

.how-item a {
    font-size: 18px;
    color: #dcad6c;
    text-decoration: underline;
}

.how-item.i1:after {
    content: '';
    display: block;
    width: 230px;
    height: 130px;
    background: url(../images/triangle.png);
    position: absolute;
    right: -246px;
    top: 75px;
}

.how-item.i3:after {
    content: '';
    display: block;
    width: 230px;
    height: 130px;
    background: url(../images/triangle.png);
    position: absolute;
    right: -271px;
    top: 71px;
}

.how-item.i1 {}

.how-item.i2 {
    margin-top: 222px;
    margin-right: 30px;
}

.how-item.i3 {
    margin-right: 95px;
}

.how-item.i4 {
    margin-top: 226px;
    margin-right: 62px;
}

.how-item.i5 {
    margin: 0;
}

.how .box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background: #fff;
    max-width: 1024px;
    padding: 46px 0 27px 58px;
}

.how .box h3 {
    font-size: 17px;
    color: #142440;
    font-weight: 500;
    margin-bottom: 32px;
}

.how .box .row {
    margin-bottom: 14px;
}

.how .box input[type='text']:last-of-type {
    width: 320px;
}

.how .box input[type='text'] {
    height: 65px;
    border: 1px solid #F0F2F3;
    float: left;
    max-width: 360px;
    margin-right: 36px;
    padding-left: 25px;
}

.how .box .btn {
    width: 335px;
    height: 65px;
    margin-right: -200px;
    float: left;
    right: -2px;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
}

.how .box .btn:after {
    content: '';
    display: block;
    width: 131px;
    height: 16px;
    background: url(../images/btn.png);
    position: absolute;
    right: -77px;
    top: 26px;
}

.how .box .agree label {
    color: #b1c4d1;
}

.how .box .agree {
    padding-left: 5px;
}

.need {
    height: 535px;
    background: url(../images/need.jpg) no-repeat top;
    padding-top: 123px;
    background-color: #24335e;
}

.need-wrap {}

.need .left {
    color: #fff;
    float: left;
    width: calc(100% - 460px);
    margin-top: 20px;
}

.need .left p {
    font-size: 22px;
}

.need .title {
    color: #fff;
    margin-bottom: 23px;
    text-align: left;
    line-height: 1.3;
}

.need-wrap form {
    width: 351px;
    float: left;
    border: 2px solid #E3BF8E;
    text-align: center;
    padding: 0 22px 0;
}

.need form .img {
    margin-top: -84px;
    margin-bottom: 7px;
}
.need form .img img{
    width: 166px;
}
.need form h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}

.need-wrap form p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 32px;
}


.need-wrap input[type='text'] {
    display: block;
    width: 100%;
    outline: none;
    background: none;
    border: 0;
    color: #e8edf8;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #D3D7DB;
    margin-bottom: 84px;
    padding-bottom: 19px;
    text-align:center
}

.need-wrap .btn {
    margin-bottom: -22px;
}

.need .right {
    float: left;
    color: #fff;
    width: 460px;
    padding-left: 5px;
}


.need ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e8edf8;
}

.need ::-moz-placeholder {
    /* Firefox 19+ */
    color: #e8edf8;
}

.need :-ms-input-placeholder {
    /* IE 10+ */
    color: #e8edf8;
}

.need :-moz-placeholder {
    /* Firefox 18- */
    color: #e8edf8;
}


.testimonials p br {
    display: none;
}

.testimonials .item {
    padding: 10px;
}

.owl-carousel {
    padding: 0 50px;
}

.owl-carousel img {
    max-width: 100%;
}

.testimonials {
    padding-top: 93px;
    padding-bottom: 86px;
}

.testimonials .title {
    margin-bottom: 39px;
}

.testimonial-item {
    border: 1px solid #DBE5EB;
    border-radius: 6px;
    position: relative;
    padding: 41px 15px 30px 24px;
    z-index: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
}

.testimonial-item h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #dcad6c;
    font-weight: 700;
    margin-bottom: 17px;
}

.testimonial-item h4:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #22325B;
    position: absolute;
    left: 0;
    bottom: 0;
}

.testimonial-item h4 {
    font-size: 14px;
    padding-bottom: 19px;
    margin-bottom: 17px;
    display: inline-block;
    color: #8399b5;
    position: relative;
}

.testimonial-item p {
    font-size: 16px;
    color: #43525b;
    line-height: 1.3;
}

.testimonial-item .name {
    font-size: 20px;
    font-weight: 700;
    color: #142440;
    margin-bottom: 4px;
}

.testimonials .owl-dots {
    text-align: center;
    padding-top: 63px;
}

.testimonials .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px dotted #38466C;
}

.owl-dot.active,
.owl-dot:hover {
    background: #DCAD6C;
    border-color: #DCAD6C;
}

.start {
    height: 535px;
    background: url(../images/start.jpg) no-repeat top;
    text-align: center;
    color: #fff;
    padding-top: 168px;
    background-color: #21325d;
}

.start h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 33px;
}

.start a {
    font-size: 75px;
    color: #ca9e61;
    font-weight: 700;
    padding-bottom: 30px;
    display: block;
}
#wrapper {
    /* max-width: 1600px; */
    margin: 0 auto;
    overflow: hidden;
}

.remodal {
    max-width: 480px;
}

.remodal input {
    margin-bottom: 15px;
}

.form-modal {
    background: #213364;
    color: #fff;
    text-align: left;
    padding: 60px 35px 30px
}

.policy-modal {
    max-width: 700px;
}

.policy-modal h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.menu:before {
    content: '';
    display: block;
    width: 30px;
    height: 22px;
    background: url(../images/menu.png);
    position: absolute;
    left: 0;
    top: -3px;
}

.menu {
    display: none;
    color: #fff;
    float: left;
    position: relative;
    padding-left: 39px;
}

.mobile-phone {
    display: none;
    float: right;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    margin-top: -7px;
}

.main-wrap .btn.mobile:after {
    content: '';
    display: block;
    width: 131px;
    height: 16px;
    background: url(../images/btn.png);
    position: absolute;
    right: -77px;
    top: 27px;
}

.main-wrap .btn.mobile {
    display: none;
    max-width: 330px;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
}

.btn.mobile {
    display: none;
}

.profi {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #414960;
}

.profi .title {
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #fff;
}

.profi-wrap {}

.profi-item:last-of-type {
    margin-right: 0;
}

.profi-item {
    width: 255px;
    float: left;
    margin-bottom: 37px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
    margin-right: 30px;
    padding: 45px 10px 30px;
    background: #fff;
}

.profi-item .img {
    margin-bottom: 25px;
}

.profi-item .name {
    font-size: 20px;
    margin-bottom: 20px;
}

.profi-item p {}

@media screen and (max-width: 1170px) {
    .container {
        width: 95% !important;
    }

    .profi-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 15px !important;
    }

    .main header:after {
        display: none;
    }

    .main-wrap form {
        display: none;
    }

    .main-wrap .left {
        float: none;
        width: 100%;
    }

    .header-right {
        display: none;
    }

    .menu {
        display: block;
    }

    nav li {
        width: 100%;
        margin: 0 0 15px;
    }

    nav ul {
        overflow: hidden;
        background: #1c2542;
        padding: 20px;
        width: 280px;
        position: absolute;
        left: 0;
        top: 70px;
        display: none;
        z-index: 9;
    }

    .mobile-phone {
        display: block;
    }

    .main-wrap .btn.mobile {
        display: block;
    }

    .main .top {
        margin-bottom: 40px;
    }

    .quality-item:after {
        display: none;
    }

    .quality-item.i4,
    .quality-item.i5 {
        width: 49%;
    }

    .quality-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 32%;
        margin: 0 0 25px !important;
        padding: 0 !important;
        text-align: center;
    }

    .action {
        max-width: 100%;
        text-align: center;
        padding: 35px 67px;
    }

    .action .left {
        width: 100%;
        margin: 0 0 15px;
        max-width: 100%;
    }

    .action .btn {
        margin: 0 auto;
        right: 0;
        float: none;
        clear: both;
    }

    .benefits .left {
        width: 100%;
        margin: 0 0 55px;
    }

    .always ul {
        display: inline-block;
        text-align: left;
    }

    .always h3 {
        display: block;
        max-width: 325px;
        margin: 0 auto 35px;
    }

    .benefits ul li:hover {
        width: 100%;
        left: 0;
    }

    .benefits .right {
        width: 100%;
        right: 0;
    }

    .always .right {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .always {
        height: auto;
    }

    .always .img .mobile {
        display: inline-block;
    }

    .always .img img {
        display: none;
    }

    .always .img {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .always .title {
        margin-bottom: 30px;
    }

    .always ul li {
        margin-bottom: 15px;
    }

    .services {
        padding: 40px 0;
    }

    .service-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 20px !important;
    }

    .solution-item {
        width: 100%;
        float: none !important;
        margin-bottom: 25px;
    }

    .solution-item ul li br {
        display: none;
    }

    .solution-item ul {
        min-height: 0;
    }

    .fact-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 32%;
        text-align: center;
        margin: 0 0 25px;
    }

    .fact-item:last-of-type,
    .fact-item:nth-last-of-type(2) {
        width: 49%;
    }

    .facts {
        padding: 40px 0;
    }

    .facts-wrap {
        margin-bottom: 40px;
    }

    .how-item {
        width: 20%;
        margin-right: 0 !important;
    }

    .how-item.i1:after,
    .how-item.i3:after {
        top: 31px;
        right: -92%;
    }

    .how .box h3 br {
        display: none;
    }

    .how .box input[type='text'] {
        width: 49%;
        /* margin-right: 2%; */
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 10px;
    }

    .how .box {
        text-align: center;
        padding: 35px;
        max-width: 100%;
    }

    .how .box .agree {
        text-align: left;
        display: inline-block;
    }

    .how .box input[type='text']:last-of-type {
        margin-right: 0;
        width: 49%;
        margin: 10px;
    }

    .how .box .btn {
        clear: both;
        margin-top: 25px;
        float: none;
        margin: 35px auto 0;
    }

    .need .right {
        display: none;
    }

    .need .left {
        width: 100%;
        text-align: center;
    }

    .need .title {
        text-align: center;
    }

    .need .left p {
        margin-bottom: 25px;
    }

    .need-wrap .btn.mobile {
        display: block;
        max-width: 330px; 
        font-size: 16px;
        font-weight: 700; 
		padding: 20px;
        margin: 0 auto;
    }

    .need-wrap .btn.mobile:after {
        content: '';
        display: block;
        width: 131px;
        height: 16px;
        background: url(../images/btn.png);
        position: absolute;
        right: -77px;
        top: 27px;
    }

    .start h2 br {
        display: none;
    }

    #map {
        height: 400px;
    }

    nav ul.open {
        display: block;
    }

    .title br {
        display: none;
    }

    .benefits-wrap {
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {

    .how-item.i1:after,
    .how-item.i3:after {
        width: 163px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 767px) {
	.how-wrap{
		flex-wrap: wrap;
		width:95% !important;
		flex-wrap: wrap;
    justify-content: center;
	}
    .service-item a{
        font-size: 16px;
    }
    .main-wrap .btn.mobile{
        margin: 0px auto;
    }
    .main{
        background: url(../images/mobile-bg.jpg) no-repeat top
    }
    .mobile-phone {
        font-size: 22px;
        margin-top: -3px;
    }

    .header-info .shedule {
        display: none;
    }

    img {
        max-width: 100%;
    }

    .main-wrap h1 br {
        display: none;
    }

    .main-wrap h1 {
        font-size: 28px;
    }

    .main-wrap ul {
        padding: 0;
    }

    .main .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .main header {
        margin-bottom: 110px;
    }

    .header-info {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .header-info .address {
        float: none;
        display: inline-block;
        text-align: left;
    }

    .main .top {
        margin-bottom: 35px;
    }

    .main-wrap h3 {
        font-size: 16px;
    }

    .main-wrap ul li {
        margin-bottom: 15px;
    }
 
    .btn:after {
        display: none !important;
    }

    .title {
        font-size: 24px;
    }

    .quality h3 {
        font-size: 17px;
    }

    .quality-item {
        width: 49% !important;
    }

    .quality-item .number {
        font-size: 41px;
    }

    .quality-item.i5 {
        width: 100% !important;
        position: static;
    }

    .action {
        padding: 15px;
        text-align: center;
    }
	.btn{
		padding:20px
	}
    .action .btn {
        width: 100%;
        font-size: 16px;
        height: auto;
        line-height: 20px; 
		padding:20px
    }

    .benefits .right {
        padding: 10px;
    }

    .benefits .right:after {
        display: none;
    }

    .benefits .form {
        padding: 0 15px 0;
    }

    .benefits {
        padding: 40px 0;
    }

    .always-wrap {
        padding: 60px 15px 15px;
    }

    .title+h3 br {
        display: none;
    }

    .title+h3 {
        font-size: 17px !important;
    }

    .solution-item ul {
        padding: 10px !important;
    }

    .title {
        margin-bottom: 25px !important;
    }

    .solution-item ul li {
        font-size: 16px;
    }

    .fact-item {
        width: 49%;
    }

    .fact-item:last-of-type {
        width: 100%;
    }

    .how-item.i1:after,
    .how-item.i3:after {
        display: none;
    }

    .how-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin: 0 0 15px !important;
    }

    .how-item .img {
        width: 100px;
        height: 100px;
    }

    .how-item p {
        font-size: 15px;
    }

    .how {
        padding: 40px 0;
    }

    .how .box {
        padding: 15px;
    }

    .how .box input[type='text'] {
        width: 100% !important;
        margin: 0 0 15px !important;
        display: block;
        max-width: 100%;
    }

    .how .box .btn {
        width: 100%;
		padding: 10px
    }

    .need {
        height: auto;
        padding: 40px 0;
        background-size: cover;
    }

    .need-wrap .btn.mobile {
        margin-bottom: 0;
    }

    .testimonials {
        padding: 40px 0;
    }

    .owl-carousel {
        margin: 0;
    }

    .start {
        height: auto;
        padding: 40px 0;
        background-size: cover;
    }

    .start a {
        font-size: 30px;
    }

    .start h2 {
        font-size: 18px;
    }
}


@media(max-width: 670px) {
    .main .top {
        flex-direction: column;
        /*margin-bottom: 103px;*/
        /*margin-left: -5px;*/
        /*border: 1px solid red;*/
        /*display: flex;*/
        /*!*justify-content: space-between;*!*/
        /*justify-content: space-between;*/
        /*align-items: center;*/
    }

    .main-wrap h1 {
        font-size: 20px;
    }
}
.service-item h4{
    text-transform:uppercase;
}
.service-item .img img{
    height:100%;
}
.scrol-to-family {
    cursor: pointer;
    color: #DCAD6C;
    font-weight: bold !important;
}