/*fonts*/
@font-face {
    font-family: 'Calibri';
    src: local('Calibri Regular'), local('Calibri-Regular'),
        url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Calibri';
    src: local('Calibri Bold'), local('Calibri-Bold'),
        url('fonts/Calibri-Bold.woff2') format('woff2'),
        url('fonts/Calibri-Bold.woff') format('woff'),
        url('fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Calibri';
    src: local('Calibri Light'), local('Calibri-Light'),
        url('fonts/Calibri-Light.woff2') format('woff2'),
        url('fonts/Calibri-Light.woff') format('woff'),
        url('fonts/Calibri-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Calibri';
    src: local('Calibri Italic'), local('Calibri-Italic'),
        url('fonts/Calibri-Italic.woff2') format('woff2'),
        url('fonts/Calibri-Italic.woff') format('woff'),
        url('fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Calibri', 'sans-serif', 'arial', 'helvetica';
    -webkit-font-smoothing: antialiased; 
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: 'Calibri', 'sans-serif', 'arial', 'helvetica';
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container_main {
    min-width: 320px;
    overflow: hidden;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
}
.wmain {
    width: 1100px;
    margin: 0 auto;
}
.mob { display: none; }
.plr {
    padding-left: 32px;
    padding-right: 32px;
}
.overflow {
    overflow: hidden;
}

.hl_top {
    padding-top: 27px;
    padding-bottom: 23px;
    overflow: hidden;
}

.hl_top .wmain {
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.logo {
    display: block;
    text-decoration: none;
    min-width: 308px;
}

    .logo img {
        display: block;
        max-width: 100%;
    }


.hl_right {
    position: relative;
    z-index: 100;
    white-space: nowrap;
    margin-left: 39px;
    margin-top: 29px;
    background: #662D8C;
    width: 100%;
    display: flex;
    min-height: 106px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding-bottom: 23px;
    padding-left: 52px;
    -webkit-border-top-left-radius: 15px;
            border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
            border-bottom-left-radius: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .hl_right:before {
        content: "";
        display: block;
        position: absolute;
        width: 12000px;
        height: 100%;
        left: 100%;
        top: 0;
        background: #662D8C;
    }

.hl_cont {
    position: relative;
    top: 5px;
}

.hl_cont a {
    display: flex;
    text-decoration: none;
    color: #FFF;
    line-height: 100%;
    -webkit-align-items: center;
            align-items: center;
}

    .hl_cont a img {
        display: block;
    }

.hl_phone {
    font-size: 32px;
    font-weight: bold;
}

    .hl_phone img {
        margin-right: 5px;
    }

.hl_mail {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
}

.hl_mail img {
    margin-right: 5px;
}

.hl_search {
    display: block;
    position: relative;
    margin-left: 33px;
}

.hl_search input {
    display: block;
    width: 217px;
    height: 35px;
    background: #FFF;
    border: none;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.hl_search button {
    display: block;
    position: absolute;
    border: none;
    outline-style: none;
    cursor: pointer;
    background: none;
    z-index: 20;
    /*left: 13px;*/
    right: 13px;
    top: 7px;
    padding: 0;
}

    .hl_search button:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.hl_btn_send {
    cursor: pointer;
    font-size: 14px;
    color: #662D8C;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
    background: #FFEA1F;
    padding: 10px 28px;
    padding-bottom: 8px;
    text-align: center;
    margin-left: 25px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}

    .hl_btn_send:hover {
        color: #752990;
        background: #FFF;
    }

.hl_nav {
    background: #FFEA1F;
    position: relative;
    z-index: 50;
}

.hl_nav .wmain {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.hl_nav_cat {
    position: relative;
}

.hl_nav_href {
    display: flex;
    width: 100%;
    padding-left: 15%;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


.hl_nav_href a {
    display: block;
    height: 65px;
    line-height: 65px;
    text-decoration: none;
    font-size: 16px;
    color: #662D8C;
    font-weight: bold;
}

    .hl_nav_href a:hover {
        text-decoration: underline;
    }

.hl_nav_cat_name {
    display: flex;
    height: 65px;
    font-size: 20px;
    color: #662D8C;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-align-items: center;
            align-items: center;
}

    .hl_nav_cat_name span {
        display: block;
    }

    .hl_nav_cat_name span + span {
        display: none;
    }

    .hl_nav_cat_name img {
        display: block;
        margin-right: 11px;
    }


.hl_nav_cat_list {
    position: absolute;
    left: -66px;
    top: 100%;
    overflow: hidden;
    padding-left: 49px;
    padding-right: 44px;
    background: #FFEA1F;
    display: none;
}

.hl_nav_cat_list a {
    display: block;
    text-decoration: none;
    font-size: 34px;
    line-height: 110%;
    text-transform: uppercase;
    color: #662D8C;
    font-weight: bold;
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .hl_nav_cat_list a:before, .hl_nav_cat_list a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100px;
        height: 100%;
        top: -1px;
        opacity: 0;
        background: #662D8C;
        padding-top: 1px;
        padding-bottom: 1px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .hl_nav_cat_list a:hover:before, .hl_nav_cat_list a:hover:after {
        opacity: 1;
    }

    .hl_nav_cat_list a:before {
        left: -100px;
    }

    .hl_nav_cat_list a:after  {
        right: -100px;
    }

    .hl_nav_cat_list a:hover {
        background: #662D8C;
        color: #FFF;
    }

    .hl_nav_cat_list a + a {
        border-top: 1px solid #662d8c;
    }

.header {
    padding-top: 67px;
    padding-bottom: 57px;
}

.header_slider {
    padding-left: 53px;
    padding-right: 53px;
    padding-bottom: 51px;
    overflow: hidden;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.header_slider .swiper-pagination {
    bottom: 0px;
}

.header_slider .swiper-pagination-bullet {
    margin-left: 3px;
    margin-right: 2px;
    width: 21px;
    height: 21px;
    position: relative;
    background: transparent;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.header_slider .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #FFEA1F;
    left: 3px;
    top: 3px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

.header_slider .swiper-pagination-bullet-active {
    background: #662D8C;
}

    .header_slider .swiper-pagination-bullet-active:after {
        opacity: 0;
    }

.head_slide {
    display: block;
    text-decoration: none;
    padding: 87px 85px 71px 80px;
    background: #F0E7F2;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.hs__inner {
    position: relative;
    display: flex;
}

.hs__img {
    display: flex;
    width: 352px;
    min-width: 352px;
    height: 298px;
    background: #FFF;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .hs__img img {
        display: block;
        max-width: 100%;
        max-height: 300px;
    }

.header_slider .swiper-button-prev, .header_slider .swiper-button-next {
    width: 14px;
    height: 14px;
    background: #FFEA1F;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.header_slider .swiper-button-prev:before, .header_slider .swiper-button-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    left: -10px;
    top: -10px;
}

.header_slider .swiper-button-prev {
    left: 12px;
}

.header_slider .swiper-button-next {
    right: 12px;
}

.header_slider .swiper-button-prev:hover, .header_slider .swiper-button-next:hover {
    background: #662D8C;
}

.hs__content {
    margin-left: 58px;
    border-left: 1px solid #6c3590;
    width: 100%;
}

.hs__name {
    font-size: 42px;
    line-height: 110%;
    color: #662D8C;
    font-weight: bold;
    padding-bottom: 32px;
    padding-left: 44px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 900;
}

.hs__info {
    border-top: 1px solid #6c3590;
    padding-left: 44px;
    padding-top: 28px;
    font-size: 18px;
    line-height: 120%;
    color: #662D8C;
    font-weight: bold;
}

.hs__btn {
    position: absolute;
    right: 0;
    bottom: -42px;
    color: #662d8c;
    font-size: 16px;
    background: #ffea1f;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    -webkit-border-top-left-radius: 30px;
            border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
            border-bottom-right-radius: 30px;
    height: 46px;
    line-height: 46px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .hs__btn:hover {
        color: #FFEA1F;
        background: #662D8C;
    }

.about {
    background: #F9F1B7;
    padding-top: 55px;
    padding-bottom: 55px;
}

.about .wmain {
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.about_img {
    width: 377px;
    min-width: 377px;
}

.about_img img {
    display: block;
    width: 100%;
}

.about_content {
    padding-left: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.about_content p {
    display: block;
    margin: 0;
    padding: 0;
    color: #662D8C;
    font-size: 18px;
    line-height: 120%;
}

    .about_content p a {
        color: #662D8C;
    }

.about_content p + p {
    margin-top: 23px;
}

.in_cat {
    padding-top: 50px;
    padding-bottom: 50px;
}

.in_cat__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -56px;
    margin-bottom: -12px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

    .in_cat__list > li {
        width: 50%;
        padding-left: 56px;
        margin-bottom: 12px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.icl__title {
    display: flex;
    background: #662D8C;
    height: 98px;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding-right: 30px;
    font-family: "Ubuntu";
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-align-items: center;
            align-items: center;
}

.icl__title span {
    display: block;
    width: 100%;
}

.icl__title i {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    width: 145px;
    min-width: 145px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .icl__title i img {
        display: block;
        max-width: 100%;
    }

.icl__img {
    display: flex;
    height: 255px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .icl__img img {
        display: block;
        max-width: 100%;
        max-height: 200px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .icl__item:hover .icl__img img {
        -webkit-transform: scale(1.04);
           -moz-transform: scale(1.04);
            -ms-transform: scale(1.04);
             -o-transform: scale(1.04);
                transform: scale(1.04);
    }

.in_cat .wmain {
    width: 867px;
}

.icl__item {
    display: block;
    width: 100%;
    text-decoration: none;
}

.popular {
    padding-bottom: 58px;
    background: #F1E7F2;
    padding-top: 50px;
}

.popular .wmain {
    width: 968px;
}

.head_tm {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.tm {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #662D8C;
    font-family: "Ubuntu";
}

    .tm img {
        display: block;
        margin-right: 10px;
    }

.btn_str {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #662D8C;
    text-decoration: none;
    -webkit-align-items: center;
            align-items: center;
}

    .btn_str img {
        display: block;
        margin-left: 9px;
        position: relative;
        left: 0;
        top: 2px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .btn_str:hover img {
        left: 5px;
    }

.popular_slider {
    margin-top: 38px;
    padding-left: 1px;
    /*min-height: 100%;*/
    height: 100%;
    min-height: 200px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popular_slider .swiper-wrapper {
    height: auto !important;
    align-items: stretch !important;
}

.popular_slide {
    display: block;
    background: #FFF;
    text-decoration: none;
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    min-height: 200px;
    padding-bottom: 15px;
    border: 1px solid #9A74B3;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    overflow: hidden;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ps__img {
    display: flex;
    height: 91px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .ps__img img {
        display: block;
        max-height: 91px;
        max-width: 100%;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .popular_slide:hover .ps__img img {
        -webkit-transform: scale(1.06);
           -moz-transform: scale(1.06);
            -ms-transform: scale(1.06);
             -o-transform: scale(1.06);
                transform: scale(1.06);
    }

.ps__name {
    display: flex;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #8E8E8E;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Ubuntu;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

.popular_slider .swiper-button-prev, .popular_slider .swiper-button-next {
    width: auto;
    height: auto;
    overflow: hidden;
    background: none;
    top: 50%;
    margin-top: -29px;
}

.popular_slider .swiper-button-prev {
    left: -29px;
}

.popular_slider .swiper-button-next  {
    right: -29px;
}

.popular_slider .swiper-button-prev span, .popular_slider .swiper-button-next span {
    width: 58px;
    height: 58px;
    display: block;
    background: #FFEA1F;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.popular_slider .swiper-button-prev span:hover, .popular_slider .swiper-button-next span:hover {
    background: #662D8C;
}

.index_news {
    background: #F9F1B7;
    padding-top: 33px;
    padding-bottom: 66px;
}

.index_news .wmain {
    width: 967px;
}

.news_slider {
    margin-top: 25px;
}

.news_slider .swiper-wrapper {
    align-items: stretch !important;
}

.news_slide {
    display: block;
    text-decoration: none;
    background: #FFF;
    min-height: 100%;
    padding: 12px 24px 10px 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

    .news_slide:hover .ns__name {
        text-decoration: underline;
    }

.ns__data {
    font-size: 14px;
    color: #8E8E8E;
    font-style: italic;
    padding-bottom: 2px;
}

.ns__name {
    font-size: 16px;
    font-weight: bold;
    color: #662D8C;
    font-family: Ubuntu;
}

    .ns__name span {
        font-family: 'Calibri', 'sans-serif', 'arial', 'helvetica';
        display: block;
        font-size: 14px;
        line-height: 120%;
        margin-top: 3px;
        font-style: italic;
        font-weight: normal;
    }
.news_slider_main {
    position: relative;
}
.news_slider_main .swiper-container, .news_slider_main .swiper-container-autoheight .swiper-wrapper {
    height: auto !important;
}
.news_slider_main .swiper-button-prev, .news_slider_main .swiper-button-next {
    width: 15px;
    height: 15px;
    margin-top: -7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #662D8C;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .news_slider_main .swiper-button-prev:before, .news_slider_main .swiper-button-next:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 15px;
        left: -15px;
        top: -15px;
    }

.news_slider_main .swiper-button-prev:hover, .news_slider_main .swiper-button-next:hover {
    background: #FFEA1F;
}

.news_slider_main .swiper-button-prev {
    left: -30px;
}

.news_slider_main .swiper-button-next {
    right: -30px;
}


.news_slider .swiper-slide {
    height: 100%;
}

.footer {
    background: #662D8C;
    padding-top: 96px;
    padding-bottom: 74px;
}

.footer .wmain {
    width: 1010px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.f_left {
    width: 406px;
    min-width: 406px;
}

.f_logo, .f_logo img {
    display: block;
    text-decoration: none;
    max-width: 100%;
}

.f_politic {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    display: block;
    margin-top: 16px;
    text-decoration: none;
}

    .f_politic:hover {
        text-decoration: underline;
    }


.f_left .hl_phone {
    font-size: 38px;
}

.f_left .hl_mail {
    font-size: 35px;
}

.f_right {
    width: 100%;
    display: flex;
}

.f_nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 55%;
    margin-left: -40px;
}

    .f_nav > li {
        width: 50%;
        margin-left: 40px;
        padding-top: 11px;
        border-top: 1px solid #fff;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .f_nav > li a {
        display: block;
        /*white-space: nowrap;*/
        text-decoration: none;
        font-size: 14px;
        line-height: 120%;
        color: #FFF;
    }

        .f_nav > li a:hover {
            text-decoration: underline;
        }

    .f_nav > li a + a {
        margin-top: 11px;
    }

.f_cont {
    width: 100%;
    padding-left: 40px;
    margin-top: -9px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fc__title {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    font-family: Ubuntu;
}

.f_cont p {
    display: block;
    margin: 0;
    margin-top: 16px;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

p.social { display: flex; align-items: center; }
p.social a:first-child { margin-right: 10px; }

.hnc__mobile {
    display: none !important;
}

.hl_right .hl_nav_cat_name {
    display: none;
}

.catalog {
    padding-top: 26px;
    padding-bottom: 100px;
}

.catalog .wmain {
    display: flex;
    width: 1052px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}


.cat_sidebar {
    width: 236px;
    min-width: 236px;
}

.cat_content {
    width: 100%;
    padding-left: 47px;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ti {
    font-size: 43px;
    color: #662D8C;
    font-weight: bold;
    font-family: Ubuntu;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    margin: 0 0 45px;
}

.cs__nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs__nav > li {
    display: block;
}

    .cs__nav > li + li .cs_title {
        border-top: 1px solid #662D8C;
    }
    
    .cs__nav > div + div .cs_title_arrow {
        border-top: 1px solid #662D8C;
    }


.cs_title_block { display: table; width: 100%; }
.cs_title_block_act { background: #662D8C; }

.cs_title {
    display: block;
    /*max-width: 190px;*/
    /*width: 90%;*/
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    color: #662D8C;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-family: Ubuntu;
    line-height: 120%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
/*    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;*/
}

.cs_title_act {
    color: #FFF;
    background: #662D8C;
}

.cs_title_arrow {
    display: table-cell;
    vertical-align: middle;
    color: #662D8C;
    font-size: 10px;
    width: 12%;
    text-align: center;
    cursor: pointer;
}

.cs_title_arrow_act {
    background: #662D8C;
    color: #fff;
}

.cs_title_block:hover, .cs_title_block:hover a, .cs_title_block:hover div {
    color: #fff;
    background: #662D8C;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.cs_chref {
    margin-top: 20px;
    padding-bottom: 21px;
}

.cs_chref a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
    color: #662D8C;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}

    .cs_chref a:before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        left: 1px;
        top: 8px;
        background: #662D8C;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .cs_chref a:hover {
        text-decoration: underline;
    }

.cs_chref a + a {
    margin-top: 10px;
}

.cs_chref_act { font-weight: bold; }

.cat_list {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 37px;
    list-style: none;
    margin-left: -24px;
    margin-bottom: -24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.cat_list > li {
    width: 50%;
    padding-left: 24px;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.cat_item {
    display: flex;
    background: #F0E7F2;
    min-height: 118px;
    /*height: 118px;*/
    padding-right: 15px;
    text-decoration: none;
    -webkit-border-radius: 12px;
            border-radius: 12px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    -webkit-align-items: center;
            align-items: center;
}
    .cat_item:hover {
        background: #F9F1B7;
    }

.cat_item i {
    display: flex;
    width: 138px;
    padding-left: 14px;
    min-width: 138px;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.cat_item span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #662D8C;
}

.cat_nav_mobile {
    display: none;
    font-size: 18px;
    color: #662D8C;
    text-transform: uppercase;
    font-weight: bold;
}

.cat_nav_mobile img {
    display: block;
    margin-right: 8px;
}

.d-hidden { display: none; }

/* analogue */
.analogue { border: 1px solid #662d8c; border-radius: 5px; max-width: 500px; margin-left: auto; margin-bottom: 15px; }
.analogue-title { background: #662d8c; color: #fff; text-align: center; height: 50px; line-height: 50px; font-size: 24px; }
.analogue-content { padding: 30px; }
.analogue-product { display: flex; flex-wrap: wrap; }
.analogue-picture { flex-grow: 1; flex-basis: 30%; padding-right: 10px; }
.analogue-picture img { /*width: 100%;*/ max-width: 260px; }
.analogue-name { flex-grow: 1; flex-basis: 62%; font-size: 22px; color: #662D8C; font-weight: bold; font-family: Ubuntu; text-align: center;  }
.analogue-name-inner { display: flex; flex-direction: column; height: 100%; }
.analogue-name-inner div:first-child { flex-grow: 1; }
.analogue-about-button {
    text-align: center;
    background: #ffeb00;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #662d8c;
    font-size: 16px;
    margin-left: auto;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 10px;
}
.analogue-about-button a { text-decoration: none; }
/* analogue */

@media screen and (min-width: 1380px) {
    .catalog .wmain {
        width: 1500px;
    }
    .icl__title {
        font-size: 30px;
    }
    .wmain {
        width: 1500px;
    }
     .in_cat .wmain, .popular .wmain, .index_news .wmain, .footer .wmain {
        width: 1400px;
    }

    .hl_nav_cat_name {
        font-size: 26px;
    }
    .hl_nav_href a {
        font-size: 26px;
    }
    .hl_btn_send {
        font-size: 18px;
    }
    .hl_nav_cat_list a {
        font-size: 40px;
    }

    .hs__name {
        font-size: 45px;
    }

    .hs__info {
        font-size: 25px;
    }

    .hs__img {
        width: 500px;
        min-width: 500px;
        height: 400px;
    }

    .hs__img img {
        max-height: 380px;
    }

    .about_content p {
        font-size: 22px;
    }

    .tm {
        font-size: 42px;
    }
    .ps__name {
        font-size: 20px;
    }

    .popular_slide {
        min-height: 200px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .btn_str {
        font-size: 20px;
    }

    .ns__data {
        font-size: 20px;
    }

    .ns__name, .ns__name span {
        font-size: 22px;
    }

    .f_nav > li a {
        font-size: 20px;
    }

    .fc__title {
        font-size: 20px;
    }

    .f_cont p {
        font-size: 20px;
    }

    .f_politic {
        font-size: 18px;
    }
    .hl_search {
        width: 100%;
    }
    .hl_search input {
        width: 100%;
    }
}

@media screen and (max-width: 1560px) and (min-width: 1380px) {
    .catalog .wmain {
        width: 1300px;
    }
    .in_cat .wmain, .popular .wmain, .index_news .wmain, .footer .wmain {
        width: 1260px;
    }

    .wmain {
        width: 1300px;
    }
}

@media screen and (max-width: 1200px) {
    .catalog .wmain {
        width: 100%;
    }
    .wmain {
        width: 100%;
    }
    .header_slider {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1120px) {
    .logo {
        min-width: 250px;
    }
    .hl_right {
        margin-top: 10px;
    }
    .hl_search {
        margin-left: 0;
    }
    .hl_btn_send {
        margin-left: 0;
    }
} 

@media screen and (max-width: 1080px) {
    .head_slide {
        padding: 47px 35px 41px 44px;
    }
    .hs__content {
        padding-bottom: 60px;
    }
    .hs__btn {
        bottom: 0;
    }
    .hl_right {
        height: auto;
        padding-top: 15px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .hl_search button {
        top: 16px;
    }
    .hl_cont {
        top: 0;
    }
    .hl_right .hl_cont {
        width: 100%;
        padding-bottom: 10px;
    }
    .hl_search {
        width: 48%;
    }
    .hl_btn_send {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 48%;
    }
    .hl_search input {
        width: 100%;
        height: 52px;
    }
    .in_cat .wmain {
        width: 100%;
    }
    .popular .wmain {
        width: 100%;
    }
    .index_news .wmain {
        width: 100%;
    }
    .footer .wmain {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .cat_sidebar {
        width: 190px;
        min-width: 190px;
    }
    .cat_content {
        padding-left: 25px;
        padding-top: 10px;
    }
    .cat_item span {
        font-size: 16px;
    }
    .cat_item i img {
        display: block;
        max-width: 80px;
        max-height: 80px;
    }
    .cat_item i {
        padding-left: 0;
        width: 120px;
        min-width: 120px;
    }
    .ti {
        font-size: 32px;
    }
    .f_logo, .f_logo img {
        max-width: 240px;
    }
    .f_left .hl_phone {
        font-size: 29px;
    }
    .f_left .hl_mail {
        font-size: 27px;
    }
    .f_left {
        width: 276px;
        min-width: 276px;
    }
    .about_img {
        width: 240px;
        min-width: 240px;
        float: left;
        margin-right: 30px;
        margin-bottom: 10px;
    }
    .about_content {
        padding-left: 0;
    }
    .about_content p + p {
        margin-top: 11px;
    }
    .about .wmain {
        display: block;
    }
    .hs__name {
        font-size: 32px;
        padding-left: 20px;
        padding-bottom: 15px;
    }
    .hs__info {
        padding-left: 20px;
        padding-top: 15px;
    }
    .hs__img {
        width: 260px;
        min-width: 260px;
        height: 260px;
        padding: 20px;
    }
    .hs__img {
        max-height: 240px;
    }
    .hs__content {
        margin-left: 25px;
    }

    .header_slider {
        padding-left: 32px;
        padding-right: 32px;
        margin-left: -32px;
        margin-right: -32px;
    }

    .header_slider .swiper-button-prev, .header_slider .swiper-button-next {
        width: 57px;
        height: 57px;
        margin-top: -28px;
    }

    .header_slider .swiper-button-prev {
        left: -28px;
    }

    .header_slider .swiper-button-next  {
        right: -28px;
    }
}

@media screen and (max-width: 880px) {
    .icl__title {
        font-size: 20px;
    }
    .in_cat__list > li {
        padding-left: 30px;
    }
    .in_cat__list {
        margin-left: -30px;
    }
}

@media screen and (max-width: 820px) {
    .cs__nav {
        padding-top: 20px;
        display: none;
    }
    .cat_nav_mobile {
        display: flex;
    }
    .catalog .wmain {
        display: block;
    }
    .cat_sidebar {
        /*width: auto;
        min-width: 20px;*/
        display: none;
    }
    .cs_chref {
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
        .cs_chref > a {
            width: 25%;
            margin-bottom: 15px;
            padding-right: 20px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
        .cs_chref > a + a {
            margin-top: 0;
        }
    .cat_content {
        padding: 0;
        margin-top: 32px;
    }
    .ps__name {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .popular {
        padding-left: 0;
        padding-right: 0;
    }
    .popular_slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .in_cat__list {
        display: block;
        margin-left: 0;
        margin: 0;
    }

    .in_cat__list > li {
        width: 100%;
        padding-left: 0;
        margin: 0;
    }

    .in_cat__list > li + li {
        margin-top: 30px;
    }

    .icl__title span {
        text-align: left;
    }

    .icl__item {
        display: flex;
    }

    .icl__title {
        width: 100%;
        -webkit-order: 2;
            -ms-order: 2;
                order: 2;
    }

    .icl__img {
        padding: 0;
        margin: 0;
        margin-right: 42px;
        width: 98px;
        height: 98px;
        min-width: 98px;
        -webkit-order: 1;
            -ms-order: 1;
                order: 1;
    }

    .icl__img {
        max-height: 98px;
    }

    .popular .wmain {
        position: relative;
        padding-bottom: 50px;
    }

    .head_tm .btn_str {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .head_tm {
        display: block;
    }

    .tm {
        width: 100%;
        -webkit-justify-content: center;
                justify-content: center;
    }

    .index_news .wmain {
        position: relative;
        padding-bottom: 50px;
    }

    .news_slider_main .swiper-button-prev, .news_slider_main .swiper-button-next {
        display: none;
    }

    .news_slider .swiper-wrapper {
        display: block !important;
        height: auto !important;
        -webkit-transform: translate(0) !important;
           -moz-transform: translate(0) !important;
            -ms-transform: translate(0) !important;
             -o-transform: translate(0) !important;
                transform: translate(0) !important;
    }

    .news_slider .swiper-slide {
        width: 100% !important;
        margin: 0 !important;
    }

    .news_slider .swiper-slide + .swiper-slide {
        margin-top: 14px !important;
    }

    /*.news_slider .swiper-slide + .swiper-slide  + .swiper-slide  + .swiper-slide {
        display: none !important;
    }*/

    .news_slider .swiper-slide:nth-child(n+1):nth-child(-n+4) {
        display: none !important;
    }

    .news_slider .swiper-slide:nth-child(n+9) {
        display: none !important;
    }
}

@media screen and (max-width: 780px) {
    .footer .wmain {
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .f_right {
        margin-top: 40px;
    }
    .about .wmain {
        padding-left: 0;
        padding-right: 0;
    }
    .hl_nav_cat_name span {
        display: none;
    }
    .hl_nav_cat_name span + span {
        display: block;
    }
    .hl_nav_href {
        display: none;
    }
    .hl_nav_cat_list a {
        font-weight: 300;
    }
    .hnc__mobile {
        display: block !important;
    }
    .hl_top {
        padding-bottom: 0;
    }

    .hl_nav {
        margin-top: -65px;
    }

    .hl_right {
        margin-top: 0;
        padding-left: 30px;
        padding-top: 50px;
        -webkit-border-radius: 0;
                border-radius: 0;
    }

    .hl_right .hl_cont {
        padding-bottom: 16px;
    }

    .logo {
        padding-top: 15px;
    }

    .hl_top {
        padding-top: 0;
    }
    .desk { display: none; }
    .mob { display: block; }
}

@media screen and (max-width: 760px) {
    .cs_chref a {
        width: 33.3333333333%;
    }
    .company-block-1 { margin: 0; }
}

@media screen and (max-width: 640px) {
    .cat_list > li {
        width: 100%;
    }
    .head_slide {
        padding: 20px;
    }
    .hs__img {
        width: 200px;
        min-width: 200px;
        height: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hs__img img {
        max-height: 180px;
    }
    .hs__name {
        font-size: 22px;
    }
    .hs__info {
        font-size: 16px;
    }
    .hs__btn {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .hs__content {
        padding-bottom: 41px;
    }

    .header_slider .swiper-pagination-bullet:after {
        width: 10px;
        height: 10px;
        top: 1px;
        left: 1px;
    }
    .header_slider .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .header_slider {
        padding-bottom: 30px;
    }

    .logo {
        width: 160px;
        min-width: 160px;
    }

    .hl_right .hl_phone {
        font-size: 22px;
    }

    .hl_right .hl_mail {
        font-size: 20px;
    }

    .hl_right .hl_cont a img {
        max-width: 20px;
        max-height: 20px;
        margin-right: 7px;
    }

    .hl_right {
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo {
        padding-top: 3px;
    }
    .hl_nav_cat_name {
        height: 76px;
        line-height: 76px;
    }

    .hl_right .hl_cont {
        padding-bottom: 32px;
    }

    .hl_nav {
        margin-top: -76px;
    }

    .hl_nav, .hl_top {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hl_right {
        margin-left: 20px;
    }
}

@media screen and (max-width: 580px) {
    .icl__title {
        font-size: 16px;
    }

    .icl__title i {
        width: 90px;
        min-width: 90px;
    }

    .icl__title {
        height: 64px;
        -webkit-border-radius: 12px;
                border-radius: 12px;
    }

    .icl__img img {
        max-height: 64px;
    }

    .icl__title i {
        max-width: 64px;
        max-height: 64px;
        width: 64px;
        min-width: 64px;
    }

    .icl__title span {
        text-align: center;
    }

    .icl__img {
        width: 64px;
        height: 64px;
        min-width: 64px;
        margin-right: 20px;
    }
    .in_cat__list > li + li {
        margin-top: 15px;
    }
    .icl__title {
        padding-right: 10px;
    }
    .icl__title i {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 560px) {
    .header_slider {
        -webkit-border-radius: 10px;
                border-radius: 10px;
    }
    .header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header_slider .swiper-button-prev, .header_slider .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -30px;
    }
    .hs__img {
        width: 140px;
        min-width: 140px;
        height: 140px;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-border-radius: 14px;
                border-radius: 14px;
    }
    .hs__content {
        margin-left: 14px;
        padding-bottom: 0;
    }

    .hs__img img {
        max-height: 150px;
    }

    .head_slide {
        padding: 15px;
        padding-bottom: 50px;
        -webkit-border-radius: 14px;
                border-radius: 14px;
    }
    .hs__name {
        font-size: 18px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .hs__info {
        font-size: 14px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .hs__btn {
        bottom: -40px;
    }
    .f_right {
        display: block;
    }
    .f_nav {
        width: 100%;
        min-width: 20px;
        margin-left: 0;
    }
    .f_nav > li {
        margin-left: 0;
    }
    .f_cont {
        margin-top: 20px;
        padding-left: 0;
    }
    .footer {
        padding-top: 42px;
    }
    .f_right {
        margin-top: 32px;
    }
    .f_nav > li a {
        font-size: 20px;
        font-weight: 300;
    }
}

@media screen and (max-width: 540px) {
    .analogue-product { flex-direction: column; flex-direction: column-reverse; }
    .analogue-picture, .analogue-name { flex-basis: auto; flex-grow: 1; }
    .analogue-name { margin-bottom: 15px; }
    .analogue-picture { text-align: center; padding-right: 0; }
    .d-hidden { display: block; }
    .m-hidden { display: none; }
    .cs_chref a {
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .about_img {
        width: 140px;
        min-width: 140px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 490px) {
    .popular {
        padding-top: 40px;
    }
    .popular_slider {
        margin-top: 28px;
    }
    .ti {
        font-size: 24px;
    }
    .cat_list {
        margin-top: 17px;
    }
    .hl_nav_cat_list {
        display: none;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0s;
           -moz-transition: 0s;
            -ms-transition: 0s;
             -o-transition: 0s;
                transition: 0s;
    }
    .hl_nav .wmain {
        height: 43px;
    }
    .hl_nav_cat_list a {
        font-size: 24px;
        padding-top: 8px;
        padding-bottom: 6px;
    }
    .hl_nav {
        position: relative;
        background: #662D8C;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .hl_nav_cat_name span {
        display: none !important;
    }

    .hl_nav_cat_name img {
        margin-right: 0;
    }

    .hl_search input {
        height: 43px;
    }
    .hl_search button {
        top: 11px;
    }
    .hl_right {
        padding-bottom: 10px;
    }
    .hl_nav {
        margin-top: -63px;
    }

    .hl_nav_cat_list {
        left: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .hl_nav_cat {
        position: static;
    }

    .hl_nav_cat_name {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 16px;
        z-index: 50;
        background: #FFEA1F;
        height: 43px;
        line-height: 43px;
        padding-left: 12px;
        padding-right: 12px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
    }

    .hl_nav_cat_name {
        display: none;
    }

    .hl_right .hl_nav_cat_name {
        display: flex;
        right: 0;
        top: auto;
        bottom: 10px;
        position: absolute;
    }

    .hl_btn_send {
        margin-right: 60px;
    }

    .hl_btn_send {
        padding: 6px 10px;
        padding-bottom: 3px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .hl_right {
        position: relative;
        padding-bottom: 75px;
    }

    .hl_search {
        position: absolute;
        width: 40vw;
        left: -180px;
        bottom: 10px;
    }

    .hl_btn_send {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 36vw;
    }

    .hl_right .hl_cont {
        padding-bottom: 0;
    }

    .hl_right {
        padding-bottom: 0;
        height: 144px;
        padding-top: 20px;
        -webkit-align-items: flex-start;
                align-items: flex-start;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media screen and (max-width: 420px) {
    .footer {
        padding-bottom: 34px;
    }
    .tm {
        font-size: 22px;
    }
    .tm img {
        max-width: 20px;
        max-height: 20px;
        margin-right: 5px;
    }
    .popular_slider {
        margin-top: 20px;
    }
    .header_slider .swiper-button-prev, .header_slider .swiper-button-next {
        display: none;
    }
    .header_slider {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hl_right {
        height: 124px;
    }
    .hl_right .hl_phone {
        font-size: 16px;
    }
    .hl_right .hl_mail {
        font-size: 15px;
    }
    .hl_right .hl_cont a img {
        max-width: 17px;
        max-height: 17px;
        margin-right: 6px;
    }

    .logo {
        width: 110px;
        min-width: 110px;
    }
    .hl_search {
        left: -130px;
    }

    .hl_btn_send {
        width: 110px;
        min-width: 110px;
    }

    .hl_search {
        width: calc(100vw - 220px);
    }
}

@media screen and (max-width: 380px) {
    .about, .in_cat {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .popular {
        padding-bottom: 30px;
    }
    .index_news {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index_news .wmain {
        padding-bottom: 35px;
    }
    .popular .wmain {
        padding-bottom: 40px;
    }
    .hs__img {
        width: 100px;
        height: 100px;
        padding: 5px;
        min-width: 100px;
    }
    .hs__img img {
        max-height: 90px;
    }
    .hs__name {
        font-size: 14px;
    }
    .hs__info {
        font-size: 12px;
    }
    .head_slide {
        padding-bottom: 40px;
    }
    .hs__btn {
        bottom: -35px;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }
    .hl_btn_send, .hl_search {
        width: 35vw;
    }
    .plr {
        padding-left: 20px;
        padding-right: 20px;
    }
    .popular {
        padding-left: 0;
        padding-right: 0;
    }
    .header_slider {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .f_logo, .f_logo img {
        max-width: 200px;
    }
    .f_left {
        width: 210px;
        min-width: 20px;
    }
    .f_left .hl_cont a img {
        width: 18px;
    }
    .f_left .hl_phone {
        font-size: 24px;
    }
    .f_left .hl_mail {
        font-size: 23px;
    }
}

@media screen and (max-width: 360px) {
    .cs_chref a {
        padding-right: 10px;
    }
    .cs_chref a {
        font-size: 14px;
        padding-left: 10px;
    }
        .cs_chref a:before {
            top: 5px;
            left: 0;
            width: 4px;
            height: 4px;
        }
    .icl__title {
        font-size: 14px;
    }
    .about_img {
        width: 120px;
        min-width: 120px;
    }
    .about_content p {
        font-size: 14px;
    }
    .hl_btn_send, .hl_search {
        width: 35vw;
    }
}

@media screen and (max-width: 340px) {
    .hl_search {
        width: calc(100vw - 220px);
    }
    .icl__img {
        margin-right: 10px;
    }
    .icl__title {
        font-size: 12px;
    }

    .hl_btn_send {
        width: 100px;
        min-width: 100px;
    }
    .hl_search {
        width: calc(100vw - 210px);
    }
}

/* modal popup for cart about weekend days */
#overlay_cart {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    z-index: 2000;
}
.popup_cart {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 280px;
    max-width: 700px;
    position: absolute;
    /*padding: 15px 20px;*/
    border: 0;
    background:#fff;
    z-index: 2000;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.popup_cart h2 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    /*line-height: 1.3;*/
    color: #000;
    font-size: 18px;
}
.popup_close {
    width:14px;
    height:14px;
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    color:#fce920;
    font-weight:bold;
}

.required { color: #ffea1f; font-weight: bold; font-size: 16px; }

.order_flex { display: flex; flex-wrap: wrap; /*padding: 25px 0 45px 0;*/ }

.order_flex_block { flex-basis: 310px; flex-grow: 1; }

.order_input_title {
    color: #662d8c;
    font-size: 19px;
    font-weight: bold;
    font-family: Calibri;
    padding-left: 5px;
}

.order_input {
    background: #eaeaea;
    border: 0;
    border-radius: 15px;
    width: 100%;
    max-width: 220px;
    height: 33px;
    padding: 10px 17px;
    color: #606060;
    font-size: 14px;
    box-sizing: border-box;
}

.order_textarea {
    background: #eaeaea;
    border: 0;
    border-radius: 15px;
    width: 100%;
    max-width: 280px;
    height: 214px;
    padding: 10px 15px;
    color: #606060;
    font-size: 14px;
    box-sizing: border-box;
}

.order_input_block { margin-bottom:5px; padding-left: 10px; }

.send_order {
    width: 148px;
    height: 50px;
    background: #ffea1f;
    color: #662d8c;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

/* news */
.news-block { border:1px solid #662d8c; border-radius:10px; padding: 20px 45px; margin-top: 25px; display: flex; flex-wrap: wrap; }
.news-block-first { margin: 0; }

.news-block-1 { flex-grow: 1; flex-basis: 75%; }
.news-block-2 { flex-grow: 0; flex-basis: auto; margin-left: 15px; }

.news-block p, .news-block a { color: #662d8c; }
.news-pag, .news-active-pag {
    display: inline-block;
    background: #ffea1f;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    text-align: center;
    color: #662d8c;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}
.news-active-pag { background: #662d8c; color: #fff; }
.news-pag:hover { background: #662d8c; color: #fff; }

.news-instruction { display: flex; flex-wrap: no-wrap; border: 1px solid #662d8c; border-radius: 5px; max-width: 400px; margin-left: auto; margin-bottom: 15px; padding:15px; }
.news-instruction-block-1 { padding-left:15px; width: 100%; }
/* news */

.main-color { color: #662d8c; }

/* contacts */
.contacts-main-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #662d8c;
    font-size: 20px;
}
.contacts-address-flex {
    display: flex; justify-content: center;
}
.contacts-info-flex {
    display: flex;
}

.contacts-address-flex-img { margin-right: 32px; }
.contacts-info-flex-one { max-width: 320px; }
.contacts-info-flex-items { height: 40px;margin-right: 22px; margin-bottom: 20px; }
/* contacts */

/* partners */
.partners { display: flex; justify-content: space-between; flex-wrap: wrap; }
.partners-block {
    border: 1px solid #662d8c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    /*flex-shrink: 0;*/
    flex-basis: auto;
    padding: 32px;
    text-align: center;
    margin: 25px;
}
/* partners */

/* company */

.company { display: flex; flex-wrap: wrap; color: #662d8c; font-size: 18px; }
.company-block-1 { flex-grow: 0; flex-basis: auto; margin-right: 35px; }
.company-block-2 { flex-grow: 1; flex-basis: 40%; }
.company-block-1 img { display: inline-block; max-width: 100%; }
.company-block-2 p:first-child { margin-top: 0; }
.company-partner-title { color: #662d8c; font-size: 28px; font-weight: bold; text-transform: uppercase; }
.company-partner { border: 1px solid #662d8c; border-radius: 10px; padding: 32px; display: flex; flex-wrap: wrap; margin-top: 25px; }
.company-partner:first-child { margin-top: 0; }
.company-partner-1 { flex-grow: 0; flex-basis: auto; margin-right: 35px; }
.company-partner-1 img { display: inline-block; max-width: 100%; }
.company-partner-2 { flex-grow: 1; flex-basis: 40%; color: #662d8c; }
.about_button {
text-align: center;
background: url(/img/about_button_bg.png) no-repeat;
width: 94px;
height: 36px;
font-size: 12px;
color: #662d8c;
padding-top: 5px;
margin-left: auto;
font-weight: bold;
}
.about_button a { text-decoration: none; }

/* company */


/* tables */
.t_products { margin: 25px 0; }
.t_p_header_first { border-top-left-radius: 15px; }
.t_p_header_last { border-top-right-radius: 15px; }
.t_p_header, .t_p_name, .t_p_ref, .t_p_cost { padding: 15px 40px; font-size: 14px; font-family: Calibri; font-weight: bold; color: #662d8c; }
.t_p_header { background: #ededed; text-align: center; }
.t_p_name { background: #f0e7f2; }
.t_p_ref { background: #f9f1b7; text-align: center; }
.t_p_cost { background: #ffea1f; cursor: pointer; text-align: center; }
/* tables */

.contents img { display: inline-block; max-width: 100%; }
.wrap_table { overflow: auto; }
/*.contents table { background-color: #000!important; border: 0!important; }
.contents table tr { background-color: #fff!important; }*/

@media screen and (max-width: 630px) {
    .spec-block-2 { margin: 15px 0 0; }
}