.footer {
    margin: auto 0 0;
    height: auto;
}

.burger {
    display: none;
    cursor: pointer;
    margin-left: 16px;
}
.nowrap {
    white-space: nowrap;
}
.relative {
    position: relative;
}
.panel {
    max-width: 965px;
    width: 100%;
    padding: 0;
    height: 58px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-top .close {
    display: none;
}
.calc-pay {
    margin: 0;
}
.overlay1 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 199;
    top: 0;
    left: 0;
    background: url(../img/overlay.png);
}
.arrow-top {
    top: 100%;
}
a[href*="tel:"] {
    display: none;
}
.nav-solut li {
    margin-bottom: 16px;
}
.info-solut span,
.info-solut a[href*="tel:"] {
    color: rgb(22, 113, 129);
}
.new-block {
    display: none;
}
.t-text {
    font-size: 1.5em;
    margin: 0 0 32px 0;
    position: static;
    text-align: center;
}
.tab-solut ul {
    margin: 0 0 32px 0;
}
.tab-solut li {
    margin: 0 14px 32px;
}
.tab-solut li.tab-solut-caption {
    display: block;
    width: 100%;
}
.tab-solut ul {
    max-width: 930px;
    width: 100%;
}
.list-ico-action1 ul {
    padding-left: 0;
}
.list-ico-action1 li {
    display: inline-block;
    vertical-align: top;
    max-width: 290px;
    margin: 0 0 0 48px;
    padding: 0;
    line-height: normal;
    background: none;
}
.list-ico-action1 li:first-child {
    margin: 0;
}
.list-ico-action1 li span {
    position: relative;
    margin: 0 0 6px 0;
    height: 57px;
    font-size: 22px;
    color: rgb(22, 113, 129);
    font-family: 'futurabookcregular', serif;
    padding-left: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-ico-action1 li span::before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 65px;
    height: 80px;
}
.list-ico-action1 li p {
    margin: 0;
    padding: 0;
    line-height: 23px;
    font-size: 17px;
    color: #000;
}
.wr-action2 .list-ico-action li.item1 span {
    padding-left: 71px;
}
.list-ico-action1 li.item1 span::before {
    width: 63px;
    height: 63px;
    background: url(../img/sprite.png) -183px -1797px no-repeat;
    filter: hue-rotate(194deg);
}
.wr-action2 .list-ico-action li.item2 span {
    padding-left: 68px;
}
.list-ico-action1 li.item2 span::before {
    width: 55px;
    height: 63px;
    background: url(../img/sprite.png) -251px -1829px no-repeat;
    filter: hue-rotate(194deg);
}
.wr-action2 .list-ico-action li.item3 span {
    padding-left: 70px;
}
.list-ico-action1 li.item3 span::before {
    width: 66px;
    height: 63px;
    background: url(../img/sprite.png) -232px -1729px no-repeat;
    filter: hue-rotate(194deg);
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.list-coms ul {
    margin: 0;

    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;
}
.list-coms li {
    width: 47%;
    margin: 0 10px 58px;
}
.img-coms-r-pic {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-coms-r {
    width: 215px;
    height: 100%;
}
.die-slide-mob {
    display: none;
}
.die-slide {
    background: rgba(0,0,0,0.6);
}
.arrow-top {
    top: auto;
    position: fixed;
    right: 32px;
    bottom: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #648a21;
    z-index: 9;
    background: transparent;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.arrow-top:hover,
.arrow-top:focus {
    background: #648a21;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media screen and (max-width: 1024px) {
    .w-a-btn {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 964px) {
    .burger {
        display: block;
    }
    .menu-top {
        position: absolute;
        z-index: 999;
        background: #fff;
        padding: 32px;
        left: -250px;
        top: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .menu-top.active {
        left: -13px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .menu-top .close {
        display: block;
        right: 14px;
        top: 14px;
    }
    .menu-top li {
        display: block;
        margin: 0;
    }
    .menu-top li a {
        color: #000;
        font-size: 16px;
        padding: 8px 0;
        display: block;
    }
    .menu-top li.current a {
        color: #000;
        font-weight: bold;
    }
    .menu-top li:hover a {
        text-decoration: underline;
        color: #000;
    }
    .top-head,
    .b-action,
    .b-choice,
    .b-solutions,
    .info-solut,
    .ware,
    .list-ware,
    .b-video,
    .manuf,
    .partners,
    .b-quality,
    .level-quality,
    .sertif,
    .coms,
    .b-step,
    .b-team,
    .our-manuf-s,
    .proposition,
    .about-director,
    .footer {
        max-width: 965px;
        width: 100%;
    }
    .partners,
    .b-quality,
    .sertif,
    .coms,
    .b-step,
    .b-team,
    .our-manuf-s,
    .footer {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .tabs-solut {
        width: 100%;
        max-width: 890px;
    }
    .main {
        min-width: 316px;
    }
    img {
        max-width: 100%;
    }
    .desc-action {
        width: 53%;
    }
    .left-action {
        width: 45%;
    }
    .wr-choice {
        min-height: 726px;
        height: auto;
    }
    .tab-solut ul {
        max-width: 930px;
        width: 100%;
    }
    .logo {
        margin: 36px 0 0 16px;
    }
    a[href*="tel:"] {
        display: inline-block;
        text-decoration: none;
    }
    .tel-span,
    .info-solut span {
        display: none;
    }
    .info-head {
        margin: 0 0 0 16px;
    }
    .contacts-head p {
        text-shadow:
                -0   -1px 6px #FFFFFF,
                0   -1px 6px #FFFFFF,
                -0    1px 6px #FFFFFF,
                0    1px 6px #FFFFFF,
                -1px -0   6px #FFFFFF,
                1px -0   6px #FFFFFF,
                -1px  0   6px #FFFFFF,
                1px  0   6px #FFFFFF,
                -1px -1px 6px #FFFFFF,
                1px -1px 6px #FFFFFF,
                -1px  1px 6px #FFFFFF,
                1px  1px 6px #FFFFFF,
                -1px -1px 6px #FFFFFF,
                1px -1px 6px #FFFFFF,
                -1px  1px 6px #FFFFFF,
                1px  1px 6px #FFFFFF;
    }
    .signat-head {
        padding-right: 16px;
    }
    .days_dash {
        margin-right: 16px;
    }
    .dash {
        width: 72px;
        height: auto;
    }
    .wr-time {
        height: auto;
        margin-bottom: 5px;
    }
    .wr-time .digit {
        width: 32px;
        height: 48px;
        font-size: 40px;
        line-height: 48px;
        background: url(../img/digit-bg.jpg)  no-repeat center center/100% 100%;
    }
    .dash_title {
        margin: 0;
        font-size: 20px;
        line-height: 20px;
    }
    .text-action {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 22px;
    }
    .t-action {
        font-size: 30px;
    }
    .super-price {
        float: left;
        margin-left: 0;
        font-size: 28px;
        line-height: 26px;
    }
    .super-price span {
        font-size: 30px;
    }
    .num-price {
        margin-left: 0;
    }
    .bot-left-act {
        margin-left: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #countdown_dashboard {
        height: auto;
    }
    .list-ico-action ul,
    .list-ico-action1 ul {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .list-ico-action li,
    .list-ico-action1 li {
        margin: 0 16px 32px;
        max-width: 100%;
        width: 30%;
        text-align: left;
    }
    .list-ico-action li span,
    .list-ico-action1 li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 82px;
    }
    .list-ico-action li span::before,
    .list-ico-action1 li span::before {
        position: static;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .list-ico-action li.item1 span,
    .list-ico-action1 li.item1 span {
        padding: 0;
    }
    .list-ico-action li.item2 span,
    .list-ico-action1 li.item2 span {
        padding: 0;
    }
    .list-ico-action li.item3 span,
    .list-ico-action1 li.item3 span {
        padding: 0;
    }
    .list-ico-action li.item2 span::before {
        height: 58px;
    }
    .list-ico-action li.item3 span::before {
        height: 60px;
    }
    .list-ico-action li p br,
    .list-ico-action1 li p br {
        display: none;
    }
    .bot-form-action {
        padding: 21px 15px 0;
    }
    .list-choice ul {
        text-align: center;
        margin: 0;
    }
    .list-choice li {
        margin: 0 16px 32px;
    }
    .img-choice {
        height: auto;
    }
    .img-choice img {
        width: 100%;
        border: 16px solid #fff;
    }
    .wr-do {
        display: none;
    }
    .new-block {
        background: url(../img/kitchen.jpg) no-repeat center center/cover;
        padding: 55px 16px;
        display: block;
    }
    .new-block-container {
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
        background: url(../img/die-do.png);
        font-size: 20px;
        color: #000;
        line-height: 24px;
        font-family: 'futurabookcregular', serif;
    }
    .nav-solut {
        margin-bottom: 20px;
    }
    .nav-solut ul {
        max-width: 900px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav-solut li,
    .nav-solut li:first-child {
        margin: 0 16px 16px;
        padding: 2px;
    }
    .text-sol {
        margin: 7px 26px 0 26px;
    }
    .tab-solut ul {
        margin: 0 0 32px 0;
    }
    .tab-solut li {
        width: 140px;
        margin: 0 14px 32px;
    }
    .pop3 {
        max-width: 835px;
        width: 85%;
        padding-left: 20px;
        padding-right: 20px;
        max-height: 100%;
    }
    .pop1 {
        max-width: 495px;
        width: 85%;
        padding-left: 20px;
        padding-right: 20px;
        max-height: 100%;
    }
    .close {
        top: 0;
        right: 0;
        z-index: 9;
    }
    .list-ware ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        max-width: 960px;
        width: 100%;
    }
    .img-ware {
        width: auto;
        height: auto;
    }
    .wri-ware {
        width: 160px;
    }
    .list-ware li {
        width: auto;
        margin: 0 20px 40px;
    }
    .wr-solutions {
        padding-left: 16px;
        padding-right: 16px;
    }
    .ware {
        padding: 50px 16px 0;
        box-sizing: border-box;
    }
    .tit-ware {
        margin: 0 0 49px 0px;
    }
    .in-tit-ware {
        display: block;
    }
    .ask-ware {
        text-align: center;
    }
    .img-ware:hover img,
    .img-ware img {
        width: auto;
        height: auto;
    }
    .treatment {
        padding-bottom: 20px;
    }
    #tricolor .top-form-action span,
    #tricolor .t-form-action,
    #tricolor .exit,
    #tricolor .int-t {
        color:#fff !important;
    }
    #tricolor .img-action {
        margin: 0;
    }
    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }
    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }
    .embed-responsive {
        position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;
        width:100%;
    }
    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    .b-video {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .signat-manuf {
        display: none;
    }
    .wr-manuf {
        padding-left: 16px;
        padding-right: 16px;
    }
    .body-manuf {
        width: auto;
    }
    .manuf-l,
    .manuf-r {
        width: 48%;
    }
    .list-manuf li p {
        margin: 0;
        padding: 0 16px 10px;
    }
    .bx-wrapper {
        max-width: 830px;
        width: 100%;
        margin-bottom: 0;
    }
    .carous-part .bx-wrapper .bx-prev {
        left: -18px;
    }
    .carous-part .bx-wrapper .bx-next {
        right: -18px;
    }
    .slider1 {
        width: 100%;
    }
    .level-quality {
        background: url(../img/arrow-year.png) no-repeat left bottom/100% 213px;
    }
    .bx-wrapper {
        width: 100%;
    }
    .slide-coms .bx-wrapper .bx-prev {
        left: 0;
    }
    .slide-coms .bx-wrapper .bx-next {
        right: 0;
    }
    .carous-part .slide p img {
        width: auto;
        max-width: 100%;
        max-height: 500px;
    }
    .hidden-mob {
        display: none;
    }
    .slide-example .bx-wrapper .bx-prev {
        left: 16px;
    }
    .slide-example .bx-wrapper .bx-next {
        right: 16px;
    }
    .slide-example .bx-wrapper img {
        /*max-width: 100%;*/
        width: 750px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .slide-example .bx-wrapper .slide {
        max-width: 100%;
        position: relative;
    }
    .slide-example .bx-wrapper .slide a {
        display: block;
        position: relative;
    }
    .img-coms {
        width: 100%;
        height: 296px;
        box-sizing: border-box;
    }
    .img-coms-l,
    .img-coms-r {
        width: 50%;
    }
    .img-coms-r img {
        width: 100%;
        height: auto;
    }
    .img-coms-l img {
        margin-left: auto;
        margin-right: auto;
    }
    .img-coms-l a {
        display: block;
        width: 100%;
    }
    .list-step ul {
        margin: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-step li {
        width: 44%;
        margin: 0;
        padding-top: 70px;
        padding-left: 40px;
    }
    .list-step li span {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
    }
    .desc-direct-t {
        max-width: 672px;
        width: 100%;
    }
    .manuf-l-s {
        width: 60%;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .manuf-r-s {
        width: 40%;
    }
    .propos-r {
        padding: 41px 16px 20px;
    }
    .propos-l {
        position: static;
        margin: 0;
        width: 100%;
    }
    .back-propos,
    .img-propos img {
        display: none;
    }
    .bot-propos {
        padding: 0 16px 32px;
        text-align: center;
    }
    .privacy_policy {
        margin: 0 auto;
        width: 100%;
        float: none;
        clear: both;
    }
    .cont-f {
        overflow: auto;
        max-width: 100%;
        width: 100%;
    }
    .footer {
        min-width: 300px;
    }
    .phone-dir a {
        color: #fff;
    }
    .made span {
        margin: 16px 0;
    }

}
@media screen and (max-width: 829px) {
    .elem-form-action form {
        text-align: center;
    }
    .field-f {
        z-index: 1;
    }
    .select-f,
    .field-f {
        width: 40%;
        margin: 0 8px 16px;
    }
    .field-f input,
    .selectbox .select,
    .selectbox {
        width: 100%;
        box-sizing: border-box;
    }
    .selectbox .select {
        height: 36px;
    }
    .field-type {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .top-form-action {
        padding: 10px 16px 27px;
    }
    .field-type > div {
        margin: 0 8px;
    }
    .field-box,
    .filed-personal {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .field-box {
        padding-top: 0;
    }
    .field-box > div {
        margin: 0 8px 20px;
    }
    .field-box input {
        width: 25px;
    }
    .filed-personal .field-f {
        margin: 0 8px 16px;
    }
    .field-f input.error {
        width: 100%;
        height: 34px;
    }
    .list-ico-action li,
    .list-ico-action1 li {
        width: 45%;
    }
    .list-ico-action li:first-child,
    .list-ico-action1 li:first-child {
        margin-bottom: 32px;
    }
    .slide-example {
        max-width: 750px;
        width: 100%;
    }
    .why-work {
        margin-bottom: 32px;
    }
    .die-slide-mob {
        display: block;
    }
    .die-slide {
        display: none;
    }
    .gal-manuf-s .bx-wrapper .bx-controls-direction a {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 750px) {
    .die-car {
        display: none;
    }
    .list-coms li {
        width: 100%;
        margin: 0 0 58px;
    }
    .list-step li {
        width: 100%;
    }
	.cont-f {
		-ms-flex-wrap: wrap;
          flex-wrap: wrap;
		  
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
	}
	.privacy_policy {
		text-align: center;
	}
}
@media screen and (max-width: 738px) {
    .left-action,
    .desc-action {
        width: 100%;
    }
    .img-action {
        margin: 0 16px 24px;
    }
    .img-action img {
        margin: 0 auto;
    }
    .desc-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .bot-left-act {
        margin-left: 0;
    }
    .counter-time {
        height: auto;
    }
    .field-type img {
        padding: 0;
        display: block;
        margin: 0 auto 10px;
    }
    .field-type > div {
        padding: 3px;
        text-align: center;
    }
    .label-counter {
        position: static;
        width: 100%;
        margin: 0 auto 32px;
        text-align: center;
    }
    .label-counter br {
        display: none;
    }
    .treatment {
        font-size: 20px;
        line-height: 32px;
    }
    .manuf-l-s {
        width: 100%;
        padding-right: 0;
    }
    .manuf-r-s {
        width: 100%;
        text-align: center;
    }
    .desc-dir {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
        margin: 31px 0 0 0;
        text-align: center;
    }
    .made {
        float: none;
        clear: both;
        width: 100%;
        margin: 16px 0 0 0;
        text-align: center;
        padding-top: 16px;
    }
}
@media screen and (max-width: 575px) {
    .list-ico-action li,
    .list-ico-action li:first-child,
    .list-ico-action1 li,
    .list-ico-action1 li:first-child {
        width: 100%;
        max-width: 500px;
        margin: 0 0 24px;
    }
    .list-ico-action li span,
    .list-ico-action1 li span {
        height: auto;
    }
    .text-sol {
        display: block;
        margin: 7px 0;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .text-pop {
        font-size: 22px;
        line-height: 26px;
    }
    .img-pop {
        display: none;
    }
    .manuf-l,
    .manuf-r {
        width: 100%;
        float: none;
    }
    .manuf-l {
        margin-bottom: 40px;
    }
    .level-quality {
        background-image: none;
    }
    .b-quality {
        padding-bottom: 0;
    }
    .level2 {
        margin: 0 0 26px 0;
        text-align: center;
    }
    .level3 {
        margin: 0;
        text-align: center;
    }
    .slide-example .bx-wrapper .slide {
        height: 350px;
    }
    .img-coms-l img {
        height: auto;
    }

}
.field-f{ filter: hue-rotate(71deg);}
@media screen and (max-width: 480px) {
    .top-signat h1 {
        font-size: 34px;
        line-height: 34px
    }
    .adress-top {
        font-size: 26px;
        margin-bottom: 90px;
    }
    .select-f,
     
    .field-f {
        width: 100%;
           
        margin: 0 0 16px;
    }
    .field-box,
    .filed-personal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .field-type,
    .field-box {
        margin: 0;
    }
    .field-type > div {
        margin: 0 10px 20px;
    }
    .field-type > div:nth-of-type(2)::after {
        display: block;
        content: '';
    }
    .pop {
        padding: 24px 20px;
        overflow: auto;
    }
    .text-pop br {
        display: none;
    }
    .t-pop {
        margin-bottom: 12px;
    }
    .t-pop span {
        left: 0;
        line-height: 26px;
        font-size: 28px;
    }
    .tab-solut li {
        margin: 0 0 32px;
    }
    .wri-ware {
        width: 120px;
    }
    .list-ware li {
        margin: 0 10px 20px;
    }
    .tit-manuf::before {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .tit-manuf {
        padding-left: 60px;
    }
    .t-video {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 34px;
    }
    .b-video {
        padding-top: 34px;
    }
    .img-coms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .visitors {
        display: none;
    }
}
@media screen and (max-width: 399px) {
    .days_dash {
        margin: 0 auto 20px;
        display: block;
    }

}