.teh_info {
    background-color: #F9F9F9;
    padding: 50px 0 50px 0;
}

.teh_info .img {
    text-align: center;
}

.phone_block {
    display: inline-block;
    float: left;
}

.phone_block {
    display: flex;
    flex-direction: column;
}

.phone_block a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(168, 57, 72, 0.7);
    }
    70% {
        transform: scale(1.07);
        box-shadow: 0 0 20px 10px rgba(168, 57, 72, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(168, 57, 72, 0);
    }
}

.xalba {
    display: inline-block;
    color: #a0a0a0;
    margin-top: 20px;
}

.phone_help {
    float: right;
    width: 200px;
    margin-top: 12px;
}

.prices {
    float: left;
}

.phone_ico {
    margin-top: 8px;
    margin-right: 8px;
}

.menu_text {
    text-align: center;
    display: block;
    line-height: 46px;
    height: 49px;
    color: #fff;
}

.menu_items {
    cursor: pointer;
    position: relative;
    height: 49px;
}

.menu_items:hover .menu_item {
    display: block !important;
}

.menu_item:hover {
    display: block !important;
}

.article_text {
    color: #555555;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 50px;
}

.menu_item {
    position: absolute;
    background: #7b2736;
    width: 273px;
    padding: 15px;
    left: 58px;
    z-index: 122222;
}

.menu_item a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.menu_item a:hover {
    color: rgb(249, 86, 106);
}

.calback {
    display: block;
    color: #fff;
    background-color: #a83948;
    border-radius: 10px;
    text-align: center;
    height: 36px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    cursor: pointer;
    margin-top: 24px;
}

.calback:hover {
    text-decoration: none;
    color: #292929;
    background-color: #c64355;
}

.cal {
    display: block;
    background-color: #F15A24;
    border-radius: 10px;
    text-align: center;
    height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    cursor: pointer;
    margin-top: 24px;
}

.cal:hover {
    text-decoration: none;
    background-color: #a63a1e;
}

.item_card_img {
    margin: 0 auto;
    width: 126px;
    border: 3px solid #555555;
    background-color: transparent;
    position: relative;
    padding: 15px;
}

.item_card_img:after {
    z-index: 299;
    content: "";
    width: 38px;
    height: 38px;
    border: 5px solid #a83948;
    background-color: transparent;
    left: -20px;
    position: absolute;
    top: -20px;
}

.card_title {
    font-size: 24px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    color: #555555;
    margin-top: 10px;
}

.card_slogan {
    font-size: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    color: #555555;
    margin-top: 10px;
}

.item_card {
    margin: 10px 10px 30px 10px;
    float: left;
    width: 310px;
    display: inline-block;
}

.advantages {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #F6F6F6;
}

.advantages .info_block {
    margin: 0;
}

.clock, .like {
    display: inline-block;
    width: 193px;
    float: left;
    margin-top: 30px;
}

.like {
    margin-left: 10px;
    width: 217px;
}

.clock span {
    width: 140px;
}

.like span {
    width: 167px;
}

.clock span, .like span {
    padding-left: 10px;
    font-size: 20px;
    float: right;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-weight: 600;

}

.city {
    font-size: 24px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

.title_slogan {
    font-size: 80px;
    font-family: roboto, sans-serif;
    font-weight: 700;
    line-height: 100px;
    text-transform: uppercase;
}

.title_site {
    color: #F9F9F9;
    padding-top: 30px;
}

tbody tr {
    background-color: #F6F6F6;
    border-bottom: 1px solid #E3E3E3;
}

tbody tr:hover {
    background-color: rgba(211, 74, 91, 0.65);
}

table {
    margin-top: 50px;
    font-size: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

.img img {
    width: 100%;
}

thead tr {
    background-color: #ce4858;
}

.form_wrap {
    text-align: center;
}

.btn_send {
    background-color: #ffffff;
    color: #a83948;
    border-radius: 7px;
    width: 163px;
    float: right;
    cursor: pointer;
    font-size: 21px;
    padding: 7px 7px 7px 14px;
}

a.back_green:hover {
    background-color: #8e2e3e;
}

a.back_lgray:hover {
    background-color: #d3d3d3;
}

a.back_gray:hover {
    background-color: #bcbcbc;
}

.cards_wrap {
    text-align: center;
}

.card_text {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

.m_byt {
    width: 221px;
    margin: 0 auto;
    padding-top: 50px;
    display: block;
}

.m_pil {
    width: 221px;
    margin: 0 auto 11px;
    padding-top: 50px;
    display: block;
}

.m_pc {
    width: 230px;
    margin: 0 auto 37px;
    padding-top: 50px;
    display: block;
}

.m_av {
    width: 213px;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
}

.m_kbyt {
    width: 271px;
    margin: 0 auto 34px;
    padding-top: 50px;
    display: block;
}

.m_audio {
    width: 221px;
    padding-top: 100px;
    margin: 0 auto 37px;
    display: block;
}

.cards {
    width: 990px;
    margin-top: 50px;
    display: inline-block;
}

.card_item {
    width: 310px;
    height: 310px;
    margin: 10px;
    float: left;
}

.back_green {
    background-color: #a83948;
}

.back_lgray {
    background-color: #C7C7C7;
}

.back_gray {
    background-color: #A0A0A0;
}

.header .logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.head_phone {
    margin-top: 21px;
}

span.phone {
    font-size: 23px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    line-height: 25px;
    display: block;
}

.form_phone {
    margin-top: 47px;
    display: inline-block;
}

.phone_form {
    height: 45px;
    background-color: #FFFFFF;
    border: none;
    width: 250px;
    border-radius: 5px;
    font-family: roboto, sans-serif;
    font-size: 16px;
    padding: 6px 6px 6px 16px;
    margin-right: 20px;
    font-weight: bold;
    color: #a83948;
}

.footer a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

a:hover {
    color: #e24c61;
    text-decoration: none;
}

.footer-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    font-weight: 500;
}

.logo p {
    margin: 0;
}

.footer .logo p {
    color: #fff;
}

.footer .slogan p {
    font-size: 17px;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    margin: 0;
}

.footer {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.maps {
    margin-top: 100px;
}

.calform {
    margin-top: 100px;
    background-color: #a83948;
    height: 250px;
}

.info_block {
    margin-top: 100px;
}

.text_center h3 {
    font-size: 40px;
    color: #1F1F1F;
    text-transform: uppercase;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 500;
}

.text_green {
    font-size: 40px;
    color: #a83948;
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    font-weight: 500;
}

.text_prcie {
    margin-top: 10px;
    color: #555555;
    font-size: 20px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.text_prices {
    color: #A0A0A0;
    font-size: 20px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.text_head h1 {
    font-size: 40px;
    color: #1F1F1F;
    text-transform: uppercase;
    font-family: roboto, sans-serif;
    font-weight: 500;
}

.calform h3 {
    padding-top: 50px;
    color: #fff;
    font-size: 40px;
}

.text_center {
    text-align: center;
}

.img_shema_one {
    background: url(/img/1.png) no-repeat left;
    background-size: contain;
    padding-left: 0;
}

.img_shema_two {
    background: url(/img/2.png) no-repeat left;
    background-size: contain;
    padding-left: 0;
}

.img_shema_three {
    background: url(/img/3.png) no-repeat left;
    background-size: contain;
    padding-left: 0;
}

.img_shema_four {
    background: url(/img/4.png) no-repeat left;
    background-size: contain;
    padding-left: 0;
}

.img_brand1 {
    display: none;
}

.img_brand, .img_brand1 {
    width: 100%;
}

.sheme_title {
    font-size: 20px;
    color: #555555;
    margin-top: 92px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.sheme_sub {
    font-size: 20px;
    color: #555555;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding: 0;
}

.sheme_text {
    color: #555555;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.head {
    background: url(/img/top.jpg) no-repeat right bottom;
    min-height: 500px;
    background-size: cover;
}

.menu_top {
    background-color: #a83948;
    color: #fff;
    min-height: 49px;
    font-size: 20px;
    line-height: 43px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.logo p {
    color: #1F1F1F;
    font-size: 26px;
    line-height: 30px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

.logo p.sl {
    font-size: 24px;
}

.footer {
    min-height: 298px;
    background-color: #a83948;
    padding-bottom: 37px;
}

.cats {
    width: 1100px;
    margin: 50px auto;
    display: inline-block;
}

.img_cat img {
    height: 99px;
}

.cat_title {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    word-break: break-word;
    padding: 10px;
}

.img_cat {
    text-align: center;
    padding-top: 25px;
}

.card_cat {
    width: 200px;
    height: 200px;
    display: inline-block;
    float: left;
    margin: 10px;
}

.cats_wrap {
    text-align: center;
}

.contacts {
    margin: 40px 0;
}

.contacts img {
    width: 100%;
}

.contact_info {
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 700;
}

.title_cotacts h1 {
    font-size: 40px;
    color: #1F1F1F;
    text-transform: uppercase;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 500;
}

@media (max-width: 1205px) {
    .cards {
        width: 660px;
        margin-top: 50px;
        display: inline-block;
    }

    .menu_item {
        width: 100%;
        left: 0;
    }

    .cats {
        width: 890px;
    }
}

@media (max-width: 900px) {
    .cats {
        width: 680px;
    }

    .calback, .cal {
        margin-top: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 700px) {
    .title_slogan {
        line-height: 80px;
    }

    .phone_ico {
        display: none;
    }

    .header {
        text-align: center;
    }

    .phone_block {
        float: none;
        margin-bottom: 20px;
    }

    .sheme_title {
        padding-top: 76px;
        margin-top: 36px;
    }

    .title_slogan {
        font-size: 60px
    }

    .cards {
        width: 330px;
        margin-top: 50px;
        display: inline-block;
    }

    .cats {
        width: 220px;
    }

    .img_brand1 {
        display: block;
    }

    .text_center h3, .calform h3 {
        font-size: 26px;
    }

    .img_brand {
        display: none;
    }

    .table {
        font-size: 14px;
    }

    .text_head h1 {
        font-size: 30px;
    }

    .btn_send {
        width: 90px;
        height: 46px;
        line-height: 31px;
        font-size: 16px;
        padding: 7px 7px 7px 7px;
    }

    .phone_form {
        width: 178px;
        font-size: 13px;
        float: left;
    }

    .phone_help {
        width: 100%;
    }
}
