@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
    }
}

body {
    font-size: 16px !important;
    font-family: 'Montserrat';
    line-height: 1.55 !important;
    font-weight: 400 !important;
}

.help-block-error {
    color: #da3535;
}

.modal-header .close {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
}

.logo {
    display: block;
    margin: 0 0 0 40px;
}

.card {
    max-width: 455px;
    width: 100%;
    margin: 0 auto;
    border: 0;
}

h1.title {
    color: #007ba0;
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 900;
    line-height: 1.55;
    text-align: center;
    padding: 15px 36px;
}

.card .image img {
    width: 100%;
}

.card .content {
    background: #007ba0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 0 0 30px 0;
}

.card .content .description {
    padding: 15px;
}

.card .content .price {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    padding: 0 15px 0 36px;
}

.card .content .btn-order {
    display: block;
    width: 200px;
    height: 55px;
    margin: 15px auto;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-weight: 600;
    border: 0;
}

.card .content .more {
    color: #fff;
    text-decoration: underline;
}

.card .content .more:hover {
    text-decoration: none;
}

.modal-header {
    border: 0;
}

.modal-title {
    font-weight: 600;
    text-align: center;
    padding: 20px 25px 10px 25px;
    font-size: 18px;
}

.modal-footer {
    text-align: center;
    border: 0;
    padding: 0 45px;
}

.modal-content {
    border-radius: 0;
}

.modal-content .form-control {
    color: #000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

.modal-body .form-group {
    padding: 0 15px;
}

.modal-footer .form-save {
    text-align: center;
    height: 60px;
    width: 100%;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: #007ba0;
}

h1.modal-title {
    font-size: 32px;
    line-height: 1.17;
    padding: 15px 0 0 20px;
}

.modal-info-block {
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 15px 40px 40px;
}

.modal-info-block ul {
    margin: 0 0 25px 16px;
    padding: 0;
}

.modal-info-block ul li {
    display: list-item;
}

#modalOrderAutohelp .modal-dialog,
#modalInfoAutohelp .modal-dialog
{
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

.car-block {
    margin: 50px auto;
}

.car-block h1 {
    color: #007ba0;
    font-size: 50px;
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 30px;
}

.car-block p {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.car-block p span {
    color: #007ba0;
}

.car-text {
    padding: 70px 0 0 0;
}

.car-block {
    margin-top: 100px;
}

.car-block .row {
    padding: 0 30px;
}

.car-block ul {
    margin: 0;
    padding: 0;
}

.car-block ul li {
    display: inline;
    list-style: none;
    margin: 0 3px;
}

.map-block {
    margin: 100px auto;
}

.map-block h1 {
    color: #007ba0;
    font-size: 50px;
    line-height: 1.55;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    font-family: 'Montserrat';
}

.map-text {
    padding: 20px 30px 0 30px;
}

.items-block-2col .items-block {
    font-size: 18px;
}

.items-block-2col .col-xl-6 {
    padding-right: 0 !important;
}

.items-block {
    margin: 50px 0;
    padding: 0 30px;
}

.items-block .third {
    padding: 0 0 0 20px !important;
}

.items-block div {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 100;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.items-block div span {
    font-weight: 900;
    font-family: 'Montserrat';
}

.items-block .line {
    background: #007ba0;
    width: 120px;
    height: 7px;
    margin: 0 0 24px 0;
}

.items-block .side-line {
    float: left;
    width: 7px;
    height: 120px;
    background: #007ba0;
    margin: 0 20px 0 0;
}

.items-block .space {
    height: 32px;
}

.side-line-cont {
    padding: 0 0 20px 0;
}

.items-block .col-sm {
    padding: 0 !important;
    margin: 0 2px !important;
}

.block-how .title {
    padding: 0 0 0 28px;
}

.block-how h1 {
    color: #007ba0;
    font-size: 48px;
    font-family: 'Montserrat';
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 2px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.block-how .steps {
    margin: 50px 0;
}

.block-how .steps p {
    margin-top: 30px;
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 1.35;
    font-weight: 100;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.block-how .steps span {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 1.4;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.block-use h1 {
    color: #007ba0 !important;
    font-size: 45px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 900;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.block-use {
    margin: 120px auto 50px auto;
    padding: 0 30px;
}

.block-use .row {
    max-width: 1000px;
    margin: 20px auto;
}

.block-use .row img {
    margin: 50px auto;
    max-width: 787px;
    width: 100%;
    height: auto;
}


.footer {
    margin-top: 100px !important;
}

.footer .logo2 {
    padding: 20px 0 0 0;
}

.footer .copy {
    padding: 122px 0 20px 0;
    color: #000000;
    font-size: 13px;
    font-family: 'Montserrat';
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.footer .copy2 {
    padding: 0 0 20px 0;
}

.footer .phone {
    font-size: 18px;
    padding: 0 0 15px 0;
}

.footer .copy a {
    font-weight: 300;
    text-decoration: none;
    color:rgb(0, 123, 160);
}

.footer .row {
    padding: 0 20px;
}

.steps>div {
    min-width: 228px;
}

.yk-modal {
    font-size: 18px;
    margin-top: 20%;
    text-align: center;
}

.image-how {
    max-width: 787px;
    width: 100%;
    display: block;
    margin: 20px auto;

}

@media (max-width: 500px) {
    h1.title,
    .car-block h1,
    .map-block h1,
    .block-how h1,
    .block-use h1
    {
        font-size: 22px;
    }
}

@media (max-width: 540px) {
    .car-block ul.help-icons {
        width: 300px;
        margin: 0 auto;
    }

    .car-block ul.help-icons li
    {
        display: block;
        width: 120px;
        float: left;
        text-align: center;
    }

    .car-block ul.help-icons li img {
        margin: 10px 0;
    }
}

@media (max-width: 580px) {
    .items-block .side-line,
    .items-block .line
    {
        display: none;
    }

    .items-block div {
        padding: 10px;
        margin: 0 0 20px 0 !important;
        border-left: 7px solid #007ba0;
    }

    .items-block {
        margin: 0;
        padding: 0;
    }

    .items-block-2col {
        margin: 50px 0 0 0;
    }

    .items-block .space {
        height: 0;
        display: none;
    }


}

@media (min-width: 501px) and (max-width: 900px) {
    h1.title,
    .car-block h1,
    .map-block h1,
    .block-how h1,
    .block-use h1
    {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    img.map-img
    {
        width: 100%;
        margin: 0 auto;
    }

    .logo2 a {
        padding: 0;
        margin: 0;
    }

    .logo2 img {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 1199px) {
    img.car-img
    {
        max-width: 595px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}