* {
    font-family: 'Myriad Pro Regular';
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
}

.block_table {
    background: url(images/price_man.png) left no-repeat;
    background-position: left bottom;
    
    margin-top: 50px
}
.block_table .txt{
    padding: 20px 0px 0px 275px;
}
.block_table .txt h2{
    font-weight: bold;
    font-size: 25px;
    border-bottom: 2px solid #FFA200;
    margin: 5px 0px;
}
.dopdop {
    margin-left: 274px;
    margin-top: 10px;
    font-size: 25px;
    color: red;
    text-align: center;
    text-transform: uppercase
}

.block_table table {
    margin-left: 274px;
    margin-top: 0px;
    width: calc(100% - 274px)
}

.block_table table tr td {
    background: #E2E2E3;
    border-right: 1px solid #C7C9CD;
    font-family: 'Myriad Pro Regular';
    font-size: 18px;
    padding: 10px 20px;
    text-align: center
}

.block_map .title,
.block_table table tr td:nth-child(1) {
    font-family: 'Myriad Pro Bold';
    font-weight: 700
}

.block_table table tbody {
    border: 1px solid #F1F1F1
}

.block_table table thead tr td {
    background: 0 0;
    border: none
}

.block_table table tr:nth-child(even) td {
    background: #fff
}

.block_table table tr td:nth-child(1) {
    font-size: 16px;
    text-align: left
}

.block_table table tr td:nth-child(3) {
    border: none
}

.block_map {
    background: url(images/bg_map.png) center no-repeat #5B5B5C;
    background-size: 100%;
    height: 402px;
    padding: 20px 0
}
.block_map .txt{
    color: white;
}
.block_map .txt h2{
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0px;
}
.block_map .title {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-left: 80px
}

.auto .list li img,
.how_to_work .list li img {
    margin-bottom: 20px
}

.block_map .map {
    float: left;
    position: relative
}

.block_map .map .item {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    cursor: pointer;
    display: block;
    height: 167px;
    position: absolute;
    transition: .5s all;
    width: 185px;
    z-index: 11
}

.block_map .map .item:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.block_map .map .item:first-child {
    left: 190px
}

.block_map .map .item:nth-child(2) {
    left: 191px;
    top: 53px
}

.block_map .map .item:nth-child(3) {
    left: 105px;
    top: 60px
}

.block_map .map .item:nth-child(4) {
    left: 193px;
    top: 97px
}

.block_map .map .item:nth-child(5) {
    left: 140px;
    top: 120px
}

.block_map .map .item:nth-child(6) {
    left: 10px;
    top: 128px
}

.block_map .map .item:nth-child(7) {
    left: 118px;
    top: 179px
}

.block_map .map .item:nth-child(8) {
    left: 163px;
    top: 235px
}

.block_map .desc {
    margin-left: 400px;
    position: relative
}

.block_map .desc .item {
    display: none;
    opacity: 0
}

.block_map .desc .item:nth-child(1) {
    display: block;
    opacity: 1
}

.block_map .desc .title {
    font-family: 'Myriad Pro Bold'!important;
    font-size: 59px;
    font-weight: 700;
    text-align: right
}

#prices {
    display: none !important;
}

#how_to_work {
    display: none !important;    
}

.block_map .desc .prices {
    float: right;
    margin-top: 7px;
    position: absolute;
    right: 210px
}

.block_map .desc .prices li {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 23px;
    padding-left: 20px
}

.block_map .desc .block_order .button,
.how_to_work .list li .title {
    color: #383838;
    font-weight: 700;
    font-family: 'Myriad Pro Bold'!important
}

.block_map .desc .prices li img {
    margin-right: 10px;
    vertical-align: middle
}

.block_map .desc .block_order {
    margin-left: 320px;
    margin-top: 0px;
    text-align: center
}

.block_map .desc .block_order img {
    position: relative;
    z-index: 11
}

.block_map .desc .block_order .button {
    background: #FFA200;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    margin-top: -25px;
    padding: 10px;
    text-align: center
}

.auto .list,
.how_to_work {
    margin-top: 50px
}

.how_to_work .list li {
    float: left;
    width: calc(20% - 20px);
    padding: 10px 10px;
    text-align: center
}

.how_to_work .list li .title {
    font-size: 22px
}

.auto {
    background: url(images/autobg.png) top center no-repeat;
    background-size: cover;
    padding: 15px 0 40px
}

.auto .list li {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: calc(33.3% - 20px)
}

.auto .list li .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.auto .list li:nth-child(2) img {
    margin-top: -18px
}

.auto .list li:nth-child(3) img {
    margin-top: -31px
}



.info .head {
    margin-bottom: 50px
}

.info .head .title {
    font-size: 53px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 5px
}

.info .head .black {
    background: #000;
    border-radius: 10px;
    margin-top: -8px;
    padding: 10px;
    position: relative
}

.info .head .black span {
    color: #FBA114;
    font-family: 'Myriad Pro Bold'!important;
    font-size: 24px;
    font-weight: 700
}

.info .head .black img {
    margin-left: 20px;
    position: absolute;
    top: -150px;
    z-index: 11
}

.info .head .black .button {
    background: #FFA200;
    border-radius: 10px;
    color: #383838;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin-right: 30px;
    margin-top: -3px;
    padding: 13px;
    text-align: center
}

.info .desc .title,
.info .desc h1,
.info .desc h2 {
    font-weight: 700;
    color: #d70b0b;
}

.info .desc {
    margin: auto;
    text-align: justify;
    width: 1050px
}

.info .desc .title,
.info .desc h1 {
    font-size: 24px;
    margin: 25px 0 10px
}

.info .desc .title,
.info .desc h2 {
    font-size: 18px;
    margin: 10px 0 5px
}

.info .desc .text {
    font-size: 14px;
    line-height: 17px
}

.info .desc p {
    font-size: 14px;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 5px!important
}

.info .desc ul {
    list-style: disc;
    padding: 0;
    margin: 5px 0 10px 20px
}

.info .desc ul li {
    line-height: 20px;
    font-size: 14px
}

.footer {
    background: #1F1F1F;
    border-bottom: 2px solid #323232;
    margin-top: 60px
}

.footer .block {
    margin: auto;
    padding: 10px 0;
    position: relative;
    width: 1000px
}

.footer .title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px
}

.footer .button_up {
    position: absolute;
    right: 0;
    top: -36px
}
@media screen and (max-width: 800px) {
.block_table .txt{
        padding: 20px 0px;
    }
} 

.sales {
    max-width: 1024px;
    width: 95%;
    padding: 10px;
    margin: 20px auto;
    color: red;
    text-shadow: 0 1px 0 #2b2929; 
}
.sales-h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.sales-text {
    font-size: 25px;
    text-align: center;
}
.sales-percent {
    font-size: 35px;
    font-weight: bold;
}
.sales-month {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}







/* HEADER*/
.banner {
    background-image: url(images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 5px;
    position: relative;
    min-height: 550px;
}

.banner-icons {
    position: absolute;
    bottom: 0;
}

.top_block, .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.top_block_wrapper {
    padding: 10px 0;
}
.top_block {
    font-size: 0;
    display: flex;
    align-items: center;
}


.top-line {  
    background-color: #000;
    padding: 15px 0;
}
.top-slogan {
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.top_block_item {
}
.top_block_item.logo {
    width: 30%;
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.top_block_item.phones {
    width: 40%;
}
.top_block_item.phones a {
    margin-left: 35px;
    color: #3F48CC;
    font-weight: 800;
    position: relative;
    border-bottom: 1px solid #fff;
}
.top_block_item.phones a:hover {
    border-bottom: 1px solid #d70b0b;
}
.top_block_item.phones a:before {
    content: "";
    display: block;
    position: absolute;
    left: -19px;
    bottom: 2px;
    rotate: 10deg;
    width: 16px;
    height: 16px;
    background-image: url(images/icon-phone.png);
    background-size: cover;
}
.top_block_item.btn {
    width: 30%;
    text-align: right;
}
.top_block_item.btn a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    padding: 17px 30px;
    background-color: #d70b0b;
    background-position: center center;
    border-color: #d70b0b;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.top_block_item.btn a:hover {
    background-color: #e81c1c;
}
.pre-logo {
    width: 40%;
}
.logo-img {
    width: 60%;
}

.top-slogan-2 {
    font-size: 25px;
    font-weight: bold;
}
@media (min-width: 1024px) {
    .top-slogan-1 {
        display: block;
    }
    .top-slogan-2 {
        display: none;
    }
}
@media (max-width: 1023px) {
    .top-slogan-1 {
        display: none;
    }
    .top-slogan-2 {
        display: block;
    }
}

.top-tel {
    font-size: 17px;
    color: #5c5c5c;
    text-align: right;
    margin: 15px 0;
}
.slogan-main {
    font-size: 50px;
    color: #d70b0b;
    font-weight: 800;
    text-transform: uppercase;
    margin: 50px 10px 10px;
}
.slogan-area {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 10px 20px;
}
.banner-list {
    color: #000;
    margin: 40px 0;
    padding: 0 10px;
}

.banner-list li {
    margin-left: 40px;
    position: relative;
    font-weight: 400;
    margin-top: 20px;
    font-size: 20px;
}
.banner-list li span {
    font-weight: 600;

}
.banner-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: -35px;
    background-image: url(images/check.png);
    background-size: cover;
}

.header-icons {
    max-width: 600px;
    margin-top: 80px;
    margin-bottom: 70px;
}
.header-icons img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin-right: 30px;
}
.header-images {
    margin: 50px auto; 
    display: flex;
    justify-content: space-evenly;
}
.header-images-item {
    padding: 0 10px;
    text-align: center;
    text-align: -webkit-center;
}
.header-images-item p {
    text-align: center;
}
.header-images-item p img {
    max-width: 500px;
}
.header-images-title {
    color: #DE8D00;
    text-transform: uppercase;
    display: table-caption;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid;
    border-radius: 5px;
    padding: 3px 10px;
}
/*END OF HEADER*/

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 78px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(images/nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(images/nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   

.container h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 100px;
    padding: 0 10px;
}

@media (max-width: 1023px) {

    .top_block_item.logo {
        width: 40%;
        max-width: 300px;
    }
    .top_block_item.phones {
        width: 60%;
        text-align: center;
    }
    .top_block_item.btn {
        display: none;
    }
}
@media (max-width: 868px) {
    .banner {
        background-image: url(images/banner-bg-2.jpg);
    }
    .top-tel {
        font-size: 16px;
    }
}
@media (max-width: 676px) {
    .slogan-main {
        font-size: 40px;
    }
    .slogan-area {
        font-size: 25px;
    }
    .top_block {
        display: block;
    }
    .top_block_item.logo {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
    .top_block_item.phones {
        width: 100%;
        text-align: center;
    }
    .top-tel {
        text-align: center;
    }
    .top-line {
        padding: 10px 0;
    }
    .top-slogan {
        font-size: 16px;
        line-height: 22px;
    }
    .top-slogan-1, .top-slogan-2 {
        font-size: 22px;
    }
    .slogan-area {
        font-size: 30px;
    }
    .slogan-time {
        font-size: 22px;
    }
    .header-images-item p img {
        width: 100%;
    }
    .header-icons {
        text-align: center;
    }
    .header-icons img {
        width: 30%;
    }
    .header-icons img:last-child {
        margin-right: 0;
    }
    .title_section .parall {
        display: none;
    }
    .title_section .title {
        font-size: 30px;
        color: #000;
        margin: 20px 0;
    }
    .banner-list {
        padding-right: 50px;
    }
    .banner-list li {
        font-size: 16px;
    }
    .container h2 {
        font-size: 20px;
    }
    .header-images {
        display: block;
        
    }

    .owl-carousel .nav-btn {
        top: unset;
        bottom: -60px;
    }
    .owl-carousel .prev-slide {
        left: 0;
    }
    .owl-carousel .next-slide {
        right: 0;
    }
}

@media (max-width: 450px) {
    .header-icons img {
        margin-right: 10px;
    }
    .top-tel span {
        display: block;
        margin-bottom: 10px;
    }
    .top_block_item.phones a {
        margin-left: 15px;
        font-size: 22px;
    }
    .top_block_item.phones a:before {
        width: 20px;
        height: 20px;
        left: -23px;
    }
    .top-tel {
        font-size: 18px;
    }
}

.block-title {
    margin: 100px 0 50px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
.title-red {
    color: #d70b0b;
}
.auto .block-title {
    color: #fff;
}

.info .desk h1, .info .desk h2 {
    color: #d70b0b !important;
}
 .auto .block-title {
    margin-top: 50px;
 }
 .header-images-btn a {   
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    padding: 8px 30px;
    background-position: center center;
    border-color: #d70b0b;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
 }
.header-images-btn.btn-1 a {
    color: #ffffff;
    background-color: #d70b0b;
}
.header-images-btn.btn-1 a:hover {
    color: #ffffff;
    background-color: #e81c1c;
}
.header-images-btn.btn-2 a {
    color: #d70b0b;
    background-color: #fff;
}
.header-images-btn.btn-2 a:hover {
    background-color: #F8F9FB;
}
.header-images-btn p {
    margin: 5px 0;
}  