body {
    font-size: 17px;
    line-height: 24px;
    font-family: "Proxima Nova",Arial,sans-serif;
    background-color: #fff;
    color: #070d13;
	font-weight: 200;
}





a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


ul, ol {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

.header-btm {
    background-color: #e7e7e7
}

.header-btm ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-btm ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Proxima Nova",Arial,sans-serif;
	font-weight: 500;
    display: inline-block;
	font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	text-align: center;
}

.header-btm ul li a {
    display: block;
    padding: 16px 17px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #070d13
}

.header-btm ul li a:hover {
    background-color: #7493ff;
    text-decoration: none;
    color: #fff
}






.title, h1 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 55px;
    color: #070d13;
    font-family: "Proxima Nova",Arial,sans-serif;
    margin-bottom: 25px;
	font-weight:bold;
}

.title span, h1 span {
    color: #ffd048;
}




.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 610px;
    background: url(img/im0.jpg) center 0 no-repeat #060c12;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.hero .title {
    color: #fff;
    text-align: left;
}

.hero .title span {
    color: #7493ff;
}

.hero ul {
    padding-left: 18px;
    padding-bottom: 10px;
}

.hero li {
    display: block;
    font-size: 20px;
    padding-left: 27px;
    position: relative;
    margin-bottom: 24px;
}

.hero li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #7493ff;
}



.btn,a.btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 28px;
    background-color: #7493ff;
    font-family: "Proxima Nova",Arial,sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
	font-weight:bold;
	color:#fff;
}

.btn:hover,a.btn:hover {
    background-color: #ff6d6d;
	color: #fff;
}

.helper {
    padding-bottom: 30px;
}

.section {
    padding: 65px 0;
}

.title {
    text-align: center;
}


.helper .sub-title {
    margin-bottom: 65px;
}

.sub-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}



.helper .item {
    margin-bottom: 65px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.helper .item .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}





.proposal {
    background: #4e566c
}

.proposal .title,.proposal .sub-title {
    color: #fff
}

.proposal .note {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

.proposal-item {
    height: 500px;
    position: relative;
    margin-bottom: 30px
}

.proposal-item .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    color: #070d13;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    cursor: default
}

.proposal-item a {
    text-decoration: underline
}

.proposal-item a:hover {
    text-decoration: none
}

.proposal-item .more {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
    opacity: 0
}

.proposal-item span {
    display: block
}

.proposal-item .img-box {
    height: 210px;
    overflow: hidden
}

.proposal-item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.proposal-item .text {
    padding: 25px 40px
}

.proposal-item strong {
    display: block;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Proxima Nova",Arial,sans-serif;
    text-transform: uppercase;
	font-weight:600;
}

.trans,.proposal-item .inner,.proposal-item .more,.proposal-item .img-box,.proposal-item .img-box img,.proposal-item .text,.comments .slick-arrow,.nav-ico,.nav-ico span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}




.swallow .ico-box {
    position: relative;
    z-index: 1;
    width: 168px;
    height: 168px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 38px;
}



.swallow .ico-box img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    -ms-border-radius: 30%;
    border-radius: 30%;
}

.swallow .item strong {
    display: block;
    font-size: 19px;
    font-weight: 600;
    font-family: "Proxima Nova",Arial,sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.swallow .item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}


.price-box {
    min-height: 844px;
    background: url(img/im12.jpg) center bottom no-repeat #ebebeb;
}


.price-list {
    width: 945px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.price-list li.hdl {
    color: #fff;
    font-family: "Proxima Nova",Arial,sans-serif;
    background: #4e566c;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
}

.price-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
    padding: 13px 10px 13px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

.price-list li span {
    display: block;
    padding: 0 5px;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.price-list li span:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
}

.price-list strong {
    font-weight: 600;
    font-family: "Proxima Nova",Arial,sans-serif;
}




.swallow .item:before {
    top: 70px;
    right: -60px;
    width: 79px;
    height: 29px;
    background: url(img/icons.png) 0 0 no-repeat;
}


.swallow .row div[class^="col-"]:last-child .item:before {
    display: none
}


.psd, .swallow .item:before, .swallow .ico-box:before, .slick-arrow:before, .acco-box .btn-link:before, .list li:before, .serv-list li:before {
    content: '';
    display: block;
    position: absolute;
}

.logo-item {
    text-align: center;
    margin-bottom: 50px;
}

.logo-item .ico-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 10px;
}

.logo-item .ico-box img {
    max-height: 100%;
    max-width: 100%;
}

.serificate .item {
    margin-bottom: 30px;
}

.sub-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}




h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #070d13;
    font-family: "Proxima Nova",Arial,sans-serif;
    margin-bottom: 15px;
}


p, .list li {
    color: #070d13;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 25px;
}

b, strong {
    font-weight: bolder;
}


.list {
    padding-bottom: 20px;
}

.list li {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

p, .list li {
    color: #070d13;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 25px;
}

.list li:before {
    left: 10px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #7493ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}




.feedback {
    background: #4e566c;
}

.form {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.feedback .title, .feedback .sub-title {
    color: #fff;
}



.form .btm-line>div {
    padding: 0 15px;
}


.form .btm-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px;
}



.form .note {
    font-size: 15px;
    color: #9fa8be;
}

.form .form-group {
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
    position: relative;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form .form-control {
    display: block;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    padding: 10px 20px;
    height: 55px;
    line-height: 31px;
    font-family: "Proxima Nova",Arial,sans-serif;
    font-size: 17px;
}

.wpcf7-form-control-wrap {
    position: relative;
}


.form textarea.form-control {
    height: 130px;
    overflow-x: auto;
    resize: none;
}



.ftr-top {
    padding: 22px 0;
    background: #fff;
}


.logo {
    display: inline-block;
    vertical-align: top;
}

.btm-name {
    font-size: 14px;
    line-height: 22px;
}


.adress {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

.phone {
    text-align: right;
    font-size: 14px;
}

.view-map {
    display: block;
}

.phone .num a {
    text-decoration: none;
    color: #070d13;
	font-weight:bold;
}

.phone .num {
    font-size: 16px;
    font-family: "Proxima Nova",Arial,sans-serif;
    line-height: 20px;
}


.logo img {
    max-width: 100%;
}


.copy {
    background: #dadada;
    padding: 18px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}




.header-top {
    padding: 20px 0 30px 0;
}

.slogan {
    font-size: 14px;
    line-height: 20px;
}

.head-tels {
    text-align: right;
}

.head-tels2 {
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
    font-family: "Proxima Nova",Arial,sans-serif;
    color: #000;
    display: block;
    text-align: right;
	font-weight:bold;
}



.backdrop {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(78,86,108,.3);
}



.hed-nav-box {
    display: none;
}






.nav-ico {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: 1px solid #ffd048;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    width: 34px;
    height: 32px;
    overflow: hidden;
    z-index: 10;
    outline: none!important
}

.nav-ico span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    height: 2px;
    width: 16px;
    background: #ffd048
}

.nav-ico span:first-child {
    top: 8px
}

.nav-ico span:nth-child(2) {
    top: 13px
}

.nav-ico span:last-child {
    top: 18px
}














@media (min-width: 767px) {
    .proposal-item .inner:hover {
        bottom:-20px;
        top: -20px;
        -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.16);
        box-shadow: 0 0 15px 5px rgba(0,0,0,.16)
    }

    .proposal-item .inner:hover .img-box {
        height: 230px
    }

    .proposal-item .inner:hover .more {
        opacity: 1
    }
	
	
	

	
}


@media (max-width: 767px) {
	
	footer .btn {
		margin: 15px auto 0;
		width: 160px;
		display: block;
	}
	
	.adress {
		text-align: center;
	}
	
	.proposal-item {
		height: auto;
	}
	
	.proposal-item .inner {
		position: static;
		padding-bottom: 15px;
	}
	
	.price-list li span:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80px;
	}
	

}




@media (max-width: 991px) {
    .header-top {
        padding:15px 0;
        position: relative;
        padding-right: 65px
    }
	

    .header-top .btn {
        padding-left: 15px;
        padding-right: 15px
    }

    .adress {
        font-size: 14px
    }

    .hed-nav-box {
        display: block
    }

    .header-btm {
        -webkit-box-shadow: 25px 5px 25px 0 rgba(0,0,0,.25);
        box-shadow: 25px 5px 25px 0 rgba(0,0,0,.25);
        background: #4e566c;
        width: 335px;
        position: fixed;
        overflow: auto;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 200;
        max-width: 80%;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        height: 100vh;
        max-height: 100vh;
        padding: 20px;
		
    }

    .header-btm ul {
        display: block
    }

    .header-btm ul li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.1);
		text-align:left;
    }

    .header-btm ul li:last-child {
        border-bottom: 0
    }

    .header-btm ul li a {
        display: block;
        padding: 10px;
        line-height: 20px;
        color: #fff
    }

    .js-open .backdrop {
        display: block
    }

    .js-open .header-btm {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .hero .title br {
        display: none
    }

    .title,h1 {
        font-size: 30px;
        line-height: 38px
    }

    .section {
        padding: 30px 0
    }

    .helper {
        padding: 30px 0 1px
    }

    .helper .item {
        margin-bottom: 30px
    }

    .proposal-item .img-box {
        height: 180px
    }

    .proposal-item .text {
        padding: 15px
    }

    .proposal-item strong {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .proposal-item .more {
        bottom: 15px
    }

    .swallow .ico-box {
        margin-bottom: 15px
    }

    .swallow .item:before {
        display: none
    }

    .swallow .item strong {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .swallow .item strong br {
        display: none
    }

    .price-box {
        min-height: auto
    }

    .logo-item {
        margin-bottom: 20px
    }

    .serificate .title {
        top: 0
    }

    .serificate .item {
        margin-bottom: 15px
    }

    .comments {
        margin-bottom: 30px
    }

    .all-cars {
        padding-bottom: 15px
    }

    .benefits {
        background-image: none
    }

    .benefits .sub-title {
        margin-bottom: 40px
    }

    .benefits .item {
        margin-bottom: 30px
    }

    .phone {
        text-align: center
    }

    footer .logo {
        display: block;
        width: 160px;
        margin: 0 auto 10px
    }

    .article-nav {
        display: block
    }

    .article-nav .socially {
        margin: 10px 0
    }

    .contact-area .map {
        height: 300px
    }

    .contact-box {
        padding: 0
    }

    .serv-list {
        padding-bottom: 15px
    }

    .serv-list li {
        font-size: 18px
    }
}



@media (min-width: 992px) {
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
}

@media (min-width: 1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px;
    }
}

@media (max-width: 1199px) {
    .adress {
        font-size:15px
    }

    .head-tels a[href^="tel:"] {
        font-size: 14px
    }

    .header-btm ul li {
        font-size: 13px
    }

    .header-btm ul li a {
        padding-left: 5px;
        padding-right: 5px
    }

    .proposal-item .text {
        padding-right: 15px;
        padding-left: 15px
    }

    .swallow .item:before {
        right: -54px
    }

    .phone .num {
        font-size: 14px
    }

    .hero-2 .title br {
        display: none
    }
}