@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

:focus {
    outline: none
}

body {
    font-family: 'Roboto',Arial,Tahoma,sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 60px;
    cursor: default;
    background: url(../img/header_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.wrapper {
    width: 1200px;
    margin: 0 auto
}

.top {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2d2d2d;
    font-size: 14px;
    color: #fffffe;
    padding: 10px 0;
    height: 60px;
    z-index: 999;
}

.top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top a,.top_worktime span,.footer_contacts a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #d2d2d2;
    transition: all .3s
}

.top a:hover,.top_worktime span:hover,.footer_contacts a:hover,.footer_contacts span:hover {
    color: #fff
}

.top_phone {
    text-align: center
}

.top_phone a {
    font-weight: 600;
    font-size: 20px;
    color: #fff
}

.header {
    padding: 20px 0
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_logo a {
    display: block;
    width: 300px
}

.header_logo a img {
    height: 60px
}

.header_description {
    font-size: 26px;
    text-align: right;
    color: #654638;
    font-weight: 600
}

.header_nav {
    width: 100%
}

.nav {
    display: flex;
    justify-content: space-between
}

.nav_link {
    color: #d2d2d2;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s
}

.nav_link:hover {
    color: #fff
}

.first_slide {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg,rgba(45,45,45,.65),transparent);
    min-height: calc(100vh - 40px);
    padding-bottom: 20px
}

.fa {
    margin-right: 5px
}

.header_title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0;
}

.header_title--city {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.bottom {
    margin: auto 0
}

.bottom .wrapper {
    display: flex
}

.bottom_video {
    width: 100%;
    text-align: center
}

.bottom_video a {
    display: block;
    /* width: 560px;
    height: 315px */
}

.bottom_video a img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bottom_video a:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none
}

.bottom_forms {
    display: flex;
    align-items: center;
    width: 50%;
    text-align: center
}

.bottom_form {
    display: flex;
    flex-direction: column;
    width: 380px;
    margin: 0 auto;
    color: #fff
}

.bottom_form input {
    padding: 20px;
    font-size: 16px;
    border: none
}

.bottom_form input[type=text] {
    margin-bottom: 20px
}

.bottom_form button {
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.bottom_form button:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

.check_form {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-top: 10px
}

.bottom_subtitle {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: .6px
}

.check_form a {
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: .3s all;
    letter-spacing: .6px
}

.check_form a:hover {
    border-bottom: 1px solid transparent
}

.bottom_form .check_form a,.coupon_form .check_form a,.question_form .check_form a {
    color: #fff
}

.calc {
    background: #f1f1f1;
    padding: 60px 0
}

.calc_title {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 10px
}

.calc_subtitle {
    text-align: center;
    letter-spacing: -.5px;
    color: #2d2d2d;
    margin-bottom: 40px
}

.calc_form {
    width: 380px;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.calc_form input,.calc_form select {
    border: 1px solid #ccc;
    padding: 20px
}

.calc_form input[type=number],.calc_form select {
    margin-bottom: 20px
}

.calc_form select:hover {
    border: 1px solid #ccc
}

.calc_form button {
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.calc_form button:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.catalog {
    background: #fff;
    padding: 60px 0;
    color: #2d2d2d
}

.catalog_title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px
}

.catalog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.catalog_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 280px;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 40px
}

.catalog_image a {
    display: block;
    overflow: hidden
}

.catalog_image a img {
    display: block;
    width: 100%
}

.catalog_name {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.catalog_name a {
    color: #2d2d2d;
    text-decoration: none;
}

.catalog_price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline
}

.catalog_price--old {
    text-decoration: line-through;
    color: #666
}

.catalog_price--new {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 20px
}

.catalog_more a {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #99362C;
    color: #fff;
    letter-spacing: 1px
}

.catalog_buy {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #2c995d;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
    transition: all .3s;
}

.catalog_buy:hover {
    background: #06833e;
}

.catalog_more a:hover {
    background: #9a443c
}

.catalog_full {
    display: flex;
    justify-content: center
}

.catalog_full a {
    display: inline-block;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #2d2d2d;
    transition: .3s all
}

.catalog_full a:hover {
    background: #353535
}

.delivery {
    background: #f1f1f1;
    padding: 60px 0;
    color: #2d2d2d
}

.delivery_title {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.delivery_subtitle {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -.5px
}

.delivery_subtitle a {
    color: #99362c;
    text-decoration: none;
    border-bottom: 1px solid #99362c;
    transition: .3s all
}

.delivery_subtitle a:hover {
    border-bottom: 1px solid transparent
}

.delivery_list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.delivery_item {
    width: 280px
}

.delivery_item img {
    width: 100%
}

.clients {
    background: #fff;
    padding: 60px 0;
    color: #2d2d2d
}

.clients_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 60px
}

.clients_list {
    display: flex;
    justify-content: space-between
}

.clients_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.clients_item img {
    display: block;
    margin-bottom: 20px
}

.clients_item_title {
    color: #666
}

.feedback {
    background: #fff;
    padding: 60px 0;
    color: #2d2d2d
}

.feedback_title {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px
}



.feedback_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback_item {
    max-width: 360px;
}

.feedback_text {
    margin-top: 15px;
    margin-bottom: 25px;
}

.footer {
    background: #2d2d2d;
    padding: 40px 0
}

.page .footer {
    flex: 0 0 auto;
}

.footer_copy {
    color: #d2d2d2;
    font-size: 14px
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer_social {
    display: flex;
    justify-content: flex-end
}

.social {
    width: 34px;
    height: 34px;
    margin-left: 5px
}

.social a {
    display: block
}

.social img {
    display: block;
    width: 100%
}

.coupon {
    padding: 60px 0;
    background: linear-gradient(180deg,rgba(45,45,45,.65),transparent),url(../img/coupon_background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: right
}

.coupon_title {
    text-align: center;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px
}

.coupon_title span,.coupon_subtitle span {
    color: #99362c;
    font-weight: 600
}

.coupon_subtitle {
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

.coupon_form {
    width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.coupon_form input {
    padding: 20px
}

.coupon_form input[type=text] {
    margin-bottom: 20px
}

.coupon_form button {
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.coupon_form button:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

.question {
    padding: 60px 0;
    background: linear-gradient(180deg,rgba(45,45,45,.65),transparent),url(../img/coupon_background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position-x: right
}

.question_title {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.question_subtitle {
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}

.question_form {
    width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.question_form input {
    padding: 20px
}

.question_form input[type=text] {
    margin-bottom: 20px
}

.question_form button {
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.question_form button:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

.footer_contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px
}

.footer_contacts .top_phone a {
    color: #d2d2d2;
    font-size: 16px
}

.footer_contacts .top_phone a:hover {
    color: #fff
}

.footer_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.footer_navbar {
    display: flex
}

.footer_logo a {
    display: block;
    width: 300px
}

.footer_logo img {
    display: block;
    width: 200px
}

.catalog_info {
    font-size: 14px;
    font-weight: 600
}

.catalog_info p {
    margin: 10px 0
}

.catalog_info span {
    font-weight: 400;
    color: #666
}

.fcoupon {
    padding: 60px 0
}

.faq {
    background: #f1f1f1;
    padding: 60px 0;
    color: #2d2d2d
}

.faq_title {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px
}

.faq_outer {
    display: flex;
    justify-content: space-around
}

.faq_list {
    width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

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

.faq_item--title {
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    border: 3px solid #2d2d2d;
    cursor: pointer;
    transition: .3s all;
    margin-bottom: 20px
}

.faq_item.active .faq_item--title,.faq_item--title:hover {
    border-color: #99362c;
    color: #99362c
}

.faq_item--content {
    padding: 23px;
    display: none
}

.mobile .faq_item.active .faq_item--content,.tablet .faq_item.active .faq_item--content {
    display: block
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.page {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page .nav .nav_link {
    color: #2d2d2d
}

.page .nav .nav_link:hover {
    color: #000
}

.page .first_slide {
    min-height: auto;
    background: none
}

.page .header_title {
    color: #2d2d2d;
    font-size: 32px;
    line-height: 38px
}

.content {
    padding: 60px 0;
    flex: 1 0 auto;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

.model {
    padding: 60px 0;
    color: #2d2d2d
}

.model .wrapper {
    display: flex;
    flex-wrap: wrap
}

.model_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 520px;
    margin-bottom: 40px
}

.model_link {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px
}

.model_link img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%
}

.model_link:first-child {
    width: 520px;
    height: 520px
}

.model_tech {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 680px;
    padding-left: 40px
}

.model_item {
    display: flex;
    justify-content: space-between;
    padding: 5px
}

.model_item:nth-child(odd) {
    background: #f1f1f1
}

.model_item:first-child {
    font-weight: 600
}

.model_table {
    margin-bottom: 40px
}

.model_order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px
}

.model_order--link {
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px;
    text-decoration: none;
    width: 380px;
    text-align: center
}

.model_form {
    display: flex;
    flex-direction: column;
    width: 380px;
    margin: 0 auto;
    color: #2d2d2d
}

.model_subtitle {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: .6px;
    text-align: center
}

.model_form input {
    padding: 20px;
    font-size: 16px;
    border: none
}

.model_form input[type=text] {
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.model_form button {
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.model_form button:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

.model_form .check_form a {
    color: #2d2d2d
}

.model_price {
    font-size: 24px;
    text-align: center;
    color: #99362c;
    margin-bottom: 20px;
}

.model_content {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}

#calc_response {
    text-align: center
}

.calc_result {
    font-size: 24px;
    text-align: center
}

.calc_response .calc_more {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    width: 380px;
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.calc_response .calc_more:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

.form_response {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px
}

.form_response--sub {
    text-align: center
}

.content a {
    color: #99362c;
    text-decoration: none;
    transition: .3s all;
    border-bottom: 1px solid #99362c
}

.content a:hover {
    border-bottom: 1px solid transparent
}

.blog .row {
    display: flex;
    flex-direction: column
}

.blog_item {
    display: flex;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 40px
}

.blog_image {
    width: 300px;
    height: 300px;
    margin-right: 40px;
    overflow: hidden
}

.blog_image a {
    position: relative;
    display: block;
    width: 300px;
    height: 300px
}

.blog_image a img {
    position: absolute;
    display: block;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.blog_content {
    display: flex;
    flex-direction: column;
    width: 800px
}

.blog_title {
    display: inline-block;
    color: #2d2d2d;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    text-decoration: none
}

.blog_more {
    display: flex;
    justify-content: center;
    margin-top: auto;
    text-decoration: none;
    width: 220px;
    background: linear-gradient(0,#99362c,#99362c);
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    padding: 20px
}

.blog_more:hover {
    background: linear-gradient(180deg,#99362c,#9a443c)
}

.blog_introtext {
    margin-bottom: 20px
}

.content p img {
    max-width: 560px
}

.mobile_menu {
    display: none
}

.mobile_form {
    display: none
}

.feedback_item a {
    display: block;
    width: 380px;
    height: 214px
}

.feedback_item a img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.feedback_item a:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none
}

.mobile_nav {
    display: none
}

.mobile_bottom {
    display: none
}

@media screen and (max-width: 1199px) {
    .wrapper {
        width:960px
    }

    .bottom_video a {
        width: 460px;
        height: 259px
    }

    .index .catalog_item:last-child {
        display: none
    }

    .delivery_item {
        width: 200px
    }

    .feedback_item:last-child {
        display: none
    }

    .faq_list {
        width: 460px
    }

    .model_images {
        width: 400px
    }

    .model_link {
        width: 120px;
        height: 120px
    }

    .model_tech {
        width: 560px
    }

    .blog_content {
        width: 560px
    }
}

@media screen and (max-width: 959px) {
    .wrapper {
        width:100%;
        padding: 0 20px
    }

    body {
        padding-top: 50px
    }

    .mobile body {
        padding-bottom: 60px
    }

    .top {
        display: none
    }

    .bottom .wrapper {
        flex-direction: column
    }

    .header_title {
        font-size: 20px;
        line-height: 28px;
        padding: 0 20px;
        margin-top: 40px
    }

    .header_title--city {
        font-size: 16px;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        background: #2d2d2d;
        z-index: 100
    }

    .mobile_menu_topbar {
        display: flex;
        justify-content: center;
        padding: 10px
    }

    .mobile_menu_logo {
        margin: 0 auto;
        height: 30px
    }

    .mobile_menu_logo a {
        display: block;
        height: 30px
    }

    .mobile_menu_logo a img {
        display: block;
        height: 100%
    }

    .mobile_menu_burger {
        font-size: 26px;
        color: #fff
    }

    .header {
        display: none
    }

    .bottom_video {
        width: 100%;
        margin-bottom: 40px
    }

    .bottom_video a {
        margin: 0 auto;
        width: 280px;
        height: 160px
    }

    .bottom_forms {
        display: none
    }

    .mobile_form {
        display: flex;
        justify-content: center
    }

    .mobile_form a {
        display: block;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        background: #99362C;
        color: #fff;
        letter-spacing: 1px
    }

    .calc_title,.coupon_title,.delivery_title,.clients_title,.feedback_title,.faq_title,.question_title,.catalog_title,.page .header_title,.page h2 {
        font-size: 18px
    }

    form {
        font-size: 14px;
        width: 280px!important
    }

    .catalog_list {
        justify-content: space-around
    }

    .index .catalog_item:last-child {
        display: flex
    }

    .check_form {
        font-size: 10px;
        align-items: center
    }

    .delivery_list,.clients_list {
        flex-direction: column
    }

    .delivery_item,.clients_item {
        margin-bottom: 20px
    }

    .clients_item_title {
        text-align: center
    }

    .feedback_item a {
        width: 280px;
        height: 160px
    }

    .feedback_list {
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .feedback_item {
        margin-bottom: 20px
    }

    .faq_outer {
        flex-direction: column
    }

    .feedback_item:last-child {
        display: block
    }

    .faq_list {
        width: 100%;
        max-width: 560px
    }

    .footer_nav {
        display: none
    }

    .footer_logo a {
        width: 100%
    }

    .footer_logo img {
        width: auto;
        height: 30px
    }

    .footer_navbar {
        justify-content: center;
        margin-bottom: 20px
    }

    .footer_contacts {
        flex-direction: column
    }

    .top a,.top_worktime span,.footer_contacts a {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px
    }

    .footer_bottom {
        flex-direction: column
    }

    .footer_copy {
        margin-bottom: 20px;
        text-align: center
    }

    .calc_result {
        font-size: 18px
    }

    .calc_response .calc_more {
        width: 260px
    }

    .mobile_nav {
        padding: 20px;
        flex-direction: column
    }

    .mobile_nav .nav_link {
        margin-bottom: 20px
    }

    .mobile .mobile_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        z-index: 999;
    }

    .mobile_bottom_callback {
        width: 50%;
        background: #99362c;
        text-decoration: none;
        color: #fff;
        padding: 20px;
        text-transform: uppercase;
        text-align: center
    }

    .mobile_bottom_call {
        width: 50%;
        background: #2c9962;
        text-decoration: none;
        color: #fff;
        padding: 20px;
        text-transform: uppercase;
        text-align: center
    }

    .blog_item {
        flex-direction: column
    }

    .blog_image {
        width: 240px;
        height: 240px;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .blog_content {
        width: 100%
    }

    .blog_more {
        margin: 0 auto
    }

    .content p img {
        display: block;
        width: 100%;
        padding: 0!important;
        margin-bottom: 20px
    }

    .catalog,.content,.model {
        padding: 20px 0
    }

    .model .wrapper {
        flex-direction: column
    }

    .model_images {
        margin-left: auto;
        margin-right: auto;
        width: 280px
    }

    .model_link {
        width: 90px;
        height: 90px
    }

    .model_tech {
        width: 100%;
        padding: 0
    }

    .model_name {
        max-width: 180px
    }

    .model_link:first-child {
        width: 280px;
        height: 280px
    }

    label>* {
        pointer-events: none
    }

    .ios select,.ios input[type=checkbox] {
        -webkit-appearance: none
    }

    .ios .checkbox_form {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 20px;
        height: 16px
    }

    .ios .checkbox_form span {
        display: block;
        margin-left: 20px;
        padding-left: 7px;
        line-height: 20px;
        text-align: left
    }

    .ios .checkbox_form span::before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        background: #fdfdfd;
        border: 1px solid #e4e5e7;
        @include vendorize(box-shadow,inset 2px 2px 0 0 rgba(0,0,0,.1))}

    .ios .checkbox_form span::after {
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #0087b7;
        line-height: 20px;
        text-align: center
    }

    .ios .checkbox_form input[type="checkbox"] {
        opacity: 0;
        z-index: -1;
        position: absolute
    }

    .ios .checkbox_form input[type="checkbox"]:checked + span::after {
        font-family: "FontAwesome";
        content: "\f00c";
        background: #9a372c;
        color: #fff
    }

    .first_slide {
        min-height: auto
    }

    .index .catalog_item:nth-child(1),.index .catalog_item:nth-child(7),.index .catalog_item:nth-child(8) {
        display: none;
    }
}

#map {
    display: block;
    width: 100%;
    height: 400px;
    background: url(../img/maps.png) center center no-repeat;
    background-size: cover;
    flex: 0 0 auto;
}

.features {
    padding: 60px 0;
    background: #fff;
}

.features_title h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 60px;
}

.features_blocks {
    display: flex;
    justify-content: space-between;
}

.features_block {
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features_name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.features_f {
    margin-bottom: 30px;
}

.features_image {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1199px) {
    .features_block {
        width: 300px;
    }
}

@media screen and (max-width: 959px) {
    .features_blocks {
        flex-direction: column;
    }

    .features_block {
        width: 100%;
    }

    .features_image {
        max-width: 400px;
        margin: 0 auto;
    }

    .features {
        font-size: 14px;
    }

    .features_title h2 {
        font-size: 18px;
    }

    .features_name {
        font-size: 16px;
    }
}

.footer_logo img {
    opacity: 0
}


.warning {
    background: #fff;
    padding: 60px 0;
}

.warning_title h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 60px;
}

.warning_content {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
}

.warning_photo a img {
    display: block;
    width: 100%;
}

.warning_photo a {
    display: block;
    width: 150px !important;
    height: 150px !important;
}

.warning_photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social__right {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -50px;
}

.container__2col {
    display: flex;
}

.container__2col-left {
    margin-right: 20px;
}

@media screen and (max-width: 650px) {
    .container__2col {
        flex-direction: column;
    }
    
    .container__2col-left {
        text-align: center;
    }
}

.blog__section .row {
    display: flex;
    flex-wrap: wrap;
}

.blog__section_item {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.blog__section_image {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    max-height: 250px;
}

.blog__section_image img {
    display: inline-block;
    width: 250px;
}

.blog__section_content {
    text-align: center;
}

.blog__section_title {
    color: #333;
    text-decoration: none;
    
}

.blog__section_date {
    color: #ccc;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .blog__section_item {
        width: 33.3%;
    }
}

@media (max-width: 799px) {
    .blog__section_item {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .blog__section_item {
        width: 100%;
    }
}

.content__post {
    display: flex;
}

.content__image {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content__image img {
    display: block;
    width: 100%;
}

.content__date {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .content__post {
        flex-direction: column;
        align-items: center;
    }
    .content__image {
        margin-right: 0;
    }
    

.content__full {
    width: 100%;
}
}

.pagination__style {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.page__style {
    padding: 10px;
    color: #999;
}

.page__style a {
    color: #666;
    text-decoration: none;
}

.blog__section #pdopage {
    margin-bottom: 100px;
}

.footer_copy a {
    color: #d2d2d2;
    text-decoration: none;
}

.header_button {
    display: none;
    justify-content: center;
    margin-bottom: 20px;
}

.header_catalogLink {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #99362C;
    color: #fff;
    letter-spacing: 1px;
    border: 0;
}

@media screen and (max-width: 959px) {
    .header_button {
        display: flex;
    }
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.deliveryResponse_cost,
.deliveryResponse_time {
    position: relative;
}

.donut {
  display: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #99362c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: donut-spin 1.7s linear infinite;
}

.donut.showcircle {
    display: inline-block;
}

.delivery_form .donut {
    position: absolute;
    top: 20px;
    right: 180px;
}

.deliveryResponse_cost .donut,
.deliveryResponse_time .donut {
    position: absolute;
    margin-left: 10px;
}

.delivery_ul {
    z-index: 1;
}

.cartWrap {
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
}

.cartTable {
    display: flex;
    width: 900px;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 20px;
}

.cartTable__item {
    position: relative;
    display: flex;
}

.cartTable__item:not(:first-child) {
    border-top: 1px dashed #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.cartTable__image a {
    display: block;
    border: none;
}

.cartTable__image a:hover {
    border: none;
}

.cartTable__image a img {
    display: block;
    width: 200px;
    height: 200px;
}

.cartTable__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.cartTable__name {
    margin-bottom: 20px;
}

.cartTable__price {
    display: flex;
    font-size: 18px;
}

.cartTable__priceOne {
    margin-right: 20px;
    min-width: 200px;
}

.cartTable__count {
    margin-right: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cartTable__count form {
    display: flex;
}

.cartTable__count input[type=number] {
    width: 40px;
    text-align: center;
    padding: 2px;
    font-size: 14px;
}

.cartTable__remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.cartTable__count--down {
    width: 30px;
    text-align: center;
    font-weight: 600;
    color: #b13327;
    cursor: pointer;
}

.cartTable__count--up {
    width: 30px;
    text-align: center;
    font-weight: 600;
    color: #2c995d;
    cursor: pointer;
}

.cartTable__remove button {
    border: none;
    background: none;
    font-size: 30px;
    color: #b13327;
    cursor: pointer;
}

.offerTable {
    position: sticky;
    top: 80px;
    display: flex;
    width: 280px;
    flex-direction: column;
    padding: 20px;
    background-color: #f1f1f1;
}

.offerTable__block {
    margin-bottom: 20px;
}

.offerTable a {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #99362C;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
}

.offerTable button {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #99362C;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.offerTable__count,
.offerTable__cost {
    display: flex;
    justify-content: space-between;
}

.orderTable {
    display: flex;
    flex-direction: column;
    width: 900px;
}

.orderTable__block {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.orderTable__block:last-child {
    margin: 0;
}

.orderTable__title {
    width: 100%;
    background-color: #2d2d2d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.orderTable__group {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.orderTable__inputContainer input {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 20px;
}

.orderTable__delivery .delivery {
    background: none;
    padding: 0;
}

.orderTable__label {
    font-size: 20px;
}

.orderTable__delivery {
    width: 560px;
    margin: 0 auto;
    font-size: 20px;
}

.orderTable__delivery p {
    font-size: 16px;
    margin: 0;
}

.orderTable__delivery .checkbox {
    margin-bottom: 20px;
}

.orderTable__group textarea {
    resize: vertical;
    width: 100%;
    height: 120px;
    padding: 20px;
    font-size: 16px;
}

#msCart p a {
    color: #99362c !important;
}

.catalogItemForm {
    width: 100% !important;
}

#msOrder {
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .cartTable,
    .orderTable {
        width: 660px;
    }
}

@media screen and (max-width: 959px) {
    #msOrder {
        width: 100% !important;
    }
    
    #msOrder .orderTable {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .orderTable__group {
        width: 100%;
        padding: 0 20px;
    }
    
    .orderTable__delivery {
        width: 100%;
        padding: 0 20px;
    }
    
    .cartTable {
        order: 2;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    .cartWrap {
        flex-direction: column;
    }
    
    .offerTable {
        order: 1;
        position: relative;
        top: auto;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .cartTable__remove {
        top: 0;
        transform: inherit;
    }
    
    .cartTable__remove form {
        width: auto !important;
    }
    
    .cartTable__item {
        flex-direction: column;
        align-items: center;
    }
    
    .cartTable__detail {
        align-items: center;
    }
    
    .cartTable__price {
        align-items: center;
        flex-direction: column;
    }
    
    .cartTable__priceOne {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .cartTable__count form {
        width: auto !important;
    }
}

.miniCartSticky {
    position: fixed;
    right: 30px;
    bottom: 120px;
}

.miniCartIcon__link {
    display: flex;
    padding: 10px;
    background-color: #99362c;
    border-radius: 50%;
}

.miniCartIcon__link .ms2_total_count {
    position: absolute;
    display: flex;
    top: -5px;
    right: -5px;
    background-color: #2c995d;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.model__addCart form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
    .model__addCart form {
        width: 100% !important;
    }
}

.model__addCart #product_price {
    display: none;
}

.model__addCart button {
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #2c995d;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    transition: all .3s;
}

.model__addCart-consult {
    text-align: center;
}

.model__addCart-consult a {
    color: #99362C;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px dashed #99362C;
    transition: all .3s;
}

.model__addCart-consult a:hover {
    border-bottom: 1px dashed transparent;
}

.catalog__infoYo {
    text-align: center;
    margin-top: 10px;
}