body,
div,
a {
    margin: 0;
    padding: 0;
    border: 0
}

a {
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    text-decoration: none
}

a:focus {
    outline: 0
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: Arial;
    background: #efefef
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.wrap1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.wrap2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@font-face {
    font-family: "RobotoCondensedBold";
    src: url("../fonts/RobotoCondensedBold.eot");
    src: url("../fonts/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensedBold.woff") format("woff"), url("../fonts/RobotoCondensedBold.ttf") format("truetype")
}

@font-face {
    font-family: "MontserratRegular";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "MontserratMedium";
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "MontserratBold";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype")
}


.my_icon_one_click {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/icon_one_click.png") no-repeat;
    background-position: 0px 0px
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
    padding: 15px
}

.breadcrumb li a {
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular;
    line-height: 1.5
}

.breadcrumb li:before {
    color: #161616
}

.breadcrumb li.active {
    color: #a6a6a6;
    font-size: 16px;
    font-family: MontserratRegular;
    line-height: 1.5
}

@media (max-width: 768px) {
    .breadcrumb li a {
        font-size: 14px;
        line-height: 1.3
    }

    .breadcrumb li.active {
        font-size: 14px;
        line-height: 1.3
    }

    .breadcrumb li:before {
        padding: 0px 0px 0px 5px !important
    }
}

@media (max-width: 480px) {
    .breadcrumb li a {
        font-size: 12px;
        line-height: 1.2
    }

    .breadcrumb li.active {
        font-size: 12px;
        line-height: 1.2
    }
}

.content {
    width: 1170px;
    margin: 0 auto
}

.header {
    width: 100%
}

.header .header__top {
    background: #00529a;
    height: 90px
}

.header .header__top .header__top__logo {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    padding-right: 34px
}

.header .header__top .header__top__logo img {
    width: 100%;
    max-width: 100%
}

.header .header__top .header__top__contact {
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 16px;
    font-family: MontserratRegular;
    color: #fff;
    line-height: 1.0
}

.header .header__top .header__top__contact .header__top__contact-left {
    float: left;
    width: 292px;
    margin-right: 10px
}

.header .header__top .header__top__contact .header__top__contact-left .header__top__contact_map {
    margin-bottom: 14px
}

.header .header__top .header__top__contact .header__top__contact-left .header__top__contact_map span {
    display: inline-block;
    vertical-align: top
}

.header .header__top .header__top__contact .header__top__contact-right {
    float: right;
    width: 182px
}

.header .header__top .header__top__contact .header__top__contact-right .header__top__contact_phone {
    margin-bottom: 10px
}

.header .header__top .header__top__contact .header__top__contact-right .header__top__contact_callback .btn_callback {
    display: block;
    background: #00bf44;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    line-height: 32px;
    text-align: center
}

.header .header__top .header__top__contact .header__top__contact-right .header__top__contact_callback .btn_callback:hover {
    background: #00aa14
}

.header .header__top .header__top__contact i {
    width: 16px;
    color: #fdcc2e;
    margin-right: 5px;
    text-align: center
}

.header .header__bottom {
    background: #0965b6;
    height: 56px
}

.header .header__bottom .header__bottom__search {
    padding-left: 15px;
    float: left;
    padding-top: 12px;
    margin-right: 60px
}

.header .header__bottom .header__bottom__search input {
    width: 625px;
    height: 32px;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    padding: 6px 15px;
    color: #555555;
    font-size: 16px;
    font-family: MontserratRegular
}

.header .header__bottom .header__bottom__search .btn {
    width: 40px;
    height: 32px;
    background: #fdcc2e;
    color: #161616;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border: none
}

.header .header__bottom .header__bottom__search .btn i {
    font-size: 16px
}

.header .header__bottom .header__bottom__search .btn:hover {
    background: #fdbb2e
}

.header .header__bottom .header__bottom__prais {
    float: left;
    padding-top: 12px
}

.header .header__bottom .header__bottom__prais .btn_prais {
    width: 185px;
    height: 32px;
    background: #fdcc2e;
    color: #333333;
    font-size: 16px;
    font-family: MontserratMedium;
    display: block;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.header .header__bottom .header__bottom__prais .btn_prais i {
    margin-right: 10px
}

.header .header__bottom .header__bottom__prais .btn_prais:hover {
    background: #fdbb2e
}

.header .header__bottom .header__bottom__cart .badge {
    display: none
}

.menu {
    background: #fff;
    width: 100%;
    height: 40px
}

.menu .icon-menu {
    display: none
}

.menu .menu_fon ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.menu .menu_fon ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px
}

.menu .menu_fon ul li a {
    display: block;
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular
}

.menu .menu_fon ul li.sale {
    background: #ff5152
}

.menu .menu_fon ul li.sale a {
    color: #fff
}

.menu .menu_fon ul li:hover,
.menu .menu_fon ul li.active {
    background: #fdcc2e
}

.menu .menu_fon ul li:hover a,
.menu .menu_fon ul li.active a {
    color: #161616
}

.menu .menu_fon ul li.active.sale {
    background: #ff5152
}

.menu .menu_fon ul li.active.sale a {
    color: #fff
}

.slider_home {
    margin: 20px 0px 35px;
    position: relative
}

.slider_home img {
    width: 100%;
    max-width: 100%
}

.slider_home .txt_slider {
    position: absolute;
    top: 78px;
    left: 50%;
    width: 650px;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px)
}

.slider_home .txt_slider .name_slide {
    text-align: center;
    color: #fdcc2e;
    font-size: 36px;
    font-family: MontserratBold
}

.slider_home .txt_slider .name_slide span {
    color: #fff
}

.slider_home .txt_slider .btn_callback {
    display: block;
    background: #00bf44;
    width: 260px;
    height: 50px;
    margin: 60px auto 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-family: MontserratMedium;
    letter-spacing: 2px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.slider_home .txt_slider .btn_callback:hover {
    background: #00aa14
}

.content_block {
    position: relative
}

.content_block .sidebar_left {
    width: 288px;
    float: left
}

.content_block .sidebar_left ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.content_block .sidebar_left ul li {
    display: block;
    width: 100%;
    background: #fff;
    padding: 5px 20px;
    margin-bottom: 10px
}

.content_block .sidebar_left ul li a {
    display: block;
    color: #161616;
    font-size: 14px;
    font-family: Arial
}

.content_block .sidebar_left ul li a span,
.content_block .sidebar_left ul li a img {
    display: inline-block;
    vertical-align: middle
}

.content_block .sidebar_left ul li a span {
    width: calc(100% - 60px);
    margin: 0 0 0 4px
}

.content_block .sidebar_left ul li:hover,
.content_block .sidebar_left ul li.active {
    background: #69a9e2
}

.content_block .sidebar_left ul li:hover a,
.content_block .sidebar_left ul li.active a {
    color: #fff
}

.content_block .sidebar_left .sidebar_form_help {
    margin-top: 20px;
    border: 3px solid #FDCC2E
}

.content_block .sidebar_left .sidebar_form_help .form_block {
    background: #fff
}

.content_block .sidebar_left .sidebar_form_help .form_block h2 {
    background: #FDCC2E;
    color: #000;
    font-size: 18px;
    font-family: MontserratMedium;
    height: 40px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center
}

.content_block .sidebar_left .sidebar_form_help .form_block .desc {
    padding: 15px 15px 20px;
    text-align: center;
    color: #3d3d3d;
    font-size: 16px;
    font-family: MontserratRegular
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick {
    padding: 0px 20px 20px
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .form-group {
    height: 56px;
    margin-bottom: 0px
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .form-group label {
    display: none
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .form-group input {
    width: 100%;
    height: 40px;
    border: none;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    moz-border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 0px 0px 0px 64px;
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .form-group .input-group {
    width: 100%
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .form-group .input-group .input-group-addon {
    padding: 0px;
    color: #c9c9c9;
    background-color: inherit;
    border: none;
    border-radius: 0px;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -8px;
    left: 15px;
    padding-right: 31px;
    border-right: 1px solid #c9c9c9
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .form-group .input-group .input-group-addon i {
    font-size: 16px
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .btn {
    color: #333333;
    font-size: 18px;
    font-family: MontserratMedium;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fdcc2e;
    padding: 0px
}

.content_block .sidebar_left .sidebar_form_help .form_block .form_helppick .btn:hover {
    background: #fdbb2e
}

.content_block .sidebar_left .sidebar {
    display: none
}

.modal-success-message {
    font-size: 16px;
    font-family: Arial;
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px 10px
}

.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0
}

.advantages .advantages-item {
    width: 33%;
    padding: 0 15px;
    margin-bottom: 30px
}

.advantages .advantages-item .advantages-item-container {
    width: 100%;
    height: 190px;
    background-color: #fff;
    border: 1px solid #fdcc2e;
    position: relative
}

.advantages .advantages-item .advantages-item-container .item-text {
    font-family: MontserratBold;
    font-size: 24px;
    color: #00529a;
    margin: 20px 0 0 30px;
    line-height: 1.2
}

.advantages .advantages-item .advantages-item-container .item-img {
    position: absolute;
    right: 25px;
    bottom: 20px
}

@media (max-width: 1200px) {
    .content {
        width: 960px
    }

    .header {
        width: 100%
    }

    .header .header__top {
        height: 95px
    }

    .header .header__top .header__top__contact {
        width: 300px;
        font-size: 14px;
        line-height: 1.1
    }

    .header .header__top .header__top__contact .header__top__contact-left {
        width: 100%;
        margin-right: 0px
    }

    .header .header__top .header__top__contact .header__top__contact-left .header__top__contact_map {
        margin-bottom: 0px
    }

    .header .header__top .header__top__contact .header__top__contact-right {
        width: 100%
    }

    .header .header__top .header__top__contact .header__top__contact-right .header__top__contact_phone {
        margin-bottom: 3px
    }

    .header .header__top .header__top__contact .header__top__contact-right .header__top__contact_callback .btn_callback {
        height: 25px;
        line-height: 25px
    }

    .header .header__bottom .header__bottom__search input {
        width: 435px
    }

    .slider_home .txt_slider {
        top: 60px
    }

    .slider_home .txt_slider .btn_callback {
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 1000px) {
    .content {
        width: 100%
    }

    .header {
        width: 100%
    }

    .header .header__top .content {
        display: table
    }

    .header .header__top .header__top__logo {
        width: calc(100% - 290px)
    }

    .header .header__top .header__top__contact {
        width: 290px;
        font-size: 14px;
        line-height: 1.1
    }

    .header .header__top .header__top__contact .header__top__contact-left {
        width: 100%;
        margin-right: 0px
    }

    .header .header__top .header__top__contact .header__top__contact-left .header__top__contact_map {
        margin-bottom: 0px
    }

    .header .header__top .header__top__contact .header__top__contact-right {
        width: 100%
    }

    .header .header__top .header__top__contact .header__top__contact-right .header__top__contact_phone {
        margin-bottom: 3px
    }

    .header .header__top .header__top__contact .header__top__contact-right .header__top__contact_callback .btn_callback {
        height: 25px;
        line-height: 25px
    }

    .header .header__bottom .header__bottom__search {
        width: calc(100% - 435px);
        margin-right: 40px
    }

    .header .header__bottom .header__bottom__search input {
        width: calc(100% - 40px)
    }

    .slider_home .txt_slider {
        top: 10%
    }

    .slider_home .txt_slider .name_slide {
        font-size: 32px
    }

    .slider_home .txt_slider .btn_callback {
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin: 30px auto 0px
    }

    .content_block .sidebar_left {
        position: absolute;
        top: 0px;
        left: -288px;
        float: none
    }

    .content_block .sidebar_left .sidebar {
        cursor: pointer;
        display: block;
        position: absolute;
        left: 0px;
        top: 100px;
        background: #0965b6;
        border-radius: 0px 0px 6px 6px;
        z-index: 99999;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 150px;
        height: 20px;
        margin-left: -65px;
        text-align: center
    }

    .content_block .sidebar_left .sidebar a:hover {
        text-decoration: none
    }

    .content_block .sidebar_left .sidebar span {
        display: inline-block;
        font-family: MontserratMedium;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 0;
        opacity: 1;
        -webkit-transition: opacity .3s ease .3s, right .3s ease .3s, height .3s ease;
        transition: opacity .3s ease .3s, right .3s ease .3s, height .3s ease;
        text-align: left;
        position: relative;
        padding-top: 0px
    }

    .content_block .sidebar_left .sidebar .fa-chevron-up,
    .content_block .sidebar_left .sidebar .fa-chevron-down {
        padding-right: 3px;
        color: #fff
    }

    .advantages .advantages-item {
        width: 33%;
        padding: 0 15px;
        margin-bottom: 20px
    }

    .advantages .advantages-item .advantages-item-container {
        height: 170px
    }

    .advantages .advantages-item .advantages-item-container .item-text {
        font-size: 20px;
        margin: 10px 0 0 10px;
        line-height: 1.2
    }
}

@media (max-width: 768px) {
    .header .header__bottom .header__bottom__search {
        width: calc(100% - 425px);
        margin-right: 30px
    }

    .header .header__bottom .header__bottom__search input {
        display: inline-block
    }

    .header .header__bottom .header__bottom__prais .btn_prais {
        width: 170px
    }

    .menu {
        position: relative
    }

    .menu .icon-menu {
        cursor: pointer;
        display: block;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #161616;
        z-index: 10;
        width: auto;
        padding: 0px;
        height: 14px;
        font-size: 14px;
        font-family: MontserratRegular;
        text-transform: uppercase;
        line-height: 1.0
    }

    .menu .icon-menu .fa-bars {
        margin-right: 5px
    }

    .menu .menu_fon {
        background: #0965b6;
        width: 100%;
        height: auto;
        position: relative;
        top: 40px;
        display: none;
        padding: 5px 20px;
        z-index: 10
    }

    .menu .menu_fon ul {
        width: 100%;
        min-height: 65px;
        margin: 0 auto;
        line-height: 1.5
    }

    .menu .menu_fon ul li {
        width: 100%;
        display: block;
        background: none;
        padding: 5px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        border-bottom: 1px solid #ccc
    }

    .menu .menu_fon ul li a {
        color: #fff;
        font-size: 16px;
        border-bottom: none;
        padding-bottom: 0px
    }

    .menu .menu_fon ul li:last-child {
        border: none
    }

    .menu .menu_fon ul li:hover {
        background: none
    }

    .menu .menu_fon ul li:hover a {
        color: #000;
        text-decoration: none;
        border-bottom: none
    }

    .slider_home .txt_slider {
        width: 90%
    }

    .slider_home .txt_slider .name_slide {
        font-size: 4.2vw
    }

    .slider_home .txt_slider .btn_callback {
        width: 225px;
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }

    .advantages {
        padding: 0 15px
    }

    .advantages .advantages-item {
        width: 32%;
        padding: 0;
        margin-bottom: 15px
    }

    .advantages .advantages-item .advantages-item-container {
        height: 170px
    }

    .advantages .advantages-item .advantages-item-container .item-text {
        font-size: 18px
    }
}

@media (max-width: 640px) {
    .header .header__top {
        height: auto
    }

    .header .header__top .header__top__logo {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 15px
    }

    .header .header__top .header__top__contact {
        display: block;
        margin: 0 auto 10px;
        padding: 0px;
        text-align: center
    }

    .header .header__bottom .header__bottom__search {
        width: calc(100% - 255px)
    }

    .header .header__bottom .header__bottom__search input {
        font-size: 16px
    }

    .header .header__bottom .header__bottom__prais .btn_prais {
        width: 150px;
        font-size: 14px;
        line-height: 36px
    }

    .header .header__bottom .header__bottom__prais .btn_prais i {
        margin-right: 5px
    }

    .header .header__bottom .header__bottom__cart .header-cart__icon .badge {
        display: inline-block
    }

    .header .header__bottom .header-cart__text-wrap {
        display: none
    }

    .slider_home .txt_slider .btn_callback {
        width: 200px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        margin: 20px auto 0px
    }

    .slider_home .slick-prev {
        left: 15px;
        width: 10px;
        height: 17px
    }

    .slider_home .slick-prev:before {
        content: url("../stick/prev_object_640.png")
    }

    .slider_home .slick-next {
        right: 15px;
        width: 10px;
        height: 17px
    }

    .slider_home .slick-next:before {
        content: url("../stick/next_object_640.png")
    }

    .slider_home .slick-dots {
        bottom: 10px
    }

    .slider_home .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 2px;
        background: url("../stick/li_dots_640.png") no-repeat
    }

    .slider_home .slick-dots li.slick-active {
        background: url("../stick/li_dots_activ_640.png") no-repeat
    }

    .advantages .advantages-item {
        width: 48%
    }

    .advantages .advantages-item .advantages-item-container .item-text {
        font-size: 17px
    }
}

@media (max-width: 480px) {
    .header .header__bottom .header__bottom__search {
        width: calc(100% - 210px);
        margin-right: 10px
    }

    .header .header__bottom .header__bottom__search input {
        font-size: 14px;
        vertical-align: top;
        padding: 6px 5px
    }

    .header .header__bottom .header__bottom__prais .btn_prais {
        width: 135px
    }

    .slider_home .txt_slider .name_slide {
        font-size: 4.5vw
    }

    .slider_home .txt_slider .btn_callback {
        width: 180px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px auto 0px;
        letter-spacing: 0px
    }

    .slider_home .slick-prev {
        left: 5px
    }

    .slider_home .slick-next {
        right: 5px
    }

    .slider_home .slick-dots {
        bottom: 5px
    }
}

@media (max-width: 400px) {
    .header .header__bottom .header__bottom__search {
        width: calc(100% - 160px)
    }

    .header .header__bottom .header__bottom__search input {
        width: calc(100% - 32px)
    }

    .header .header__bottom .header__bottom__search .btn {
        width: 32px;
        padding: 6px
    }

    .header .header__bottom .header__bottom__search .btn i {
        font-size: 14px
    }

    .header .header__bottom .header__bottom__prais .btn_prais {
        width: 85px;
        text-transform: capitalize
    }

    .header .header__bottom .header__bottom__prais .btn_prais .mob_hide_xs {
        display: none
    }

    .advantages .advantages-item {
        width: 100%
    }

    .advantages .advantages-item .advantages-item-container .item-text {
        font-size: 24px
    }
}

.border_product,
.catalog .catalog__category .catalog__category__item,
.catalog .catalog__product .catalog__product__items .item {
    width: 270px;
    border: 1px solid #dddddd;
    position: relative;
    float: left;
    margin: 5px
}

.border_product .item__photo,
.catalog .catalog__category .catalog__category__item .item__photo,
.catalog .catalog__product .catalog__product__items .item .item__photo {
    text-align: center;
    width: 163px;
    height: 163px;
    line-height: 163px;
    margin: 20px auto 15px
}

.border_product .item__photo img,
.catalog .catalog__category .catalog__category__item .item__photo img,
.catalog .catalog__product .catalog__product__items .item .item__photo img {
    max-width: 100%;
    max-height: 100%
}

.border_product .item__name,
.catalog .catalog__category .catalog__category__item .item__name,
.catalog .catalog__product .catalog__product__items .item .item__name {
    padding: 0px 30px;
    text-align: center;
    height: 50px
}

.border_product .item__name a,
.catalog .catalog__category .catalog__category__item .item__name a,
.catalog .catalog__product .catalog__product__items .item .item__name a {
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular
}

.border_product .item-description,
.catalog .catalog__category .catalog__category__item .item-description,
.catalog .catalog__product .catalog__product__items .item .item-description {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 150px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.border_product .item-description .item__name,
.catalog .catalog__category .catalog__category__item .item-description .item__name,
.catalog .catalog__product .catalog__product__items .item .item-description .item__name {
    width: 100%;
    text-align: left;
    padding: 0;
    height: 50px
}

.border_product .item-description .item__name a,
.catalog .catalog__category .catalog__category__item .item-description .item__name a,
.catalog .catalog__product .catalog__product__items .item .item-description .item__name a {
    color: #000;
    font-family: MontserratBold;
    font-size: 18px;
    margin: 10px 0 15px
}

.border_product .item-description .item-char,
.catalog .catalog__category .catalog__category__item .item-description .item-char,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char {
    width: 50%
}

.border_product .item-description .item-char .char-block,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.border_product .item-description .item-char .char-block span,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block span,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block span {
    width: 50%;
    font-family: MontserratRegular;
    font-size: 13px;
    text-align: left
}

.border_product .item-description .item-char .char-block span.text,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block span.text,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block span.text {
    color: #b1b1b1
}

.border_product .item-description .item-char .char-block.item__price,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block.item__price,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block.item__price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.border_product .item-description .item-char .char-block.item__price span.text,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block.item__price span.text,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block.item__price span.text {
    width: 100%
}

.border_product .item-description .item-char .char-block.item__price span.value,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block.item__price span.value,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block.item__price span.value {
    width: 100%;
    font-family: MontserratBold;
    font-size: 24px;
    color: #fda527
}

.border_product .item-description .item-char .char-block.item__price span.value i,
.catalog .catalog__category .catalog__category__item .item-description .item-char .char-block.item__price span.value i,
.catalog .catalog__product .catalog__product__items .item .item-description .item-char .char-block.item__price span.value i {
    font-size: 21px;
    margin-left: 5px
}

.border_product .item-description .item-buttons,
.catalog .catalog__category .catalog__category__item .item-description .item-buttons,
.catalog .catalog__product .catalog__product__items .item .item-description .item-buttons {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    height: 123px
}

.border_product .item-description .item-buttons a,
.catalog .catalog__category .catalog__category__item .item-description .item-buttons a,
.catalog .catalog__product .catalog__product__items .item .item-description .item-buttons a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #fda527;
    border: 1px solid #fda527;
    font-family: MontserratBold;
    font-size: 14px;
    line-height: 1;
    background-color: #fff
}

.border_product .item-description .item-buttons a.btn_one_click i,
.catalog .catalog__category .catalog__category__item .item-description .item-buttons a.btn_one_click i,
.catalog .catalog__product .catalog__product__items .item .item-description .item-buttons a.btn_one_click i {
    display: none
}

.border_product .item-description .item-buttons a:hover,
.catalog .catalog__category .catalog__category__item .item-description .item-buttons a:hover,
.catalog .catalog__product .catalog__product__items .item .item-description .item-buttons a:hover {
    color: #fff;
    background-color: #fda527
}

.border_product .item__sale,
.catalog .catalog__category .catalog__category__item .item__sale,
.catalog .catalog__product .catalog__product__items .item .item__sale {
    position: absolute;
    right: 0;
    top: -15px;
    width: 150px
}

.border_product .item__old-price,
.catalog .catalog__category .catalog__category__item .item__old-price,
.catalog .catalog__product .catalog__product__items .item .item__old-price {
    color: #b3b3b3;
    font-size: 15px;
    font-family: MontserratBold;
    text-align: center;
    height: 15px
}

.border_product .item__price,
.catalog .catalog__category .catalog__category__item .item__price,
.catalog .catalog__product .catalog__product__items .item .item__price {
    color: #eca100;
    font-size: 18px;
    font-family: MontserratBold;
    text-align: center
}

.border_product .item__cart,
.catalog .catalog__category .catalog__category__item .item__cart,
.catalog .catalog__product .catalog__product__items .item .item__cart {
    margin: 5px 10px;
    text-align: center
}

.border_product .item__cart:after,
.catalog .catalog__category .catalog__category__item .item__cart:after,
.catalog .catalog__product .catalog__product__items .item .item__cart:after {
    clear: both;
    content: '';
    display: block
}

.border_product:hover,
.catalog .catalog__category .catalog__category__item:hover,
.catalog .catalog__product .catalog__product__items .item:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

.btn_cart {
    background: #00bf44;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    padding: 7px 20px
}

.btn_cart i {
    margin-right: 10px
}

.btn_cart:hover,
.btn_cart:focus,
.btn_cart:active {
    background: #17a94b;
    color: #fff
}

.catalog {
    width: 862px;
    float: right
}

.catalog h1 {
    color: #161616;
    font-size: 24px;
    font-family: MontserratMedium;
    padding: 0;
    margin: 20px 5px 20px
}

.catalog .catalog__category {
    background: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 20px
}

.catalog .catalog__category.catalog__category2 {
    min-height: 425px
}

.catalog .catalog__category .catalog__category__item {
    height: 288px
}

.catalog .catalog__category:after {
    clear: both;
    content: '';
    display: block
}

.catalog .content_text {
    background: #fff;
    display: block;
    padding: 20px;
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular
}

.catalog .content_text h1 {
    color: #161616;
    font-size: 18px;
    font-family: RobotoCondensedBold;
    padding: 0;
    margin: 0px 0px 15px
}

.catalog .catalog__product {
    background: #fff;
    display: block;
    padding: 10px
}

.catalog .catalog__product .sorter {
    text-align: right;
    padding: 0px 10px 25px
}

.catalog .catalog__product .sorter .sorter__description {
    display: inline-block;
    color: #a5a3a3;
    font-size: 16px;
    font-family: Arial
}

.catalog .catalog__product .sorter ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.catalog .catalog__product .sorter ul li {
    display: inline-block;
    margin-left: 20px
}

.catalog .catalog__product .sorter ul li a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #a5a3a3;
    font-size: 16px;
    font-family: Arial
}

.catalog .catalog__product .sorter ul li a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    position: relative
}

.catalog .catalog__product .sorter ul li a.asc {
    color: #161616
}

.catalog .catalog__product .sorter ul li a.asc:after {
    content: '\f106';
    top: 0px
}

.catalog .catalog__product .sorter ul li a.desc {
    color: #161616
}

.catalog .catalog__product .sorter ul li a.desc:after {
    content: '\f107';
    top: 1px
}

.catalog .catalog__product .catalog__product__items .item {
    height: 385px !important
}

.catalog .catalog__product .catalog__product__items .item.item-sale {
    height: 340px
}

.catalog .catalog__product .catalog__product__items:after {
    clear: both;
    content: '';
    display: block
}

.catalog .catalog__product .filter-block {
    width: 250px;
    position: absolute;
    margin: 0px 0px 0px 5px
}

.catalog .catalog__product .filter-block span {
    display: inline;
    margin: 0px 10px 0px 0px;
    color: #a5a3a3;
    font-size: 16px;
    font-family: Arial
}

.catalog .catalog__product .filter-block .filter-block-checkbox-list {
    display: inline
}

.catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    min-height: 20px;
    padding: 0px;
    margin: 0px 7px 5px 0px
}

.catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

.catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox input[type="checkbox"]+label {
    display: inline-block;
    background: url(../images/checkbox.png) 0 0 no-repeat;
    padding: 0px 0px 0px 25px;
    height: 20px
}

.catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox input[type="checkbox"]:checked+label {
    background-position: 0 -25px
}

.catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox label {
    color: #a5a3a3;
    font-size: 16px;
    font-family: Arial
}

.catalog .catalog__product .list-view-loading {
    background-position-y: 20px;
    background-position-x: 5px
}

.catalog .products {
    background: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 617px
}

.catalog .products .products__left {
    width: 462px;
    float: left
}

.catalog .products .products__left .products__left_image {
    width: 100%;
    height: 450px
}

.catalog .products .products__left .products__left_image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.catalog .products .products__right {
    float: right;
    width: 360px;
    padding: 0px 5px 0px 15px
}

.catalog .products .products__right .products__right_description table {
    width: 100%
}

.catalog .products .products__right .products__right_description table tr td {
    font-size: 16px;
    font-family: MontserratMedium;
    border-right: 1px solid #fff;
    height: 40px;
    vertical-align: middle
}

.catalog .products .products__right .products__right_description table thead tr td {
    background: #0965b6;
    color: #fff
}

.catalog .products .products__right .products__right_description table tbody tr td {
    color: #161616;
    font-family: MontserratRegular
}

.catalog .products .products__right .products__right_description table tbody tr:nth-child(even) td {
    background: #eeeeee
}

.catalog .products .products__right .products__right_description table tbody tr:last-child {
    border-bottom: 1px solid #eeeeee
}

.catalog .products .products__right .products__right_price {
    text-align: center;
    color: #161616;
    font-size: 20px;
    font-family: MontserratMedium;
    padding: 11px 0px
}

.catalog .products .products__right .products__right_price span {
    padding-left: 10px;
    color: #eca100;
    font-size: 30px
}

.catalog .products .products__right .products__right_cart {
    margin: 0px 0px 10px
}

.catalog .products .products__right .products__right_cart .btn_cart {
    padding: 4px 20px;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 30px
}

.catalog .products .products__right .products__right_one_click .btn_one_click {
    text-align: center;
    display: block;
    border: 2px solid #00bf44;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 20px;
    color: #00bf44;
    font-size: 16px;
    font-family: MontserratMedium;
    height: 30px
}

.catalog .products .products__right .products__right_one_click .btn_one_click i {
    margin-right: 10px
}

.catalog .products .products__right .products__right_one_click .btn_one_click:hover {
    background: #00bf44;
    color: #fff
}

.catalog .products .products__right .products__right_one_click .btn_one_click:hover .my_icon_one_click {
    background-position: 0px -24px
}

.catalog .products .products__right .products__right__comerc {
    margin: 20px 0px 0px
}

.catalog .products .products__right .products__right__comerc .btn_comerc {
    background: #00529a;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    padding: 8px 20px
}

.catalog .products .products__right .products__right__comerc .btn_comerc .my_icon_comerc {
    display: block;
    width: 22px;
    height: 29px;
    background: url("../images/icon_comerc.png") no-repeat;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 10px
}

.catalog .products .products__right .products__right__comerc .btn_comerc span {
    display: table-cell;
    vertical-align: middle;
    height: 29px;
    line-height: 1.2;
    text-align: left
}

.catalog .products .products__right .products__right__comerc .btn_comerc:after {
    clear: both;
    content: '';
    display: block
}

.catalog .products:after {
    clear: both;
    content: '';
    display: block
}

.wrapper-dropdown-ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    webkit-align-items: center;
    width: 100%;
    height: 26px;
    padding: 0px 0px 0px 10px;
    background: #fff;
    border: 1px solid #bdbdbd;
    cursor: pointer;
    outline: none;
    text-align: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.wrapper-dropdown-ul.wrapper-dropdown-ul-sm {
    max-width: 281px;
    margin: 30px 0px 15px
}

.wrapper-dropdown-ul .filter-block__title {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    color: #a5a3a3;
    font-size: 16px;
    font-family: Arial;
    line-height: 1.0;
    padding: 3px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.wrapper-dropdown-ul:after {
    content: "";
    width: 15px;
    height: 9px;
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 10px;
    margin-top: -4.5px;
    background: url("../images/arrow.png") no-repeat
}

.wrapper-dropdown-ul .filter-block__body {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.wrapper-dropdown-ul .filter-block__body .checkbox {
    display: block;
    height: 20px;
    min-height: 20px;
    padding: 0px;
    margin: 0px 7px 10px 0px
}

.wrapper-dropdown-ul .filter-block__body .checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

.wrapper-dropdown-ul .filter-block__body .checkbox input[type="checkbox"]+label {
    display: inline-block;
    background: url(../images/checkbox.png) 0 0 no-repeat;
    padding: 0px 0px 0px 25px;
    height: 20px
}

.wrapper-dropdown-ul .filter-block__body .checkbox input[type="checkbox"]:checked+label {
    background-position: 0 -25px
}

.wrapper-dropdown-ul .filter-block__body .checkbox label {
    color: #a5a3a3;
    font-size: 16px;
    font-family: Arial
}

.wrapper-dropdown-ul.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrapper-dropdown-ul.active .filter-block__body {
    padding: 15px 20px;
    max-height: 400px;
    background: #fff;
    border-top: 1px solid #bdbdbd;
    -webkit-box-shadow: 4px 4px 16px -4px rgba(0, 0, 0, 0.3), -4px 4px 16px -4px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 4px 4px 16px -4px rgba(0, 0, 0, 0.3), -4px 4px 16px -4px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 4px 4px 16px -4px rgba(0, 0, 0, 0.3), -4px 4px 16px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px -4px rgba(0, 0, 0, 0.3), -4px 4px 16px -4px rgba(0, 0, 0, 0.3)
}

.wrapper-dropdown-ul.active .filter-block__body:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 15px;
    background: #FFF
}

.product-day .border_product,
.product-day .catalog .catalog__category .catalog__category__item,
.catalog .catalog__category .product-day .catalog__category__item,
.product-day .catalog .catalog__product .catalog__product__items .item,
.catalog .catalog__product .catalog__product__items .product-day .item {
    width: 100%;
    border: none;
    height: auto;
    margin: 0;
    float: none;
    padding: 0 0 22px;
    background: #fff
}

.product-day .border_product:hover,
.product-day .catalog .catalog__category .catalog__category__item:hover,
.catalog .catalog__category .product-day .catalog__category__item:hover,
.product-day .catalog .catalog__product .catalog__product__items .item:hover,
.catalog .catalog__product .catalog__product__items .product-day .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 1200px) {

    .border_product,
    .catalog .catalog__category .catalog__category__item,
    .catalog .catalog__product .catalog__product__items .item {
        float: none;
        display: inline-table;
        vertical-align: top
    }

    .catalog {
        width: calc(100% - 310px)
    }

    .catalog .catalog__category,
    .catalog .catalog__product {
        text-align: center
    }

    .catalog .products .products__left {
        float: none;
        margin: 0 auto
    }

    .catalog .products .products__right {
        width: 100%
    }

    .catalog .products .products__right .products__right_cart {
        width: 49%;
        float: left
    }

    .catalog .products .products__right .products__right_one_click {
        width: 49%;
        float: right
    }

    .catalog .products .products__right .products__right__comerc {
        width: 300px;
        margin: 0 auto
    }

    .catalog .products .products__right .products__right__comerc:before {
        clear: both;
        content: '';
        display: block
    }

    .catalog .products:after {
        clear: both;
        content: '';
        display: block
    }
}

@media (max-width: 1000px) {
    .catalog {
        width: 100%;
        float: none
    }

    .catalog .catalog__category,
    .catalog .catalog__product {
        padding: 20px
    }

    .catalog .products .products__left {
        width: 400px;
        float: left
    }

    .catalog .products .products__right {
        float: right;
        width: calc(100% - 400px)
    }

    .catalog .products .products__right .products__right_cart,
    .catalog .products .products__right .products__right_one_click {
        width: 100%;
        float: none
    }

    .catalog .products .products__right .products__right__comerc {
        width: 100%;
        margin: 20px 0px 0px
    }

    .catalog .products .products__right .products__right__comerc .btn_comerc .my_icon_comerc {
        top: 0px
    }
}

@media (max-width: 768px) {
    .catalog .products .products__left {
        float: none;
        margin: 0 auto
    }

    .catalog .products .products__right {
        width: 100%
    }

    .catalog .products .products__right .products__right_cart {
        width: 49%;
        float: left
    }

    .catalog .products .products__right .products__right_one_click {
        width: 49%;
        float: right
    }

    .catalog .products .products__right .products__right__comerc {
        width: 300px;
        margin: 0 auto
    }

    .catalog .products .products__right .products__right__comerc:before {
        clear: both;
        content: '';
        display: block
    }
}

@media (max-width: 640px) {
    .btn_cart {
        font-size: 14px
    }

    .catalog h1 {
        font-size: 20px;
        margin: 15px 5px 15px
    }

    .catalog .content_text {
        font-size: 14px
    }

    .catalog .catalog__product .sorter {
        text-align: right;
        padding: 0px 10px 10px
    }

    .catalog .catalog__product .sorter .sorter__description {
        font-size: 14px
    }

    .catalog .catalog__product .sorter ul li {
        margin-left: 15px
    }

    .catalog .catalog__product .sorter ul li a {
        font-size: 14px
    }

    .catalog .catalog__product .filter-block {
        float: right;
        position: relative;
        margin: 0px 5px 10px 0px
    }

    .catalog .catalog__product .filter-block span {
        font-size: 14px
    }

    .catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox label {
        font-size: 14px
    }

    .catalog .catalog__product #store-filter:after {
        content: '';
        clear: both;
        display: block
    }

    .catalog .products .products__right .products__right_description table tr td {
        font-size: 14px
    }

    .catalog .products .products__right .products__right_price {
        font-size: 18px
    }

    .catalog .products .products__right .products__right_price span {
        font-size: 24px
    }

    .catalog .products .products__right .products__right_cart .btn_cart {
        padding: 6px 15px
    }

    .catalog .products .products__right .products__right_one_click .btn_one_click {
        padding: 1px 15px;
        font-size: 14px
    }

    .catalog .products .products__right .products__right__comerc {
        width: 272px
    }

    .catalog .products .products__right .products__right__comerc .btn_comerc {
        font-size: 14px;
        padding: 5px 20px
    }
}

@media (max-width: 480px) {

    .border_product .item__name,
    .catalog .catalog__category .catalog__category__item .item__name,
    .catalog .catalog__product .catalog__product__items .item .item__name {
        height: auto
    }

    .catalog h1 {
        font-size: 18px
    }

    .catalog .products .products__left {
        width: 100%
    }

    .catalog .products .products__right {
        width: 100%
    }

    .catalog .products .products__right .products__right_cart {
        width: 100%;
        float: none
    }

    .catalog .products .products__right .products__right_one_click {
        width: 100%;
        float: none
    }

    .catalog .products .products__right .products__right__comerc {
        width: 100%;
        margin: 10px auto
    }

    .catalog .catalog__product .catalog__product__items .item {
        height: auto;
        padding-bottom: 20px
    }

    .catalog .catalog__product .filter-block {
        width: 100%;
        text-align: left
    }

    .catalog .catalog__product .filter-block span {
        display: inline-block;
        margin: 0px;
        width: 65px
    }

    .catalog .catalog__product .filter-block .filter-block-checkbox-list {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 70px)
    }

    .catalog .catalog__product .filter-block .filter-block-checkbox-list .checkbox {
        display: inline-block
    }
}

@media (max-width: 400px) {

    .border_product,
    .catalog .catalog__category .catalog__category__item,
    .catalog .catalog__product .catalog__product__items .item {
        width: 250px;
        margin: 5px 0px
    }

    .border_product .item__name a,
    .catalog .catalog__category .catalog__category__item .item__name a,
    .catalog .catalog__product .catalog__product__items .item .item__name a {
        font-size: 14px
    }

    .border_product .item__price,
    .catalog .catalog__category .catalog__category__item .item__price,
    .catalog .catalog__product .catalog__product__items .item .item__price {
        font-size: 16px
    }

    .catalog .catalog__product .sorter {
        text-align: right;
        padding: 0px 10px 10px
    }

    .catalog .catalog__product .sorter .sorter__description {
        font-size: 13px
    }

    .catalog .catalog__product .sorter ul li {
        margin-left: 15px
    }

    .catalog .catalog__product .sorter ul li a {
        font-size: 13px
    }

    .catalog .products .products__right .products__right_price {
        font-size: 16px
    }

    .catalog .products .products__right .products__right_price span {
        font-size: 20px
    }

    .catalog .products .products__right .products__right__comerc .btn_comerc {
        font-size: 13px
    }
}

.steps {
    line-height: 0;
    text-align: justify;
    margin: 0 0 20px 0;
    background: url("../images/dotted.png") right center repeat-x
}

.steps span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-family: MontserratMedium;
    letter-spacing: 0.048em;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 30px;
    white-space: nowrap;
    text-align: center;
    background: #cccccc
}

.steps span.active {
    background: #FDCC2E;
    color: #000
}

.steps:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0
}

.cart_block {
    background: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 585px
}

.cart_block .cart-list__item {
    margin: 15px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb
}

.cart_block .cart-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.cart_block .cart-list__item .cart-item {
    position: relative;
    line-height: 90px
}

.cart_block .cart-list__item .cart-item:after {
    display: table;
    clear: both;
    content: ''
}

.cart_block .cart-list__item .cart-item .cart-item__info {
    position: relative;
    float: left;
    clear: none;
    text-align: inherit;
    width: 44%;
    padding: 0px
}

.cart_block .cart-list__item .cart-item .cart-item__info:after,
.cart_block .cart-list__item .cart-item .cart-item__info:before {
    content: '';
    display: table
}

.cart_block .cart-list__item .cart-item .cart-item__info:last-child {
    margin-right: 0
}

.cart_block .cart-list__item .cart-item .cart-item__info:after {
    display: table;
    clear: both;
    content: ''
}

.cart_block .cart-list__item .cart-item .cart-item__info .cart-item__thumbnail {
    position: relative;
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden
}

.cart_block .cart-list__item .cart-item .cart-item__info .cart-item__content {
    position: absolute;
    top: 50%;
    left: 95px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.5em;
    width: calc(100% - 100px)
}

.cart_block .cart-list__item .cart-item .cart-item__info span {
    text-align: center;
    display: block
}

.cart_block .cart-list__item .cart-item .cart-item__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.cart_block .cart-list__item .cart-item .cart-item__category {
    color: #b8b8b8
}

.cart_block .cart-list__item .cart-item .cart-item__link {
    color: #22b5cd;
    cursor: pointer
}

.cart_block .cart-list__item .cart-item .cart-item__quantity {
    float: left;
    clear: none;
    width: 17%;
    text-align: center;
    font-weight: 700
}

.cart_block .cart-list__item .cart-item .cart-item__quantity:after,
.cart_block .cart-list__item .cart-item .cart-item__quantity:before {
    content: '';
    display: table
}

.cart_block .cart-list__item .cart-item .cart-item__quantity:after {
    clear: both
}

.cart_block .cart-list__item .cart-item .cart-item__quantity:last-child {
    margin-right: 0
}

.cart_block .cart-list__item .cart-item .cart-item__price,
.cart_block .cart-list__item .cart-item .cart-item__summ {
    float: left;
    clear: none;
    width: 17%;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.cart_block .cart-list__item .cart-item .cart-item__price:after,
.cart_block .cart-list__item .cart-item .cart-item__price:before,
.cart_block .cart-list__item .cart-item .cart-item__summ:after,
.cart_block .cart-list__item .cart-item .cart-item__summ:before {
    content: '';
    display: table
}

.cart_block .cart-list__item .cart-item .cart-item__price:after,
.cart_block .cart-list__item .cart-item .cart-item__summ:after {
    clear: both
}

.cart_block .cart-list__item .cart-item .cart-item__price:last-child,
.cart_block .cart-list__item .cart-item .cart-item__summ:last-child {
    margin-right: 0
}

.cart_block .cart-list__item .cart-item .cart-item__action {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    cursor: pointer
}

.cart_block .cart-list__item .cart-item .cart-item__action:hover {
    color: red
}

.cart_block .cart-list-header {
    background: #0965b6;
    color: #fff
}

.cart_block .cart-list-header:after {
    display: table;
    clear: both;
    content: ""
}

.cart_block .cart-list-header .cart-list__column {
    float: left;
    clear: none;
    width: 17%;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #fff
}

.cart_block .cart-list-header .cart-list__column:after,
.cart_block .cart-list-header .cart-list__column:before {
    content: '';
    display: table
}

.cart_block .cart-list-header .cart-list__column:after {
    clear: both
}

.cart_block .cart-list-header .cart-list__column:last-child {
    margin-right: 0;
    border-right: none
}

.cart_block .cart-list-header .cart-list__column_count {
    width: 15%
}

.cart_block .cart-list-header .cart-list__column_info {
    float: left;
    clear: none;
    width: 44%;
    text-align: center
}

.cart_block .cart-list-header .cart-list__column_info:after,
.cart_block .cart-list-header .cart-list__column_info:before {
    content: '';
    display: table
}

.cart_block .cart-list-header .cart-list__column_info:after {
    clear: both
}

.cart_block .cart-list-header .cart-list__column_info:last-child {
    margin-right: 0
}

.cart_block .order-box__bot {
    margin: 20px 0px
}

.cart_block .order-box__bot .order-box_delivery {
    width: 100%
}

.cart_block .order-box__bot .order-box_delivery .order-box__header {
    font-size: 18px;
    font-family: MontserratMedium;
    padding: 0px 0px 5px
}

.cart_block .order-box__bot .order-box_delivery .order-box__body .order-box-delivery .rich-radio {
    display: block
}

.cart_block .order-box__bot .order-box_delivery .order-box__body .order-box-delivery .rich-radio .rich-radio__label {
    font-weight: normal;
    font-size: 15px;
    font-family: MontserratRegular
}

.cart_block .order-box__bot .order-box__bottom {
    width: 100%;
    font-size: 15px;
    font-family: MontserratRegular;
    margin: 10px 0px
}

.cart_block .order-box__bot .order-box__bottom .title_elem,
.cart_block .order-box__bot .order-box__bottom #cart-full-cost-with-shipping {
    font-size: 18px;
    font-family: MontserratMedium
}

.cart_block .order-box__bot .order-box__bottom .btn_cart {
    width: 360px;
    margin: 10px 0px 0px;
    padding: 4px 20px;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 30px
}

.cart_block .order-box__bot .order-box__bottom .btn_comerc {
    width: 360px;
    margin: 10px 0px 0px;
    background: #00529a;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    padding: 8px 20px
}

.cart_block .order-box__bot .order-box__bottom .btn_comerc .my_icon_comerc {
    display: block;
    width: 22px;
    height: 29px;
    background: url("../images/icon_comerc.png") no-repeat;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 10px
}

.cart_block .order-box__bot .order-box__bottom .btn_comerc span {
    display: table-cell;
    vertical-align: middle;
    height: 29px;
    line-height: 1.2;
    text-align: left
}

.cart_block .order-box__bot .order-box__bottom .btn_comerc:after {
    clear: both;
    content: '';
    display: block
}

.cart_block .order-box__bot:after {
    clear: both;
    content: '';
    display: block
}

.cart_block .order-pay-right .order-box {
    float: left;
    width: 45%
}

.cart_block .order-pay-right .order-box .order-box__header {
    font-size: 18px;
    font-family: MontserratMedium;
    padding: 0px 0px 5px
}

.cart_block .order-pay-right .order-box .order-box__body .rich-radio {
    display: block
}

.cart_block .order-pay-right .order-box .order-box__body .rich-radio label {
    font-weight: normal;
    font-size: 15px;
    font-family: MontserratRegular
}

.cart_block .order-pay-right .order-box__bottom {
    float: right;
    width: 50%;
    padding: 10px 0px
}

.cart_block .order-pay-right .order-box__bottom .order-box__subtotal {
    text-align: right
}

.cart_block .order-pay-right .order-box__bottom .order-box__subtotal span {
    font-size: 15px;
    font-family: MontserratRegular
}

.cart_block .order-pay-right .order-box__bottom .order-box__subtotal .product-price {
    font-size: 16px;
    font-family: MontserratMedium;
    display: inline-block
}

.cart_block .order-pay-right .order-box__bottom .order-box__subtotal.order-box__subtotal-end {
    color: #0965b6
}

.cart_block .order-pay-right .order-box__bottom .order-box__subtotal.order-box__subtotal-end span {
    font-size: 20px
}

.cart_block .order-pay-right .order-box__bottom .order-box__subtotal.order-box__subtotal-end .product-price {
    font-size: 20px
}

.cart_block .order-pay-right:after {
    clear: both;
    content: '';
    display: block
}

.cart_block .btn_one_click {
    background: #00529a;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 38px;
    margin-left: 15px
}

.cart_block .form .form-group input.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.cart_block .form .form-group .help-block {
    color: #a94442
}

@media (max-width: 1200px) {

    .cart_block .cart-list__item .cart-item .cart-item__price,
    .cart_block .cart-list__item .cart-item .cart-item__summ {
        font-size: 16px
    }
}

@media (max-width: 640px) {
    .steps {
        display: none
    }

    .cart_block .cart-list-header .cart-list__column {
        width: 20%;
        line-height: 50px
    }

    .cart_block .cart-list-header .cart-list__column_price {
        display: none
    }

    .cart_block .cart-list-header .cart-list__column_info {
        width: 55%
    }

    .cart_block .cart-list-header .cart-list__column_sum {
        width: 17%
    }

    .cart_block .cart-list__item .cart-item .cart-item__info {
        width: 55%;
        font-size: 13px
    }

    .cart_block .cart-list__item .cart-item .cart-item__info .cart-item__thumbnail {
        width: 80px;
        height: 80px
    }

    .cart_block .cart-list__item .cart-item .cart-item__info .cart-item__content {
        left: 85px;
        line-height: 1.3em;
        width: calc(100% - 85px)
    }

    .cart_block .cart-list__item .cart-item .cart-item__quantity {
        width: 20%;
        font-size: 12px
    }

    .cart_block .cart-list__item .cart-item .cart-item__price,
    .cart_block .cart-list__item .cart-item .cart-item__summ {
        width: 17%;
        font-size: 13px
    }

    .cart_block .cart-list__item .cart-item .cart-item__price {
        display: none
    }

    .cart_block .btn_one_click {
        height: 36px
    }
}

@media (max-width: 480px) {
    .cart_block .cart-list-header {
        display: none
    }

    .cart_block .cart-list__item .cart-item {
        line-height: 50px
    }

    .cart_block .cart-list__item .cart-item .cart-item__info {
        position: relative;
        width: 100%;
        padding-left: 120px
    }

    .cart_block .cart-list__item .cart-item .cart-item__info .cart-item__thumbnail {
        width: 70px;
        height: 85px
    }

    .cart_block .cart-list__item .cart-item .cart-item__info .cart-item__content {
        position: relative;
        left: auto;
        width: auto;
        display: inline-table;
        top: auto;
        vertical-align: middle;
        -webkit-transform: inherit;
        transform: inherit;
        padding-left: 10px
    }

    .cart_block .cart-list__item .cart-item .cart-item__info:before {
        text-align: left;
        padding-left: 15px;
        font-weight: bold;
        background: #0965b6;
        color: #fff;
        width: 110px;
        height: 100%;
        content: attr(data-text);
        display: block;
        position: absolute;
        left: 0px;
        top: 0px
    }

    .cart_block .cart-list__item .cart-item .cart-item__quantity {
        position: relative;
        width: 100%;
        margin-right: 0px;
        text-align: left;
        padding-left: 120px
    }

    .cart_block .cart-list__item .cart-item .cart-item__quantity:before {
        text-align: left;
        padding-left: 15px;
        background: #0965b6;
        color: #fff;
        width: 110px;
        height: 100%;
        content: attr(data-text);
        display: block;
        position: absolute;
        left: 0px;
        top: 0px
    }

    .cart_block .cart-list__item .cart-item .cart-item__price,
    .cart_block .cart-list__item .cart-item .cart-item__summ {
        position: relative;
        width: 100%;
        margin-right: 0px;
        text-align: left;
        padding-left: 120px
    }

    .cart_block .cart-list__item .cart-item .cart-item__price:before,
    .cart_block .cart-list__item .cart-item .cart-item__summ:before {
        text-align: left;
        padding-left: 15px;
        background: #0965b6;
        color: #fff;
        width: 110px;
        height: 100%;
        content: attr(data-text);
        display: block;
        position: absolute;
        left: 0px;
        top: 0px
    }

    .cart_block .order-pay-right .order-box {
        float: none;
        width: 100%
    }

    .cart_block .order-pay-right .order-box__bottom {
        margin: 10px 0px;
        float: none;
        width: 100%
    }

    .cart_block .order-pay-right .order-box__bottom .order-box__subtotal {
        text-align: left
    }
}

@media (max-width: 400px) {
    .cart_block .order-box__bot .order-box__bottom .btn_cart {
        width: 100%;
        padding: 4px 20px
    }

    .cart_block .order-box__bot .order-box__bottom .btn_comerc {
        width: 100%
    }
}

@media (max-width: 320px) {
    .cart_block .order-box__bot .order-box__bottom .btn_cart {
        width: 100%;
        padding: 4px 20px
    }

    .cart_block .order-box__bot .order-box__bottom .btn_comerc {
        width: 100%;
        font-size: 14px
    }

    .cart_block .btn_cart {
        width: 100%;
        display: block;
        margin: 10px 0px
    }

    .cart_block .btn_one_click {
        width: 100%;
        display: block;
        margin: 10px 0px
    }
}

.calculator {
    border: 3px solid #FDCC2E;
    margin-top: 10px
}

.calculator:after {
    content: '';
    display: block;
    clear: both
}

.calculator .calculator__title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: MontserratMedium;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #FDCC2E;
    padding: 10px 0px
}

.calculator .calculator__body {
    padding: 0px 10px
}

.calc-fileds {
    border-right: 3px solid #FDCC2E;
    width: 60%;
    float: left
}

@media (max-width: 1200px) {
    .calc-fileds {
        text-align: left
    }
}

@media (max-width: 700px) {
    .calc-fileds {
        width: 100%;
        float: none;
        border-right: none
    }
}

.calc-fileds .disable>span {
    cursor: not-allowed !important
}

.calc-fileds .disable>span:hover {
    background: #fff !important;
    color: #000 !important
}

.calc-fileds .disable>span.active {
    background: #bbbbbb !important
}

.calc-fileds .calc-fileds__elem {
    margin-bottom: 10px
}

@media (max-width: 700px) {
    .calc-fileds .calc-fileds__elem {
        margin-bottom: 2px;
        margin-top: 10px
    }
}

.calc-fileds .calc-fileds__elem .step-container {
    font-family: MontserratRegular;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 5px
}

@media (max-width: 700px) {
    .calc-fileds .calc-fileds__elem .step-container {
        padding: 0px;
        margin: 0
    }
}

.calc-fileds .calc-fileds__elem .step-container .step-container__title {
    font-size: 18px;
    font-weight: bold
}

.calc-fileds .calc-fileds__elem>span {
    margin: 5px 5px 5px 0px;
    padding: 2px 5px;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: bold
}

.calc-fileds .calc-fileds__elem>span:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    background: #00529A;
    color: #fff
}

.calc-fileds .calc-fileds__elem>span.active {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    background: #00529A;
    color: #fff
}

.calc-fileds-cargo {
    width: 100%;
    float: none;
    border-right: none
}

.product-info {
    margin-top: 10px;
    margin-bottom: 10px
}

.calc-name {
    font-family: MontserratRegular;
    font-size: 14px
}

.calc-price {
    font-family: MontserratRegular;
    font-size: 18px;
    font-weight: bold
}

.calc-button input {
    border: none;
    background: #00bf44;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    padding: 7px;
    display: block
}

.calc-info {
    width: 39%;
    float: right
}

@media (max-width: 700px) {
    .calc-info {
        width: 100%;
        float: none
    }
}

.calc-info .calc-info__image {
    height: 200px;
    padding: 10px 0px
}

.calc-info .calc-info__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.calc-info .calc-info__name {
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular;
    text-align: center;
    margin-top: 20px
}

@media (max-width: 700px) {
    .calc-info .calc-info__name {
        margin-top: 12px
    }
}

.calc-info .calc-info__price {
    color: #ffb82b;
    font-size: 24px;
    font-family: MontserratBold;
    text-align: center
}

.calc-info input[type="submit"] {
    border: none;
    background: #00bf44;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    padding: 7px 20px;
    display: block;
    margin: 10px auto
}

.calc-info button {
    border: none;
    background: #00529a;
    text-align: center;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-family: MontserratMedium;
    padding: 8px 20px
}

@media (max-width: 1200px) {
    .calc-info button {
        padding: 8px 10px;
        font-size: 12px
    }
}

@media (max-width: 1000px) {
    .calc-info button {
        padding: 8px 20px;
        font-size: 16px
    }
}

@media (max-width: 820px) {
    .calc-info button {
        padding: 8px 10px;
        font-size: 12px
    }
}

@media (max-width: 700px) {
    .calc-info button {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 8px 20px;
        font-size: 16px;
        width: 300px
    }
}

.calc-info button i {
    display: block;
    width: 22px;
    height: 29px;
    background: url(../images/icon_comerc.png) no-repeat;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 10px
}

.calc-info-cargo {
    float: none;
    width: 100%
}

.info-panel {
    border: 3px solid #FDCC2E;
    border-top: none;
    padding: 10px 0px;
    font-family: MontserratRegular;
    font-size: 14px
}

.info-panel:after {
    display: block;
    content: '';
    clear: both
}

.canvas-container {
    border: 3px solid #FDCC2E;
    border-top: none;
    padding: 10px;
    overflow-y: auto
}

.footer {
    margin-top: 60px
}

.footer .footer__top {
    background: #fff;
    width: 100%;
    height: 40px
}

.footer .footer__top .menu_fon ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.footer .footer__top .menu_fon ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px
}

.footer .footer__top .menu_fon ul li a {
    display: block;
    color: #161616;
    font-size: 16px;
    font-family: MontserratRegular
}

.footer .footer__top .menu_fon ul li:hover,
.footer .footer__top .menu_fon ul li.active {
    background: #fdcc2e
}

.footer .footer__bottom {
    background: #00529a;
    width: 100%;
    height: 80px
}

.footer .footer__bottom .content {
    position: relative
}

.footer .footer__bottom .footer__bottom__copy {
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    font-family: MontserratRegular;
    margin-right: 195px;
    padding-left: 15px
}

.footer .footer__bottom .footer__bottom__contact {
    padding: 18px 15px 0px 0px;
    display: block;
    float: left;
    height: 80px;
    font-size: 16px;
    font-family: MontserratRegular;
    color: #fff;
    line-height: 1.0
}

.footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left {
    float: left;
    width: 292px;
    margin-right: 10px
}

.footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left .footer__bottom__contact_map {
    margin-bottom: 5px
}

.footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left .footer__bottom__contact_map span {
    display: inline-block;
    vertical-align: top
}

.footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-right {
    float: right;
    width: 182px
}

.footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-right .footer__bottom__contact_phone {
    margin-bottom: 10px
}

.footer .footer__bottom .footer__bottom__contact i {
    width: 16px;
    color: #fdcc2e;
    margin-right: 5px;
    text-align: center
}

.footer .footer__bottom .footer__bottom_logo-dc {
    width: auto;
    float: right;
    color: #fff;
    font-size: 12px;
    font-family: Tahoma;
    padding: 18px 15px 0px 0px
}

.footer .footer__bottom .footer__bottom_logo-dc a {
    display: block;
    float: right
}

.footer .footer__bottom .footer__bottom_logo-dc a img {
    width: 74px;
    margin-right: 10px
}

.footer .footer__bottom .footer__bottom_logo-dc a span {
    display: block;
    float: right;
    margin: 5px 0px 0px
}

@media (max-width: 1200px) {
    .footer .footer__bottom .footer__bottom__copy {
        margin-right: 150px
    }

    .footer .footer__bottom .footer__bottom__contact {
        width: 300px;
        padding: 15px 15px 0px 0px;
        font-size: 14px;
        line-height: 1.1
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left {
        float: none;
        width: 100%;
        margin-right: 0px
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left .footer__bottom__contact_map {
        margin-bottom: 0px
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-right {
        float: none;
        width: 100%
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-right .footer__bottom__contact_phone {
        margin-bottom: 0px
    }
}

@media (max-width: 1000px) {
    .footer .footer__bottom .footer__bottom__copy {
        margin-right: 50px;
        font-size: 14px
    }

    .footer .footer__bottom .footer__bottom__contact {
        position: absolute;
        left: 40%;
        width: 300px;
        padding: 15px 15px 0px 0px;
        font-size: 14px;
        line-height: 1.1
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left {
        float: none;
        width: 100%;
        margin-right: 0px
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-left .footer__bottom__contact_map {
        margin-bottom: 0px
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-right {
        float: none;
        width: 100%
    }

    .footer .footer__bottom .footer__bottom__contact .footer__bottom__contact-right .footer__bottom__contact_phone {
        margin-bottom: 0px
    }

    .footer .footer__bottom .footer__bottom_logo-dc a span {
        display: none
    }
}

@media (max-width: 768px) {
    .footer {
        margin-top: 60px
    }

    .footer .footer__top .menu_fon {
        display: none
    }
}

@media (max-width: 640px) {
    .footer .footer__bottom .footer__bottom__contact {
        display: none
    }
}

@media (max-width: 400px) {
    .footer .footer__bottom .footer__bottom__copy {
        height: auto;
        float: none;
        margin: 0 auto;
        line-height: 1.0;
        padding: 10px 0px;
        text-align: center;
        font-size: 13px
    }

    .footer .footer__bottom .footer__bottom_logo-dc {
        width: 74px;
        float: none;
        padding: 0px;
        margin: 0 auto
    }

    .footer .footer__bottom .footer__bottom_logo-dc a img {
        margin-right: 0px
    }
}