/* NAV TOGGLE */
.nav-toggle span {
    background: #fff;
    margin-top: 5px
}

.nav-toggle.active span {
    background: #fff;
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #fcb938;
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #fcb938;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    content: '';
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*
    Rwd Lang Menu
*/

.rwd-lang {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: none;
}

.rwd-lang li .lang {
    color: #0d2a54;
}

/*--------------- RESPONSIVE -------------*/

@media screen and (max-width: 1830px) {

    .slick-prev {
        left: 15px;
        margin-left: 0;
    }

    .slick-next {
        margin-right: 0;
        right: 15px;
    }

    .promotion-slider .slick-prev {
        left: -65px;
    }

    .promotion-slider .slick-next {
        right: -65px;
    }

    section.promotion-box-container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media screen and (max-width: 1600px) {

    .title1, .title2 {
        font-size: 50px;
    }

    .title2 {
        margin-bottom: 15px;
    }

    .description {
        margin-bottom: 20px;
    }

    .line1, .line2 {
        font-size: 60px;
    }

    .pink-text {
        padding-top: 50px;
    }

    .footer-box h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .title1, .title2 {
        font-size: 45px;
    }

    #main-menu ul li:first-child {
        margin-left: 0;
        margin-right: 0;
    }

    #main-menu ul li {
        margin-left: 0;
    }

    .slick-prev {
        background-size: contain;
        width: 28px;
        height: 50px;
    }

    .slick-next {
        background-size: contain;
        width: 28px;
        height: 50px;
    }

    .mainpage h2, .mainpage .logotypes-box-container h2, .logotypes-box-container h2, .gallery-plan-box-container h2 {
        font-size: 60px;
        margin-bottom: 40px;
    }

    .pink-text {
        padding-top: 48px;
    }

    .line1, .line2 {
        font-size: 53px;
    }

    a.btn.pink-btn {
        top: 50%;
        margin-top: -35px;
    }

    .link-text {
        font-size: 25px;
    }

    a.link-title-footer .link-icon {
        margin-right: 10px;
    }

    .footer-box h4 {
        font-size: 25px;
    }
	.footer-links {
    padding: 8px 25px 0 30px;
    width: 24.5%;
}
}

@media screen and (max-width: 1366px) {
    #main-menu ul li a {
        padding: 0 15px;
    }

    .title1, .title2 {
        font-size: 40px;
    }

    .logo a:first-child {
        margin-top: -30px;
        background-position: center -10px;
    }
    
    .logo-wrapper {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .slider-text {
        padding-top: 25px;
    }

    .mainpage h2, .mainpage .logotypes-box-container h2, .logotypes-box-container h2, .gallery-plan-box-container h2 {
        font-size: 55px;
        margin-bottom: 30px;
    }

    section.promotion-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gallery-plan-box-container {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .promotion-box {
        margin-bottom: 30px;
    }

    .pink-text {
        padding-top: 51px;
    }

    .line1, .line2 {
        font-size: 46px;
    }

    a.btn.pink-btn {
        height: 60px;
        line-height: 60px;
        margin-top: -30px;
        font-size: 20px;
    }

    .link-icon {
        background: url(../images/hex4.png) no-repeat center center;
        width: 55px;
        height: 63px;
        margin-right: 15px;
    }

    .link-text {
        font-size: 20px;
    }

    section.news-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-box {
        margin-bottom: 30px;
    }

    span.news-title {
        font-size: 18px;
        line-height: 136%;
    }

    .news-content {
        padding: 0px 10px;
        margin-bottom: 0;
    }

    .text.txt, .article-text {
        font-size: 14px !important;
        line-height: 150% !important;
    }

    .plan-icon {
        padding: 0 15px;
    }

    .plan-icon img {
        margin-left: -15px;
    }

    .logotypes-box-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .plan {
        margin: 0 auto 10px;
    }

    .slick-initialized .logotype {
        height: 120px;
        margin: 0 10px;
    }

    a.link-title-footer .link-icon {
        width: 35px;
        height: 40px;
        background: url(../images/hex2.png) no-repeat center center;
    }

    .footer-box h4 {
        font-size: 22px;
    }

    .newsletter form {
        width: 100%;
    }

    .footer-box ul li a {
        font-size: 14px;
    }

    .footer-box ul li {
        margin-bottom: 15px;
    }

    a.link-title-footer .link-text {
        font-size: 16px;
    }

    .footer-links {
        padding: 8px 25px 0 30px;
    }

    .description {
        font-size: 14px;
        line-height: 150%;
    }

    .web-add {
        padding-bottom: 30px;
    }

    .logotypes-slider-container {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-left-content {
        max-width: 100%;
        padding-left: 30px;
    }

    .map iframe {
        height: 640px;
    }

    .contact-shop ul li {
        width: 11.11%;
    }

    .facilitation-box ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .facilitation-name {
        padding: 0;
        margin-bottom: 0;
    }

    .facilitation-box {
        margin: 0 -10px;
        padding-top: 0;
    }

    .promotion-slider .slide .btn.btn-more {
        bottom: 12%;
    }

    .modal-newsletter .modal-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .modal-newsletter .modal-title {
        font-size: 30px;
    }
    .modal-newsletter .modal-content {
        padding: 15px 0;
    }
    .modal-newsletter .form .form-teaser {
        padding-bottom: 15px;
    }
    .modal-newsletter .modal-footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-menu ul li a {
        padding: 0 5px;
    }

    #main-menu ul li a {
        padding: 0 5px;
    }

    nav.social-list {
        margin-right: 10px;
    }

    .social-list > ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo a img {
        width: 270px;
    }

    .logo a:first-child img {
        width: auto;
    }

    #main-menu {
        display: inline-block;
        margin-left: 270px;
    }

    .title1, .title2 {
        font-size: 35px;
    }

    .slider-text {
        padding-top: 35px;
    }

    section.promotion-box-container {
        padding-left: 70px;
        padding-right: 70px;
    }

    .mainpage h2, .mainpage .logotypes-box-container h2, .logotypes-box-container h2, .gallery-plan-box-container h2 {
        font-size: 50px;
    }

    .line1, .line2 {
        font-size: 42px;
    }

    .footer-box h4 {
        font-size: 20px;
    }

    .contact-shop ul li {
        width: 12.5%;
    }

}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        background: url(../images/hex2.png) no-repeat center center;
        display: block;
        width: 37px;
        height: 42px;
        margin-top: 22px;
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 0;
        padding: 8px 7px;
        z-index: 1;
    }

    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }

    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }

    .rwd-lang .langs-menu-short {
        display: none;
    }

    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }

    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .pink-text {
        padding-top: 46px;
    }

    .line1, .line2 {
        font-size: 35px;
    }

    .logo a:first-child {
        display: none;
    }

    .mainpage .logo a:nth-child(2) {
        opacity: 1;
    }

    .social-list > ul > li {
        background: transparent;
        padding: 0;
    }

    .search-box-hidden-things {
        z-index: 99;
        height: 100%;
    }

    .search-item:first-child {
        display: none;
    }

    .search-item {
        width: 25%;
    }

    .search-item:last-child {
        width: 75%;
    }

    .manual-search-box h4 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .manual-search-box ul li a {
        font-size: 14px;
    }

    .manual-search-box ul li {
        margin-bottom: 7px;
    }

    .body-block header {
        height: 100%;
    }

    .search-box-hidden-things .container {
        height: inherit;
        pointer-events: visible;
        overflow-x: hidden;
    }

    .search-box-inputs-container {
        margin-left: 0;
        width: 90%;
    }

    .search-box-hidden-things form {
        margin-bottom: 25px;
    }

    .search-box {
        margin-top: 12px;
    }

    .nav-toggle {
        margin-top: 12px;
    }

    nav.social-list {
        margin-top: 12px;
    }

    .logo a:nth-child(2) {
        position: relative !important;
        top: auto !important;
    }

    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    header {
        height: auto;
    }

    div#content {
        padding-top: 65px;
    }

    .promotion-slider .slick-next {
        background: url(../images/arrow_r1.png) no-repeat center center, url(../images/hex1.png) no-repeat center center;
        width: 37px;
        height: 42px;
    }

    .promotion-slider .slick-next {
        background: url(../images/arrow_r1.png) no-repeat center center, url(../images/hex1.png) no-repeat center center;
        width: 37px;
        height: 42px;
        background-size: 47%, auto;
        right: -37px;
    }

    .promotion-slider .slick-prev {
        background: url(../images/arrow_l1.png) no-repeat center center, url(../images/hex1.png) no-repeat center center;
        width: 37px;
        height: 42px;
        left: -37px;
        background-size: 47%, auto;
    }

    section.promotion-box-container {
        padding-left: 38px;
        padding-right: 38px;
    }

    .subpage section.promotion-box-container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-links {
        padding: 8px 15px 0 10px;
    }

    .footer-box, .footer-box.footer-box-newsletter {
        width: 25%
    }

    .footer-box:last-child {
        display: none;
    }

    .footer-boxes {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .shops-type ul li {
        width: 25%;
    }

    .select-mobile-container {
        display: block;
        position: relative;
        padding: 0 20px;
        margin-top: 15px;
    }

    .select-mobile-container select {
        display: block;
        line-height: 170%;
        padding: 11px 15px 11px 15px;
        position: relative;
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    .col-left {
        width: 100%;
        background: transparent;
        padding-bottom: 11px;
    }

    span.col-bg {
        background: transparent;
        display: none;
    }

    nav.submenu {
        display: none;
    }

    .col-left h2 {
        padding-bottom: 0;
        padding: 0 20px;
    }

    .col-right {
        width: 100%;
    }

    .box-add a {
        display: inline-block;
        margin: 0 10px;
    }

    .box-add {
        text-align: center;
    }

    .rwd-menu ul > li > a#home {
        width: 45px;
        height: 45px;
        padding-left: 0;
        padding: 0;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .line1, .line2 {
        font-size: 27px;
    }

    .pink-icon {
        width: 13%;
        margin-right: 0;
        margin-left: -3%;
    }

    .pink-text {
        padding-top: 32px;
    }

    .pink-bg {
        display: none;
    }

    a.btn.pink-btn {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        margin-top: -23px;
    }

    .pink-text {
        width: 67%;
        padding-right: 30px;
        padding-top: 0;
        top: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 9%;
    }

    .map iframe {
        height: 700px;
    }

    .contact-shop ul li {
        width: 14.28%;
    }

    .person-box {
        width: 50%;
        margin-bottom: 25px;
    }

    .person-box h4 {
        margin-bottom: 7px;
    }

    .contact-bottom {
        padding-bottom: 0;
    }

    .plan-icon {
        padding: 0 7px;
    }

    .plan-icon img {
        margin-left: -12px;
        width: 55px;
        height: 55px;
        margin-right: -6px;
    }

    .icon-name {
        font-size: 12px;
    }
}

@media screen and (min-width: 961px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 960px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-text {
        padding-top: 0px;
    }

    .slider-text {
        padding-top: 0px;
    }

    .slider-text {
        padding-top: 0px;
        width: 80%;
    }

    .slick-prev, .slick-next {
        width: 19px;
        height: 29px;
    }

    .link-icon {
        margin-right: 10px;
        background-size: contain !important;
        width: 37px;
        height: 45px;
    }

    .link-text {
        font-size: 18px;
    }

    .footer-box {
        width: auto !important;
        float: none !important;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-top {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-box h4 {
        background: url(../images/icons/arrow_down2.svg) no-repeat right 0px;
        background-size: 20px 20px;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
        padding-left: 0;
    }

    .footer-box h4.active {
        background: url(../images/icons/arrow_up2.svg) no-repeat right 0px;
        background-size: 20px 20px;
    }

    .show-hide {
        display: none;
        padding-bottom: 15px;
    }

    .footer-boxes {
        padding-top: 0;
        padding-bottom: 0;
        background: #b40554;
    }

    h4.rwd {
        display: block;
    }

    .copyright-undicom {
        display: inline-block;
        float: none;
        line-height: 18px;
        vertical-align: middle;
        margin-top: -1px;
        padding: 0 10px;
    }

    .copyright {
        padding: 0 10px;
        line-height: 18px;
    }

    nav.footer-menu ul li {
        margin-right: 10px;
        margin-left: 10px;
    }

    nav.footer-menu {
        padding-left: 10px;
        line-height: 18px;
    }

    .footer-bottom {
        text-align: center;
    }

    nav.footer-menu {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-top {
        padding: 0;
    }

    .shops-type ul li {
        width: 33.33%;
    }

    .gallery-shop ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .gallery-shop ul {
        margin: 0 -10px;
    }

    .footer-box .social-list > ul > li {
        margin-bottom: 0
    }

    a.link-title-footer:last-child {
        margin-bottom: 0;
    }

    .footer-box ul {
        margin-bottom: 0;
    }

    .footer-box ul li:last-child {
        margin-bottom: 0;
    }
    
    .modal-newsletter .modal-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modal-newsletter .form .form-teaser {
        padding-bottom: 5px;
    }
    .modal-newsletter .modal-footer {
        padding-top: 0;
        padding-bottom: 0;
    }
    .form .before-consent-row {
        margin-bottom: 15px;
    }
    .form .after-consent-row {
        margin-top: 0;
    }
	
	.search-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.footer-box ul li:last-child {
    margin-bottom: 0;
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.footer-box .social-list {
    margin: 0;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.shop-info-boxes {
    padding-top: 0px;
    margin: 0 -12px;
    padding-bottom: 20px;
}

.logotypes-box-container {
    padding-top: 0;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
    .mainpage h2, .mainpage .logotypes-box-container h2, .logotypes-box-container h2, .gallery-plan-box-container h2, h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    section.promotion-box-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .promotion-box {
        margin-bottom: 20px;
    }

    .logotypes-box-container {
        padding-bottom: 20px;
    }

    section.news-box-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news-box {
        margin-bottom: 20px;
    }

    .line1, .line2 {
        font-size: 20px;
    }

    a.btn.pink-btn {
        font-size: 14px;
    }

    .web-add {
        padding-bottom: 20px;
    }

    .contact-shop ul li {
        width: 16.66%;
    }

    .shop-box {
        padding: 0 5px;
    }

    .facilitation-box ul li {
        width: 25%;
    }

    .facilitation-name {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .description {
        display: none;
    }

    .pink-icon {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .pink-box {
        text-align: center;
        padding-top: 14px;
    }

    .pink-text {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0;
        width: auto;
        left: auto;
        right: auto;
        bottom: auto;
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }

    a.btn.pink-btn {
        float: none;
        position: relative;
        display: block;
        margin: 18px auto;
        width: auto;
        padding: 0 20px;
        max-width: 230px;
    }

    a.btn.pink-btn {
        margin-top: 0
    }

    .link-text {
        font-size: 16px;
    }

    .popup-plan {
        width: 86%;
    }

    .logo-box img:nth-child(2) {
        max-width: 80%;
        max-height: 80%;
    }

    .contact-left-content {
        padding: 32px 15px;
    }

    .contact-left {
        width: 100%;
    }

    .map-box {
        width: 100%;
    }

    .map-box iframe {
        max-height: 90vh
    }

    span.bg-sub-top {
        display: none;
    }

    span.bg-sub-bottom {
        display: none;
    }

    .search-form {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-buttons {
        width: 100%;
        float: right;
    }

    .search-buttons ul li {
        padding: 0 5px;
    }

    .search-buttons ul {
        margin: 0 -5px;
    }

    .gallery-shop ul li a {
        height: 100px;
    }

    .gallery-shop ul li a img {
        max-height: 80%;
        max-width: 80%
    }

    .facilitation-button {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
        clear: both;
        margin-top: 30px;
    }

    a.btn.btn-big-map {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .facilitation-icon-element {
        display: block;
        float: left;
        position: relative;
        padding: 0 15px 0 0;
        margin-bottom: 15px;
        width: 33.33%;
    }

    .facilitation-item {
        margin-bottom: 20px;
    }

    .facilitation-desc {
        min-height: 1px;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .facilitation-item-content {
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 -15px;
    }

    .plan-icon {
        width: 33.33%;
        background: transparent !important;
        padding: 0;
        text-align: left;
        padding-left: 30px;
    }

    .plan-icon img {
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        /* float: left; */
        margin-left: -34px;
        display: inline-block;
        margin-right: -6px;
    }

    .icon-name {
        text-align: left;
        font-size: 10px;
        /* display: block; */
    }

    .plan-icons-box {
        text-align: left;
    }
}

@media screen and (max-width: 720px) {
    .box-add a {
        display: block;
        margin: 0 1.5% 10px;
        float: left;
        width: 47%;
    }

    .box-add {
        text-align: center;
    }
}

@media screen and (max-width: 639px) {

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .link-box {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .link-text {
        font-size: 25px;
    }

    .search-item {
        width: 33.33%;
    }

    .search-item:last-child {
        width: 66.66%;
    }

    .manual-search-box .search-item:last-child ul {
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .contact-shop ul li {
        width: 20%;
    }

    .shop-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .gallery-shop ul li {
        width: 25%;
    }

    .facilitation-box ul li {
        width: 33.33%;
    }
}

@media screen and (min-width: 561px) {
    h4#find-craft2, h4#find-letter2 {
        display: none;
    }

    .hidden-list {
        display: none !important;
    }
}

@media screen and (max-width: 560px) {

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    .slider-text {
        width: 100%;
        padding: 0;
    }

    .title1, .title2 {
        font-size: 24px;
        text-align: center;
    }

    a.slider-btn-more {
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }

    .mainpage h2, .mainpage .logotypes-box-container h2, .logotypes-box-container h2, .gallery-plan-box-container h2, h1 {
        margin-bottom: 20px;
        font-size: 35px;
    }

    .link-text {
        font-size: 24px;
    }

    .news {
        width: 100%;
        float: left;
        padding: 0 9px;
        margin-bottom: 20px;
    }

    .news-box {
        margin-bottom: 0;
    }

    .contact-shop ul li {
        width: 25%;
    }

    .person-box {
        width: 100%;
    }

    .contact-bottom {
        padding-bottom: 0;
    }

    .shops-type ul li {
        width: 50%;
    }

    .search-buttons ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .gallery-shop ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .gallery-shop ul {
        margin: 0 -5px;
    }

    span.btn-download span.w {
        display: none
    }

    span.btn-download {
        width: 48px;
        padding: 0;
    }

    .files-box ul li a {
        padding-right: 60px;
        padding-left: 0px;
    }

    .files-box {
        padding-bottom: 3px;
        padding-top: 8px;
    }

    .gallery li {
        width: 50%;
    }

    h4#find-craft2, h4#find-letter2 {
        text-align: center;
        display: block;
        width: 100%;
        height: 44px;
        border: 1px solid #b40554;
        line-height: 42px;
        color: #fff;
        border-color: #d982a9;
        padding-right: 44px;
        margin-bottom: 10px;
        background: url(../images/icons/arrow_down2.svg) no-repeat 97% 12px #b40554;
        background-size: 20px 20px;
        font-size: 16px;
    }

    h4#find-craft2 a, h4#find-letter2 a {
        color: #fff;
    }

    h4#find-craft2.active, h4#find-letter2.active {
        background: #fff url(../images/icons/arrow_up3.svg) no-repeat 97% 12px;
		background-size: 20px 20px;
    }

    h4#find-craft2.active a, h4#find-letter2.active a {
        color: #b40554;
    }

    .search-buttons ul li:first-child, .search-buttons ul li:nth-child(2) {
        display: none;
    }

    .shops-type {
        display: none;
    }

    div#search-letter li {
        width: 14.28%;
    }

    .promotion-slider .slide {
        width: 50%;
    }

    .search-shop-header {
        padding-bottom: 0;
    }

    .pagination-wrapper ul li {
        padding: 0 5px;
    }

    .search-buttons {
        display: none;
    }
    .search-buttons.search-buttons-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .logo a img {
        width: 248px;
        margin-top: 3px;
    }

    .link-text {
        font-size: 23px;
    }

    .gallery-shop ul li {
        width: 33.33%;
    }

    .plan-icon {
        width: 50%
    }
}

@media screen and (max-width: 424px) {

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .nav-toggle {
        margin-left: 6px;
    }

    nav.social-list {
        margin-right: 6px;
    }

    .logo a img {
        width: 248px;
        margin-top: 2px;
    }

    a.slider-btn-more {
        display: none;
    }

    .title1, .title2 {
        font-size: 18px;
    }

    a.btn.pink-btn {
        margin-top: 20px
    }

    .link-text {
        font-size: 22px;
    }

    .search-item {
        width: 100%;
    }

    .search-item:last-child {
        width: 100%;
    }

    .contact-shop ul li {
        width: 33.33%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .shops-type ul li {
        width: 100%
    }

    .gallery-shop ul li a {
        height: 80px;
    }

    .facilitation-box ul li {
        width: 50%;
    }

    .facilitation-icon-element {
        width: 50%;
    }
	
	
.pagination-wrapper ul li.next a {
    background: url(../images/arrow_r1.png) no-repeat center center, url(../images/hex1.png) no-repeat center center;
    width: 37px;
    height: 42px;
}



.pagination-wrapper ul li.prev a {
    background: url(../images/arrow_l1.png) no-repeat center center, url(../images/hex3.png) no-repeat center center;
    width: 37px;
    height: 42px;
}

.footer-box h4 {
    font-size: 16px;
}

}

@media screen and (max-width: 414px) {
    .logo a img {
        width: 234px;
        margin-top: 5px;
    }

    .link-text {
        font-size: 21px;
    }
}

@media screen and (max-width: 400px) {
    .logo a img {
        width: 210px;
        margin-top: 6px;
    }

    .link-text {
        font-size: 20px;
    }

    .news-box.clear.slick-initialized.slick-slider .slick-prev {
        top: 115px;
        left: -5px;
    }

    .news-box.clear.slick-initialized.slick-slider .slick-next {
        top: 115px;
        right: -5px;
    }
.promotion-slider .slide {
    width: 100%;
}
}

@media screen and (max-width: 373px) {
    .logo a img {
        width: 197px;
        margin-top: 8px;
    }

    .link-text {
        font-size: 19px;
    }
}

@media screen and (max-width: 359px) {
    .logo a img {
        width: 155px;
        margin-top: 9px;
    }

    .link-text {
        font-size: 18px;
    }

    .manual-search-box .search-item:last-child ul {
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .facilitation-icon-element {
        width: 100%;
        padding: 0;
    }

    .facilitation-desc {
        clear: both;
    }

    .facilitation-name {
        font-size: 13px;
    }
}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}