

/* Start:/css/slick.css?17029975381811*/
/* Slider */
.slick-slider
{
    position: relative;
    outline: none;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/css/slick-theme.css?17029975382887*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url('/css/./ajax-loader.gif') center center no-repeat; */
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -100px;
}
[dir='rtl'] .slick-prev
{
    right: -100px;
    left: auto;
}
.slick-prev:before
{
    content: url(/css/../img/left-arrow.svg);
}
[dir='rtl'] .slick-prev:before
{
    content: url(/css/../img/left-arrow.svg);
}

.slick-next
{
    right: -100px;
    transform: rotate(180deg);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -100px;
}
.slick-next:before
{
    content: url(/css/../img/left-arrow.svg);
}
[dir='rtl'] .slick-next:before
{
    content: url(/css/../img/left-arrow.svg);
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -76px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 15px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: transparent;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(65,65,65,0.25);
    content: '';
    text-align: center;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: #000;
}

/* End */


/* Start:/css/aos.css?170299753831048*/
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos] {
	pointer-events: none
}

[data-aos].aos-animate {
	pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media screen {
	html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
		opacity: 0;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}
	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
	html:not(.no-js) [data-aos=fade-up] {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}
	html:not(.no-js) [data-aos=fade-down] {
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0)
	}
	html:not(.no-js) [data-aos=fade-right] {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}
	html:not(.no-js) [data-aos=fade-left] {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}
	html:not(.no-js) [data-aos=fade-up-right] {
		-webkit-transform: translate3d(-100px, 100px, 0);
		transform: translate3d(-100px, 100px, 0)
	}
	html:not(.no-js) [data-aos=fade-up-left] {
		-webkit-transform: translate3d(100px, 100px, 0);
		transform: translate3d(100px, 100px, 0)
	}
	html:not(.no-js) [data-aos=fade-down-right] {
		-webkit-transform: translate3d(-100px, -100px, 0);
		transform: translate3d(-100px, -100px, 0)
	}
	html:not(.no-js) [data-aos=fade-down-left] {
		-webkit-transform: translate3d(100px, -100px, 0);
		transform: translate3d(100px, -100px, 0)
	}
	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
		opacity: 0;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}
	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
		opacity: 1;
		-webkit-transform: translateZ(0) scale(1);
		transform: translateZ(0) scale(1)
	}
	html:not(.no-js) [data-aos=zoom-in] {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-up] {
		-webkit-transform: translate3d(0, 100px, 0) scale(.6);
		transform: translate3d(0, 100px, 0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-down] {
		-webkit-transform: translate3d(0, -100px, 0) scale(.6);
		transform: translate3d(0, -100px, 0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-right] {
		-webkit-transform: translate3d(-100px, 0, 0) scale(.6);
		transform: translate3d(-100px, 0, 0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-in-left] {
		-webkit-transform: translate3d(100px, 0, 0) scale(.6);
		transform: translate3d(100px, 0, 0) scale(.6)
	}
	html:not(.no-js) [data-aos=zoom-out] {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-up] {
		-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
		transform: translate3d(0, 100px, 0) scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-down] {
		-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
		transform: translate3d(0, -100px, 0) scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-right] {
		-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
		transform: translate3d(-100px, 0, 0) scale(1.2)
	}
	html:not(.no-js) [data-aos=zoom-out-left] {
		-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
		transform: translate3d(100px, 0, 0) scale(1.2)
	}
	html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		visibility: hidden
	}
	html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
		visibility: visible;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	html:not(.no-js) [data-aos=slide-up] {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	html:not(.no-js) [data-aos=slide-down] {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	html:not(.no-js) [data-aos=slide-right] {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	html:not(.no-js) [data-aos=slide-left] {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform
	}
	html:not(.no-js) [data-aos=flip-left] {
		-webkit-transform: perspective(2500px) rotateY(-100deg);
		transform: perspective(2500px) rotateY(-100deg)
	}
	html:not(.no-js) [data-aos=flip-left].aos-animate {
		-webkit-transform: perspective(2500px) rotateY(0);
		transform: perspective(2500px) rotateY(0)
	}
	html:not(.no-js) [data-aos=flip-right] {
		-webkit-transform: perspective(2500px) rotateY(100deg);
		transform: perspective(2500px) rotateY(100deg)
	}
	html:not(.no-js) [data-aos=flip-right].aos-animate {
		-webkit-transform: perspective(2500px) rotateY(0);
		transform: perspective(2500px) rotateY(0)
	}
	html:not(.no-js) [data-aos=flip-up] {
		-webkit-transform: perspective(2500px) rotateX(-100deg);
		transform: perspective(2500px) rotateX(-100deg)
	}
	html:not(.no-js) [data-aos=flip-up].aos-animate {
		-webkit-transform: perspective(2500px) rotateX(0);
		transform: perspective(2500px) rotateX(0)
	}
	html:not(.no-js) [data-aos=flip-down] {
		-webkit-transform: perspective(2500px) rotateX(100deg);
		transform: perspective(2500px) rotateX(100deg)
	}
	html:not(.no-js) [data-aos=flip-down].aos-animate {
		-webkit-transform: perspective(2500px) rotateX(0);
		transform: perspective(2500px) rotateX(0)
	}
}
/* End */


/* Start:/head-foot/head-foot.css?170299754521750*/
.new-container {
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%;
  max-width: 1920px;
}
@media (max-width: 991.5px) {
  .new-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575.5px) {
  .new-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"), url("/fonts/NotoSans/NotoSans.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("NotoSans"), url("/fonts/NotoSans/NotoSans-Medium.woff2") format("woff2");
}
.header-new {
  position: relative;
  z-index: 9;
  font-family: "NotoSans";
}
.header-new__top {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transition: background-color 0.6s ease-out;
}
@media (max-width: 991.5px) {
  .header-new__top {
    padding: 18px 0;
  }
}
.header-new__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-new__burger {
  position: relative;
  display: none;
  border: none;
  width: 24px;
  height: 19px;
  font-size: 0;
  background: none;
  cursor: pointer;
}
.header-new__burger::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.4s ease-out, top 0.4s ease-out, background-color 0.4s ease-out;
}
.header-new__burger::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.4s ease-out, bottom 0.4s ease-out, background-color 0.4s ease-out;
}
@media (max-width: 991.5px) {
  .header-new__burger {
    display: block;
  }
}
.header-new__burger-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease-out;
}
.header-new_active .header-new__burger::before {
  top: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3);
}
.header-new_active .header-new__burger::after {
  bottom: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(50%) rotate(45deg) scale(1.3);
}
.header-new_active .header-new__burger-inner {
  opacity: 0;
}
.header-new__menu {
  display: flex;
  list-style: none;
  padding-left: 42px;
}
.header-new__menu > li {
  position: relative;
}
@media (max-width: 991.5px) {
  .header-new__menu {
    display: none;
  }
}
.header-new__menu-link {
  position: relative;
  margin: 0 20px;
  padding: 9px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  transition: color 0.6s ease-out;
}
.header-new__menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 31px;
}
.header-new__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #231f20;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.header-new__menu-link:hover::before {
  pointer-events: all;
}
.header-new__menu-link:hover::after {
  transform: scaleX(1);
}
.header-new__btns {
  display: flex;
  align-items: center;
}
.header-new__btns .header-new__btn {
  margin-right: 68px;
}
@media (max-width: 991.5px) {
  .header-new__btns {
    display: none;
  }
}
.header-new__btn-search {
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  font-family: "NotoSans";
  background: none;
  cursor: pointer;
}
.header-new__btn-search::after, .header-new__btn-search::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, transform 0.2s;
}
.header-new__btn-search path {
  transition: stroke 0.6s ease-out;
}
.header-new__btn-search:hover path {
  stroke: #d1d2d4;
}
.header-new__search {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  padding-top: 7px;
  padding-bottom: 20px;
  width: 100%;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
.header-new__search-input {
  flex-grow: 2;
  margin-right: 68px;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 24px 4px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: transparent;
}
.header-new__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.header-new__search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.header-new__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991.5px) {
  .header-new__search-input {
    margin-right: 14px;
    padding: 10px 4px;
    font-size: 16px;
    line-height: 20px;
  }
}
.header-new__search-btn {
  flex-shrink: 0;
  border: none;
  padding: 0;
  background: none;
  transform: translateY(6px);
  cursor: pointer;
}
.header-new__search-btn path {
  transition: stroke 0.3s ease-out;
}
@media (max-width: 991.5px) {
  .header-new__search-btn svg {
    width: 16px;
    height: 16px;
  }
}
.header-new__search-btn:hover path {
  stroke: #d1d2d4;
}
@media (max-width: 991.5px) {
  .header-new__search-btn {
    transform: translateY(3px);
  }
}
.header-new__search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.5px) {
  .header-new__search-form {
    padding-right: 5px;
  }
}
.header-new_search .header-new__search {
  background: #3592c0;
  transform: scaleY(1);
}
.header-new_search .header-new__btn-search {
  position: relative;
}
.header-new_search .header-new__btn-search::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-new_search .header-new__btn-search::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-new_search .header-new__btn-search svg {
  display: none;
}
.header-new_active .header-new__top {
  background: #3592c0;
}
.header-new_active .header-new__search-btn path {
  stroke: #fff;
}
.header-new_active .header-new__btn-search path {
  stroke: #fff;
}
.header-new_active .header-new__menu a {
  color: #fff;
}
.header-new_active .header-new__menu a::after {
  background-color: #fff;
}
.header-new_active .header-new__menu-link::before {
  pointer-events: all;
}
.header-new_active .header-new__logo path {
  fill: #fff;
}
.header-new_active .header-new__btn {
  color: #231f20;
  background: #c9db43;
}
.header-new_active .header-new__btn:hover {
  background: #a6bd38;
}
.header-new__products, .header-new__about, .header-new__club, .header-new__where {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top center;
  transition: background-color 0.6s ease-out;
}
.header-new__products .header-new__container, .header-new__about .header-new__container, .header-new__club .header-new__container, .header-new__where .header-new__container {
  padding-top: 7px;
  padding-bottom: 20px;
}
.header-new__products .header-new__container {
  position: relative;
  align-items: flex-start;
  padding-top: 26px;
  padding-right: 40px;
  padding-left: 579px;
  min-height: 224px;
  background-image: url(/head-foot/../img/menu-novelty.png);
  background-repeat: no-repeat;
  background-position: left 104px top;
}
.header-new__products .header-new__container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: 110px;
  width: 100%;
  height: 224px;
  background-color: #97D4C8;
  transform: translateX(-100%);
}
@media (max-width: 1249.5px) {
  .header-new__products .header-new__container::after {
    display: none;
  }
}
@media (max-width: 1366.5px) {
  .header-new__products .header-new__container {
    padding-left: 473px;
    background-position: left 0 top;
  }
}
@media (max-width: 1249.5px) {
  .header-new__products .header-new__container {
    padding-left: 80px;
    background: none;
  }
}
.header-new__products-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 855px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.header-new__products-menu > li {
  margin-right: 71px;
}
.header-new__products-menu > li:nth-child(3) {
  margin-right: auto;
  padding-right: 20px;
}
.header-new__products-menu > li:last-child {
  margin-right: 0;
}
.header-new__products-menu a {
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.header-new__products-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.header-new__products-menu a:hover::after {
  transform: scaleX(1);
}
.header-new__products-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-new__products-menu ul a {
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
}
.header-new_menu-products .header-new__products {
  background-color: #3592c0;
  transform: scaleY(1);
}
.header-new_menu-products .header-new__products .header-new__products-menu {
  opacity: 1;
}
.header-new_menu-products .header-new__top {
  background-color: #3592c0;
}
.header-new_menu-about [data-for=about] ~ .header-new__menu-sub, .header-new_menu-club [data-for=club] ~ .header-new__menu-sub {
  background-color: #3592c0;
  transform: scaleY(1);
}
.header-new_menu-about [data-for=about] ~ .header-new__menu-sub a, .header-new_menu-club [data-for=club] ~ .header-new__menu-sub a {
  opacity: 1;
}
.header-new__menu-sub {
  position: absolute;
  left: -12px;
  top: 100%;
  list-style: none;
  margin-top: 36px;
  padding: 30px 32px;
  padding-bottom: 49px;
  min-width: 197px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: background-color 1s ease-out;
}
.header-new__menu-sub li:not(:last-child) {
  margin-bottom: 1px;
}
.header-new__menu-sub a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.header-new__menu-sub a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.header-new__menu-sub a:hover::after {
  transform: scaleX(1);
}
.header-new__burger-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.6s ease-out, background-color 0.6s ease-out;
}
.header-new_menu-burger .header-new__burger-menu {
  background-color: #3592c0;
  transform: scaleY(1);
}
.header-new__burger-menu-top {
  padding: 24px 49px;
  height: calc(var(--vh, 1vh) * 100 - 56px - 74px);
  min-height: 240px;
  max-height: 600px;
}
.header-new__burger-menu-bottom {
  padding: 16px 0;
}
.header-new__burger-menu-wrapper {
  width: 100%;
}
.header-new__burger-menu-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transition: transform 0.6s ease-out;
}
.header-new__burger-menu-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.header-new__burger-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-new__burger-menu-list a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
.header-new__burger-sub-menu {
  position: absolute;
  left: 150%;
  top: 0;
  width: 100%;
}
.header-new__burger-sub-menu > a {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.header-new__burger-sub-menu > a::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 7px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.header-new__burger-sub-menu ul li {
  margin-bottom: 10px;
}
.header-new__burger-sub-menu ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.header-new__burger-menu-list_active {
  transform: translateX(-150%);
}
.header-new__burger-menu-item_has-child .header-new__burger-sub-menu {
  opacity: 0;
  pointer-events: none;
}
.header-new__burger-menu-item_has-child.header-new__burger-menu-item_active .header-new__burger-sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header-new__burger-btn {
  border: 1px solid #c9db43;
  border-radius: 20px;
  padding: 8px 14px;
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #231f20;
  background: #c9db43;
}
.header-new__burger-search-btn {
  border: none;
  padding-right: 0;
  padding-left: 26px;
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.1392 11.1394L15.4286 15.4287M11.1392 11.1394C12.2595 10.0191 12.9524 8.47148 12.9524 6.76199C12.9524 3.3431 10.1808 0.571533 6.76187 0.571533C3.34298 0.571533 0.571411 3.3431 0.571411 6.76199C0.571411 10.1809 3.34298 12.9525 6.76187 12.9525C8.47135 12.9525 10.019 12.2596 11.1392 11.1394Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E ");
  background-position: left center;
  background-repeat: no-repeat;
}
.header-new__btn {
  border: 1px solid #8d8d8d;
  border-radius: 28px;
  padding: 15px 22px;
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #231f20;
  background-color: transparent;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.header-new__btn:hover {
  border-color: #a6bd38;
  color: #fff;
  background-color: #a6bd38;
}
@media (max-width: 575.5px) {
  .header-new__btn {
    padding: 7px 16px;
    font-size: 14px;
    letter-spacing: -0.03em;
  }
}
.header-new__logo {
  font-size: 0;
}
.header-new__logo-inner {
  width: 154px;
  height: 30px;
}
@media (max-width: 766.5px) {
  .header-new__logo-inner {
    width: auto;
    height: 20px;
  }
}

.footer-new {
  background: #414141;
  font-family: "NotoSans";
}
.footer-new__top {
  border-bottom: 1px solid rgba(209, 210, 212, 0.16);
  padding-top: 29px;
  padding-bottom: 11px;
}
@media (max-width: 991.5px) {
  .footer-new__top {
    padding-top: 18px;
  }
}
@media (max-width: 575.5px) {
  .footer-new__top {
    padding-bottom: 0;
  }
}
.footer-new__logo {
  margin-right: 30px;
  margin-bottom: 16px;
}
.footer-new__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-new__btns {
  margin-bottom: 16px;
}
.footer-new__btns .footer-new__btn-icon:not(:last-child) {
  margin-right: 37px;
}
@media (max-width: 766.5px) {
  .footer-new__btns .footer-new__btn-icon:not(:last-child) {
    margin-right: 7px;
  }
}
.footer-new__center {
  border-bottom: 1px solid rgba(209, 210, 212, 0.16);
  padding-top: 48px;
  padding-bottom: 22px;
}
.footer-new__center .footer-new__container {
  align-items: flex-start;
}
@media (max-width: 766.5px) {
  .footer-new__center {
    padding-top: 15px;
    padding-bottom: 39px;
  }
}
.footer-new__menu {
  display: flex;
  list-style: none;
  margin: 0;
  margin-right: auto;
  padding: 0;
  padding-right: 30px;
}
@media (max-width: 991.5px) {
  .footer-new__menu {
    flex-wrap: wrap;
    padding-right: 0;
    width: 100%;
  }
}
.footer-new__menu > li:nth-child(1) {
  margin-right: 77px;
}
@media (max-width: 1249.5px) {
  .footer-new__menu > li:nth-child(1) {
    margin-right: 60px;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(1) {
    margin-right: 15px;
  }
}
@media (max-width: 766.5px) {
  .footer-new__menu > li:nth-child(1) {
    margin-bottom: 1px;
  }
}
.footer-new__menu > li:nth-child(2) {
  margin-right: 95px;
}
@media (max-width: 1249.5px) {
  .footer-new__menu > li:nth-child(2) {
    margin-right: 60px;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(2) {
    order: 3;
    margin-right: 15px;
  }
}
.footer-new__menu > li:nth-child(3) {
  margin-right: 84px;
}
@media (max-width: 1249.5px) {
  .footer-new__menu > li:nth-child(3) {
    margin-right: 60px;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(3) {
    order: 2;
    margin-right: 0;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 991.5px) {
  .footer-new__menu > li {
    margin-bottom: 40px;
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 766.5px) {
  .footer-new__menu > li {
    margin-bottom: 30px;
  }
}
.footer-new__menu a {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer-new__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.footer-new__menu a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 766.5px) {
  .footer-new__menu a {
    margin-bottom: 18px;
    font-size: 19px;
  }
}
.footer-new__menu-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-new__menu-sub li {
  margin-bottom: 1px;
}
@media (max-width: 575.5px) {
  .footer-new__menu-sub li {
    margin-bottom: 2px;
  }
}
.footer-new__menu-sub a {
  margin-bottom: 0;
  padding: 5px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: unset;
  color: #fff;
}
@media (max-width: 766.5px) {
  .footer-new__menu-sub a {
    margin-bottom: 0;
  }
}
.footer-new__socials {
  padding-top: 8px;
}
.footer-new__socials-title {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.029em;
  color: #8d8d8d;
}
@media (max-width: 766.5px) {
  .footer-new__socials-title {
    margin-bottom: 23px;
  }
}
.footer-new__socials-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.5px) {
  .footer-new__socials-list {
    justify-content: flex-start;
  }
}
.footer-new__socials-list li:not(:last-child) {
  margin-right: 5px;
}
.footer-new__socials-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d2d4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-out;
}
.footer-new__socials-list a:hover {
  background-color: #a6bd38;
  color: #fff;
  border: 1px solid #a6bd38;
}
.footer-new__bottom {
  padding-top: 35px;
}
.footer-new__bottom .footer-new__container {
  flex-direction: row-reverse;
}
@media (max-width: 991.5px) {
  .footer-new__bottom .footer-new__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 766.5px) {
  .footer-new__bottom {
    padding-top: 10px;
  }
}
.footer-new__rights {
  margin-right: auto;
  margin-bottom: 40px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.029em;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575.5px) {
  .footer-new__rights {
    margin-bottom: 20px;
  }
}
.footer-new__links {
  display: flex;
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.footer-new__links li:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 991.5px) {
  .footer-new__links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footer-new__links a {
  position: relative;
  padding-top: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 4px;
  letter-spacing: -0.029em;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.4s ease-out;
}
.footer-new__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease-out;
}
.footer-new__links a:hover {
  color: #fff;
}
.footer-new__links a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 991.5px) {
  .footer-new__links {
    flex-direction: column;
  }
}
.footer-new__logo {
  font-size: 0;
}
.footer-new__logo-inner {
  width: 154px;
  height: 30px;
}
@media (max-width: 766.5px) {
  .footer-new__logo-inner {
    width: auto;
    height: 20px;
  }
}
.footer-new__btn-icon {
  display: inline-block;
  outline: none;
  border: 1px solid #8d8d8d;
  border-radius: 30px;
  padding: 10px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.footer-new__btn-icon svg {
  margin-right: 6px;
}
.footer-new__btn-icon:hover {
  outline: none;
  border: 1px solid #a6bd38;
  color: #fff;
  background-color: #a6bd38;
  transition: all 0.3s ease-out;
}
/* End */


/* Start:/css/main.css?1758900157321379*/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  background-color: #fff;
  color: #414141;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  height: 100vh;
}
body a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

.container {
  max-width: 1600px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

h1 {
  font-size: 64px;
  line-height: 75px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.btn {
  background-color: transparent;
  border: 1px solid #CFCFCF;
  border-radius: 30px;
  overflow: hidden;
  -khtml-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 16px;
  padding: 15px 30px;
  color: #414141;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #005eb8;
  color: #fff;
  border: 1px solid #005eb8;
  transition: all 0.3s ease;
  outline: none;
}

.btn-o {
  color: #fff;
  border-color: #fff;
}

.btn-slide-white {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-icon-music {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
}
.btn-icon-music svg {
  margin-right: 10px;
}

.block-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
}

.m-menu {
  transform: translateX(-100%);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 100;
  height: 97%;
  width: 100%;
  overflow-x: scroll;
  background-color: #005eb8;
  transition: transform 0.3s ease;
}
.m-menu .active {
  background-color: #005eb8;
}
.m-menu .search {
  position: relative;
  transition: transform 0.3s ease;
}
.m-menu .search input {
  height: 60px;
  width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.07);
  outline: none;
  color: #ffffff;
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.m-menu .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.m-menu .search input::-webkit-search-cancel-button {
  position: absolute;
  -webkit-appearance: none;
  content: url(/css/../img/cancel.svg);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.m-menu .search:after {
  content: url(/css/../img/menu-search.svg);
  position: absolute;
  display: block;
  height: 20px;
  width: 19px;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.m-menu ul {
  padding-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.m-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
  padding: 17px 20px;
  width: 100%;
  position: relative;
}
.m-menu ul li a.next {
  position: relative;
  display: block;
}
.m-menu ul li a.next:after {
  content: url(/css/../img/menu-arrow.svg);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  height: 17px;
  width: 9px;
}
.m-menu ul li a span {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}

.show-m-menu {
  transform: translateX(0);
}

.mobile-menu {
  transition: transform 0.3s ease;
}
.mobile-menu ul {
  position: absolute;
  top: -60px;
  transform: translateX(-100%);
  height: 100%;
  overflow: auto;
  transition: transform 0.3s ease;
}
.mobile-menu ul .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07);
}
.mobile-menu ul .title a {
  color: #fff;
}
.mobile-menu ul .title span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.mobile-menu ul .title span:after {
  content: url(/css/../img/menu-arrow.svg);
  transform: translateY(-50%) rotate(180deg) scale(0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  height: 17px;
  width: 9px;
}

.desktop-menu {
  background-color: #005eb8;
  height: 704px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 10;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.desktop-menu__wrapper {
  width: 1600px;
  padding: 0 145px;
  margin: 0 auto;
}
.desktop-menu__wrapper .menu-block {
  height: 304px;
  display: flex;
  flex-wrap: wrap;
}
.desktop-menu__wrapper .menu-block ul {
  width: 25%;
  padding: 0;
  margin: 0;
  margin-top: 100px;
}
.desktop-menu__wrapper .menu-block ul a.menu-title, .desktop-menu__wrapper .menu-block ul span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul a.menu-title:hover, .desktop-menu__wrapper .menu-block ul span:hover {
  color: #C9E5FF;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li {
  list-style: none;
}
.desktop-menu__wrapper .menu-block ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a:hover {
  color: #C9E5FF;
  transition: color 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.desktop-menu__wrapper .menu-block ul li a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom;
  object-position: bottom;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.desktop-menu-show {
  opacity: 1;
  height: 704px;
  transition: all 0.3s ease;
}

.show-menu {
  background-color: #005eb8;
  position: relative;
}
.show-menu:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 130px;
  background-color: #fff;
  opacity: 0.05;
  width: 100%;
  height: 1px;
  z-index: 11;
}
.show-menu .header-wrap .header-logo a:first-child {
  display: none;
}
.show-menu .header-wrap .header-logo a:last-child {
  display: block;
}
.show-menu .header-wrap .header-menu ul li {
  color: #fff;
}
.show-menu .header-wrap .header-menu ul li:hover {
  color: #C9E5FF;
}
.show-menu .header-wrap .header-menu ul li div.active-link {
  color: #C9E5FF;
}
.show-menu .header-wrap .header-menu ul li a {
  color: #fff;
}
.show-menu .header-wrap .header-menu ul li a:hover {
  color: #C9E5FF;
}
.show-menu .header-wrap .header-menu_burger {
  border-color: rgba(255, 255, 255, 0.25);
}
.show-menu .header-wrap .header-menu_burger:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.show-menu .header-wrap .burger-img {
  background-color: trasparent;
}
.show-menu .header-wrap .burger-img:after {
  margin: 0;
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-menu .header-wrap .burger-img:before {
  margin: 0;
  transform: rotate(-45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-menu .header-wrap .burger-img div {
  margin: 0;
  opacity: 0;
  width: 25px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.show-menu .header-wrap .header-search a {
  color: #fff;
}
.show-menu .header-wrap .header-search a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.show-menu .header-wrap .header-search button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.show-menu .header-wrap .header-search button:hover {
  background-color: #116EC7;
  border-color: #116EC7;
}
.show-menu .header-wrap .header-search img:first-child {
  display: none;
}
.show-menu .header-wrap .header-search img:last-child {
  display: none;
}

.show-mobile-menu {
  background-color: #005eb8;
}
.show-mobile-menu .header-wrap .header-logo a:first-child {
  display: none;
}
.show-mobile-menu .header-wrap .header-logo a:last-child {
  display: block;
}
.show-mobile-menu .header-wrap .header-menu_burger {
  outline: none;
}
.show-mobile-menu .header-wrap .header-menu_burger:hover {
  background-color: transparent;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img {
  outline: none;
  background-color: transparent;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img:after {
  margin: 0;
  transform: rotate(45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img:before {
  margin: 0;
  transform: rotate(-45deg);
  width: 25px;
  position: absolute;
  left: -2px;
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-menu_burger .burger-img div {
  margin: 0;
  opacity: 0;
  width: 25px;
  position: absolute;
  left: -2px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.show-mobile-menu .header-wrap .header-search-mobile a {
  color: #fff;
}

.search-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 130px;
  top: 130px;
  left: 0;
  z-index: 10;
  background-color: #F6F6F6;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-input__wrapper {
  padding: 0 145px;
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.search-input__wrapper form {
  display: flex;
}
.search-input__wrapper input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  width: 100%;
  color: #414141;
  letter-spacing: 1px;
}
.search-input__wrapper input::-webkit-search-cancel-button {
  display: none;
}
.search-input__wrapper button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-input__wrapper a {
  position: absolute;
  right: 145px;
  top: 50%;
  transform: translateY(-50%);
}

.search-input-show {
  height: 130px;
  opacity: 1;
  transition: all 0.3s ease;
}

.bg_black {
  background-color: #414141;
}
.bg_black .bread-crumbs a {
  color: #ffffff;
}

.bg_green {
  background-color: #CFE942;
}

.bg_grey {
  background-color: #F6F6F6;
}

.bg-light-grey {
  background-color: #f9f9f9;
  background-position-x: 100% !important;
}

.bg-light-grey02 {
  background-color: #f4f4f4;
  background-position-x: 100% !important;
}

.bg_grey01 {
  background-color: #f1f1f1;
  background-position-x: 100% !important;
}

.bg_grey02 {
  background-color: #94A0B0;
  color: #fff;
}

.bg-dark-grey {
  background-color: #f5f5f5;
}

.bg_dark-grey {
  background-color: #94A0B0;
  color: #fff;
}

.bg_mud-blue {
  background-color: #94A0B0;
  background-position-x: 100%;
}

.bg_mud-blue2 {
  background-color: #94A0B0;
  background-position-x: 85%;
}

.bg_blue {
  background-color: #005EB8;
  color: #fff;
}

.bg_white {
  color: #414141 !important;
  margin-top: 0 !important;
  background-position-x: 100%;
}

.def-color {
  color: #414141;
}

.bread-crumbs {
  position: absolute;
  display: flex;
  top: 47px;
}
.bread-crumbs a {
  color: #414141;
  opacity: 0.5;
  text-decoration: none;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.bread-crumbs a:after {
  content: "•";
  font-size: 16px;
  display: flex;
  margin: 0 10px;
}
.bread-crumbs a:last-child:after {
  display: none;
}

.info-block {
  display: flex;
  align-items: center;
  height: 600px;
  background-position: 80% 100%;
  background-repeat: no-repeat;
}
.info-block-invert {
  background-position: 15% 100%;
}
.info-block-invert .info-block__wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.info-block__wrapper {
  padding: 0 255px;
}
.info-block__content {
  width: 429px;
}
.info-block__content .title {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 40px;
}
.info-block__content .subtitle {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.info-block__content .btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin-top: 70px;
}
.info-block__content .btn:hover {
  background-color: #116EC7;
  color: #fff;
  border: 1px solid #116EC7;
  transition: all 0.3s ease;
}
.info-block__content .m-btn {
  display: none;
}

#map {
  margin-bottom: 100px;
}

.table__wrapper {
  padding: 0 365px 100px;
}

.default-table {
  width: 100%;
}
.default-table th {
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 0.25em;
  padding-bottom: 50px;
  padding-left: 0px;
  border-bottom: 1px solid #EFEFEF;
}
.default-table td {
  border-bottom: 1px solid #EFEFEF;
  padding: 50px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 0px;
}
.default-table td span {
  display: block;
  max-width: 430px;
}
.default-table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.default-table td.country {
  display: flex;
  align-items: flex-start;
}
.default-table td.country img {
  margin-top: 4px;
  margin-right: 25px;
}
.default-table td.country .city {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
}
.default-table td.country .city .branch-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

#toTop {
  width: 140px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(65, 65, 65, 0.4);
  padding: 5px;
  position: fixed;
  bottom: 70px;
  right: -20px;
  cursor: pointer;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  padding: 14px 30px;
  font-size: 16px;
  color: #ffffff;
  transform: rotate(-90deg);
  transition: background-color 0.3s ease;
}
#toTop .arrow-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 11px;
  position: relative;
  transform: rotate(90deg);
}
#toTop .arrow-top:before {
  content: "";
  height: 1px;
  width: 12.5px;
  background-color: #fff;
  top: 45%;
  left: 0;
  position: absolute;
  transform: rotate(-45deg) translateY(-45%);
  transition: background-color 0.3s ease;
}
#toTop .arrow-top:after {
  content: "";
  height: 1px;
  width: 12.5px;
  background-color: #fff;
  top: 45%;
  right: 0;
  position: absolute;
  transform: rotate(45deg) translateY(-45%);
  transition: background-color 0.3s ease;
}
#toTop:hover {
  background-color: rgba(65, 65, 65, 0.75);
  transition: background-color 0.3s ease;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 145px;
  max-width: 1600px;
  margin: 0 auto;
  height: 130px;
}
.header-logo {
  display: flex;
  align-items: center;
  height: 50px;
}
.header-logo a:last-child {
  display: none;
}
.header-menu {
  display: flex;
}
.header-menu_burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #CFCFCF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-menu_burger .burger-img {
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50px;
  position: relative;
  width: 20px;
  transform: translateX(-50px);
}
.header-menu_burger .burger-img:after, .header-menu_burger .burger-img:before,
.header-menu_burger .burger-img div {
  background-color: #414141;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.header-menu_burger .burger-img:before {
  width: 17px;
}
.header-menu_burger .burger-img:after {
  width: 10px;
}
.header-menu_burger:hover {
  background-color: #005eb8;
  border: 1px solid #005eb8;
  fill: #fff;
  transition: all 0.3s ease;
}
.header-menu_burger:hover .burger-img {
  background-color: transparent;
}
.header-menu_burger:hover .burger-img:after, .header-menu_burger:hover .burger-img:before,
.header-menu_burger:hover .burger-img div {
  background-color: #fff;
}
.header-menu ul {
  display: flex;
  padding: 0;
  margin-left: 37.5px;
}
.header-menu ul li {
  list-style: none;
  margin: 0 22.5px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li div.active-link {
  color: #005eb8;
}
.header-menu ul li a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #414141;
  transition: color 0.3s ease;
}
.header-menu ul li a:hover {
  color: #005eb8;
  transition: color 0.3s ease;
}
.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search a.btn {
  margin-right: 60px;
}
.header-search_btn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-search_btn img:nth-child(2) {
  display: none;
}
.header-search_btn img:last-child {
  display: none;
}
.header-search_btn img {
  width: 100%;
  height: 100%;
}
.header-search_btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.header-search-mobile {
  display: none;
}
.header-search-mobile a {
  color: #414141;
  border-color: #CFCFCF;
}

.header-search_btn-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search_btn-active img:first-child {
  display: none;
}
.header-search_btn-active img:nth-child(2) {
  display: block;
  width: 18px;
  height: 18px;
  transition: opacity 0.3s ease;
}
.header-search_btn-active:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.slider {
  height: 520px;
  position: relative;
  overflow: hidden;
}
.slider-wrap {
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  padding-top: 76px;
  padding-bottom: 80px;
  outline: none;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.slide-content {
  width: 1600px;
  height: 100%;
  position: relative;
  padding-left: 195px;
  margin: 0 auto;
}
.slide-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 520px;
  background-color: #f9f9f9;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -10% 0%;
  object-position: -10% 0%;
}
.slide-title {
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  max-width: 400px;
  min-height: 85px;
}
.slide-text {
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  max-width: 350px;
}
.slide-btn {
  background-color: #005eb8;
  color: #fff;
  border: none;
  height: 50px;
  width: auto;
  padding: 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.slide-btn:hover {
  background-color: rgba(0, 94, 184, 0.75);
  color: #fff;
  border: none;
}

.hidden {
  opacity: 0;
}

.showing {
  opacity: 1;
  z-index: 2;
  -webkit-animation: fadeInRight 1.5s;
  animation: fadeInRight 1.5s;
}

.hidet {
  opacity: 0;
  z-index: 1;
  -webkit-animation: fadeOutRight 1.5s;
  animation: fadeOutRight 1.5s;
}

.left-arrow, .right-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 38px);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.left-arrow {
  left: 50px;
}
.left-arrow:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.right-arrow {
  right: 50px;
  transform: rotate(180deg);
}
.right-arrow:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slider-dots {
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.slider-dots_item {
  position: relative;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #000;
}

.slider-dots_item:hover {
  background-color: #000;
}

.m-slider {
  display: none;
}

.bg-green .slide-btn {
  background-color: #cfe942;
  color: #414141;
  border: 1px solid #cfe942;
}
.bg-green .slide-btn:hover {
  background-color: rgba(207, 233, 66, 0.55);
  border-color: rgba(207, 233, 66, 0.55);
  color: #414141;
}

.bg-pink .slide-btn {
  background-color: #F05D78;
  color: #fff;
  border: 1px solid #F05D78;
}
.bg-pink .slide-btn:hover {
  background-color: rgba(240, 93, 120, 0.75);
  border-color: rgba(240, 93, 120, 0.75);
}

.features {
  margin-top: 90px;
}
.features a {
  text-decoration: none;
}
.features .paginator {
  display: none;
}
.features .m-btn {
  display: none;
}
.features h1 {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  text-align: center;
}
.features .block-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-top: 40px;
  text-align: center;
}
.features-selector {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 145px;
}
.features-buttons {
  display: flex;
  flex-wrap: wrap;
  height: 630px;
  width: 676px;
  justify-content: center;
}
.features-img {
  height: 670px;
  width: 680px;
  position: relative;
}
.features-img img {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.features-slider .features-img {
  display: none;
}
.features .button {
  position: relative;
}
.features .button-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 290px;
  height: 315px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.features .button-block svg {
  width: 60px;
  height: 60px;
}
.features .button-block path {
  transition: all 0.5s ease;
}
.features .button-block-img {
  width: 60px;
  height: 60px;
}
.features .button-block-img img {
  width: 100%;
  height: 100%;
}
.features .button-block__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 5;
}
.features .button-block:hover {
  background-color: #fff;
  z-index: 200;
  transition: all 0.5s ease;
}
.features .button-block:hover .button-block__wrapper {
  height: 370px;
  top: 0;
  left: 0;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: all 0.5s ease;
  cursor: default;
}
.features .button-block:hover .button-block__wrapper .button-descr {
  opacity: 1;
}
.features .button-block:hover .button-block__wrapper .button-link {
  opacity: 1;
}
.features .button-block:hover path {
  stroke: #005eb8;
  transition: all 0.5s ease;
}
.features .button-block:hover .wrong-svg path:not(:first-child) {
  stroke: none;
  fill: #005eb8;
}
.features .button-img {
  width: 60px;
  height: 60px;
  margin-top: 70px;
}
.features .button-text {
  width: 200px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #414141;
  margin-top: 32px;
}
.features .button-descr {
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  width: 190px;
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-top: 19px;
  transition: all 0.5s ease;
}
.features .button-link {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  text-transform: uppercase;
  color: #005eb8;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  transition: 0.5s ease;
}
.features-products {
  text-align: center;
  margin-bottom: 100px;
}
.features-products a {
  color: #414141;
}
.features-products a:hover .btn {
  background-color: #005eb8;
  color: #fff;
  border: 1px solid #005eb8;
  transition: all 0.7s ease;
  outline: none;
}
.features-products a:hover .features-product-img {
  transform: scale(1.1);
  transition: transform 2s ease;
  overflow: hidden;
}
.features-product {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 650px;
  height: 500px;
  padding: 41px 50px 49px;
  text-align: left;
  overflow: hidden;
  background-attachment: inherit !important;
}
.features-product-img {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  width: 650px;
  height: 600px;
  transition: transform 2s ease;
}
.features-product-img img {
  height: 600px;
  width: 100%;
  margin-top: -50px;
}
.features-product-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
}
.features-product__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.button-block:nth-child(1):after, .button-block:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  right: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 215px;
  background-color: #efefef;
}

.button-block:nth-child(4):before, .button-block:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  top: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 220px;
  background-color: #efefef;
}

.features-script {
  z-index: 100;
}
.features-script .button-block__wrapper {
  height: 330px !important;
  left: 0;
  top: 0;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: all 0.5s ease;
  cursor: default;
  z-index: 1000;
}
.features-script .button-block__wrapper .button-descr {
  opacity: 1;
}
.features-script .button-block__wrapper .button-link {
  opacity: 1;
}
.features-script path {
  stroke: #005eb8;
  transition: all 0.5s ease;
}
.features-script .wrong-svg path:not(:first-child) {
  stroke: none;
  fill: #005eb8;
}

.razors {
  background-color: #005eb8;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.razors-content {
  display: flex;
  justify-content: space-between;
}
.razors .btn:hover {
  background-color: #116EC7;
  color: #fff;
  border: 1px solid #116EC7;
  transition: all 0.3s ease;
}
.razors-wrapper {
  padding: 131px 145px 100px;
}
.razors-wrapper .btn {
  display: block;
  outline: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.razors-wrapper .title {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  color: #fff;
  width: 540px;
  margin-bottom: 129px;
}

.product-block {
  padding: 45px 0 40px 50px;
  background-color: #fff;
  width: 650px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: all 0.5s ease;
  position: relative;
  color: #414141;
  overflow: hidden;
}
.product-block .product-block__img img:last-child, .product-block .product-block__img-big img:last-child {
  display: none;
}
.product-block .product-block__img-big {
  position: absolute;
  right: 0;
  top: 10%;
  width: 337px;
  z-index: 0;
}
.product-block .product-block__img-big img {
  width: 100%;
}
.product-block:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
}
.product-block:hover .product-block__title {
  color: #005eb8;
}
.product-block:hover img:first-child {
  display: none;
}
.product-block:hover img:last-child {
  display: inline-flex;
}
.product-block__small {
  max-width: 320px;
  padding: 45px 50px 40px 50px;
  height: 500px;
}
.product-block__small .product-block__img {
  display: block;
}
.product-block__small .product-block__title {
  margin-bottom: 25px;
}
.product-block__title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 95px;
  width: 179px;
}
.product-block__img {
  margin-bottom: 28px;
  text-align: center;
  display: none;
  overflow: hidden;
  height: 200px;
}
.product-block__img img {
  width: 45%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  margin: 0 auto;
}
.product-block__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 114px;
  max-width: 233px;
}
.product-block__descr {
  font-size: 14px;
  line-height: 20px;
  color: #a5a5a5;
  position: absolute;
  bottom: 40px;
}
.product-block__descr-elem {
  display: flex;
  align-items: center;
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  margin-top: 10px;
}
.product-block__descr-elem .descr-elem__razor-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(65, 65, 65, 0.2);
  border-radius: 11px;
  margin-right: 10px;
}
.product-block__descr-elem .descr-elem__img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.product-block__descr-elem .descr-elem__img svg {
  width: 100%;
  height: 100%;
}
.product-block__descr-elem .descr-elem__img svg path {
  stroke: #a5a5a5;
}
.product-block__descr-elem .descr-elem__text {
  max-width: 143px;
}

.product-block_shadow:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.3);
}

.nothing2hide-banner {
  display: block;
  margin-bottom: 91px;
  width: 100%;
  min-height: 250px;
  text-align: left;
  color: #fff;
  padding-left: 50px;
  padding-top: 81px;
}
.nothing2hide-banner div {
  font-size: 32px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 22px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 19px;
}
.nothing2hide-banner .arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(90deg);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.nothing2hide-banner .arrow:before {
  content: "";
  height: 1px;
  width: 12.5px;
  background-color: #fff;
  top: 45%;
  left: 8px;
  position: absolute;
  transform: rotate(-45deg) translateY(-45%);
  transition: background-color 0.3s ease;
}
.nothing2hide-banner .arrow:after {
  content: "";
  height: 1px;
  width: 12.5px;
  background-color: #fff;
  top: 45%;
  right: 9px;
  position: absolute;
  transform: rotate(45deg) translateY(-45%);
  transition: background-color 0.3s ease;
}
.nothing2hide-banner:hover .arrow {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}
.nothing2hide-banner span {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}
.nothing2hide-wrapper {
  text-align: center;
  padding: 100px 145px 0;
}
.nothing2hide-wrapper .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 52px;
}
.nothing2hide-wrapper .subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #8f8f8f;
  width: 650px;
  margin: 0 auto;
  margin-bottom: 72px;
}
.nothing2hide-wrapper .btn {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 94px;
}
.nothing2hide-wrapper .btn:hover {
  color: #414141;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  transition: all 0.3s ease;
}
.nothing2hide-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.nothing2hide-content .video-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
.nothing2hide-content .video-btn:hover {
  transition: all 0.3s ease;
}
.nothing2hide-content .video-btn:hover:before {
  background-color: #005eb8;
  content: url(/css/../img/video-play-sm.svg);
  transition: all 0.3s ease;
  z-index: 10;
}
.nothing2hide-content .video-btn:before {
  content: url(/css/../img/video-play-sm-o.svg);
  display: flex;
  padding: 17px 18px 14px 20px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50.75px;
  height: 50.75px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
  transition: all 0.3s ease;
}
.nothing2hide-content__block {
  height: 660px;
  text-align: left;
  position: relative;
  padding: 50px;
  cursor: pointer;
  color: #414141;
  transition: all 0.3s ease;
}
.nothing2hide-content__block:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.nothing2hide-content__block:hover .block-img img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.nothing2hide-content__block .block-img {
  margin-bottom: 46px;
  width: 335px;
  height: 340px;
  overflow: hidden;
}
.nothing2hide-content__block .block-img img {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.nothing2hide-content__block .block-category {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.25em;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.nothing2hide-content__block .block-short_title {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}
.nothing2hide-content__collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  cursor: default;
  padding: 0;
}
.nothing2hide-content__collection:hover {
  box-shadow: none;
}
.nothing2hide-content__collection .small-block {
  position: relative;
  padding: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .small-block:hover div img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .small-block div {
  height: 120px;
  width: 120px;
  overflow: hidden;
}
.nothing2hide-content__collection .small-block div img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .small-block:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .big-block {
  position: relative;
  padding: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .big-block div {
  overflow: hidden;
  width: 340px;
  height: 340px;
}
.nothing2hide-content__collection .big-block div img {
  width: 100%;
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .big-block:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.nothing2hide-content__collection .big-block:hover div img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.nothing2hide-content__block:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 560px;
  top: 50px;
  right: 0;
  background-color: #efefef;
}

.nothing2hide-content__block:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 560px;
  top: 50px;
  left: 0;
  background-color: #efefef;
}

.nothing2hide-content__collection .small-block:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 120px;
  top: 50px;
  right: 0;
  background-color: #efefef;
}

.nothing2hide-content__collection .big-block:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 340px;
  height: 1px;
  top: 0;
  right: 50px;
  background-color: #efefef;
}

.nothing2hide-header {
  text-align: center;
}
.nothing2hide-header h1 {
  padding-top: 75px;
  margin-bottom: 43px;
}
.nothing2hide-header h2 {
  margin: 0;
}
.nothing2hide-header h2 div:first-child {
  max-width: 770px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
  padding-bottom: 25px;
}
.nothing2hide-header h2 div:last-child {
  max-width: 670px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 100px;
  color: #6F6F6F;
}

.nothing2hide-videoblock {
  margin-bottom: 150px;
}
.nothing2hide-videoblock__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #ffffff;
  padding: 0 145px;
  height: 715px;
}
.nothing2hide-videoblock__content h2 {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 50px;
  max-width: 375px;
}
.nothing2hide-videoblock__content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  max-width: 375px;
  margin: 0;
}
.nothing2hide-videoblock__content .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #005eb8;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.nothing2hide-videoblock__content .play-btn .play-img {
  position: absolute;
  width: 36px;
  height: 36px;
  margin-left: 5px;
}
.nothing2hide-videoblock__content .play-btn .play-img img {
  width: 100%;
  height: 100%;
}
.nothing2hide-videoblock__content .play-btn:hover {
  background-color: #006ACF;
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nothing2hide-block__wrapper .block-title {
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.nothing2hide-block__wrapper .block-title_w660 {
  max-width: 660px;
}
.nothing2hide-block__wrapper .block-subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  margin-bottom: 100px;
}
.nothing2hide-block__wrapper .content-img {
  display: flex;
  justify-content: center;
}
.nothing2hide-block__wrapper .content-video__wrapper {
  display: flex;
  justify-content: center;
  max-width: 1090px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
.nothing2hide-block__wrapper .content-video__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 172px;
  width: 100%;
  cursor: pointer;
  border-right: 1px solid #efefef;
}
.nothing2hide-block__wrapper .content-video__item:hover .item-img img {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.nothing2hide-block__wrapper .content-video__item .item-img {
  width: 50px;
  height: 50px;
  margin-bottom: 21px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
.nothing2hide-block__wrapper .content-video__item .item-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.nothing2hide-block__wrapper .content-video__item .item-img:after {
  content: url(/css/../img/nothing2hide/play-btn.png);
  position: absolute;
  width: 14px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nothing2hide-block__wrapper .content-video__item span {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}
.nothing2hide-block__wrapper .content-video__item:last-child {
  border-right-width: 0;
}
.nothing2hide-block__wrapper .content-info {
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  max-width: 1090px;
}
.nothing2hide-block__wrapper .content-info .pers-card > img {
  -webkit-mask: url(/css/../img/nothing2hide/mask.png);
  mask: url(/css/../img/nothing2hide/mask.png);
  max-width: 210px;
  max-height: 211px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.nothing2hide-block__wrapper .content-info .pers-card {
  text-align: center;
  width: 340px;
  margin-left: 55px;
  margin-top: 75px;
}
.nothing2hide-block__wrapper .content-info .pers-card .title {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-top: 50px;
  color: #414141;
  opacity: 0.5;
}
.nothing2hide-block__wrapper .content-info .pers-card .name {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-top: 12px;
}
.nothing2hide-block__wrapper .content-info .pers-card .insta {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #414141;
  transition: color 0.3s ease;
}
.nothing2hide-block__wrapper .content-info .pers-card .insta:hover {
  color: #005eb8;
  transition: color 0.3s ease;
}
.nothing2hide-block__wrapper .content-info .pers-card .insta img {
  margin-right: 10px;
}
.nothing2hide-block__wrapper .content-blog {
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
  max-width: 1310px;
  border-top: 1px solid #EFEFEF;
}
.nothing2hide-block__wrapper .content-blog .text {
  max-width: 540px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-top: 100px;
  margin-left: 110px;
  position: relative;
}
.nothing2hide-block__wrapper .content-blog .text img {
  position: absolute;
  top: 0;
  left: 0;
}
.nothing2hide-block__wrapper .content-blog .text span {
  color: #005eb8;
  font-weight: 400;
}
.nothing2hide-block__wrapper .content-blog .photos {
  max-width: 540px;
  width: 540px;
  text-align: right;
  position: relative;
}
.nothing2hide-block__wrapper .content-blog .photos .base {
  max-width: 430px;
  max-height: 360px;
  width: 430px;
  height: 360px;
  position: absolute;
  right: 0;
}
.nothing2hide-block__wrapper .content-blog .photos .base img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nothing2hide-block__wrapper .content-blog .photos .back {
  max-width: 320px;
  max-height: 268px;
  width: 320px;
  height: 268px;
  position: absolute;
  top: 240px;
  left: 0;
}
.nothing2hide-block__wrapper .content-blog .photos .back img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nothing2hide-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.9);
  width: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nothing2hide-overlay video {
  width: 100%;
  height: 100%;
  outline: none;
}
.nothing2hide-overlay .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.nothing2hide-overlay .close-btn::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.nothing2hide-overlay .close-btn::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.nothing2hide-overlay.show {
  z-index: 2000;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.feedback {
  background-color: #f6f5f4;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
}
.feedback-wrapper {
  padding: 91px 145px 125px;
}
.feedback-wrapper .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.feedback-wrapper .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  width: 760px;
  margin-bottom: 89px;
}
.feedback-wrapper .title-center {
  margin: 0 auto;
  margin-bottom: 89px;
  text-align: center;
}
.feedback-slider {
  display: flex;
  justify-content: space-between;
}
.feedback-slider__card {
  padding: 50px 50px 0 50px;
  background-color: #fff;
  width: 430px;
  height: 435px;
  margin: 0 5px;
  cursor: -webkit-grab;
  cursor: grab;
}
.feedback-slider__card:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.feedback-slider__card .feedback-rating {
  margin-bottom: 20px;
  display: flex;
}
.feedback-slider__card .razor-model {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.feedback-slider__card .feedback-text {
  margin-bottom: 38px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.feedback-slider__card .feedback-author {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.5;
}

.video {
  background-repeat: no-repeat;
  background-size: cover;
  height: 715px;
}
.video-wrapper {
  padding: 238px 145px 242px;
  position: relative;
}
.video-wrapper .title {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  color: #fff;
  margin-bottom: 25px;
}
.video-wrapper .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  width: 256px;
}
.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #005eb8;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.articles .container {
  max-width: 100%;
}
.articles-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.articles-wrapper .article {
  display: block;
  padding: 100px 0;
  height: 600px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  padding-left: 115px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  color: #414141;
}
.articles-wrapper .article:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.articles-wrapper .article:first-child {
  -ms-grid-column: 1;
}
.articles-wrapper .article:last-child {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.articles-wrapper .article:hover .article-bg {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}
.articles-wrapper .article .article-bg {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.articles-wrapper .article .article-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles-wrapper .article .btn {
  display: block;
  width: 231px;
  height: 50px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 115px;
  z-index: 2;
}
.articles-wrapper .article:hover {
  transition: all 0.3s ease;
}
.articles-wrapper .article:hover .btn {
  background-color: #005eb8;
  color: #fff;
  border-color: #005eb8;
}
.articles-wrapper .article .m-btn {
  display: none;
}
.articles-wrapper .article-big {
  height: 1200px;
  width: 800px;
  background-position: 100% 65%;
  grid-area: 1/1/3;
  padding-left: 145px;
  margin-left: auto;
  background-size: inherit;
}
.articles-wrapper .article-big .article-bg {
  top: 100px;
}
.articles-wrapper .article-big .article-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: right;
  object-position: right;
}
.articles-wrapper .article-big .btn {
  left: 145px;
}
.articles-wrapper .article-big:hover {
  background-size: inherit;
}
.articles-wrapper .article-category {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25em;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.articles-wrapper .article-title {
  width: 350px;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.articles-wrapper .article-descr {
  width: 330px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.article-event {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  margin-bottom: 100px;
}
.article-event__wrapper {
  padding: 0 145px;
}
.article-event_banner {
  position: relative;
  min-height: 35vw;
  width: 45%;
  background-color: #fff;
}
.article-event_banner .bread-crumbs {
  width: 1000px;
}
.article-event_banner .article-event_img {
  display: none;
}
.article-event_banner h1 {
  padding-top: 89px;
  max-width: 650px;
  padding-right: 25px;
}
.article-event_banner .subtitle {
  max-width: 540px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 44px;
}
.article-event_date {
  font-size: 14px;
  line-height: 14px;
  color: #a0a0a0;
  margin-top: 5vw;
  padding-bottom: 5vw;
}

.article-content {
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
  padding-bottom: 100px;
}
.article-content table {
  width: 100%;
}
.article-content table tr {
  text-align: left;
}
.article-content table tr th {
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A0A0A0;
  font-size: 12px;
  line-height: 25px;
}
.article-content table tr td {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.article-content table tr td, .article-content table tr th {
  width: 25%;
  max-width: 25%;
  padding: 25px 0;
  border-bottom: 1px solid #EFEFEF;
}
.article-content h2 {
  color: #005eb8;
}
.article-content p {
  display: block;
  margin: 0;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
.article-content p.article-strong {
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
}
.article-content h2 {
  margin-top: 100px;
}
.article-content h2 + p {
  margin-top: 50px;
}
.article-content h2 + img {
  margin-top: 50px;
}
.article-content p + img {
  margin-bottom: 50px;
}
.article-content ul.list, .article-content ol.list {
  font-size: 24px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 100px;
}
.article-content ul.list li, .article-content ol.list li {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  max-width: 580px;
  margin-left: 60px;
  display: block;
  padding: 22px 0;
  border-bottom: none;
}
.article-content ul.list li p, .article-content ol.list li p {
  margin-top: 10px;
  margin-bottom: 0;
}
.article-content ul.list li:first-child, .article-content ol.list li:first-child {
  margin-top: 26px;
}
.article-content ul.list li:before, .article-content ol.list li:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005eb8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  position: absolute;
  left: -60px;
  top: 19px;
  padding: 0;
}
.article-content ul.list li:before {
  background-image: url("/css/../img/union.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.article-content ol.list {
  counter-reset: number;
}
.article-content ol.list li:before {
  counter-increment: number;
  content: counter(number);
}
.article-content > img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.article-content img {
  display: block;
  width: auto;
  max-width: 100%;
}
.article-content img + h2 {
  margin-bottom: 50px;
}
.article-content img + p {
  margin-top: 50px;
}
.article-content .blockquote {
  position: relative;
  padding-left: 100px;
  font-size: 16px;
  line-height: 30px;
  color: #A0A0A0;
  font-family: "Merriweather";
}
.article-content .blockquote svg {
  position: absolute;
  left: 0;
  top: 0;
}

.article-content .blockquote p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
}

.article-content-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.article-content-box img {
  width: 49%;
}
.article-content-box .info-box {
  max-width: 490px;
}
.article-content-box .info-box h3 {
  margin-bottom: 25px;
}
.article-content-box .info-box .btn {
  color: #fff;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
}

.article-product {
  border: 1px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.article-product img {
  max-width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.article-product .product-info {
  padding: 45px 0;
  padding-right: 50px;
  margin-left: 25px;
}
.article-product .product-info .product-info__title {
  display: flex;
  align-items: center;
  color: #414141;
  transition: 0.4s;
}
.article-product .product-info .product-info__title h3 {
  margin: 0;
}
.article-product .product-info .product-info__title span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  transition: 0.4s;
}
.article-product .product-info .product-info__title span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.article-product .product-info .product-info__title:hover {
  color: #005eb8;
}
.article-product .product-info .product-info__title:hover span {
  border: 1px solid #005eb8;
}
.article-product .product-info .product-info__title:hover span svg path {
  fill: #005eb8;
}
.article-product .product-info p {
  color: #414141;
  margin: 0;
  margin-top: 25px;
}

.article-social {
  display: none;
  position: fixed;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  margin-left: 100%;
  width: 50px;
  margin-bottom: -150px;
}
.article-social .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #CFCFCF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.article-social .social-btn:hover {
  background-color: #4F4F4F;
  transition: all 0.3s ease;
  border-color: #4F4F4F;
}
.article-social .social-btn:hover svg path {
  fill: #fff;
}
.article-social .social-btn + .social-btn {
  margin-top: 20px;
}

.article-menu {
  position: fixed;
  top: 25%;
  left: 145px;
  opacity: 0;
  transition: 0.4s;
}
.article-menu ul {
  list-style: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  max-width: 150px;
}
.article-menu ul li {
  border-bottom: none !important;
}
.article-menu ul li a {
  color: #414141;
}
.article-menu ul li a:hover {
  color: #005EB8;
}
.article-menu ul li a.link-active {
  color: #005EB8;
}
.article-menu ul li + li {
  margin-top: 20px;
}

.another-articles {
  background-color: #f6f6f6;
  padding-top: 100px;
}
.another-articles .block-title {
  text-align: center;
  margin-bottom: 53px;
}
.another-articles__wrapper {
  padding: 0 145px;
  display: flex;
}
.another-articles_card {
  max-width: 655px;
  height: 330px;
  padding: 45px 45px 0 45px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.1fr 1fr;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 47px;
}
.another-articles_card:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.another-articles_card__img {
  grid-column: 1;
  grid-row: 1/3;
  width: 230px;
  height: 230px;
}
.another-articles_card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.another-articles_card__date {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 25px;
  color: #a0a0a0;
}
.another-articles_card__title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #414141;
}
.another-articles_card:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 230px;
  background-color: #e4e4e4;
  top: 47%;
  right: 0;
  transform: translateY(-47%);
}

.where2buy {
  background-color: #005eb8;
  background-repeat: no-repeat;
  background-position: 80% 40%;
  color: #fff;
  position: relative;
  display: block;
}
.where2buy-wrapper {
  padding: 133px 145px;
}
.where2buy-wrapper .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 30px;
  position: relative;
}
.where2buy-wrapper .descr {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 69px;
  width: 358px;
}
.where2buy-wrapper .btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.where2buy-wrapper .where2buy-img {
  display: none;
}
.where2buy:hover .btn {
  background-color: #116EC7;
  border-color: #116EC7;
}

.title-img {
  position: absolute;
  right: 330px;
  bottom: 0;
  width: 530px;
  height: 569px;
  background-attachment: inherit !important;
}

.where-to-buy__wrapper {
  padding: 100px 145px;
}
.where-to-buy__wrapper .title {
  font-size: 24px;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 625px;
  text-align: center;
}
.where-to-buy_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.where-to-buy_card {
  padding: 0 60px;
  display: block;
  width: 320px;
  height: 440px;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  margin-bottom: 7px;
  margin-right: 7px;
  position: relative;
  color: #414141;
  transition: all 0.3s ease;
}
.where-to-buy_card:hover {
  border: 1px solid transparent;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.where-to-buy_card:hover .card-title {
  color: #005eb8;
}
.where-to-buy_card .card-stick {
  position: absolute;
  top: 50px;
  left: 50px;
  display: inline-block;
  padding: 0px 8px;
  background: rgba(0, 94, 184, 0.1);
  border-radius: 20px;
  font-family: Fira Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #005EB8;
}
.where-to-buy_card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 305px;
}
.where-to-buy_card .card-text {
  position: absolute;
  bottom: 50px;
}
.where-to-buy_card .card-text .card-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px;
}
.where-to-buy_card .card-text .card-link {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #414141;
}
.where-to-buy_card .card-text .card-link img {
  margin-right: 15px;
}

.search-list__wrapper {
  padding: 0 145px;
}
.search-list__wrapper .search-table th {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: normal;
  text-align: left;
  padding-bottom: 50px;
  padding-left: 50px;
}
.search-list__wrapper .search-table td {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding: 50px 0;
  padding-left: 50px;
  border-bottom: 1px solid #EFEFEF;
}

.where2buy-head {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #EFEFEF;
}
.where2buy-head .text {
  padding-top: 52px;
  max-width: 650px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #8F8F8F;
  text-align: center;
  margin: 0 auto;
}

.uptitle {
  font-size: 13px;
  font-family: Fira Sans;
  font-weight: 300;
  line-height: 15px;
  padding-bottom: 12px;
  padding-left: 18px;
  margin-bottom: 0;
  color: #A0A0A0;
}

.map-title {
  font-size: 16px;
  line-height: 19px;
  font-family: Fira Sans;
  padding: 0px 30px 0 18px;
  display: block;
  font-weight: normal;
}

.map-subtitle {
  font-size: 16px;
  line-height: 19px;
  font-family: Fira Sans;
  margin-top: 0;
  margin-bottom: 23px;
  padding: 0px 30px 0 18px;
  display: block;
  font-weight: normal;
}

.map-text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  font-family: Fira Sans;
  padding: 0 0px 0px 18px;
  display: block;
}

.map-hint {
  font-size: 16px;
  line-height: 19px;
  font-family: Fira Sans;
  padding: 5px;
  margin: 0;
  display: block;
}

.item-banner-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 100px 145px;
  position: relative;
}
.item-banner__content {
  position: relative;
  max-width: 540px;
}
.item-banner__img {
  max-width: 655px;
  max-height: 485px;
  margin: 0 auto;
}
.item-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.item-banner h1 {
  font-size: 64px;
  line-height: 75px;
  font-weight: 200;
  margin-bottom: 40px;
}
.item-banner .subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}
.item-banner .descr {
  display: flex;
}
.item-banner .descr-elem {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  margin-right: 30px;
  opacity: 0.7;
}
.item-banner .descr-elem__razor-numbers {
  font-weight: normal !important;
}
.item-banner .descr-elem .descr-elem__razor-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  width: 22px;
  height: 22px;
  border: 1px solid #414141;
  border-radius: 11px;
  margin-right: 10px;
}
.item-banner .descr-elem .descr-elem__img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.item-banner .descr-elem .descr-elem__img img {
  width: 100%;
  height: 100%;
}
.item-banner .descr-elem .descr-elem__text {
  max-width: 152px;
}
.item-banner .btn {
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}
.item-banner .btn.btn-blue {
  color: #fff;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.item-banner .btn.btn-blue:hover {
  background-color: rgba(0, 94, 184, 0.5);
  border-color: rgba(0, 94, 184, 0.4);
}

.item-features .block-title {
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
  margin-top: 100px;
}
.item-features__img {
  width: 380px;
  height: 1000px;
  position: relative;
}
.item-features__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  overflow: hidden;
}
.item-features__img .img-plus {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #005eb8;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.item-features__img .img-plus:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.item-features__img .img-plus:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.item-features__img .img-plus:hover {
  box-shadow: 0px 0px 0px 10px rgba(0, 94, 184, 0.1);
  transition: all 0.3s ease;
  transform: rotate(180deg) scale(1.1);
}
.item-features__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: 50%;
  height: 80%;
}
.item-features__wrapper {
  display: flex;
  padding: 100px 145px 0 145px;
  justify-content: space-around;
}
.item-features__wrapper .button {
  position: relative;
}
.item-features__wrapper .button-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 290px;
  height: 235px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.item-features__wrapper .button-block svg {
  width: 60px;
  height: 60px;
}
.item-features__wrapper .button-block path {
  transition: all 0.5s ease;
}
.item-features__wrapper .button-block-img {
  width: 60px;
  height: 60px;
}
.item-features__wrapper .button-block-img img {
  width: 100%;
  height: 100%;
}
.item-features__wrapper .button-block__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 5;
}
.item-features__wrapper .button-block__wrapper .accord-btn {
  display: none;
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.item-features__wrapper .button-block__wrapper .accord-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #414141;
  transition: all 0.3s ease;
}
.item-features__wrapper .button-block__wrapper .accord-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #414141;
  transition: all 0.3s ease;
}
.item-features__wrapper .button-block:hover {
  background-color: #fff;
  z-index: 20;
  transition: all 0.5s ease;
}
.item-features__wrapper .button-block:hover .button-block__wrapper {
  height: auto;
  left: 0;
  top: 0;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: all 0.5s ease;
  cursor: default;
}
.item-features__wrapper .button-block:hover .button-block__wrapper .button-descr {
  opacity: 1;
}
.item-features__wrapper .button-block:hover .button-block__wrapper .button-link {
  opacity: 1;
}
.item-features__wrapper .button-block:hover path {
  stroke: #005eb8;
  transition: all 0.5s ease;
}
.item-features__wrapper .button-block:hover .wrong-svg path:not(:first-child) {
  stroke: none;
  fill: #005eb8;
}
.item-features__wrapper .button-img {
  width: 60px;
  height: 60px;
  margin-top: 50px;
}
.item-features__wrapper .button-text {
  width: 200px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #414141;
  margin-top: 32px;
}
.item-features__wrapper .button-descr {
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  width: 190px;
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-top: 19px;
  transition: all 0.5s ease;
}
.item-features__wrapper .button-link {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  text-transform: uppercase;
  color: #005eb8;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  transition: 0.5s ease;
}
.item-features__wrapper .descr-plus {
  display: none;
  opacity: 0;
  height: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  overflow: hidden;
  color: #a0a0a0;
  transition: all 0.5s ease;
}
.item-features__wrapper .descr-plus-active {
  opacity: 1;
  padding-top: 20px;
  height: auto;
  transition: all 0.5s ease;
}
.item-features .button-block:nth-child(1):after, .item-features .button-block:nth-child(3):after, .item-features .button-block:nth-child(5):after, .item-features .button-block:nth-child(7):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 147px;
  background-color: #efefef;
}
.item-features .button-block:nth-child(4):before, .item-features .button-block:nth-child(3):before, .item-features .button-block:nth-child(5):before, .item-features .button-block:nth-child(6):before, .item-features .button-block:nth-child(7):before, .item-features .button-block:nth-child(8):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 220px;
  background-color: #efefef;
}
.item-features .active-btn .button-block__wrapper .accord-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #005eb8;
  transition: all 0.3s ease;
}
.item-features .active-btn .button-block__wrapper .accord-btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease;
  background-color: #fff;
}
.item-features .active-btn .button-block__wrapper .accord-btn:after {
  height: 1px;
  width: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.item-features .plus-btn-script {
  box-shadow: 0px 0px 0px 10px rgba(0, 94, 184, 0.1);
  transform: rotate(180deg) scale(1.1);
}

.catalog-banner {
  display: flex;
  align-items: center;
  height: 400px;
  background-position: 80% 60%;
  background-repeat: no-repeat;
  position: relative;
  color: #414141;
}
.catalog-banner .container {
  height: 100%;
}
.catalog-banner__wrapper {
  padding: 100px 145px 0 145px;
}
.catalog-banner__wrapper h1 {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  margin-bottom: 45px;
}
.catalog-banner__wrapper .title {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  margin-bottom: 45px;
}
.catalog-banner__wrapper .subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #6f6f6f;
  max-width: 475px;
}
.catalog-banner__wrapper .m-subtitle {
  display: none;
}

.page-content__wrapper {
  padding: 0 145px;
  display: flex;
  justify-content: space-between;
}
.page-content__wrapper .side-menu {
  padding-top: 205px;
}
.page-content__wrapper .side-menu ul {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  margin-bottom: 40px;
}
.page-content__wrapper .side-menu ul a {
  color: #414141;
  display: flex;
  width: 95%;
}
.page-content__wrapper .side-menu ul a:hover {
  color: #005EB8;
  font-weight: normal;
}
.page-content__wrapper .side-menu ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  list-style: none;
  margin-left: 20px;
  opacity: 0;
  height: 0;
  transition: all 0.5s;
}
.page-content__wrapper .side-menu ul li a {
  color: #414141;
  position: relative;
}
.page-content__wrapper .side-menu ul li a:hover {
  color: #005EB8;
  font-weight: normal;
}
.page-content__wrapper .side-menu ul li a:hover:before {
  background-color: #005EB8;
}
.page-content__wrapper .side-menu ul li a:before {
  content: "";
  position: absolute;
  background-color: #CFCFCF;
  width: 10px;
  height: 1px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  display: block;
}
.page-content__wrapper .side-menu ul.active {
  background-color: transparent;
}
.page-content__wrapper .side-menu ul.active a {
  color: #005eb8 !important;
  display: inline-flex;
  width: auto;
}
.page-content__wrapper .side-menu .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 40px;
}
.page-content__wrapper .side-menu ul.show li {
  opacity: 1;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.5s;
}
.page-content__wrapper .content-block {
  max-width: 1024px;
  width: 100%;
}
.page-content__wrapper .content-block .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.page-content__wrapper .content-block .razors-wrapper {
  padding: 0;
}
.page-content__wrapper .content-block .razors-content {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-content__wrapper .content-block .razors-content .product-block {
  cursor: pointer;
}
.page-content__wrapper .content-block .razors-content .product-block:nth-child(1) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-content__wrapper .content-block .razors-content .product-block:nth-child(3) {
  margin-right: 10px;
}
.page-content__wrapper .content-block .razors-content .product-block:nth-child(4) {
  margin-right: 10px;
}
.page-content__wrapper .content-block .razors-content .product-block:hover {
  background-color: #fff;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
}
.page-content__wrapper .content-block .razors-content .product-block:hover .product-block__title {
  color: #005EB8;
}

.article-banner {
  margin-top: 90px;
  height: 600px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  background-position-y: 100%;
}
.article-banner .container {
  height: 100%;
}
.article-banner__wrapper {
  padding: 100px 145px;
  position: relative;
  height: 100%;
}
.article-banner-category {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25em;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0.5;
}
.article-banner-title {
  width: 350px;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 30px;
}
.article-banner-descr {
  width: 330px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.article-banner .btn, .article-banner .btn-o {
  display: inline-block;
  margin-top: 89px;
  position: absolute;
  left: 145px;
  bottom: 100px;
}
.article-banner:hover .btn {
  background-color: #005eb8;
  color: #fff;
  border: 1px solid #005eb8;
}
.article-banner:hover .btn-o {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.article-banner .m-btn {
  display: none;
}
.article-banner .m-btn:before {
  content: "";
  position: relative;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 7px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.article-banner .m-btn:after {
  content: "";
  position: relative;
  top: -3px;
  left: -2px;
  width: 1px;
  height: 7px;
  background-color: #fff;
  transform: rotate(45deg);
}

.collapse_text-block {
  display: none;
  opacity: 0.5;
}
.collapse_text-block span {
  width: 21px;
  height: 21px;
  border: 1px solid;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.collapse_text-block span:before {
  content: "|";
  font-size: 10px;
  left: 4px;
  position: absolute;
  transform: rotate(45deg);
}
.collapse_text-block span:after {
  content: "|";
  font-size: 10px;
  left: 11px;
  position: absolute;
  transform: rotate(-45deg);
}

.dorco-word {
  color: #fff;
}
.dorco-word__wrapper {
  padding: 100px 145px 145px 145px;
  position: relative;
}
.dorco-word__wrapper h1 {
  font-size: 64px;
  font-weight: 200;
  line-height: 75px;
  margin-bottom: 125px;
}
.dorco-word__content {
  display: flex;
  justify-content: space-around;
}
.dorco-word__content img {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  opacity: 0.2;
}
.dorco-word__content .content-block {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  width: 100%;
  text-align: center;
}
.dorco-word__content .content-block .title {
  font-size: 100px;
  font-weight: 200;
  line-height: 100%;
  margin-bottom: 50px;
}
.dorco-word__content .content-block .subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.dorco-timeline {
  padding-bottom: 300px;
}
.dorco-timeline .block-title {
  text-align: center;
  width: 650px;
  margin: 100px auto;
}
.dorco-timeline .timeline-content {
  height: 350px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slide-active {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.slide-prev, .slide-next {
  opacity: 0;
  transition: opacity 0.5s ease;
}

li.slide-prev, li.slide-next {
  opacity: 1;
}

.timeline-wrap {
  margin: 0 auto;
  position: relative;
  width: 1090px;
  height: 350px;
}

.timeline-body {
  display: block;
  top: 150px;
  position: relative;
  z-index: 9999;
}

.timeline-draggable {
  position: absolute;
  left: 0;
  top: -1px;
  width: 51px;
  height: 51px;
  cursor: pointer;
  z-index: 9999;
}

.draggable-line {
  content: "";
  background: linear-gradient(270deg, #F6F6F6 0%, #DFDFDF 50%, #F6F6F6 100%);
  width: 320px;
  height: 1px;
  top: calc(50% - 1px);
  left: -130px;
  display: block;
  z-index: -2;
  position: absolute;
}

.timeline-event {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
.timeline-event .date-bg {
  position: absolute;
  font-size: 400px;
  line-height: 75px;
  font-weight: bold;
  color: #f4f4f4;
  opacity: 0.75;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline-event .title {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  max-width: 540px;
  margin-bottom: 23px;
}
.timeline-event .title a {
  color: #005eb8;
}
.timeline-event .subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  max-width: 540px;
}

.timeline-event-node {
  position: absolute;
  left: 6px;
  top: -90px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.timeline-title {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: -120px;
  width: 51px;
  transition: all 0.3s ease;
}

.timeline-content {
  display: none;
}

.timeline-active-title {
  color: #005eb8;
  font-size: 24px;
  transition: all 0.3s ease;
}

.page-menu__wrapper {
  padding: 50px 145px;
}
.page-menu__wrapper ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.page-menu__wrapper ul li {
  list-style: none;
  margin: 0 25px;
}
.page-menu__wrapper ul li a {
  color: #414141;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.page-menu__wrapper ul li a i {
  font-size: 38px;
}
.page-menu__wrapper ul li a:hover {
  color: #005EB8;
  transition: all 0.3s ease;
}
.page-menu__wrapper ul li a:hover svg path {
  fill: #005EB8;
}
.page-menu__wrapper ul .active-link {
  position: relative;
}
.page-menu__wrapper ul .active-link a {
  color: #005EB8;
  font-weight: 400;
}
.page-menu__wrapper ul .active-link:before {
  content: "";
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #005EB8;
  border-radius: 50%;
}

.news {
  min-height: calc(100% - 362px - 221px);
}
.news__wrapper {
  padding: 0 145px;
}
.news__wrapper .news-content {
  width: 100%;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-width: 50%;
  column-width: 50%;
  padding-bottom: 100px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -moz-column-break-after: avoid;
  break-after: avoid;
  -moz-column-break-before: avoid;
  break-before: avoid;
}
.news__wrapper .goods-content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-height: 1650px;
}
.news__wrapper .goods-content .product-block {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 640px;
}
.news__wrapper .goods-content .product-block__small {
  width: 315px;
}
.news-card {
  max-width: 655px;
  height: 330px;
  padding: 45px 45px 0 45px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.1fr 1fr;
  cursor: pointer;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.news-card:hover {
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  z-index: 1000;
}
.news-card:hover .news-card__title {
  color: #005eb8;
  transition: color 0.3s ease;
}
.news-card__img {
  grid-column: 1;
  grid-row: 1/3;
  width: 230px;
  height: 230px;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-card__date {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 25px;
  color: #a0a0a0;
  grid-column: 2;
}
.news-card__title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #414141;
  grid-column: 2;
  grid-row: 2;
  transition: color 0.3s ease;
}
.news-card__subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: none;
  color: #414141;
}
.news-card_big {
  height: 660px;
  display: block;
}
.news-card_big:first-child {
  grid-row: 1/3;
  grid-column: 1;
}
.news-card_big .news-card__img {
  margin-bottom: 50px;
  width: 565px;
  max-width: 565px;
  height: 280px;
}
.news-card_big .news-card__subtitle {
  display: block;
}

.pagination {
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination .prev-arrow {
  position: relative;
  height: 42px;
  width: 22px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.pagination .prev-arrow:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #A5A5A5;
  top: 0;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.pagination .prev-arrow:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #A5A5A5;
  top: 18px;
  position: absolute;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.pagination .prev-arrow:hover:before, .pagination .prev-arrow:hover:after {
  background-color: #414141;
}
.pagination .next-arrow {
  position: relative;
  height: 42px;
  width: 22px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.pagination .next-arrow:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #A5A5A5;
  top: 0;
  position: absolute;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.pagination .next-arrow:after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #A5A5A5;
  top: 18px;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.pagination .next-arrow:hover:before, .pagination .next-arrow:hover:after {
  background-color: #414141;
  transition: all 0.3s ease;
}
.pagination .pages {
  display: flex;
  margin: 0;
  padding: 0;
}
.pagination .pages li {
  list-style: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.pagination .pages li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  color: #414141;
}
.pagination .pages li a:hover {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  transition: all 0.3s ease;
}
.pagination .pages .active-page {
  border: 1px solid #CFCFCF;
  border-radius: 50%;
  cursor: default;
}
.pagination .pages .active-page:hover {
  background-color: #fff;
  border: 1px solid #CFCFCF;
}

.contacts__wrapper {
  padding: 100px 145px;
}
.contacts__wrapper h3 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.contacts__wrapper .feedback-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
}
.contacts__wrapper .feedback-form .input-block {
  display: flex;
  flex-direction: column;
  width: 30%;
  position: relative;
}
.contacts__wrapper .feedback-form .input-block label {
  font-size: 14px;
  line-height: 25px;
}
.contacts__wrapper .feedback-form .input-block input {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  height: 60px;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 50px #fff;
}
.contacts__wrapper .feedback-form .input-block .error-text {
  position: absolute;
  font-size: 12px;
  bottom: -25px;
  color: red;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contacts__wrapper .feedback-form .input-block_long {
  width: 100%;
  margin-top: 100px;
}
.contacts__wrapper .feedback-form button {
  color: #fff;
  margin: 0 auto;
  margin-top: 100px;
}
.contacts__wrapper .feedback-form button:hover {
  background-color: #006ACF;
}
.contacts__wrapper .feedback-form button:disabled {
  background-color: lightgrey;
  border-color: lightgrey;
  cursor: default;
}
.contacts__wrapper .feedback-form .checkboxes-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}
.contacts__wrapper .feedback-form .checkbox-block {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding-left: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contacts__wrapper .feedback-form .checkbox-block input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.contacts__wrapper .feedback-form .checkbox-block input:checked ~ .checkmark {
  background-color: #414141;
  border-color: #414141;
  transition: all 0.3s ease;
}
.contacts__wrapper .feedback-form .checkbox-block input:checked ~ .checkmark:after {
  display: block;
}
.contacts__wrapper .feedback-form .checkbox-block .checkmark {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  margin-top: 2px;
  height: 20px;
  width: 20px;
  border: 1px solid #cfcfcf;
  transition: all 0.3s ease;
}
.contacts__wrapper .feedback-form .checkbox-block .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.overlay .popup {
  background-color: #CFE942;
  max-width: 650px;
  max-height: 380px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overlay .popup .success {
  width: 80px;
  height: 80px;
  border: 1px solid #414141;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay .popup .success:before {
  content: url(/css/../img/success.png);
}
.overlay .popup-title {
  margin-top: 39px;
  font-size: 24px;
  line-height: 35px;
  max-width: 430px;
  text-align: center;
}
.overlay .popup-subtitle {
  margin-top: 16px;
  font-size: 14px;
  line-height: 25px;
  opacity: 0.5;
}
.overlay .popup-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.overlay .popup-close:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 27px;
  background-color: #414141;
  transform: rotate(45deg);
}
.overlay .popup-close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 27px;
  background-color: #414141;
  transform: rotate(-45deg);
}
.overlay .popup-close:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.overlay.show {
  display: flex;
}

.accord-content {
  max-width: 870px;
  padding-bottom: 100px;
}
.accord-content .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.accord-block {
  padding: 50px 120px 50px 0;
  border-top: 1px solid #EFEFEF;
}
.accord-block_title {
  font-size: 24px;
  line-height: 35px;
  position: relative;
  display: flex;
}
.accord-block_title .top-title {
  max-width: 600px;
}
.accord-block_title .number {
  width: 50px;
  height: 35px;
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  color: #a0a0a0;
  padding-left: 50px;
  margin-right: 60px;
  display: block;
}
.accord-block_title .accord-btn {
  position: absolute;
  right: -70px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 18px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.accord-block_title .accord-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #414141;
  transition: all 0.3s ease;
}
.accord-block_title .accord-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #414141;
  transition: all 0.3s ease;
}
.accord-block .active-btn .accord-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #005eb8;
  transition: all 0.3s ease;
}
.accord-block .active-btn .accord-btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease;
  background-color: #fff;
}
.accord-block .active-btn .accord-btn:after {
  height: 1px;
  width: 25px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.accord-block_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-left: 110px;
}
.accord-block_content img {
  margin-top: 50px;
}
.accord-block_content .title {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 50px;
}
.accord-block_content .subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 24px;
}

.active-accord {
  background-color: #fff;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
}

.privacy {
  max-width: 870px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  padding: 47px 0 100px 0;
}
.privacy h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 52px;
  margin-top: 53px;
}
.privacy a {
  color: #005eb8;
}
.privacy .approve .privacy-approve {
  position: relative;
  margin-left: 60px;
  border-bottom: 1px solid #EFEFEF;
  padding: 30px 0;
}
.privacy .approve .privacy-approve:before {
  content: url(/css/../img/approve.png);
  position: absolute;
  left: -60px;
  top: 30px;
  width: 30px;
  height: 30px;
}
.privacy .approve .privacy-approve:last-child {
  border: none;
}

.certificate .block-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
  max-width: 540px;
  text-align: center;
}
.certificate__wrapper {
  padding: 0 195px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.certificate__wrapper:after {
  content: "";
  flex-grow: 0;
  width: 33%;
}
.certificate__wrapper .certificate-block {
  padding: 50px;
  margin: 0 auto;
}
.certificate__wrapper .certificate-block a {
  display: block;
  overflow: hidden;
}
.certificate__wrapper .certificate-block .certificate-img {
  border: 30px solid #F8F8F8;
  width: 275px;
}
.certificate__wrapper .certificate-block .certificate-img img {
  width: 100%;
  transition: transform 0.3s ease;
}
.certificate__wrapper .certificate-block .certificate-img:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.certificate__wrapper .certificate-block .certificate-branch {
  font-size: 12px;
  line-height: 25px;
  opacity: 0.5;
  margin-top: 50px;
}
.certificate__wrapper .certificate-block .certificate-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-top: 13px;
}

.our-tech-banner {
  background-position-x: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.our-tech-banner__wrapper {
  padding: 0 145px;
  position: relative;
}
.our-tech-banner__wrapper .our-tech_block h1 {
  max-width: 540px;
  padding-top: 87px;
}
.our-tech-banner__wrapper .our-tech_block .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #6f6f6f;
  max-width: 537px;
  margin-top: 61px;
  padding-bottom: 186px;
}
.our-tech-banner__wrapper .our-tech_block h3 {
  font-size: 32px;
  line-height: 45px;
  max-width: 430px;
  margin-bottom: 40px;
}
.our-tech-banner__wrapper .our-tech_block h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  max-width: 430px;
  margin-bottom: 40px;
}
.our-tech-banner__wrapper .our-tech_block a {
  color: #414141;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.our-tech-banner__wrapper .our-tech_block a img {
  margin-left: 10px;
}
.our-tech-banner__wrapper .our-tech_block:last-child {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.our-tech-banner__wrapper .our-tech_block:last-child .img-block {
  margin-left: -150px;
}
.our-tech-banner__wrapper .our-tech_block:last-child .img-block img {
  height: 100%;
}
.our-tech-banner__wrapper .our-tech_block:last-child .text-block {
  margin-top: 150px;
}

.inform-block__left {
  height: 600px;
  background-repeat: no-repeat;
  background-size: 0;
}
.inform-block__left .block-title {
  text-align: center;
  padding-top: 100px;
}
.inform-block__left .container {
  height: 100%;
}
.inform-block__left .image-block {
  order: 0;
  display: flex;
  align-items: flex-end;
}
.inform-block__left .image-block img {
  height: 85% !important;
}
.inform-block__right {
  height: 600px;
  background-repeat: no-repeat;
  background-size: 0;
  background-position-y: 50%;
  background-position-x: 100%;
}
.inform-block__right .block-title {
  text-align: center;
  padding-top: 100px;
}
.inform-block__right .container {
  height: 100%;
}
.inform-block__right .image-block {
  order: 1;
  display: flex;
  align-items: flex-end;
}
.inform-block__right .image-block img {
  height: 85% !important;
  left: 130px !important;
}
.inform-block__right .image-block .text-block {
  order: 0;
}
.inform-block__center .image-block {
  align-items: center;
}
.inform-block__full-height .image-block img {
  -o-object-fit: unset !important;
  object-fit: unset !important;
  height: 100% !important;
}
.inform-block__history {
  background-size: auto;
}
.inform-block__history .image-block {
  display: none;
}
.inform-block__bg-bottom {
  background-position: 0 100% !important;
}
.inform-block__border-bottom .inform-block__wrapper {
  border-bottom: 1px solid #EFEFEF;
}
.inform-block__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 255px;
  position: relative;
  overflow: hidden;
}
.inform-block__wrapper .text-block {
  max-width: 430px;
}
.inform-block__wrapper .text-block span.hide {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  color: initial;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 30px 0px 30px;
  transition: all 0.3s ease;
}
.inform-block__wrapper .text-block span.show {
  opacity: 1;
  max-height: 500px;
  overflow: auto;
  background-color: #ffffff;
  color: initial;
  font-size: 14px;
  line-height: 20px;
  padding: 25px 30px 25px 30px;
  transition: all 0.3s ease;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.08);
  max-width: 430px;
}
.inform-block__wrapper .text-block h3 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 40px;
}
.inform-block__wrapper .text-block span {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  margin-bottom: 40px;
}
.inform-block__wrapper .text-block a {
  color: #414141;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.inform-block__wrapper .text-block a img {
  margin-left: 10px;
}
.inform-block__wrapper .text-block .btn {
  color: #fff;
  width: 220px;
  font-size: 16px;
  line-height: 19px;
  opacity: 1;
  display: block;
  text-align: center;
  margin-top: 70px;
}
.inform-block__wrapper .text-block .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.inform-block__wrapper .text-block .m-btn {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 40px;
  height: 40px;
  padding: 0;
  justify-content: center;
  transform: rotate(180deg);
}
.inform-block__wrapper .text-block .m-btn:before {
  display: block;
  content: "";
  position: relative;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 7px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.inform-block__wrapper .text-block .m-btn:after {
  display: block;
  content: "";
  position: relative;
  top: -3px;
  left: -2px;
  width: 1px;
  height: 7px;
  background-color: #fff;
  transform: rotate(45deg);
}
.inform-block__wrapper .image-block {
  position: relative;
  width: 50%;
  height: 100%;
  left: -130px;
}
.inform-block__wrapper .image-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.inform-block__left.inform-block__bg {
  background-size: auto;
  background-position: 50px 50px;
}
.inform-block__left.inform-block__bg .inform-block__wrapper .image-block {
  order: 1;
  opacity: 0;
}
.inform-block__left.inform-block__bg .inform-block__wrapper .text-block {
  order: 1;
}

.inform-block__right.inform-block__bg {
  background-size: auto;
}
.inform-block__right.inform-block__bg .inform-block__wrapper .image-block {
  order: 1;
  opacity: 0;
}
.inform-block__right.inform-block__bg .inform-block__wrapper .text-block {
  order: 0;
}

.detail-block .block-title {
  text-align: center;
  padding-top: 100px;
}
.detail-block_content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 600px;
  padding: 0 255px;
  position: relative;
}
.detail-block_right .image-block {
  position: relative;
  right: -130px;
}
.detail-block__wrapper {
  overflow: hidden;
}
.detail-block__wrapper .text-block {
  max-width: 430px;
  padding: 165px 0;
}
.detail-block__wrapper .text-block h3 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 40px;
}
.detail-block__wrapper .text-block span {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  margin-bottom: 40px;
}
.detail-block__wrapper .text-block a {
  color: #414141;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.detail-block__wrapper .text-block a img {
  margin-left: 10px;
}

.article-block__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 255px;
  position: relative;
  overflow: hidden;
}
.article-block__img {
  position: relative;
  width: 50%;
  height: auto;
  left: -130px;
  bottom: -115px;
  flex-shrink: 0;
}
.article-block__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.article-block__content {
  padding: 155px 0;
}
.article-block__content .title {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 40px;
}
.article-block__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}
.article-block .toggle-buttons {
  display: none;
}

.bg-center {
  background-position-y: 50%;
}

.error-404, .error-500 {
  background-color: #005eb8;
  width: 100%;
  min-height: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
}
.error-404:after, .error-500:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.error-404 .container, .error-500 .container {
  position: relative;
}
.error-404 .container a.logo, .error-500 .container a.logo {
  top: 50px;
  left: 0;
  position: absolute;
  z-index: 100;
}
.error-404 .error-content, .error-500 .error-content {
  text-align: center;
  padding-top: 100px;
  position: relative;
}
.error-404 .error-content .btn, .error-500 .error-content .btn {
  margin-top: 75px;
  margin-bottom: 75px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transition: background-color, border-color 0.3s ease;
}
.error-404 .error-content .btn:hover, .error-500 .error-content .btn:hover {
  background-color: #116EC7;
  border-color: #116EC7;
}
.error-404 .error-img, .error-500 .error-img {
  position: absolute;
  top: -275px;
  left: 50%;
  transform: translateX(-50%);
}
.error-404 .error-img:after, .error-500 .error-img:after {
  content: "";
  position: absolute;
  width: 215px;
  height: 140px;
  background-color: #005eb8;
  left: 50%;
  transform: translateX(-50%);
  top: 85%;
  z-index: -1;
}
.error-404 .error-code, .error-500 .error-code {
  font-size: 390px;
  line-height: 350px;
  font-weight: bold;
  position: relative;
}
.error-404 .error-text, .error-500 .error-text {
  margin-top: 55px;
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
}
.error-404 .error-descr, .error-500 .error-descr {
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  max-width: 430px;
}

.error-500 {
  background-color: #414141;
}
.error-500 .error-img {
  position: absolute;
  top: -275px;
  left: 50%;
  transform: translateX(-50%);
}
.error-500 .error-img:after {
  content: "";
  position: absolute;
  width: 215px;
  height: 140px;
  background-color: #414141;
  left: 50%;
  transform: translateX(-50%);
  top: 85%;
  z-index: -1;
}
.error-500 .error-content .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.01);
}
.error-500:after {
  margin-left: -25px;
}
.error-500 .error-code:after {
  background-color: #414141;
  width: 230px;
}

.footer {
  background-color: #414141;
  position: relative;
  height: 580px;
}
.footer:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 159px;
}
.footer:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  bottom: 115px;
}
.footer-wrapper {
  padding: 0 145px;
  width: 1600px;
  margin: 0 auto;
}
.footer-wrapper .social-block {
  padding: 60px 0 49px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  align-items: center;
}
.footer-wrapper .social-block__buttons {
  display: flex;
  align-items: center;
  -ms-grid-column: 1;
}
.footer-wrapper .social-block__buttons .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-wrapper .social-block__buttons .social-btn:hover {
  background-color: #4F4F4F;
  transition: all 0.3s ease;
  border-color: #4F4F4F;
}
.footer-wrapper .social-block__buttons .social-btn.social-btn__music {
  display: none;
}
.footer-wrapper .social-block__buttons span {
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
  margin-left: 11px;
}
.footer-wrapper .social-block .footer-logo {
  margin: 0 auto;
  -ms-grid-column: 2;
  width: 154px;
  height: 30px;
}
.footer-wrapper .social-block .btn {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  text-align: center;
  -ms-grid-column: 3;
}
.footer-wrapper .social-block .btn:hover {
  border-color: #4F4F4F;
  background-color: #4F4F4F;
}
.footer-wrapper .social-block .btn-icon-music {
  display: flex;
  margin-left: auto;
}
.footer-wrapper .menu-block {
  padding-top: 54px;
  height: 304px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-wrapper .menu-block ul {
  padding: 0;
  margin: 0;
}
.footer-wrapper .menu-block ul:nth-child(0) {
  -ms-grid-column: 1;
}
.footer-wrapper .menu-block ul:nth-child(1) {
  -ms-grid-column: 2;
}
.footer-wrapper .menu-block ul:nth-child(2) {
  -ms-grid-column: 3;
}
.footer-wrapper .menu-block ul:nth-child(3) {
  -ms-grid-column: 4;
}
.footer-wrapper .menu-block ul a {
  color: #fff;
}
.footer-wrapper .menu-block ul a.footer-link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  transition: color 0.3s ease;
}
.footer-wrapper .menu-block ul a.footer-link:hover {
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.footer-wrapper .menu-block ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.footer-wrapper .menu-block ul li a:hover {
  color: #8f8f8f;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block {
  padding: 45px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrapper .copyright-block span {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
}
.footer-wrapper .copyright-block a {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block a:hover {
  color: #fff;
  transition: color 0.3s ease;
}
.footer-wrapper .copyright-block a:nth-child(2) {
  padding: 0 56px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.test {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 1s cubic-bezier(0.365, 0.305, 0, 1) 0.25s, transform 1s cubic-bezier(0.365, 0.305, 0, 1) 0.25s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0px);
  }
  to {
    opacity: 0;
    transform: translateX(30px);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0px);
  }
  to {
    opacity: 0;
    transform: translateX(30px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes bounceInLeft {
  from, 30%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0px, 0, 0);
  }
  30% {
    transform: translate3d(-15px, 0, 0);
  }
  60% {
    transform: translate3d(15px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 30%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0px, 0, 0);
  }
  30% {
    transform: translate3d(-15px, 0, 0);
  }
  60% {
    transform: translate3d(15px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.title-center-bold {
  font-weight: 500 !important;
  text-align: center;
  margin: 0 auto;
  line-height: 55px !important;
  font-size: 42px !important;
}

.bg_white {
  background-color: #fff;
}

.border-grey {
  border: 1px solid #efefef;
}

.btn-blue {
  background-color: #005eb8;
  border-color: #005eb8;
  width: 230px !important;
}

.d-flex-start {
  justify-content: flex-start;
}

.d-flex {
  display: flex;
}

.mr-20 {
  margin-right: 10px;
}

.pt-87 {
  padding-top: 87px;
}

.h-209 {
  height: 209px;
}

.h-600 {
  height: 600px;
}

.h-680 {
  height: 680px;
}

.single-razor {
  height: auto !important;
  width: auto !important;
  margin-top: 50px;
}

.btn_white {
  color: #414141 !important;
  background-color: #fff;
  border-color: #fff;
}
.btn_white:hover {
  background-color: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0);
  color: #414141;
  transition: all 0.3s ease;
}

.btn_white-grey {
  color: #414141 !important;
  background-color: #fff;
  border-color: rgba(25, 25, 25, 0.25) !important;
}
.btn_white-grey:hover {
  background-color: transparent;
  border-color: #414141;
  color: #414141;
  transition: all 0.3s ease;
}

.drop-shadow {
  filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.15));
}

.bg-position-reset {
  background-position: 0 50% !important;
}

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

  .m-slider .btn {
    display: flex;
    justify-content: center;
  }

  .container {
    max-width: 320px;
  }

  .header {
    height: 60px;
    padding: 0px;
  }
  .header-wrap {
    justify-content: center;
    height: 60px;
  }
  .header-logo {
    order: 1;
  }
  .header-logo a {
    width: 102px;
    height: 20px;
  }
  .header-logo a img {
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: absolute;
    left: 20px;
  }
  .header-menu ul {
    display: none;
  }
  .header-menu_burger {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
  }
  .header-menu_burger:hover {
    background-color: #fff;
    fill: #000;
    border: none;
  }
  .header-menu_burger:hover .burger-img:before {
    background-color: #000;
  }
  .header-search {
    display: none;
  }
  .header-search-mobile {
    display: block;
    order: 2;
    position: absolute;
    right: 20px;
  }
  .header-search-mobile .btn-o {
    padding: 5px 10px;
  }

  .slider {
    height: 482px;
    -webkit-animation: none;
    animation: none;
  }
  .slider .slide-content {
    display: none;
  }
  .slider .m-slider {
    display: block;
    position: absolute;
    top: 222px;
    z-index: 3;
  }
  .slider .m-slider .btn:hover {
    background-color: transparent;
  }

  .slider-control {
    display: none;
  }

  .slider-dots {
    bottom: 30px;
  }
  .slider-dots_item:hover {
    background-color: transparent;
  }

  .slide {
    padding: 0;
    height: 482px;
    z-index: -1;
  }
  .slide-content {
    width: 320px;
  }
  .slide-img {
    width: 320px;
    height: 222px;
    position: relative;
    z-index: 1;
  }
  .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 37% 0;
    object-position: 37% 0;
  }
  .slide-content {
    padding: 20px;
    height: 260px;
  }
  .slide-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .slide-text {
    display: none;
  }
  .slide-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
  }
  .slide-btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .slide-btn__green {
    border: 1px solid rgba(25, 25, 25, 0.25);
  }

  .features {
    margin-top: 35px;
  }
  .features h1 {
    font-size: 35px;
  }
  .features .block-title {
    font-size: 20px;
    line-height: 35px;
    margin-top: 0px;
  }
  .features-selector {
    flex-direction: column;
    padding: 0;
  }
  .features-img {
    margin-left: 0;
    width: 320px;
    height: 260px;
    display: none;
  }
  .features-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
  }
  .features-slider .features-img {
    display: block;
  }
  .features-buttons {
    width: 320px;
    height: 240px;
    position: relative;
    margin-bottom: 30px;
  }
  .features-buttons .slick-dots {
    bottom: -7px;
  }
  .features .button-img {
    margin-bottom: 22.5px;
    margin-top: 20px;
  }
  .features .button-block {
    padding: 0 25px;
    height: 250px;
  }
  .features .button-block:after {
    display: none;
  }
  .features .button-block:before {
    display: none;
  }
  .features .button-block:hover .button-block__wrapper {
    box-shadow: none;
  }
  .features .button-block:hover .button-block__wrapper .button-link {
    display: none;
  }
  .features .button-text {
    width: 270px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .features .button-descr {
    display: block;
    opacity: 1;
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 250px;
    color: #a0a0a0;
  }
  .features-products {
    margin-bottom: 0;
  }
  .features-products a {
    display: block;
    margin-bottom: 10px;
  }
  .features-products a:last-child {
    margin-bottom: 30px;
  }
  .features-product {
    height: 160px;
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
  .features-product-title {
    font-size: 24px;
    line-height: 30px;
  }
  .features-product-img {
    width: 100%;
    height: 100%;
  }
  .features-product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 67%;
    object-position: 0 67%;
    margin-top: 0;
  }
  .features-product .btn {
    display: none;
  }
  .features-product .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    padding: 0;
  }
  .features-product .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .razors {
    background-position: 50% 85% !important;
    background-size: 100% !important;
  }
  .razors-wrapper {
    padding: 28px 20px 40px;
  }
  .razors-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    width: 280px;
    text-align: center;
    margin-bottom: 37px;
  }
  .razors-wrapper .btn {
    margin-top: 70px;
    width: 100%;
  }
  .razors-wrapper .slick-dots {
    filter: invert(1);
    bottom: -53px;
  }

  .product-block {
    padding: 20px 30px 33px 30px;
    height: 400px;
    width: 280px;
    background-image: none !important;
    margin-right: 0 !important;
  }
  .product-block .product-block__title {
    margin-bottom: 20px;
  }
  .product-block .product-block__img {
    height: 175px;
  }
  .product-block .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-block .product-block__img-big {
    display: none;
  }
  .product-block__title {
    margin-bottom: 46px;
  }
  .product-block__title {
    font-size: 20px;
  }
  .product-block__descr {
    font-size: 12px;
  }
  .product-block__subtitle {
    display: none;
  }
  .product-block__img {
    display: block;
    height: 140px;
    width: 210px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .product-block__img img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    margin: 0 auto;
  }
  .product-block__descr-elem .descr-elem__text {
    max-width: 190px;
    font-size: 11px;
  }

  .nothing2hide-wrapper {
    padding: 38px 20px 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .nothing2hide-wrapper .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    order: -1;
    margin-bottom: 20px;
  }
  .nothing2hide-wrapper .subtitle {
    font-size: 14px;
    line-height: 20px;
    width: 280px;
    order: -1;
    margin-bottom: 35px;
  }
  .nothing2hide-wrapper .btn {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .nothing2hide-content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .nothing2hide-content__block {
    width: 280px;
    height: 100%;
    padding: 0;
  }
  .nothing2hide-content__block:first-child:after {
    width: 100%;
    height: 1px;
    top: -39px;
    left: 0;
  }
  .nothing2hide-content__block .block-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .nothing2hide-content__block .block-img img {
    width: 100%;
  }
  .nothing2hide-content__block .block-category {
    font-size: 11px;
  }
  .nothing2hide-content__block .block-short_title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .nothing2hide-content__block:first-child {
    order: 1;
  }
  .nothing2hide-content__block:last-child {
    display: none;
  }
  .nothing2hide-content__block .big-block {
    display: none;
  }
  .nothing2hide-content__collection {
    height: 175px;
    width: 280px;
  }
  .nothing2hide-content__collection .small-block {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .nothing2hide-content__collection .small-block img {
    width: 100%;
    height: 100%;
  }
  .nothing2hide-content__collection .small-block:first-child:after {
    right: -40px;
    top: 0;
    height: 100px;
  }

  .feedback {
    background-position: 10% 25%;
  }
  .feedback-wrapper {
    padding: 35px 20px 40px 20px;
  }
  .feedback-wrapper .title {
    width: 280px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .feedback .slick-dots {
    bottom: -53px;
  }
  .feedback-slider__card {
    padding: 27px 30px 20px 30px;
    width: 280px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .feedback-slider__card .feedback-rating {
    margin-bottom: 10px;
  }
  .feedback-slider__card .razor-model {
    margin-bottom: 25px;
  }
  .feedback-slider__card .feedback-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
  }

  .video {
    height: 360px;
    background-position: 50%;
  }
  .video-wrapper {
    padding: 253px 20px 37px;
  }
  .video-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .video-wrapper .subtitle {
    display: none;
  }
  .video-wrapper .play-btn {
    width: 80px;
    height: 80px;
  }
  .video-wrapper .play-btn img {
    width: 24px;
  }

  .articles-wrapper {
    display: flex;
    flex-direction: column;
  }
  .articles-wrapper .article {
    padding: 28px 20px 30px;
    width: 320px;
    height: 240px;
    background-size: cover;
  }
  .articles-wrapper .article:first-child {
    background-position: 130% 85px;
  }
  .articles-wrapper .article-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .articles-wrapper .article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: auto;
  }
  .articles-wrapper .article-descr {
    display: none;
  }
  .articles-wrapper .article .btn {
    display: none;
  }
  .articles-wrapper .article .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    padding: 0;
  }
  .articles-wrapper .article .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .where2buy {
    background-position: 50% 100%;
    background-size: 180%;
  }
  .where2buy-wrapper {
    padding: 35px 20px;
    height: 500px;
    overflow: hidden;
  }
  .where2buy-wrapper .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .where2buy-wrapper .title:after {
    display: none;
  }
  .where2buy-wrapper .descr {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 33px;
    width: 280px;
    text-align: center;
  }
  .where2buy-wrapper .btn {
    width: 280px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .where2buy-wrapper .where2buy-img {
    display: block;
    width: 218px;
    margin: 0 auto;
  }
  .where2buy-wrapper .where2buy-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer:after {
    display: none;
  }
  .footer:before {
    display: none;
  }
  .footer-wrapper {
    padding: 0;
    max-width: 320px;
  }
  .footer-wrapper .social-block {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .footer-wrapper .social-block__buttons span {
    display: none;
  }
  .footer-wrapper .social-block__buttons .social-btn img {
    display: flex;
  }
  .footer-wrapper .social-block a.btn {
    display: none;
  }
  .footer-wrapper img {
    display: none;
  }
  .footer-wrapper a {
    display: none;
  }
  .footer-wrapper .menu-block {
    display: none;
  }
  .footer-wrapper .copyright-block {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-wrapper .copyright-block span {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 34px 0;
  }
  .footer-wrapper .copyright-block span:before {
    content: "";
    display: flex;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    left: 0;
  }
  .footer-wrapper .copyright-block__links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-wrapper .copyright-block__links a {
    display: flex;
    padding: 14px 0 !important;
    position: relative;
    justify-content: center;
  }
  .footer-wrapper .copyright-block__links a:before {
    content: "";
    display: flex;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    left: 0;
  }
  .footer-wrapper .copyright-block__links a:nth-child(2) {
    padding: 0;
  }

  .articles-wrapper .article-title {
    max-width: 190px;
  }

  .articles-wrapper .article-big .article-bg {
    top: 0;
  }
  .articles-wrapper .article-big .article-bg img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    right: -20px;
    top: 75px;
    position: relative;
  }

  .razors-wrapper.white-dots .slick-dots {
    filter: invert(0);
  }

  .razors-wrapper.white-dots .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img {
    height: 160px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .catalog-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-position-x: 55% !important;
    background-position-y: 100%;
  }
  .catalog-banner__wrapper {
    padding: 38px 20px 47px;
  }
  .catalog-banner__wrapper h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .title {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .subtitle {
    display: none;
  }

  .m-catalog-banner {
    padding: 65px 20px 20px;
  }

  .article-banner {
    width: 320px;
    height: 240px;
    margin-top: 40px;
  }
  .article-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 30px;
    background-size: cover;
  }
  .article-banner:first-child {
    background-position: 130% 85px;
  }
  .article-banner-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .article-banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: 240px;
  }
  .article-banner-descr {
    display: none;
  }
  .article-banner .btn {
    display: none;
  }
  .article-banner .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    border: 1px solid #CFCFCF;
    padding: 0;
  }
  .article-banner .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .article-banner.bg_white {
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 65px;
  }

  .footer {
    height: auto;
  }

  .bread-crumbs {
    top: 26px;
  }

  .catalog-banner.about-page {
    height: 450px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper {
    padding-top: 68px;
    background: rgb(241, 241, 241);
    background: linear-gradient(180deg, rgb(241, 241, 241) 64%, rgba(255, 255, 255, 0) 100%);
  }
  .catalog-banner.about-page .catalog-banner__wrapper h1 {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .title {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .subtitle {
    display: none;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .m-subtitle {
    display: block;
    width: 270px;
  }

  .page-content__wrapper {
    padding: 0 20px;
    position: relative;
    flex-direction: column;
  }
  .page-content__wrapper .side-menu {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    max-height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
    background-color: #fff;
    z-index: 100;
    transition: all 0.3s ease;
  }
  .page-content__wrapper .side-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 20px;
    background-color: #414141;
    width: 1px;
    height: 15px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 10px;
    background-color: #414141;
    width: 1px;
    height: 15px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu ul {
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .page-content__wrapper .side-menu ul:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .side-menu ul a {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  }
  .page-content__wrapper .side-menu ul.active {
    margin-bottom: 40px;
    opacity: 1;
    height: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
  }
  .page-content__wrapper .side-menu ul.active a {
    color: #005eb8 !important;
  }
  .page-content__wrapper .side-menu-show {
    overflow: none;
    height: auto;
    max-height: 500px;
    transition: all 0.3s ease;
  }
  .page-content__wrapper .side-menu-show ul {
    opacity: 1;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 40px;
  }
  .page-content__wrapper .side-menu-show:before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu-show:after {
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .content-block .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  .page-content__wrapper .content-block .razors-content .product-block {
    margin-right: 0;
    margin-bottom: 10px;
    height: 400px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img {
    height: 170px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .content-block .razors-content .product-block__descr {
    position: relative;
    top: -15px;
  }
  .page-content__wrapper .accord-content {
    width: 100%;
    padding-bottom: 0;
  }
  .page-content__wrapper .accord-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: -70px;
    padding-top: 100px;
    margin-bottom: 35px;
  }
  .page-content__wrapper .accord-content .accord-block {
    padding: 30px 0;
    padding-right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content {
    padding: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content img {
    height: 185px;
  }
  .page-content__wrapper .accord-content .accord-block_content .title {
    font-size: 16px;
    line-height: 25px;
    margin: 33px 0 17px;
  }
  .page-content__wrapper .accord-content .accord-block_content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content__wrapper .accord-content .accord-block_title {
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .number {
    width: auto;
    padding-left: 0;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title {
    max-width: 200px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:after {
    width: 15px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:before {
    height: 15px;
  }

  .active-accord {
    box-shadow: none;
  }

  .bg_mud-blue {
    background-position-x: 50px;
    background-size: contain;
    background-position-y: 100%;
  }

  .bg_mud-blue2 {
    background-position-x: 140px;
    background-size: 200px;
    background-position-y: 100px;
  }

  .item-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-banner .container {
    height: 100%;
  }
  .item-banner-wrapper {
    padding: 20px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
    min-height: 660px;
  }
  .item-banner-wrapper .item-banner__img {
    order: 1;
    position: absolute;
    bottom: 0;
    max-height: 265px;
    max-width: none;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .item-banner-wrapper .item-banner__content {
    position: unset;
  }
  .item-banner-wrapper .item-banner__content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 58px;
    margin-bottom: 30px;
  }
  .item-banner-wrapper .item-banner__content .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .descr {
    flex-direction: column;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem__text {
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .btn.btn_white {
    width: 90%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    display: block;
  }

  .item-features .block-title {
    margin-top: 35px;
    font-size: 24px;
    line-height: 30px;
  }
  .item-features__wrapper {
    padding: 20px;
  }
  .item-features__wrapper .item-features__img {
    display: none;
  }
  .item-features__wrapper .img-plus {
    display: none;
  }
  .item-features__wrapper .item-features__buttons {
    width: 100%;
    height: 100%;
  }
  .item-features__wrapper .button-block {
    height: 100px;
    border-bottom: 1px solid #efefef;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 0;
  }
  .item-features__wrapper .button-block .descr-plus {
    display: block;
  }
  .item-features__wrapper .button-block:last-child {
    border: none;
  }
  .item-features__wrapper .button-block:after, .item-features__wrapper .button-block:before {
    display: none !important;
  }
  .item-features__wrapper .button-block .button-block__wrapper {
    flex-direction: row;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-features__wrapper .button-block .button-block__wrapper .accord-btn {
    display: block;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    right: -20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #414141;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #414141;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-img {
    margin-top: 0;
    margin-right: 20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-text {
    font-size: 14px;
    line-height: 20px;
    width: 140px;
    text-align: left;
    margin-top: 0;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-descr {
    display: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-shadow: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-descr {
    opacity: 0;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-link {
    opacity: 0;
  }

  .bg-light-grey, .bg_grey01 {
    background-position-x: 70% !important;
  }

  .bg_grey02 {
    background-size: 100% !important;
    background-position-y: 150px !important;
    background-position-x: -38px !important;
  }

  .info-block {
    align-items: flex-start;
    min-height: 360px;
    height: auto;
    background-position: 0;
    background-size: cover;
    background-position-x: 70%;
  }
  .info-block .container {
    height: 100%;
  }
  .info-block__wrapper {
    padding: 34px 20px;
    height: 100%;
  }
  .info-block__wrapper .btn {
    display: none;
  }
  .info-block__wrapper .m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    margin-top: 0;
    padding: 0;
    bottom: 0;
  }
  .info-block__content {
    width: 280px;
    position: relative;
    height: 100%;
  }
  .info-block__content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .info-block__content .subtitle {
    font-size: 14px;
  }
  .info-block:first-child {
    background-size: 100%;
  }

  .news-card {
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-card .news-card__img {
    width: 100%;
    height: 100%;
    margin-bottom: 27px;
  }
  .news-card .news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news-card .news-card__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .news-card_big .news-card__subtitle {
    display: none;
  }
  .news-card_big .news-card__img {
    margin-bottom: 27px;
    width: 100%;
  }
  .news-card_big .news-card__img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content, .news__wrapper .goods-content {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -moz-column-count: 1;
    column-count: 1;
  }
  .news__wrapper .goods-content {
    margin-top: 30px;
  }

  .pagination {
    padding: 40px 0;
  }
  .pagination .pages li {
    display: none;
  }
  .pagination .pages li:first-child {
    display: flex;
  }
  .pagination .pages li:nth-child(6) {
    display: flex;
  }
  .pagination .pages li:nth-child(7) {
    display: flex;
  }

  .page-menu {
    background-color: #f4f4f4;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
    overflow-x: scroll;
  }
  .page-menu__wrapper::-webkit-scrollbar {
    height: 0;
  }
  .page-menu__wrapper ul {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .article-event {
    background-image: none !important;
    border-bottom: none;
  }
  .article-event__wrapper {
    padding: 0;
  }
  .article-event_banner {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .article-event_banner .bread-crumbs {
    padding: 0 20px;
    width: auto;
  }
  .article-event_banner .bread-crumbs a {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2) {
    display: flex;
    padding-left: 12px;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):after {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):before {
    content: "<";
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 12px;
    height: 10px;
    width: 10px;
  }
  .article-event_banner h1 {
    padding: 59px 20px 0 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    order: 0;
  }
  .article-event_banner .article-event_img {
    display: block;
    width: 100%;
    margin-top: 34px;
    order: 2;
  }
  .article-event_banner .article-event_img img {
    width: 100%;
  }
  .article-event_banner .subtitle {
    order: 4;
    padding: 0 20px;
    margin-top: 43px;
  }
  .article-event_banner .article-event_date {
    position: relative;
    bottom: 0;
    order: 1;
    padding: 0 20px;
    margin-top: 24px;
  }

  .article-content {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .article-content ul {
    font-size: 20px;
    line-height: 30px;
  }
  .article-content ul li {
    border-bottom: 1px solid #efefef;
  }
  .article-content ul li span {
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
  }

  .another-articles {
    padding-top: 35px;
  }
  .another-articles .block-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .another-articles__wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .another-articles_card {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    width: 280px;
  }
  .another-articles_card__img {
    width: 100%;
  }
  .another-articles_card__img img {
    width: 100%;
  }
  .another-articles_card__date {
    font-size: 12px;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 0;
  }
  .another-articles_card__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
  }
  .another-articles .slick-dots {
    bottom: 15px;
    left: 0;
  }

  .search-list {
    margin-top: 30px;
  }
  .search-list__wrapper {
    padding: 0;
  }
  .search-list__wrapper .dataTables_wrapper .dataTables_filter input {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
  }
  .search-list__wrapper .search-table.dataTable thead {
    display: none;
  }
  .search-list__wrapper .search-table.dataTable tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 20px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:first-child {
    color: #A0A0A0;
    padding-bottom: 0;
    padding-top: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts__wrapper {
    padding: 0 20px;
  }
  .contacts__wrapper h3 {
    font-size: 20px;
    margin-top: 35px;
  }
  .contacts__wrapper h3 a {
    color: #005EB8;
  }
  .contacts__wrapper .feedback-form {
    margin-top: 47px;
  }
  .contacts__wrapper .feedback-form button {
    margin: 100px auto 50px;
  }
  .contacts__wrapper .feedback-form .input-block {
    width: 100%;
    margin-bottom: 35px;
  }
  .contacts__wrapper .feedback-form .input-block input {
    font-size: 16px;
  }
  .contacts__wrapper .feedback-form .input-block_long {
    margin-top: 0;
  }

  .privacy {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .privacy h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 27px;
  }
  .privacy span {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy .approve .privacy-approve {
    padding: 25px 0;
    margin-left: 0;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacy .approve .privacy-approve:before {
    left: 0;
  }

  .table__wrapper {
    padding: 0px 20px;
  }
  .table__wrapper .default-table thead tr th {
    padding-bottom: 38px;
  }
  .table__wrapper .default-table thead tr th:last-child {
    display: none;
  }
  .table__wrapper .default-table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 35px;
  }
  .table__wrapper .default-table tbody tr:last-child {
    border-bottom: none;
  }
  .table__wrapper .default-table tbody tr .country img {
    margin-top: -2px;
    margin-right: 16px;
  }
  .table__wrapper .default-table tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .table__wrapper .default-table tbody tr td .city {
    font-size: 16px;
    line-height: 20px;
  }
  .table__wrapper .default-table tbody tr td .branch-name {
    display: none;
  }
  .table__wrapper .default-table tbody tr td:first-child {
    color: #A0A0A0;
    padding-bottom: 22px;
    padding-top: 35px;
  }
  .table__wrapper .default-table tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .certificate {
    padding: 0 20px;
  }
  .certificate .block-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-top: 48px;
  }
  .certificate .certificate__wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .certificate .certificate__wrapper .certificate-block {
    padding: 40px 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-img {
    border: 9px solid #F8F8F8;
    width: 100px;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-wrap .certificate-branch {
    margin-top: 0;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-wrap .certificate-title {
    margin-top: 0;
  }

  .dorco-word__wrapper {
    padding: 0 20px;
  }
  .dorco-word__wrapper h1 {
    padding-top: 58px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .dorco-word__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dorco-word__content img {
    display: none;
  }
  .dorco-word__content .content-block {
    margin-bottom: 34px;
  }
  .dorco-word__content .content-block h1 {
    margin-bottom: 34px;
  }

  .collapse_text-block {
    display: flex;
    margin-bottom: 15px;
  }

  .inform-block__left {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .inform-block__left .text-block {
    order: 0;
    margin-bottom: 30px;
  }
  .inform-block__left .image-block {
    left: 0 !important;
    order: 1;
    bottom: -4px;
    width: 100%;
  }
  .inform-block__left .image-block img {
    position: relative;
    width: 100%;
    left: 0 !important;
    max-width: 320px;
    margin: 0 auto;
  }
  .inform-block__right {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .inform-block__right .text-block {
    order: 0;
    margin-bottom: 30px;
  }
  .inform-block__right .image-block {
    left: 0 !important;
    order: 1;
    bottom: -4px;
    width: 100%;
  }
  .inform-block__right .image-block img {
    position: relative;
    width: 100%;
    left: 0 !important;
    max-width: 320px;
    margin: 0 auto;
  }
  .inform-block__center .image-block {
    padding-bottom: 40px;
  }
  .inform-block__bg {
    background-image: none !important;
  }
  .inform-block__bg .inform-block__wrapper {
    padding: 0 !important;
  }
  .inform-block__bg .image-block {
    opacity: 1 !important;
    padding-bottom: 40px;
  }
  .inform-block__bg .text-block {
    padding: 34px 20px 0 20px;
  }
  .inform-block__history {
    background-size: cover;
    min-height: 320px;
    background-position-x: 60%;
  }
  .inform-block__history .image-block {
    display: none;
  }
  .inform-block__bg-bottom .image-block {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .inform-block__wrapper {
    padding: 34px 20px 0 20px;
    flex-direction: column;
  }
  .inform-block__wrapper .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .inform-block__wrapper .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .inform-block__wrapper .text-block a {
    margin-top: 14px;
  }
  .inform-block__wrapper .text-block .btn {
    display: none;
  }
  .inform-block__wrapper .text-block .m-btn {
    display: flex;
  }

  .inform-block__left.inform-block__bg .image-block {
    order: 1 !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inform-block__left.inform-block__bg .text-block {
    order: 0 !important;
  }

  .inform-block__right.inform-block__bg .image-block {
    margin-left: auto;
  }

  .bg-position-reset .image-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .our-tech-banner {
    background-size: 300px;
    background-position-x: 70px;
    background-position-y: 285px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .our-tech-banner__wrapper {
    padding: 58px 20px 0 20px;
  }
  .our-tech-banner__wrapper .our-tech_block {
    flex-direction: column;
  }
  .our-tech-banner__wrapper .our-tech_block h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 300px;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle span {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block .img-block {
    order: 1;
    width: 100%;
    height: 190px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block {
    order: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h4 {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .text-block {
    margin-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block {
    margin-left: 0;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  .detail-block .block-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .detail-block_content {
    flex-direction: column;
    padding: 0 20px;
    padding-bottom: 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .detail-block_content .text-block {
    padding: 0;
  }
  .detail-block_content .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .detail-block_content .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .detail-block_content .image-block {
    width: 100%;
    right: 0;
  }
  .detail-block_content .image-block img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nothing2hide-header {
    padding: 0 20px;
  }
  .nothing2hide-header h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 48px;
    margin-bottom: 30px;
  }
  .nothing2hide-header h2 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 41px;
  }
  .nothing2hide-header h2 span {
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .nothing2hide-header h2 div:last-child {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 0;
  }

  .nothing2hide-videoblock {
    background-size: cover !important;
    margin-bottom: 50px;
  }
  .nothing2hide-videoblock__content {
    height: 360px;
    padding: 0;
    justify-content: flex-end;
  }
  .nothing2hide-videoblock__content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 70px;
  }
  .nothing2hide-videoblock__content p {
    display: none;
  }
  .nothing2hide-videoblock__content .play-btn {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-videoblock__content .play-btn img {
    width: 35%;
  }

  .nothing2hide-block__wrapper {
    padding: 0;
  }
  .nothing2hide-block__wrapper .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 34px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .nothing2hide-block__wrapper .block-subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-img {
    width: 320px;
    height: 320px;
  }
  .nothing2hide-block__wrapper .content-img img {
    width: 320px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nothing2hide-block__wrapper .content-video {
    overflow-x: scroll;
  }
  .nothing2hide-block__wrapper .content-video::-webkit-scrollbar {
    display: none;
  }
  .nothing2hide-block__wrapper .content-video__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 665px;
  }
  .nothing2hide-block__wrapper .content-info {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card {
    margin: 0 auto;
    margin-top: 38px;
    padding-bottom: 32px;
    width: 280px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
  }
  .nothing2hide-block__wrapper .content-info .pers-card img {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content {
    text-align: left;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .title {
    font-size: 11px;
    line-height: 18px;
    margin-top: 0;
    letter-spacing: 0.25em;
    color: #414141;
    opacity: 0.5;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .name {
    font-size: 16px;
    line-height: 30px;
    margin-top: 13px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta {
    font-size: 14px;
    line-height: 25px;
    justify-content: flex-start;
    margin-top: 4px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta img {
    width: 16px;
    height: 16px;
  }
  .nothing2hide-block__wrapper .content-blog {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 50px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding-top: 0;
    border-top-width: 0;
  }
  .nothing2hide-block__wrapper .content-blog .text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    order: 1;
  }
  .nothing2hide-block__wrapper .content-blog .text img {
    display: none;
  }
  .nothing2hide-block__wrapper .content-blog .photos {
    width: 320px;
    height: 268px;
    margin-bottom: 80px;
  }
  .nothing2hide-block__wrapper .content-blog .photos .base, .nothing2hide-block__wrapper .content-blog .photos .back {
    position: relative;
    top: 0;
    max-width: 320px;
    max-height: 268px;
  }
  .nothing2hide-block__wrapper .content-blog .slick-dotted.slick-slider .slick-dots {
    bottom: -50px;
  }

  .where2buy-head {
    padding: 46px 20px 30px;
  }
  .where2buy-head .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  .where2buy-head .text {
    padding-top: 26px;
  }

  .where-to-buy__wrapper {
    padding: 0 20px;
    padding-bottom: 50px;
  }
  .where-to-buy__wrapper .title {
    margin: 50px 0;
  }
  .where-to-buy_card {
    width: 280px;
    height: 260px;
    padding: 30px;
    margin-right: 0;
  }
  .where-to-buy_card .card-img {
    height: 100px;
  }
  .where-to-buy_card .card-text {
    bottom: 30px;
  }
  .where-to-buy_card .card-text .card-title {
    font-size: 20px;
  }

  .dorco-timeline {
    display: none;
  }

  .error-404 .container a.logo, .error-500 .container a.logo {
    top: 20px;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
  .error-404 .container .btn, .error-500 .container .btn {
    margin-top: 45px;
  }
  .error-404 .error-code, .error-500 .error-code {
    font-size: 120px;
    line-height: 127px;
  }
  .error-404 .error-code:after, .error-500 .error-code:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    background-color: #005eb8;
  }
  .error-404 .error-text, .error-500 .error-text {
    margin-top: 13px;
    font-size: 24px;
  }
  .error-404 .error-descr, .error-500 .error-descr {
    margin-top: 16px;
    font-size: 14px;
    max-width: 280px;
  }

  .error-404 .error-img {
    display: none;
  }
  .error-404:after {
    content: url(/css/../img/404-320.png);
  }

  .error-500 .error-img {
    display: none;
  }
  .error-500 .error-code:after {
    width: 66px;
    background-color: #414141;
  }
  .error-500:after {
    margin-left: -7px;
    content: url(/css/../img/500-320.png);
  }

  .nothing2hide-banner {
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 60%;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    order: -2;
  }
  .nothing2hide-banner div {
    margin-bottom: 35px;
    display: block;
  }
  .nothing2hide-banner span {
    display: none;
  }

  .article-block__wrapper {
    flex-direction: column;
    margin: 0px auto;
    padding: 34px 20px 0 20px;
  }
  .article-block__img {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    margin-top: 30px;
    max-height: 311px;
    margin: 0px auto;
    margin-top: 30px;
    overflow: hidden;
    order: 1;
  }
  .article-block__img img {
    position: relative;
    width: 100%;
    max-width: 375px;
    left: 0 !important;
  }
  .article-block__content {
    padding: 0px;
    max-width: 430px;
    margin: 0 auto;
  }
  .article-block__content .title, .article-block__content p {
    margin-bottom: 25px;
  }
  .article-block__content .title {
    font-size: 20px;
    line-height: 30px;
  }
  .article-block__content p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 321px) and (max-width: 576px) {
  .m-slider .btn {
    display: flex;
    justify-content: center;
  }

  .container {
    max-width: 576px;
  }

  .razors .container, .another-articles .container, .nothing2hide .container, .feedback .container, .where2buy .container, .page-content .container, .item-features .container {
    max-width: 320px;
  }

  .header {
    height: 60px;
    padding: 0px;
  }
  .header-wrap {
    justify-content: center;
    height: 60px;
  }
  .header-logo {
    order: 1;
  }
  .header-logo a {
    width: 102px;
    height: 20px;
  }
  .header-logo a img {
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: absolute;
    left: 20px;
  }
  .header-menu ul {
    display: none;
  }
  .header-menu_burger {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
  }
  .header-menu_burger:hover {
    background-color: #fff;
    fill: #000;
    border: none;
  }
  .header-menu_burger:hover .burger-img:before, .header-menu_burger:hover .burger-img:after, .header-menu_burger:hover .burger-img div {
    background-color: #000;
  }
  .header-search {
    display: none;
  }
  .header-search-mobile {
    display: block;
    order: 2;
    position: absolute;
    right: 20px;
  }
  .header-search-mobile .btn-o {
    padding: 5px 10px;
  }

  .slider {
    height: 482px;
    -webkit-animation: none;
    animation: none;
  }
  .slider .slide-content {
    display: none;
  }
  .slider .m-slider {
    display: block;
    position: absolute;
    top: 222px;
    z-index: 3;
  }
  .slider .m-slider .btn:hover {
    background-color: transparent;
  }

  .slider-control {
    display: none;
  }

  .slider-dots {
    bottom: 30px;
  }
  .slider-dots_item:hover {
    background-color: transparent;
  }

  .slide {
    padding: 0;
    height: 482px;
    z-index: -1;
  }
  .slide-content {
    width: 100%;
  }
  .slide-img {
    width: 100%;
    height: 222px;
    position: relative;
    z-index: 1;
  }
  .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 37% 0;
    object-position: 37% 0;
  }
  .slide-content {
    padding: 20px;
    height: 260px;
  }
  .slide-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .slide-text {
    display: none;
  }
  .slide-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
  }
  .slide-btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .slide-btn__green {
    border: 1px solid rgba(25, 25, 25, 0.25);
  }

  .features {
    margin-top: 35px;
  }
  .features h1 {
    font-size: 38px;
  }
  .features .block-title {
    font-size: 20px;
    line-height: 35px;
    margin-top: 0;
  }
  .features-selector {
    flex-direction: column;
    padding: 0;
  }
  .features-img {
    margin-left: 0;
    width: 320px;
    height: 260px;
    display: none;
  }
  .features-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .features-slider .features-img {
    display: block;
  }
  .features-buttons {
    width: 280px;
    height: 240px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .features-buttons .slick-dots {
    bottom: -7px;
  }
  .features .button-img {
    margin-bottom: 22.5px;
    margin-top: 20px;
  }
  .features .button-block {
    padding: 0 25px;
    height: 250px;
  }
  .features .button-block:after {
    display: none;
  }
  .features .button-block:before {
    display: none;
  }
  .features .button-block:hover .button-block__wrapper {
    box-shadow: none;
  }
  .features .button-block:hover .button-block__wrapper .button-link {
    display: none;
  }
  .features .button-text {
    width: 270px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .features .button-descr {
    display: block;
    opacity: 1;
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 250px;
    color: #a0a0a0;
  }
  .features-products {
    margin-bottom: 0;
  }
  .features-products a {
    display: block;
    margin-bottom: 10px;
  }
  .features-products a:last-child {
    margin-bottom: 30px;
  }
  .features-product {
    height: 160px;
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
  .features-product-title {
    font-size: 24px;
    line-height: 30px;
  }
  .features-product-img {
    width: 100%;
    height: 100%;
  }
  .features-product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 67%;
    object-position: 0 67%;
    margin-top: 0;
  }
  .features-product .btn {
    display: none;
  }
  .features-product .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    padding: 0;
  }
  .features-product .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .razors {
    background-position: 50% 85% !important;
    background-size: 100% !important;
  }
  .razors-wrapper {
    padding: 28px 20px 40px;
  }
  .razors-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    width: 280px;
    text-align: center;
    margin-bottom: 37px;
  }
  .razors-wrapper .btn {
    margin-top: 70px;
    width: 100%;
  }
  .razors-wrapper .slick-dots {
    filter: invert(1);
    bottom: -53px;
  }

  .product-block {
    padding: 20px 30px 33px 30px;
    height: 400px;
    width: 280px;
    background-image: none !important;
    margin-right: 0 !important;
  }
  .product-block .product-block__title {
    margin-bottom: 20px;
  }
  .product-block .product-block__img {
    height: 175px;
  }
  .product-block .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-block .product-block__img-big {
    display: none;
  }
  .product-block__title {
    margin-bottom: 46px;
  }
  .product-block__title {
    font-size: 20px;
  }
  .product-block__descr {
    font-size: 12px;
  }
  .product-block__subtitle {
    display: none;
  }
  .product-block__img {
    display: block;
    height: 140px;
    width: 210px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .product-block__img img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    margin: 0 auto;
  }
  .product-block__descr-elem .descr-elem__text {
    max-width: 190px;
    font-size: 11px;
  }

  .nothing2hide-wrapper {
    padding: 38px 20px 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .nothing2hide-wrapper .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    order: -1;
    margin-bottom: 20px;
  }
  .nothing2hide-wrapper .subtitle {
    font-size: 14px;
    line-height: 20px;
    width: 280px;
    order: -1;
    margin-bottom: 35px;
  }
  .nothing2hide-wrapper .btn {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .nothing2hide-content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .nothing2hide-content__block {
    width: 280px;
    height: 100%;
    padding: 0;
  }
  .nothing2hide-content__block:first-child:after {
    width: 100%;
    height: 1px;
    top: -39px;
    left: 0;
  }
  .nothing2hide-content__block .block-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .nothing2hide-content__block .block-img img {
    width: 100%;
  }
  .nothing2hide-content__block .block-category {
    font-size: 11px;
  }
  .nothing2hide-content__block .block-short_title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .nothing2hide-content__block:first-child {
    order: 1;
  }
  .nothing2hide-content__block:last-child {
    display: none;
  }
  .nothing2hide-content__block .big-block {
    display: none;
  }
  .nothing2hide-content__collection {
    height: 175px;
    width: 280px;
  }
  .nothing2hide-content__collection .small-block {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .nothing2hide-content__collection .small-block img {
    width: 100%;
    height: 100%;
  }
  .nothing2hide-content__collection .small-block:first-child:after {
    right: -40px;
    top: 0;
    height: 100px;
  }

  .feedback {
    background-position: 10% 25%;
  }
  .feedback-wrapper {
    padding: 35px 20px 40px 20px;
  }
  .feedback-wrapper .title {
    width: 280px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .feedback .slick-dots {
    bottom: -53px;
  }
  .feedback-slider__card {
    padding: 27px 30px 20px 30px;
    width: 280px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .feedback-slider__card .feedback-rating {
    margin-bottom: 10px;
  }
  .feedback-slider__card .razor-model {
    margin-bottom: 25px;
  }
  .feedback-slider__card .feedback-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
  }

  .video {
    height: 360px;
    background-position: 50%;
  }
  .video-wrapper {
    padding: 253px 20px 37px;
  }
  .video-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .video-wrapper .subtitle {
    display: none;
  }
  .video-wrapper .play-btn {
    width: 80px;
    height: 80px;
  }
  .video-wrapper .play-btn img {
    width: 24px;
  }

  .articles-wrapper {
    display: flex;
    flex-direction: column;
  }
  .articles-wrapper .article {
    padding: 28px 20px 30px;
    width: 100%;
    height: 240px;
    background-size: cover;
  }
  .articles-wrapper .article:first-child {
    background-position: 130% 85px;
  }
  .articles-wrapper .article-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .articles-wrapper .article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: auto;
  }
  .articles-wrapper .article-descr {
    display: none;
  }
  .articles-wrapper .article .btn {
    display: none;
  }
  .articles-wrapper .article .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    padding: 0;
  }
  .articles-wrapper .article .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .where2buy {
    background-position: 50% 100%;
    background-size: 180%;
  }
  .where2buy-wrapper {
    padding: 35px 20px;
    height: 500px;
    overflow: hidden;
  }
  .where2buy-wrapper .title-img {
    background-image: none !important;
  }
  .where2buy-wrapper .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .where2buy-wrapper .title:after {
    display: none;
  }
  .where2buy-wrapper .descr {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 33px;
    width: 280px;
    text-align: center;
  }
  .where2buy-wrapper .btn {
    width: 280px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .where2buy-wrapper .where2buy-img {
    display: block;
    width: 218px;
    margin: 0 auto;
  }
  .where2buy-wrapper .where2buy-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer:after {
    display: none;
  }
  .footer:before {
    display: none;
  }
  .footer-wrapper {
    padding: 0;
    max-width: 320px;
  }
  .footer-wrapper .social-block {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .footer-wrapper .social-block__buttons span {
    display: none;
  }
  .footer-wrapper .social-block__buttons .social-btn img {
    display: flex;
  }
  .footer-wrapper .social-block a.btn {
    display: none;
  }
  .footer-wrapper img {
    display: none;
  }
  .footer-wrapper a {
    display: none;
  }
  .footer-wrapper .menu-block {
    display: none;
  }
  .footer-wrapper .copyright-block {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-wrapper .copyright-block span {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 34px 0;
  }
  .footer-wrapper .copyright-block span:before {
    content: "";
    display: flex;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    left: 0;
  }
  .footer-wrapper .copyright-block__links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-wrapper .copyright-block__links a {
    display: flex;
    padding: 14px 0 !important;
    position: relative;
    justify-content: center;
  }
  .footer-wrapper .copyright-block__links a:before {
    content: "";
    display: flex;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    left: 0;
  }
  .footer-wrapper .copyright-block__links a:nth-child(2) {
    padding: 0;
  }

  .articles-wrapper .article-title {
    max-width: 190px;
  }

  .articles-wrapper .article-big .article-bg {
    top: 0;
  }
  .articles-wrapper .article-big .article-bg img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    right: -20px;
    top: 75px;
    position: relative;
  }

  .razors-wrapper.white-dots .slick-dots {
    filter: invert(0);
  }

  .razors-wrapper.white-dots .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img {
    height: 160px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .catalog-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-position-x: 55% !important;
    background-position-y: 100%;
  }
  .catalog-banner__wrapper {
    padding: 38px 20px 47px;
  }
  .catalog-banner__wrapper h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .title {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .subtitle {
    display: none;
  }

  .m-catalog-banner {
    padding: 65px 20px 20px;
  }

  .article-banner {
    width: 100%;
    height: 240px;
    margin-top: 40px;
  }
  .article-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 30px;
    background-size: cover;
  }
  .article-banner:first-child {
    background-position: 130% 85px;
  }
  .article-banner-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .article-banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: 240px;
  }
  .article-banner-descr {
    display: none;
  }
  .article-banner .btn {
    display: none;
  }
  .article-banner .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    border: 1px solid #CFCFCF;
    padding: 0;
  }
  .article-banner .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .article-banner.bg_white {
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 65px;
  }

  .footer {
    height: auto;
  }

  .bread-crumbs {
    top: 26px;
  }

  .catalog-banner.about-page {
    height: 450px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper {
    padding-top: 68px;
    background: rgb(241, 241, 241);
    background: linear-gradient(180deg, rgb(241, 241, 241) 64%, rgba(255, 255, 255, 0) 100%);
  }
  .catalog-banner.about-page .catalog-banner__wrapper h1 {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .title {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .subtitle {
    display: none;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .m-subtitle {
    display: block;
    width: 270px;
  }

  .page-content__wrapper {
    padding: 0;
    position: relative;
    flex-direction: column;
  }
  .page-content__wrapper .side-menu {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    max-height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
    background-color: #fff;
    z-index: 100;
    transition: all 0.3s ease;
  }
  .page-content__wrapper .side-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 20px;
    background-color: #414141;
    width: 1px;
    height: 15px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 10px;
    background-color: #414141;
    width: 1px;
    height: 15px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu ul {
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .page-content__wrapper .side-menu ul:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .side-menu ul a {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  }
  .page-content__wrapper .side-menu ul.active {
    margin-bottom: 40px;
    opacity: 1;
    height: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
  }
  .page-content__wrapper .side-menu ul.active a {
    color: #005eb8 !important;
  }
  .page-content__wrapper .side-menu-show {
    overflow: none;
    height: auto;
    max-height: 500px;
    transition: all 0.3s ease;
  }
  .page-content__wrapper .side-menu-show ul {
    opacity: 1;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 40px;
  }
  .page-content__wrapper .side-menu-show:before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu-show:after {
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .content-block .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  .page-content__wrapper .content-block .razors-content .product-block {
    margin-right: 0;
    margin-bottom: 10px;
    height: 400px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img {
    height: 170px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .content-block .razors-content .product-block__descr {
    position: relative;
    top: -15px;
  }
  .page-content__wrapper .accord-content {
    width: 100%;
    padding-bottom: 0;
  }
  .page-content__wrapper .accord-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: -70px;
    padding-top: 100px;
    margin-bottom: 35px;
  }
  .page-content__wrapper .accord-content .accord-block {
    padding: 30px 0;
    padding-right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content {
    padding: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content img {
    height: 185px;
  }
  .page-content__wrapper .accord-content .accord-block_content .title {
    font-size: 16px;
    line-height: 25px;
    margin: 33px 0 17px;
  }
  .page-content__wrapper .accord-content .accord-block_content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content__wrapper .accord-content .accord-block_title {
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .number {
    width: auto;
    padding-left: 0;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title {
    max-width: 200px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:after {
    width: 15px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:before {
    height: 15px;
  }

  .active-accord {
    box-shadow: none;
  }

  .bg_mud-blue {
    background-position-x: 100%;
    background-size: 70%;
    background-position-y: 100%;
  }

  .bg_mud-blue2 {
    background-position-x: 100%;
    background-size: 200px;
    background-position-y: 100px;
  }

  .item-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-banner .container {
    height: 100%;
  }
  .item-banner-wrapper {
    padding: 20px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
    min-height: 660px;
  }
  .item-banner-wrapper .item-banner__img {
    order: 1;
    position: absolute;
    bottom: 0;
    max-height: 265px;
    max-width: 400px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .item-banner-wrapper .item-banner__content {
    position: unset;
  }
  .item-banner-wrapper .item-banner__content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 58px;
    margin-bottom: 30px;
  }
  .item-banner-wrapper .item-banner__content .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .descr {
    flex-direction: column;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem__text {
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .btn.btn_white {
    width: 90%;
    max-width: 300px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    display: block;
  }

  .item-features .block-title {
    margin-top: 35px;
    font-size: 24px;
    line-height: 30px;
  }
  .item-features__wrapper {
    padding: 20px;
  }
  .item-features__wrapper .item-features__img {
    display: none;
  }
  .item-features__wrapper .img-plus {
    display: none;
  }
  .item-features__wrapper .item-features__buttons {
    width: 100%;
    height: 100%;
  }
  .item-features__wrapper .button-block {
    height: 100px;
    border-bottom: 1px solid #efefef;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 0;
  }
  .item-features__wrapper .button-block .descr-plus {
    display: block;
  }
  .item-features__wrapper .button-block:last-child {
    border: none;
  }
  .item-features__wrapper .button-block:after, .item-features__wrapper .button-block:before {
    display: none !important;
  }
  .item-features__wrapper .button-block .button-block__wrapper {
    flex-direction: row;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-features__wrapper .button-block .button-block__wrapper .accord-btn {
    display: block;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    right: -20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #414141;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #414141;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-img {
    margin-top: 0;
    margin-right: 20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-text {
    font-size: 14px;
    line-height: 20px;
    width: 140px;
    text-align: left;
    margin-top: 0;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-descr {
    display: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-shadow: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-descr {
    opacity: 0;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-link {
    opacity: 0;
    display: none;
  }

  .bg-light-grey, .bg_grey01 {
    background-position-x: 70% !important;
  }

  .bg_grey02 {
    background-size: 100% !important;
    background-position-y: 150px !important;
    background-position-x: -38px !important;
  }

  .info-block {
    align-items: flex-start;
    min-height: 360px;
    height: auto;
    background-position: 0;
    background-size: cover;
    background-position-x: 70%;
  }
  .info-block .container {
    height: 100%;
  }
  .info-block__wrapper {
    padding: 34px 20px;
    height: 100%;
  }
  .info-block__wrapper .btn {
    display: none;
  }
  .info-block__wrapper .m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    margin-top: 0;
    padding: 0;
    bottom: 0;
  }
  .info-block__content {
    width: 280px;
    position: relative;
    height: 100%;
  }
  .info-block__content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .info-block__content .subtitle {
    font-size: 14px;
  }
  .info-block:first-child {
    background-size: 100%;
  }

  .info-block-invert .info-block__wrapper {
    flex-direction: row;
  }

  .news-card {
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-card .news-card__img {
    width: 100%;
    height: 100%;
    margin-bottom: 27px;
  }
  .news-card .news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news-card .news-card__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .news-card_big .news-card__subtitle {
    display: none;
  }
  .news-card_big .news-card__img {
    margin-bottom: 27px;
    width: 100%;
  }
  .news-card_big .news-card__img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content, .news__wrapper .goods-content {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -moz-column-count: 1;
    column-count: 1;
  }
  .news__wrapper .goods-content {
    margin-top: 30px;
  }

  .pagination {
    padding: 40px 0;
  }
  .pagination .pages li {
    display: none;
  }
  .pagination .pages li:first-child {
    display: flex;
  }
  .pagination .pages li:nth-child(6) {
    display: flex;
  }
  .pagination .pages li:nth-child(7) {
    display: flex;
  }

  .page-menu {
    background-color: #f4f4f4;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
    overflow-x: scroll;
  }
  .page-menu__wrapper::-webkit-scrollbar {
    height: 0;
  }
  .page-menu__wrapper ul {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .article-event {
    background-image: none !important;
    border-bottom: none;
  }
  .article-event__wrapper {
    padding: 0;
  }
  .article-event_banner {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .article-event_banner .bread-crumbs {
    padding: 0 20px;
    width: auto;
  }
  .article-event_banner .bread-crumbs a {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2) {
    display: flex;
    padding-left: 12px;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):after {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):before {
    content: "<";
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 12px;
    height: 10px;
    width: 10px;
  }
  .article-event_banner h1 {
    padding: 59px 20px 0 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    order: 0;
  }
  .article-event_banner .article-event_img {
    display: block;
    width: 100%;
    margin-top: 34px;
    order: 2;
  }
  .article-event_banner .article-event_img img {
    width: 100%;
  }
  .article-event_banner .subtitle {
    order: 4;
    padding: 0 20px;
    margin-top: 43px;
  }
  .article-event_banner .article-event_date {
    position: relative;
    bottom: 0;
    order: 1;
    padding: 0 20px;
    margin-top: 24px;
  }

  .article-content {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .article-content ul {
    font-size: 20px;
    line-height: 30px;
  }
  .article-content ul li {
    border-bottom: 1px solid #efefef;
  }
  .article-content ul li span {
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
  }

  .another-articles {
    padding-top: 35px;
  }
  .another-articles .block-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .another-articles__wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .another-articles_card {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    width: 280px;
  }
  .another-articles_card__img {
    width: 100%;
  }
  .another-articles_card__img img {
    width: 100%;
  }
  .another-articles_card__date {
    font-size: 12px;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 0;
  }
  .another-articles_card__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
  }
  .another-articles .slick-dots {
    bottom: 15px;
    left: 0;
  }

  .search-list {
    margin-top: 30px;
  }
  .search-list__wrapper {
    padding: 0;
  }
  .search-list__wrapper .dataTables_wrapper .dataTables_filter input {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
  }
  .search-list__wrapper .search-table.dataTable thead {
    display: none;
  }
  .search-list__wrapper .search-table.dataTable tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 20px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:first-child {
    color: #A0A0A0;
    padding-bottom: 0;
    padding-top: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts__wrapper {
    padding: 0 20px;
  }
  .contacts__wrapper h3 {
    font-size: 20px;
    margin-top: 35px;
  }
  .contacts__wrapper h3 a {
    color: #005EB8;
  }
  .contacts__wrapper .feedback-form {
    margin-top: 47px;
  }
  .contacts__wrapper .feedback-form button {
    margin: 70px auto 50px;
  }
  .contacts__wrapper .feedback-form .input-block {
    width: 100%;
    margin-bottom: 35px;
  }
  .contacts__wrapper .feedback-form .input-block input {
    font-size: 16px;
  }
  .contacts__wrapper .feedback-form .input-block_long {
    margin-top: 0;
  }

  .privacy {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .privacy h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 27px;
  }
  .privacy span {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy .approve .privacy-approve {
    padding: 25px 0;
    margin-left: 0;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacy .approve .privacy-approve:before {
    left: 0;
  }

  .table__wrapper {
    padding: 0px 20px;
  }
  .table__wrapper .default-table thead tr th {
    padding-bottom: 38px;
  }
  .table__wrapper .default-table thead tr th:last-child {
    display: none;
  }
  .table__wrapper .default-table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 35px;
  }
  .table__wrapper .default-table tbody tr:last-child {
    border-bottom: none;
  }
  .table__wrapper .default-table tbody tr .country img {
    margin-top: -2px;
    margin-right: 16px;
  }
  .table__wrapper .default-table tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .table__wrapper .default-table tbody tr td .city {
    font-size: 16px;
    line-height: 20px;
  }
  .table__wrapper .default-table tbody tr td .branch-name {
    display: none;
  }
  .table__wrapper .default-table tbody tr td:first-child {
    color: #A0A0A0;
    padding-bottom: 22px;
    padding-top: 35px;
  }
  .table__wrapper .default-table tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .certificate {
    padding: 0 20px;
  }
  .certificate .block-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-top: 48px;
  }
  .certificate .certificate__wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .certificate .certificate__wrapper .certificate-block {
    padding: 40px 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-img {
    border: 9px solid #F8F8F8;
    width: 100px;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-wrap .certificate-branch {
    margin-top: 0;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-wrap .certificate-title {
    margin-top: 0;
  }

  .dorco-word__wrapper {
    padding: 0 20px 54px;
  }
  .dorco-word__wrapper h1 {
    padding-top: 58px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .dorco-word__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dorco-word__content img {
    display: none;
  }
  .dorco-word__content .content-block {
    margin-bottom: 34px;
  }
  .dorco-word__content .content-block h1 {
    margin-bottom: 34px;
  }

  .collapse_text-block {
    display: flex;
    margin-bottom: 15px;
  }

  .inform-block__left {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .inform-block__left .text-block {
    order: 0;
    margin-bottom: 30px;
  }
  .inform-block__left .image-block {
    left: 0 !important;
    order: 1;
    bottom: -4px;
    width: 100%;
  }
  .inform-block__left .image-block img {
    position: relative;
    width: 100%;
    left: 0 !important;
    max-width: 375px;
    margin: 0 auto;
  }
  .inform-block__right {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .inform-block__right .text-block {
    order: 0;
    margin-bottom: 30px;
  }
  .inform-block__right .image-block {
    left: 0 !important;
    order: 1;
    bottom: -4px;
    width: 100%;
  }
  .inform-block__right .image-block img {
    position: relative;
    width: 100%;
    left: 0 !important;
    max-width: 375px;
    margin: 0 auto;
  }
  .inform-block__center .image-block {
    padding-bottom: 40px;
  }
  .inform-block__bg {
    background-image: none !important;
  }
  .inform-block__bg .inform-block__wrapper {
    padding: 0 !important;
    max-width: 100%;
  }
  .inform-block__bg .inform-block__wrapper .image-block {
    opacity: 1 !important;
    padding-bottom: 40px;
    min-width: 320px;
    width: auto;
  }
  .inform-block__bg .inform-block__wrapper .image-block img {
    max-width: 375px;
  }
  .inform-block__bg .inform-block__wrapper .text-block {
    padding: 34px 20px 0 20px;
    max-width: 375px;
  }
  .inform-block__history {
    background-size: cover;
    min-height: 320px;
    background-position-x: 60%;
  }
  .inform-block__history .image-block {
    display: none;
  }
  .inform-block__bg-bottom .image-block {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-right: auto;
  }
  .inform-block__wrapper {
    padding: 34px 20px 0 20px;
    flex-direction: column;
    margin: 0 auto;
  }
  .inform-block__wrapper .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .inform-block__wrapper .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .inform-block__wrapper .text-block a {
    margin-top: 14px;
  }
  .inform-block__wrapper .text-block .btn {
    display: none;
  }
  .inform-block__wrapper .text-block .m-btn {
    display: flex;
  }

  .inform-block__left.inform-block__bg .image-block {
    order: 1 !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inform-block__left.inform-block__bg .text-block {
    order: 0 !important;
  }

  .inform-block__right.inform-block__bg .image-block {
    margin-left: auto;
  }

  .bg-position-reset .image-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: auto;
  }

  .our-tech-banner {
    background-size: 300px;
    background-position-x: 170%;
    background-position-y: 250px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .our-tech-banner__wrapper {
    padding: 58px 20px 0 20px;
  }
  .our-tech-banner__wrapper .our-tech_block {
    flex-direction: column;
  }
  .our-tech-banner__wrapper .our-tech_block h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 300px;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle span {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block .img-block {
    order: 1;
    width: 100%;
    height: 190px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block {
    order: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h4 {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .text-block {
    margin-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block {
    margin-left: 0;
    height: 250px;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .detail-block .block-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .detail-block_content {
    flex-direction: column;
    padding: 0 20px;
    padding-bottom: 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .detail-block_content .text-block {
    padding: 0;
  }
  .detail-block_content .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .detail-block_content .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .detail-block_content .image-block {
    width: 100%;
    max-width: 415px;
    right: 0;
  }
  .detail-block_content .image-block img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nothing2hide-header {
    padding: 0 20px;
  }
  .nothing2hide-header h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 48px;
    margin-bottom: 30px;
  }
  .nothing2hide-header h2 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 41px;
  }
  .nothing2hide-header h2 span {
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .nothing2hide-header h2 div:last-child {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 0;
  }

  .nothing2hide-videoblock {
    background-size: cover !important;
    margin-bottom: 50px;
  }
  .nothing2hide-videoblock__content {
    height: 360px;
    padding: 0;
    justify-content: flex-end;
  }
  .nothing2hide-videoblock__content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .nothing2hide-videoblock__content p {
    display: none;
  }
  .nothing2hide-videoblock__content .play-btn {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-videoblock__content .play-btn img {
    width: 35%;
  }

  .nothing2hide-block__wrapper {
    padding: 0;
  }
  .nothing2hide-block__wrapper .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 34px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .nothing2hide-block__wrapper .block-subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-img {
    width: 100%;
    height: 320px;
    margin: 0 auto;
  }
  .nothing2hide-block__wrapper .content-img img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nothing2hide-block__wrapper .content-video {
    overflow-x: scroll;
  }
  .nothing2hide-block__wrapper .content-video::-webkit-scrollbar {
    display: none;
  }
  .nothing2hide-block__wrapper .content-video__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 665px;
  }
  .nothing2hide-block__wrapper .content-info {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-info .product-block {
    margin: 0 auto !important;
  }
  .nothing2hide-block__wrapper .content-info .pers-card {
    margin: 0 auto;
    margin-top: 38px;
    padding-bottom: 32px;
    width: 320px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
  }
  .nothing2hide-block__wrapper .content-info .pers-card img {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content {
    text-align: left;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .title {
    font-size: 11px;
    line-height: 18px;
    margin-top: 0;
    letter-spacing: 0.25em;
    color: #414141;
    opacity: 0.5;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .name {
    font-size: 16px;
    line-height: 30px;
    margin-top: 13px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta {
    font-size: 14px;
    line-height: 25px;
    justify-content: flex-start;
    margin-top: 4px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta img {
    width: 16px;
    height: 16px;
  }
  .nothing2hide-block__wrapper .content-blog {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 50px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding-top: 0;
    border-top-width: 0;
  }
  .nothing2hide-block__wrapper .content-blog .text {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 320px;
    order: 1;
  }
  .nothing2hide-block__wrapper .content-blog .text img {
    display: none;
  }
  .nothing2hide-block__wrapper .content-blog .photos {
    width: 320px;
    height: 268px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .nothing2hide-block__wrapper .content-blog .photos .base, .nothing2hide-block__wrapper .content-blog .photos .back {
    position: relative;
    top: 0;
    max-width: 320px;
    max-height: 268px;
  }
  .nothing2hide-block__wrapper .content-blog .slick-dotted.slick-slider .slick-dots {
    bottom: -50px;
  }

  .where2buy-head {
    padding: 46px 20px 30px;
  }
  .where2buy-head .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  .where2buy-head .text {
    padding-top: 26px;
  }

  .where-to-buy__wrapper {
    padding: 0 20px;
    padding-bottom: 50px;
  }
  .where-to-buy__wrapper .title {
    margin: 50px 0;
  }
  .where-to-buy_card {
    width: 280px;
    height: 260px;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 7px;
  }
  .where-to-buy_card .card-img {
    height: 100px;
  }
  .where-to-buy_card .card-text {
    bottom: 30px;
  }
  .where-to-buy_card .card-text .card-title {
    font-size: 20px;
  }

  .dorco-timeline {
    display: none;
  }

  .error-404 .container a.logo, .error-500 .container a.logo {
    top: 20px;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
  .error-404 .container .btn, .error-500 .container .btn {
    margin-top: 45px;
  }
  .error-404 .error-code, .error-500 .error-code {
    font-size: 120px;
    line-height: 127px;
    position: relative;
  }
  .error-404 .error-code:after, .error-500 .error-code:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    background-color: #005eb8;
  }
  .error-404 .error-text, .error-500 .error-text {
    margin-top: 13px;
    font-size: 24px;
  }
  .error-404 .error-descr, .error-500 .error-descr {
    margin-top: 16px;
    font-size: 14px;
    max-width: 280px;
  }

  .error-404 .error-img {
    display: none;
  }
  .error-404:after {
    content: url(/css/../img/404-320.png);
  }

  .error-500 .error-img {
    display: none;
  }
  .error-500 .error-code:after {
    width: 66px;
    background-color: #414141;
  }
  .error-500:after {
    margin-left: -7px;
    content: url(/css/../img/500-320.png);
  }

  .nothing2hide-banner {
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 60%;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    order: -2;
  }
  .nothing2hide-banner div {
    margin-bottom: 35px;
    display: block;
  }
  .nothing2hide-banner span {
    display: none;
  }

  .article-block__wrapper {
    flex-direction: column;
    margin: 0px auto;
    padding: 34px 20px 0 20px;
  }
  .article-block__img {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    margin-top: 30px;
    max-height: 311px;
    margin: 0px auto;
    margin-top: 30px;
    overflow: hidden;
    order: 1;
  }
  .article-block__img img {
    position: relative;
    width: 100%;
    max-width: 375px;
    left: 0 !important;
  }
  .article-block__content {
    padding: 0px;
    max-width: 430px;
    margin: 0 auto;
  }
  .article-block__content .title, .article-block__content p {
    margin-bottom: 25px;
  }
  .article-block__content .title {
    font-size: 20px;
    line-height: 30px;
  }
  .article-block__content p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .m-slider .btn {
    display: flex;
    justify-content: center;
  }

  .container {
    max-width: 991px;
  }

  .header {
    height: 60px;
    padding: 0px;
  }
  .header-wrap {
    justify-content: center;
    height: 60px;
  }
  .header-logo {
    order: 1;
  }
  .header-logo a {
    width: 102px;
    height: 20px;
  }
  .header-logo a img {
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: absolute;
    left: 20px;
  }
  .header-menu ul {
    display: none;
  }
  .header-menu_burger {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
  }
  .header-menu_burger:hover {
    background-color: #fff;
    fill: #000;
    border: none;
  }
  .header-menu_burger:hover .burger-img:before, .header-menu_burger:hover .burger-img:after, .header-menu_burger:hover .burger-img div {
    background-color: #000;
  }
  .header-search {
    display: none;
  }
  .header-search-mobile {
    display: block;
    order: 2;
    position: absolute;
    right: 20px;
  }
  .header-search-mobile .btn-o {
    padding: 5px 10px;
  }

  .slider {
    height: 482px;
    -webkit-animation: none;
    animation: none;
  }
  .slider .slide-content {
    display: none;
  }
  .slider .m-slider {
    display: block;
    top: 222px;
    z-index: 3;
  }
  .slider .m-slider .btn:hover {
    background-color: transparent;
  }

  .slider-control {
    display: none;
  }

  .slider-dots {
    bottom: 30px;
  }
  .slider-dots_item:hover {
    background-color: transparent;
  }

  .slide {
    padding: 0;
    height: 482px;
  }
  .slide-content {
    width: 100%;
  }
  .slide-img {
    width: 100%;
    height: 222px;
    position: relative;
    z-index: 1;
  }
  .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 37% 0;
    object-position: 37% 0;
  }
  .slide-content {
    padding: 20px;
    height: 260px;
  }
  .slide-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .slide-text {
    display: none;
  }
  .slide-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .slide-btn:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .slide-btn__green {
    border: 1px solid rgba(25, 25, 25, 0.25);
  }

  .features {
    margin-top: 35px;
  }
  .features h1 {
    font-size: 55px;
  }
  .features .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 10px;
  }
  .features-selector {
    flex-direction: column;
    padding: 0;
    width: 320px;
    margin: 0 auto;
  }
  .features-img {
    margin-left: 0;
    width: 320px;
    height: 260px;
    display: none;
  }
  .features-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
  }
  .features-slider .features-img {
    display: block;
  }
  .features-buttons {
    width: 320px;
    height: 240px;
    position: relative;
    margin-bottom: 30px;
  }
  .features-buttons .slick-dots {
    bottom: -7px;
  }
  .features .button-img {
    margin-bottom: 22.5px;
    margin-top: 20px;
  }
  .features .button-block {
    padding: 0 25px;
    height: 250px;
  }
  .features .button-block:after {
    display: none;
  }
  .features .button-block:before {
    display: none;
  }
  .features .button-block:hover .button-block__wrapper {
    box-shadow: none;
  }
  .features .button-block:hover .button-block__wrapper .button-link {
    display: none;
  }
  .features .button-text {
    width: 270px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .features .button-descr {
    opacity: 1;
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    width: 250px;
    color: #a0a0a0;
  }
  .features-products {
    margin-bottom: 0;
  }
  .features-products a {
    display: block;
    margin-bottom: 10px;
  }
  .features-products a:last-child {
    margin-bottom: 30px;
  }
  .features-product {
    height: 230px;
    width: calc(100% - 40px);
    padding: 35px 40px;
  }
  .features-product-title {
    font-size: 24px;
    line-height: 30px;
  }
  .features-product-img {
    width: 100%;
    height: 100%;
  }
  .features-product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 67%;
    object-position: 0 67%;
    margin-top: 0;
  }
  .features-product .btn {
    display: none;
  }
  .features-product .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    padding: 0;
  }
  .features-product .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .razors {
    background-position: 100% 100px !important;
    background-size: 85% !important;
  }
  .razors-wrapper {
    padding: 28px 20px 40px;
  }
  .razors-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 37px;
  }
  .razors-wrapper .razors-content {
    width: 280px;
    margin: 0 auto;
  }
  .razors-wrapper .btn {
    margin-top: 70px;
    width: 320px;
  }
  .razors-wrapper .slick-dots {
    filter: invert(1);
    bottom: -53px;
  }

  .product-block {
    padding: 20px 30px 33px 30px;
    height: 400px;
    width: 280px;
    background-image: none !important;
    margin-right: 0 !important;
  }
  .product-block .product-block__title {
    margin-bottom: 20px;
  }
  .product-block .product-block__img {
    height: 175px;
  }
  .product-block .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-block .product-block__img-big {
    display: none;
  }
  .product-block__title {
    margin-bottom: 46px;
  }
  .product-block__title {
    font-size: 20px;
  }
  .product-block__descr {
    font-size: 12px;
  }
  .product-block__subtitle {
    display: none;
  }
  .product-block__img {
    display: block;
    height: 140px;
    width: 210px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .product-block__img img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    margin: 0 auto;
  }
  .product-block__descr-elem .descr-elem__text {
    max-width: 190px;
    font-size: 11px;
  }

  .nothing2hide-wrapper {
    padding: 38px 20px 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .nothing2hide-wrapper .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    order: -1;
    margin-bottom: 20px;
  }
  .nothing2hide-wrapper .subtitle {
    font-size: 14px;
    line-height: 20px;
    width: 280px;
    order: -1;
    margin-bottom: 35px;
  }
  .nothing2hide-wrapper .btn {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .nothing2hide-content {
    flex-direction: column;
    margin-bottom: 0;
    margin: 0 auto;
  }
  .nothing2hide-content__block {
    width: 280px;
    height: 100%;
    padding: 0;
  }
  .nothing2hide-content__block:first-child:after {
    width: 100%;
    height: 1px;
    top: -39px;
    left: 0;
  }
  .nothing2hide-content__block .block-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .nothing2hide-content__block .block-img img {
    width: 100%;
  }
  .nothing2hide-content__block .block-category {
    font-size: 11px;
  }
  .nothing2hide-content__block .block-short_title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .nothing2hide-content__block:first-child {
    order: 1;
  }
  .nothing2hide-content__block:last-child {
    display: none;
  }
  .nothing2hide-content__block .big-block {
    display: none;
  }
  .nothing2hide-content__collection {
    height: 175px;
    width: 280px;
  }
  .nothing2hide-content__collection .small-block {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .nothing2hide-content__collection .small-block img {
    width: 100%;
    height: 100%;
  }
  .nothing2hide-content__collection .small-block:first-child:after {
    right: -40px;
    top: 0;
    height: 100px;
  }

  .feedback {
    background-position: -40% 25%;
  }
  .feedback-wrapper {
    padding: 35px 20px 40px 20px;
  }
  .feedback-wrapper .title {
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .feedback .slick-dots {
    bottom: -53px;
  }
  .feedback-slider {
    width: 280px;
    margin: 0 auto;
  }
  .feedback-slider__card {
    padding: 27px 30px 20px 30px;
    width: 280px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .feedback-slider__card .feedback-rating {
    margin-bottom: 10px;
  }
  .feedback-slider__card .razor-model {
    margin-bottom: 25px;
  }
  .feedback-slider__card .feedback-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
  }

  .video {
    height: 360px;
    background-position: 50%;
  }
  .video-wrapper {
    padding: 228px 20px 37px;
  }
  .video-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .video-wrapper .subtitle {
    display: none;
  }
  .video-wrapper .play-btn {
    width: 80px;
    height: 80px;
  }
  .video-wrapper .play-btn img {
    width: 24px;
  }

  .articles-wrapper {
    display: flex;
    flex-direction: column;
  }
  .articles-wrapper .article {
    padding: 28px 20px 30px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position-y: 40%;
  }
  .articles-wrapper .article:first-child {
    background-position: 115% 25px;
    background-size: 50%;
  }
  .articles-wrapper .article-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .articles-wrapper .article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: auto;
  }
  .articles-wrapper .article-descr {
    display: none;
  }
  .articles-wrapper .article .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
  }
  .articles-wrapper .article .m-btn {
    display: none;
  }

  .where2buy {
    background-position: 50% 100%;
    background-size: 180%;
  }
  .where2buy-wrapper {
    padding: 35px 20px;
    height: 500px;
    overflow: hidden;
  }
  .where2buy-wrapper .title-img {
    background-image: none !important;
  }
  .where2buy-wrapper .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .where2buy-wrapper .title:after {
    display: none;
  }
  .where2buy-wrapper .descr {
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 33px;
    width: 280px;
    text-align: center;
  }
  .where2buy-wrapper .btn {
    width: 280px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .where2buy-wrapper .where2buy-img {
    display: block;
    width: 218px;
    margin: 0 auto;
  }
  .where2buy-wrapper .where2buy-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer:after {
    display: none;
  }
  .footer:before {
    display: none;
  }
  .footer-wrapper {
    padding: 0;
    max-width: 100%;
  }
  .footer-wrapper .social-block {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  .footer-wrapper .social-block__buttons span {
    display: none;
  }
  .footer-wrapper .social-block__buttons .social-btn img {
    display: flex;
  }
  .footer-wrapper .social-block a.btn {
    display: none;
  }
  .footer-wrapper img {
    display: none;
  }
  .footer-wrapper a {
    display: none;
  }
  .footer-wrapper .menu-block {
    display: none;
  }
  .footer-wrapper .copyright-block {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer-wrapper .copyright-block span {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 34px 0;
  }
  .footer-wrapper .copyright-block span:before {
    content: "";
    display: flex;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    left: 0;
  }
  .footer-wrapper .copyright-block__links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-wrapper .copyright-block__links a {
    display: flex;
    padding: 14px 0 !important;
    position: relative;
    justify-content: center;
  }
  .footer-wrapper .copyright-block__links a:before {
    content: "";
    display: flex;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    left: 0;
  }
  .footer-wrapper .copyright-block__links a:nth-child(2) {
    padding: 0;
  }

  .articles-wrapper .article-title {
    max-width: 190px;
  }

  .articles-wrapper .article-big .article-bg {
    top: 0;
  }
  .articles-wrapper .article-big .article-bg img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    right: -20px;
    top: 75px;
    position: relative;
  }

  .razors-wrapper.white-dots .slick-dots {
    filter: invert(0);
  }

  .razors-wrapper.white-dots .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img {
    height: 160px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .catalog-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-position-x: 55% !important;
  }
  .catalog-banner__wrapper {
    padding: 38px 20px 47px;
  }
  .catalog-banner__wrapper h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .title {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .subtitle {
    display: none;
  }

  .m-catalog-banner {
    padding: 65px 20px 20px;
  }

  .article-banner {
    width: 100%;
    height: 240px;
    margin-top: 40px;
  }
  .article-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 30px;
    background-size: cover;
  }
  .article-banner:first-child {
    background-position: 130% 85px;
  }
  .article-banner-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .article-banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: 240px;
  }
  .article-banner-descr {
    display: none;
  }
  .article-banner .btn {
    display: none;
  }
  .article-banner .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    border: 1px solid #CFCFCF;
    padding: 0;
  }
  .article-banner .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .article-banner.bg_white {
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 100%;
  }

  .footer {
    height: auto;
  }

  .bread-crumbs {
    top: 26px;
  }

  .catalog-banner.about-page {
    height: 450px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper {
    padding-top: 68px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper h1 {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .title {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .subtitle {
    display: none;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .m-subtitle {
    display: block;
    width: 270px;
  }

  .page-content__wrapper {
    padding: 0 20px;
    position: relative;
    flex-direction: column;
  }
  .page-content__wrapper .side-menu {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    height: auto;
    max-height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
    background-color: #fff;
    z-index: 100;
    transition: all 0.3s ease;
  }
  .page-content__wrapper .side-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 20px;
    background-color: #414141;
    width: 1px;
    height: 15px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 10px;
    background-color: #414141;
    width: 1px;
    height: 15px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu ul {
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .page-content__wrapper .side-menu ul:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .side-menu ul a {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  }
  .page-content__wrapper .side-menu ul.active {
    margin-bottom: 40px;
    opacity: 1;
    height: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
  }
  .page-content__wrapper .side-menu ul.active a {
    color: #005eb8 !important;
  }
  .page-content__wrapper .side-menu-show {
    overflow: none;
    height: auto;
    max-height: 500px;
    transition: all 0.3s ease;
  }
  .page-content__wrapper .side-menu-show ul {
    opacity: 1;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 40px;
  }
  .page-content__wrapper .side-menu-show:before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .side-menu-show:after {
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
  }
  .page-content__wrapper .content-block .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  .page-content__wrapper .content-block .razors-content {
    width: 100%;
    justify-content: space-around;
  }
  .page-content__wrapper .content-block .razors-content .product-block {
    margin-right: 0;
    margin-bottom: 10px;
    height: 400px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img {
    height: 170px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .content-block .razors-content .product-block__descr {
    position: relative;
    top: -15px;
  }
  .page-content__wrapper .accord-content {
    width: 100%;
    padding-bottom: 0;
  }
  .page-content__wrapper .accord-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: -70px;
    padding-top: 100px;
    margin-bottom: 35px;
  }
  .page-content__wrapper .accord-content .accord-block {
    padding: 30px 0;
    padding-right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content {
    padding: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content img {
    height: 185px;
  }
  .page-content__wrapper .accord-content .accord-block_content .title {
    font-size: 16px;
    line-height: 25px;
    margin: 33px 0 17px;
  }
  .page-content__wrapper .accord-content .accord-block_content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content__wrapper .accord-content .accord-block_title {
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .number {
    width: auto;
    padding-left: 0;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title {
    max-width: 80%;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:after {
    width: 15px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:before {
    height: 15px;
  }

  .active-accord {
    box-shadow: none;
  }

  .bg_mud-blue {
    background-position-x: 100%;
    background-size: 470px;
    background-position-y: 100%;
  }

  .bg_mud-blue2 {
    background-position-x: 100%;
    background-size: 200px;
    background-position-y: 100px;
  }

  .item-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-banner .container {
    height: 100%;
  }
  .item-banner-wrapper {
    padding: 30px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
  }
  .item-banner-wrapper .item-banner__img {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 200px;
  }
  .item-banner-wrapper .item-banner__content {
    position: unset;
  }
  .item-banner-wrapper .item-banner__content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 58px;
    margin-bottom: 30px;
  }
  .item-banner-wrapper .item-banner__content .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .descr {
    flex-direction: column;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem__text {
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .btn.btn_white {
    bottom: 30px;
    left: auto;
    text-align: center;
  }

  .item-features .block-title {
    margin-top: 35px;
    font-size: 35px;
    line-height: 30px;
  }
  .item-features__wrapper {
    padding: 20px;
    flex-wrap: nowrap;
    max-width: 400px;
    margin: 0 auto;
  }
  .item-features__wrapper .item-features__img {
    display: none;
  }
  .item-features__wrapper .img-plus {
    display: none;
  }
  .item-features__wrapper .item-features__buttons {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .item-features__wrapper .button-block {
    height: 100px;
    border-bottom: 1px solid #efefef;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 0;
  }
  .item-features__wrapper .button-block .descr-plus {
    display: block;
  }
  .item-features__wrapper .button-block:last-child {
    border: none;
  }
  .item-features__wrapper .button-block:after, .item-features__wrapper .button-block:before {
    display: none !important;
  }
  .item-features__wrapper .button-block .button-block__wrapper {
    flex-direction: row;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-features__wrapper .button-block .button-block__wrapper .accord-btn {
    display: block;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    right: -20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #414141;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #414141;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-img {
    margin-top: 0;
    margin-right: 20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-text {
    font-size: 14px;
    line-height: 20px;
    width: 140px;
    text-align: left;
    margin-top: 0;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-descr {
    display: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-shadow: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-descr {
    opacity: 0;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-link {
    opacity: 0;
  }

  .bg-light-grey, .bg_grey01 {
    background-position-x: 70% !important;
  }

  .bg_grey02 {
    background-size: 100% !important;
    background-position-y: 150px !important;
    background-position-x: -38px !important;
  }

  .info-block {
    align-items: flex-start;
    min-height: 360px;
    height: auto;
    background-position: 0;
    background-size: cover;
    background-position-x: 70%;
  }
  .info-block .container {
    height: 100%;
  }
  .info-block__wrapper {
    padding: 34px 20px;
    height: 100%;
  }
  .info-block__wrapper .btn {
    display: none;
  }
  .info-block__wrapper .m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    margin-top: 0;
    padding: 0;
    bottom: 0;
  }
  .info-block__content {
    width: 280px;
    position: relative;
    height: 100%;
  }
  .info-block__content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .info-block__content .subtitle {
    font-size: 14px;
  }
  .info-block:first-child {
    background-size: 100%;
  }

  .info-block-invert .info-block__wrapper {
    flex-direction: row;
  }

  .news-card {
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-card .news-card__img {
    width: 100%;
    margin-bottom: 27px;
  }
  .news-card .news-card__img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news-card .news-card__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .news-card_big .news-card__subtitle {
    display: none;
  }
  .news-card_big .news-card__img {
    margin-bottom: 27px;
    width: 100%;
  }
  .news-card_big .news-card__img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content, .news__wrapper .goods-content {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -moz-column-count: 1;
    column-count: 1;
    width: 578px;
    margin: 0 auto;
  }
  .news__wrapper .goods-content {
    margin-top: 30px;
  }

  .pagination {
    padding: 40px 0;
  }
  .pagination .pages li {
    display: none;
  }
  .pagination .pages li:first-child {
    display: flex;
  }
  .pagination .pages li:nth-child(6) {
    display: flex;
  }
  .pagination .pages li:nth-child(7) {
    display: flex;
  }

  .page-menu {
    background-color: #f4f4f4;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
  }
  .page-menu__wrapper ul {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .article-event {
    background-image: none !important;
    border-bottom: none;
  }
  .article-event__wrapper {
    padding: 0;
  }
  .article-event_banner {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .article-event_banner .bread-crumbs {
    padding: 0 20px;
    width: auto;
  }
  .article-event_banner .bread-crumbs a {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2) {
    display: flex;
    padding-left: 12px;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):after {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):before {
    content: "<";
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 12px;
    height: 10px;
    width: 10px;
  }
  .article-event_banner h1 {
    padding: 59px 20px 0 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    order: 0;
  }
  .article-event_banner .article-event_img {
    display: block;
    width: 100%;
    margin-top: 34px;
    order: 2;
  }
  .article-event_banner .article-event_img img {
    width: 100%;
  }
  .article-event_banner .subtitle {
    order: 4;
    padding: 0 20px;
    margin-top: 43px;
    max-width: 100%;
  }
  .article-event_banner .article-event_date {
    position: relative;
    bottom: 0;
    order: 1;
    padding: 0 20px;
    margin-top: 24px;
  }

  .article-content {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .article-content ul {
    font-size: 20px;
    line-height: 30px;
  }
  .article-content ul li {
    border-bottom: 1px solid #efefef;
  }
  .article-content ul li span {
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
  }

  .another-articles {
    padding-top: 35px;
  }
  .another-articles .block-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .another-articles__wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 0 !important;
    width: 320px;
  }
  .another-articles_card {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    width: 280px;
  }
  .another-articles_card__img {
    width: 100%;
  }
  .another-articles_card__img img {
    width: 100%;
  }
  .another-articles_card__date {
    font-size: 12px;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 0;
  }
  .another-articles_card__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
  }
  .another-articles .slick-dots {
    bottom: 15px;
    left: 0;
  }

  .search-list {
    margin-top: 30px;
  }
  .search-list__wrapper {
    padding: 0;
  }
  .search-list__wrapper .dataTables_wrapper .dataTables_filter input {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin-bottom: 0;
  }
  .search-list__wrapper .search-table.dataTable thead {
    display: none;
  }
  .search-list__wrapper .search-table.dataTable tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 20px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:first-child {
    color: #A0A0A0;
    padding-bottom: 0;
    padding-top: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts__wrapper {
    padding: 0 20px;
  }
  .contacts__wrapper h3 {
    font-size: 20px;
    margin-top: 35px;
  }
  .contacts__wrapper h3 a {
    color: #005EB8;
  }
  .contacts__wrapper .feedback-form {
    margin-top: 47px;
  }
  .contacts__wrapper .feedback-form button {
    margin: 35px auto 50px;
  }
  .contacts__wrapper .feedback-form .input-block {
    width: 100%;
    margin-bottom: 35px;
  }
  .contacts__wrapper .feedback-form .input-block input {
    font-size: 16px;
  }
  .contacts__wrapper .feedback-form .input-block_long {
    margin-top: 0;
  }

  .privacy {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .privacy h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 27px;
  }
  .privacy span {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy .approve .privacy-approve {
    padding: 25px 0;
    margin-left: 0;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacy .approve .privacy-approve:before {
    left: 0;
  }

  .table__wrapper {
    padding: 0px 20px;
  }
  .table__wrapper .default-table thead tr th {
    padding-bottom: 38px;
  }
  .table__wrapper .default-table thead tr th:last-child {
    display: none;
  }
  .table__wrapper .default-table tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 35px;
  }
  .table__wrapper .default-table tbody tr:last-child {
    border-bottom: none;
  }
  .table__wrapper .default-table tbody tr .country img {
    margin-top: -2px;
    margin-right: 16px;
  }
  .table__wrapper .default-table tbody tr td {
    border: none;
    padding: 20px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .table__wrapper .default-table tbody tr td .city {
    font-size: 16px;
    line-height: 20px;
  }
  .table__wrapper .default-table tbody tr td .branch-name {
    display: none;
  }
  .table__wrapper .default-table tbody tr td:first-child {
    color: #A0A0A0;
    padding-bottom: 22px;
    padding-top: 35px;
  }
  .table__wrapper .default-table tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .certificate {
    padding: 0 20px;
  }
  .certificate .block-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-top: 48px;
  }
  .certificate .certificate__wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .certificate .certificate__wrapper .certificate-block {
    padding: 40px 0;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-img {
    border: 9px solid #F8F8F8;
    width: 100px;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-wrap .certificate-branch {
    margin-top: 0;
  }
  .certificate .certificate__wrapper .certificate-block .certificate-wrap .certificate-title {
    margin-top: 0;
  }

  .dorco-word__wrapper {
    padding: 0 20px;
  }
  .dorco-word__wrapper h1 {
    padding-top: 58px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .dorco-word__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dorco-word__content img {
    display: none;
  }
  .dorco-word__content .content-block {
    margin-bottom: 34px;
  }
  .dorco-word__content .content-block h1 {
    margin-bottom: 34px;
  }

  .collapse_text-block {
    display: flex;
    margin-bottom: 15px;
  }

  .inform-block__left {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .inform-block__left .text-block {
    order: 0;
    margin-bottom: 30px;
  }
  .inform-block__left .image-block {
    left: 0 !important;
    order: 1;
    bottom: -4px;
    width: 100%;
  }
  .inform-block__left .image-block img {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    left: 0 !important;
  }
  .inform-block__right {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .inform-block__right .text-block {
    order: 0;
    margin-bottom: 30px;
  }
  .inform-block__right .image-block {
    left: 0 !important;
    order: 1;
    bottom: -4px;
    width: 100%;
  }
  .inform-block__right .image-block img {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    left: 0 !important;
  }
  .inform-block__center .image-block {
    padding-bottom: 40px;
  }
  .inform-block__bg {
    background-image: none !important;
  }
  .inform-block__bg .inform-block__wrapper {
    padding: 0 !important;
    max-width: 100%;
  }
  .inform-block__bg .inform-block__wrapper .image-block {
    opacity: 1 !important;
    padding-bottom: 40px;
    width: auto;
  }
  .inform-block__bg .inform-block__wrapper .text-block {
    padding: 34px 20px 0 20px;
    max-width: 375px;
  }
  .inform-block__history {
    background-size: cover;
    min-height: 320px;
    background-position-x: 60%;
  }
  .inform-block__history .image-block {
    display: none;
  }
  .inform-block__bg-bottom .image-block {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    margin-right: auto;
  }
  .inform-block__wrapper {
    padding: 34px 20px 0 20px;
    flex-direction: column;
    margin: 0 auto;
  }
  .inform-block__wrapper .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .inform-block__wrapper .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .inform-block__wrapper .text-block a {
    margin-top: 14px;
  }
  .inform-block__wrapper .text-block .btn {
    display: none;
  }
  .inform-block__wrapper .text-block .m-btn {
    display: flex;
  }

  .inform-block__left.inform-block__bg .image-block {
    order: 1 !important;
  }
  .inform-block__left.inform-block__bg .text-block {
    order: 0 !important;
  }

  .inform-block__right.inform-block__bg .image-block {
    margin-left: auto;
  }

  .bg-position-reset .image-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: auto;
  }

  .our-tech-banner {
    background-size: 300px;
    background-position-x: 100%;
    background-position-y: 200px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .our-tech-banner__wrapper {
    padding: 58px 145px 0;
  }
  .our-tech-banner__wrapper .our-tech_block {
    flex-direction: column;
  }
  .our-tech-banner__wrapper .our-tech_block h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    padding-bottom: 300px;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle span {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block .img-block {
    order: 1;
    width: 100%;
    height: 190px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block {
    order: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h4 {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .text-block {
    margin-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block {
    margin-left: 0;
    height: 250px;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .detail-block .block-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .detail-block_content {
    flex-direction: column;
    padding: 0 20px;
    padding-bottom: 30px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .detail-block_content .text-block {
    padding: 0;
  }
  .detail-block_content .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .detail-block_content .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .detail-block_content .image-block {
    width: 100%;
    max-width: 415px;
    right: 0;
  }
  .detail-block_content .image-block img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nothing2hide-header {
    padding: 0 20px;
  }
  .nothing2hide-header h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 48px;
    margin-bottom: 30px;
  }
  .nothing2hide-header h2 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 41px;
  }
  .nothing2hide-header h2 span {
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .nothing2hide-header h2 div:last-child {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 0;
  }

  .nothing2hide-videoblock {
    background-size: cover !important;
    margin-bottom: 50px;
  }
  .nothing2hide-videoblock__content {
    height: 360px;
    padding: 0;
    justify-content: flex-end;
  }
  .nothing2hide-videoblock__content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .nothing2hide-videoblock__content p {
    display: none;
  }
  .nothing2hide-videoblock__content .play-btn {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-videoblock__content .play-btn img {
    width: 35%;
  }

  .nothing2hide-block__wrapper {
    padding: 0;
  }
  .nothing2hide-block__wrapper .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 34px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .nothing2hide-block__wrapper .block-subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-img {
    width: 100%;
    max-width: 700px;
    height: 380px;
    margin: 0 auto;
  }
  .nothing2hide-block__wrapper .content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nothing2hide-block__wrapper .content-video {
    overflow-x: scroll;
  }
  .nothing2hide-block__wrapper .content-video::-webkit-scrollbar {
    display: none;
  }
  .nothing2hide-block__wrapper .content-video__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 665px;
  }
  .nothing2hide-block__wrapper .content-info {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-info .product-block {
    margin: 0 auto !important;
  }
  .nothing2hide-block__wrapper .content-info .pers-card {
    margin: 0 auto;
    margin-top: 38px;
    padding-bottom: 32px;
    width: 320px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
  }
  .nothing2hide-block__wrapper .content-info .pers-card img {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content {
    text-align: left;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .title {
    font-size: 11px;
    line-height: 18px;
    margin-top: 0;
    letter-spacing: 0.25em;
    color: #414141;
    opacity: 0.5;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .name {
    font-size: 16px;
    line-height: 30px;
    margin-top: 13px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta {
    font-size: 14px;
    line-height: 25px;
    justify-content: flex-start;
    margin-top: 4px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta img {
    width: 16px;
    height: 16px;
  }
  .nothing2hide-block__wrapper .content-blog {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 50px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding-top: 0;
    border-top-width: 0;
  }
  .nothing2hide-block__wrapper .content-blog .text {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 420px;
    order: 1;
  }
  .nothing2hide-block__wrapper .content-blog .text img {
    display: none;
  }
  .nothing2hide-block__wrapper .content-blog .photos {
    width: 320px;
    height: 268px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .nothing2hide-block__wrapper .content-blog .photos .base, .nothing2hide-block__wrapper .content-blog .photos .back {
    position: relative;
    top: 0;
    max-width: 320px;
    max-height: 268px;
  }
  .nothing2hide-block__wrapper .content-blog .slick-dotted.slick-slider .slick-dots {
    bottom: -50px;
  }

  .where2buy-head {
    padding: 46px 20px 30px;
  }
  .where2buy-head .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  .where2buy-head .text {
    padding-top: 26px;
  }

  .where-to-buy__wrapper {
    padding: 0 20px;
    padding-bottom: 50px;
  }
  .where-to-buy__wrapper .title {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .where-to-buy_content {
    justify-content: center;
  }
  .where-to-buy_card {
    width: 280px;
    height: 260px;
    padding: 30px;
    margin: 0 auto;
    margin-bottom: 7px;
  }
  .where-to-buy_card .card-img {
    height: 100px;
  }
  .where-to-buy_card .card-text {
    bottom: 30px;
  }
  .where-to-buy_card .card-text .card-title {
    font-size: 20px;
  }

  .dorco-timeline {
    display: none;
  }

  .error-404 .error-img, .error-500 .error-img {
    top: -220px;
    width: 215px;
  }
  .error-404 .error-img img, .error-500 .error-img img {
    width: 100%;
  }
  .error-404 .error-img:after, .error-500 .error-img:after {
    width: 155px;
  }
  .error-404 .error-content, .error-500 .error-content {
    padding-top: 60px;
  }
  .error-404:after, .error-500:after {
    top: -48px;
    transform: translateX(-50%) scale(0.77);
  }
  .error-404 .container .error-code, .error-500 .container .error-code {
    font-size: 300px;
  }
  .error-404 .container .error-code:after, .error-500 .container .error-code:after {
    width: 172px;
    bottom: 50px;
  }
  .error-404 .container .error-text, .error-500 .container .error-text {
    margin-top: 0;
  }
  .error-404 .container a.logo, .error-500 .container a.logo {
    left: 50px;
  }

  .error-500 .error-content {
    padding-top: 60px;
  }
  .error-500 .error-code:after {
    width: 172px;
    bottom: 50px;
  }
  .error-500 .error-text {
    margin-top: 0;
  }
  .error-500:after {
    top: -42px;
    margin-left: -19px;
    transform: translateX(-50%) scale(0.75);
  }

  .nothing2hide-banner {
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 96%;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    order: -2;
  }
  .nothing2hide-banner div {
    margin-bottom: 35px;
    display: block;
  }
  .nothing2hide-banner span {
    display: none;
  }

  .article-block__wrapper {
    flex-direction: column;
    margin: 0px auto;
    padding: 34px 20px 0 20px;
  }
  .article-block__img {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    margin-top: 30px;
    max-height: 311px;
    margin: 0px auto;
    margin-top: 30px;
    overflow: hidden;
    order: 1;
  }
  .article-block__img img {
    position: relative;
    width: 100%;
    max-width: 375px;
    left: 0 !important;
  }
  .article-block__content {
    padding: 0px;
    max-width: 430px;
    margin: 0 auto;
  }
  .article-block__content .title, .article-block__content p {
    margin-bottom: 25px;
  }
  .article-block__content .title {
    font-size: 20px;
    line-height: 30px;
  }
  .article-block__content p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .desktop-menu {
    top: 100px;
  }

  .show-menu:after {
    top: 100px;
  }

  .desktop-menu-show {
    height: 575px;
  }

  .desktop-menu__wrapper {
    width: 100%;
    padding: 0 30px;
  }
  .desktop-menu__wrapper .menu-block ul {
    margin-top: 50px;
  }

  .search-input {
    top: 100px;
  }
  .search-input .search-input__wrapper {
    padding: 0 30px;
  }
  .search-input .search-input__wrapper a {
    right: 30px;
  }

  .header {
    padding: 0 30px;
    height: 100px;
  }
  .header-wrap {
    height: 100px;
    padding: 0;
  }
  .header-search button {
    margin-right: 30px;
  }

  .header-menu ul {
    margin-left: 10px;
  }
  .header-menu ul li {
    margin: 0 14.5px;
  }

  .slider {
    height: 320px;
  }

  .slide {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .slide-content {
    width: 100%;
    height: 100%;
    padding-left: 100px;
  }
  .slide-title {
    font-size: 33px;
    line-height: 35px;
  }
  .slide-img {
    height: 100%;
  }
  .slide-img img {
    width: 100%;
  }

  .features {
    margin-top: 50px;
  }
  .features-selector {
    padding: 0 20px;
  }
  .features h1 {
    font-size: 55px;
  }
  .features .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 10px;
  }
  .features .button-block {
    height: 270px;
    width: 270px;
  }
  .features .button-block__wrapper {
    height: 270px;
  }
  .features .button-block:hover .button-block__wrapper {
    height: 360px;
  }
  .features-buttons {
    height: 500px;
  }
  .features-img {
    margin-left: 0;
    height: 540px;
    width: 444px;
  }
  .features-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
  .features-products {
    margin-bottom: 0;
  }
  .features-product {
    width: 49.5%;
    height: 382px;
  }
  .features-product-title {
    font-size: 33px;
  }
  .features-product-img img {
    width: 100%;
    margin-left: -100px;
    margin-top: -150px;
  }

  .razors {
    background-position: 100% 100px !important;
    background-size: 85% !important;
  }
  .razors-wrapper {
    padding: 28px 20px 40px;
  }
  .razors-wrapper .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 37px;
  }
  .razors-wrapper .razors-content {
    width: 640px;
    margin: 0 auto;
  }
  .razors-wrapper .btn {
    margin-top: 70px;
    width: 320px;
  }
  .razors-wrapper .slick-dots {
    filter: invert(1);
    bottom: -53px;
  }

  .product-block {
    padding: 20px 30px 33px 30px;
    height: 400px;
    width: 320px;
    background-image: none !important;
    margin: 0 5px;
  }
  .product-block .product-block__title {
    margin-bottom: 20px;
  }
  .product-block .product-block__img {
    height: 175px;
  }
  .product-block .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-block .product-block__img-big {
    display: none;
  }
  .product-block__title {
    margin-bottom: 46px;
  }
  .product-block__title {
    font-size: 20px;
  }
  .product-block__descr {
    font-size: 12px;
  }
  .product-block__subtitle {
    display: none;
  }
  .product-block__img {
    display: block;
    height: 140px;
    width: 210px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .product-block__img img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    margin: 0 auto;
  }
  .product-block__descr-elem .descr-elem__text {
    max-width: 190px;
    font-size: 11px;
  }

  .nothing2hide-content {
    width: 900px;
    margin: 0 auto;
    justify-content: normal;
  }
  .nothing2hide-content__block {
    padding: 50px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 440px;
  }
  .nothing2hide-content__block:last-child {
    display: none;
  }
  .nothing2hide-content__collection {
    padding: 0;
  }
  .nothing2hide-content__collection .small-block {
    padding: 50px;
    height: 220px;
  }
  .nothing2hide-content__collection .big-block {
    padding: 50px;
  }
  .nothing2hide-wrapper {
    padding: 50px 50px 0;
  }
  .nothing2hide-wrapper .btn {
    margin-bottom: 50px;
  }

  .articles-wrapper {
    display: flex;
    flex-direction: column;
  }
  .articles-wrapper .article {
    padding: 28px 20px 30px;
    width: 100%;
    height: 320px;
    background-size: cover;
  }
  .articles-wrapper .article:first-child {
    background-position: 130% 85px;
    background-size: 50%;
  }
  .articles-wrapper .article-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .articles-wrapper .article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: auto;
  }
  .articles-wrapper .article-descr {
    display: none;
  }
  .articles-wrapper .article .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
  }
  .articles-wrapper .article .m-btn {
    display: none;
  }

  .feedback-wrapper {
    padding: 91px 68px 125px;
  }

  .video-wrapper {
    padding-left: 20px;
  }

  .where2buy {
    overflow: hidden;
  }
  .where2buy-wrapper .title-img {
    right: -5px;
    top: 50px;
  }
  .where2buy-wrapper .title:after {
    right: -125px;
  }

  .footer:before {
    top: 111px;
  }
  .footer:after {
    bottom: 81px;
  }
  .footer-wrapper {
    width: 991px;
    padding: 0 20px;
  }
  .footer-wrapper .social-block {
    padding: 30px 0;
  }
  .footer-wrapper .copyright-block {
    padding: 30px 0;
  }
  .footer-wrapper .copyright-block a {
    font-size: 12px;
  }
  .footer-wrapper .menu-block {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    height: 220px;
  }
  .footer-wrapper .menu-block ul span {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-wrapper .menu-block ul li a {
    font-size: 14px;
  }

  .articles-wrapper .article-title {
    max-width: 190px;
  }

  .articles-wrapper .article-big .article-bg {
    top: 0;
  }
  .articles-wrapper .article-big .article-bg img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    right: -20px;
    top: 75px;
    position: relative;
  }

  .razors-wrapper.white-dots .slick-dots {
    filter: invert(0);
  }

  .razors-wrapper.white-dots .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img {
    height: 160px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .catalog-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-position-x: 55% !important;
  }
  .catalog-banner__wrapper {
    padding: 38px 20px 47px;
  }
  .catalog-banner__wrapper h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .title {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .subtitle {
    display: none;
  }

  .m-catalog-banner {
    padding: 65px 20px 20px;
  }

  .article-banner {
    width: 100%;
    height: 240px;
    margin-top: 40px;
  }
  .article-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 30px;
    background-size: cover;
  }
  .article-banner:first-child {
    background-position: 130% 85px;
  }
  .article-banner-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .article-banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: 240px;
  }
  .article-banner-descr {
    display: none;
  }
  .article-banner .btn {
    display: none;
  }
  .article-banner .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    border: 1px solid #CFCFCF;
    padding: 0;
  }
  .article-banner .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .article-banner.bg_white {
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 100%;
  }

  .footer {
    height: auto;
  }

  .bread-crumbs {
    top: 26px;
  }

  .catalog-banner.about-page {
    height: 450px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper {
    padding-top: 68px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper h1 {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .title {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .subtitle {
    display: none;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .m-subtitle {
    display: block;
    width: 270px;
  }

  .side-menu {
    display: none;
  }

  .page-content__wrapper {
    padding: 0 20px;
  }
  .page-content__wrapper .content-block .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  .page-content__wrapper .content-block .razors-content {
    width: 100%;
    justify-content: space-around;
  }
  .page-content__wrapper .content-block .razors-content .product-block {
    margin-right: 0;
    margin-bottom: 10px;
    height: 400px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img {
    height: 170px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .content-block .razors-content .product-block__descr {
    position: relative;
    top: -15px;
  }
  .page-content__wrapper .accord-content {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .page-content__wrapper .accord-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page-content__wrapper .accord-content .accord-block {
    padding: 30px 0;
    padding-right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content {
    padding: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content .title {
    font-size: 16px;
    line-height: 25px;
    margin: 33px 0 17px;
  }
  .page-content__wrapper .accord-content .accord-block_content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content__wrapper .accord-content .accord-block_title {
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .number {
    width: auto;
    padding-left: 0;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title {
    max-width: 80%;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:after {
    width: 15px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:before {
    height: 15px;
  }

  .active-accord {
    box-shadow: none;
  }

  .bg_mud-blue {
    background-position-x: 100%;
    background-size: 470px;
    background-position-y: 100%;
  }

  .bg_mud-blue2 {
    background-position-x: 100%;
    background-size: 200px;
    background-position-y: 100px;
  }

  .item-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-banner .container {
    height: 100%;
  }
  .item-banner-wrapper {
    padding: 20px 145px 50px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
  }
  .item-banner-wrapper .item-banner__img {
    margin: 0;
    margin-top: 50px;
  }
  .item-banner-wrapper .item-banner__content {
    position: unset;
  }
  .item-banner-wrapper .item-banner__content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 58px;
    margin-bottom: 30px;
  }
  .item-banner-wrapper .item-banner__content .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .descr {
    flex-direction: column;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem__text {
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .btn.btn_white {
    bottom: 30px;
    left: auto;
    text-align: center;
  }

  .item-features .block-title {
    margin-top: 35px;
    font-size: 35px;
    line-height: 30px;
  }
  .item-features__wrapper {
    padding: 20px;
    flex-wrap: nowrap;
    max-width: 400px;
    margin: 0 auto;
  }
  .item-features__wrapper .item-features__img {
    display: none;
  }
  .item-features__wrapper .img-plus {
    display: none;
  }
  .item-features__wrapper .item-features__buttons {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .item-features__wrapper .button-block {
    height: 100px;
    border-bottom: 1px solid #efefef;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 0;
  }
  .item-features__wrapper .button-block .descr-plus {
    display: block;
  }
  .item-features__wrapper .button-block:last-child {
    border: none;
  }
  .item-features__wrapper .button-block:after, .item-features__wrapper .button-block:before {
    display: none !important;
  }
  .item-features__wrapper .button-block .button-block__wrapper {
    flex-direction: row;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-features__wrapper .button-block .button-block__wrapper .accord-btn {
    display: block;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    right: -20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #414141;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .plus-btn:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #414141;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-img {
    margin-top: 0;
    margin-right: 20px;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-text {
    font-size: 14px;
    line-height: 20px;
    width: 140px;
    text-align: left;
    margin-top: 0;
  }
  .item-features__wrapper .button-block .button-block__wrapper .button-descr {
    display: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-shadow: none;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-descr {
    opacity: 0;
  }
  .item-features__wrapper .button-block:hover .button-block__wrapper .button-link {
    opacity: 0;
  }

  .bg-light-grey, .bg_grey01 {
    background-position-x: 70% !important;
  }

  .bg_grey02 {
    background-size: 75% !important;
    background-position-y: 50px !important;
    background-position-x: 215px !important;
  }

  .info-block {
    align-items: flex-start;
    min-height: 360px;
    height: auto;
    background-position: 0;
    background-size: cover;
    background-position-x: 70%;
  }
  .info-block .container {
    height: 100%;
  }
  .info-block__wrapper {
    padding: 34px 20px;
    height: 100%;
  }
  .info-block__wrapper .btn {
    display: none;
  }
  .info-block__wrapper .m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    margin-top: 0;
    padding: 0;
    bottom: 0;
  }
  .info-block:first-child {
    background-size: 100%;
  }

  .info-block-invert .info-block__wrapper {
    flex-direction: row;
  }

  .news-card {
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #EFEFEF;
  }
  .news-card .news-card__img {
    width: 100%;
    margin-bottom: 27px;
  }
  .news-card .news-card__img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news-card .news-card__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .news-card_big .news-card__subtitle {
    display: none;
  }
  .news-card_big .news-card__img {
    margin-bottom: 27px;
    width: 100%;
  }
  .news-card_big .news-card__img img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content, .news__wrapper .goods-content {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -moz-column-count: 1;
    column-count: 1;
    width: 578px;
    margin: 0 auto;
  }
  .news__wrapper .goods-content {
    margin-top: 30px;
  }

  .pagination {
    padding: 40px 0;
  }
  .pagination .pages li {
    display: none;
  }
  .pagination .pages li:first-child {
    display: flex;
  }
  .pagination .pages li:nth-child(6) {
    display: flex;
  }
  .pagination .pages li:nth-child(7) {
    display: flex;
  }

  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
  }
  .page-menu__wrapper ul {
    margin-bottom: 0;
  }
  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .article-event {
    background-image: none !important;
    border-bottom: none;
  }
  .article-event__wrapper {
    padding: 0;
  }
  .article-event_banner {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .article-event_banner .bread-crumbs {
    padding: 0 20px;
    width: auto;
  }
  .article-event_banner .bread-crumbs a {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2) {
    display: flex;
    padding-left: 12px;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):after {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):before {
    content: "<";
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 12px;
    height: 10px;
    width: 10px;
  }
  .article-event_banner h1 {
    padding: 59px 20px 0 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    order: 0;
  }
  .article-event_banner .article-event_img {
    display: block;
    width: 100%;
    margin-top: 34px;
    order: 2;
  }
  .article-event_banner .article-event_img img {
    width: 100%;
  }
  .article-event_banner .subtitle {
    order: 4;
    padding: 0 20px;
    margin-top: 43px;
    max-width: 100%;
  }
  .article-event_banner .article-event_date {
    position: relative;
    bottom: 0;
    order: 1;
    padding: 0 20px;
    margin-top: 24px;
  }

  .article-content {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .article-content ul {
    font-size: 20px;
    line-height: 30px;
  }
  .article-content ul li {
    border-bottom: 1px solid #efefef;
  }
  .article-content ul li span {
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
  }

  .another-articles {
    padding-top: 35px;
  }
  .another-articles .block-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .another-articles__wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 0 !important;
    width: 320px;
  }
  .another-articles_card {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    width: 280px;
  }
  .another-articles_card__img {
    width: 100%;
  }
  .another-articles_card__img img {
    width: 100%;
  }
  .another-articles_card__date {
    font-size: 12px;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 0;
  }
  .another-articles_card__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
  }
  .another-articles .slick-dots {
    bottom: 15px;
    left: 0;
  }

  .search-list {
    margin-top: 30px;
  }
  .search-list__wrapper {
    padding: 0 20px;
  }
  .search-list__wrapper .dataTables_wrapper .dataTables_filter input {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin-bottom: 40px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td {
    padding: 20px;
    padding-left: 20px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:first-child {
    color: #A0A0A0;
    padding-top: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts__wrapper {
    padding: 0 20px;
  }
  .contacts__wrapper h3 {
    font-size: 20px;
    margin-top: 35px;
  }
  .contacts__wrapper h3 a {
    color: #005EB8;
  }
  .contacts__wrapper .feedback-form {
    margin-top: 47px;
  }
  .contacts__wrapper .feedback-form button {
    margin: 35px auto 40px;
  }
  .contacts__wrapper .feedback-form .input-block {
    width: 100%;
    margin-bottom: 35px;
  }
  .contacts__wrapper .feedback-form .input-block input {
    font-size: 16px;
  }
  .contacts__wrapper .feedback-form .input-block_long {
    margin-top: 0;
  }

  .privacy {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .privacy h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 27px;
  }
  .privacy span {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy .approve .privacy-approve {
    padding: 25px 0;
    margin-left: 0;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacy .approve .privacy-approve:before {
    left: 0;
  }

  .table__wrapper {
    padding: 45px 20px;
  }

  .certificate {
    padding: 0 20px;
  }
  .certificate .block-title {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .certificate .certificate__wrapper {
    padding: 0;
    grid-template-columns: 1fr 1fr;
  }

  .dorco-word__wrapper {
    padding: 0 20px;
  }
  .dorco-word__wrapper h1 {
    padding-top: 58px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  .dorco-word__content {
    justify-content: space-around;
  }
  .dorco-word__content img {
    display: none;
  }
  .dorco-word__content .content-block {
    margin-bottom: 34px;
  }
  .dorco-word__content .content-block h1 {
    margin-bottom: 34px;
  }

  .slick-arrow {
    display: none !important;
  }

  .inform-block__right, .inform-block__left {
    height: 400px;
  }
  .inform-block__right .image-block, .inform-block__left .image-block {
    width: 50%;
  }
  .inform-block__right .image-block img, .inform-block__left .image-block img {
    width: 100%;
  }
  .inform-block__right .image-block {
    left: -85px;
  }
  .inform-block__left .image-block {
    left: -50px;
  }
  .inform-block__bg {
    background-size: 50% !important;
  }
  .inform-block__history {
    background-size: cover;
  }
  .inform-block__history .image-block {
    display: none;
  }
  .inform-block__wrapper {
    padding: 0 80px;
  }
  .inform-block__wrapper .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .inform-block__wrapper .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .inform-block__wrapper .text-block a {
    margin-top: 14px;
  }

  .our-tech-banner {
    background-size: 50%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .our-tech-banner__wrapper {
    padding: 58px 20px 0 20px;
  }
  .our-tech-banner__wrapper .our-tech_block {
    flex-direction: column;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block div {
    height: 245px;
    left: -90px;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block div img {
    width: 100%;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block div:last-child {
    left: 45px;
    height: 300px;
  }
  .our-tech-banner__wrapper .our-tech_block h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle span {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block .img-block {
    order: 1;
    width: 100%;
    height: 190px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block {
    order: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h4 {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .text-block {
    margin-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block {
    height: 305px;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .detail-block .block-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .detail-block_content {
    padding: 0 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .detail-block_content .text-block {
    padding: 50px 0;
  }
  .detail-block_content .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .detail-block_content .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .detail-block_content .image-block img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nothing2hide-header {
    padding: 0 20px;
  }
  .nothing2hide-header h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 48px;
    margin-bottom: 30px;
  }
  .nothing2hide-header h2 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 41px;
  }
  .nothing2hide-header h2 span {
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .nothing2hide-header h2 div:last-child {
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 0;
  }

  .nothing2hide-videoblock {
    background-size: cover !important;
    margin-bottom: 50px;
  }
  .nothing2hide-videoblock__content {
    height: 360px;
    padding: 0;
    justify-content: flex-end;
  }
  .nothing2hide-videoblock__content h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .nothing2hide-videoblock__content p {
    display: none;
  }
  .nothing2hide-videoblock__content .play-btn {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-videoblock__content .play-btn img {
    width: 35%;
  }

  .nothing2hide-block__wrapper {
    padding: 0;
  }
  .nothing2hide-block__wrapper .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 34px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .nothing2hide-block__wrapper .block-subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-img {
    width: 100%;
    max-width: 700px;
    height: 380px;
    margin: 0 auto;
  }
  .nothing2hide-block__wrapper .content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nothing2hide-block__wrapper .content-video {
    overflow-x: scroll;
  }
  .nothing2hide-block__wrapper .content-video::-webkit-scrollbar {
    display: none;
  }
  .nothing2hide-block__wrapper .content-video__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 665px;
  }
  .nothing2hide-block__wrapper .content-info {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nothing2hide-block__wrapper .content-info .product-block {
    margin: 0 auto !important;
  }
  .nothing2hide-block__wrapper .content-info .pers-card {
    margin: 0 auto;
    margin-top: 38px;
    padding-bottom: 32px;
    width: 320px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
  }
  .nothing2hide-block__wrapper .content-info .pers-card img {
    width: 80px;
    height: 80px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content {
    text-align: left;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .title {
    font-size: 11px;
    line-height: 18px;
    margin-top: 0;
    letter-spacing: 0.25em;
    color: #414141;
    opacity: 0.5;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .name {
    font-size: 16px;
    line-height: 30px;
    margin-top: 13px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta {
    font-size: 14px;
    line-height: 25px;
    justify-content: flex-start;
    margin-top: 4px;
  }
  .nothing2hide-block__wrapper .content-info .pers-card_content .insta img {
    width: 16px;
    height: 16px;
  }
  .nothing2hide-block__wrapper .content-blog {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 50px;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    padding-top: 0;
    border-top-width: 0;
  }
  .nothing2hide-block__wrapper .content-blog .text {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 420px;
    order: 1;
  }
  .nothing2hide-block__wrapper .content-blog .text img {
    display: none;
  }
  .nothing2hide-block__wrapper .content-blog .photos {
    width: 320px;
    height: 268px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .nothing2hide-block__wrapper .content-blog .photos .base, .nothing2hide-block__wrapper .content-blog .photos .back {
    position: relative;
    top: 0;
    max-width: 320px;
    max-height: 268px;
  }
  .nothing2hide-block__wrapper .content-blog .slick-dotted.slick-slider .slick-dots {
    bottom: -50px;
  }

  .where2buy-head {
    padding: 46px 20px 30px;
  }
  .where2buy-head .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  .where2buy-head .text {
    padding-top: 26px;
  }

  .where-to-buy_content {
    justify-content: center;
  }

  .dorco-timeline {
    display: none;
  }

  .error-404 .container a.logo, .error-500 .container a.logo {
    left: 50px;
  }

  .nothing2hide-banner {
    background-position-x: 96%;
  }

  .article-block__wrapper {
    padding: 0 80px;
  }
  .article-block__img {
    width: 40%;
    left: -50px;
  }
  .article-block__content {
    padding: 50px 0;
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .desktop-menu {
    top: 100px;
  }

  .show-menu:after {
    top: 100px;
  }

  .desktop-menu-show {
    height: 575px;
  }

  .desktop-menu__wrapper {
    width: 100%;
    padding: 0 30px;
  }
  .desktop-menu__wrapper .menu-block ul {
    margin-top: 50px;
  }

  .search-input {
    top: 100px;
  }
  .search-input .search-input__wrapper {
    padding: 0 30px;
  }
  .search-input .search-input__wrapper a {
    right: 30px;
  }

  .header {
    padding: 0 30px;
    height: 100px;
  }
  .header-wrap {
    height: 100px;
    padding: 0;
  }
  .header-search button {
    margin-right: 30px;
  }

  .header-menu ul {
    margin-left: 10px;
  }
  .header-menu ul li {
    margin: 0 14.5px;
  }

  .slider {
    height: 320px;
  }

  .slick-dots {
    bottom: 0;
  }

  .slide {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .slide-content {
    width: 100%;
    height: 100%;
    padding-left: 100px;
    padding-bottom: 40px;
  }
  .slide-title {
    font-size: 33px;
    line-height: 35px;
  }
  .slide-img {
    height: 100%;
  }
  .slide-img img {
    width: 100%;
  }

  .features {
    margin-top: 50px;
  }
  .features-selector {
    padding: 0 20px;
  }
  .features h1 {
    font-size: 55px;
  }
  .features .block-title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
  }
  .features .button-block {
    height: 270px;
    width: 270px;
  }
  .features .button-block__wrapper {
    height: 270px;
  }
  .features .button-block:hover .button-block__wrapper {
    height: 360px;
  }
  .features-buttons {
    height: 500px;
  }
  .features-img {
    margin-left: 0;
    height: 540px;
    width: 50%;
    padding: 0;
  }
  .features-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
  .features-products {
    margin-bottom: 0;
  }
  .features-product {
    width: 49.5%;
    height: 382px;
  }
  .features-product-title {
    font-size: 33px;
  }
  .features-product-img img {
    width: 100%;
    margin-left: -100px;
    margin-top: -150px;
  }

  .razors {
    background-position: 100% 100px !important;
    background-size: 85% !important;
  }
  .razors-wrapper {
    padding: 28px 20px 40px;
  }
  .razors-wrapper .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 37px;
  }
  .razors-wrapper .razors-content {
    width: 640px;
    margin: 0 auto;
  }
  .razors-wrapper .razors-content .product-block {
    padding: 20px 30px 33px 30px;
    height: 400px;
    width: 320px;
    background-image: none !important;
    margin: 0 5px;
  }
  .razors-wrapper .razors-content .product-block .product-block__title {
    margin-bottom: 20px;
  }
  .razors-wrapper .razors-content .product-block .product-block__img {
    height: 175px;
  }
  .razors-wrapper .razors-content .product-block .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .razors-wrapper .razors-content .product-block .product-block__img-big {
    display: none;
  }
  .razors-wrapper .razors-content .product-block__title {
    margin-bottom: 46px;
  }
  .razors-wrapper .razors-content .product-block__title {
    font-size: 20px;
  }
  .razors-wrapper .razors-content .product-block__descr {
    font-size: 12px;
  }
  .razors-wrapper .razors-content .product-block__subtitle {
    display: none;
  }
  .razors-wrapper .razors-content .product-block__img {
    display: block;
    height: 140px;
    width: 210px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  .razors-wrapper .razors-content .product-block__img img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    margin: 0 auto;
  }
  .razors-wrapper .razors-content .product-block__descr-elem .descr-elem__text {
    max-width: 190px;
    font-size: 11px;
  }
  .razors-wrapper .btn {
    margin-top: 70px;
    width: 320px;
  }
  .razors-wrapper .slick-dots {
    filter: invert(1);
    bottom: -53px;
  }

  .nothing2hide-content {
    width: 1024px;
    margin: 0 auto;
    justify-content: center;
  }
  .nothing2hide-content__block {
    padding: 50px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 440px;
  }
  .nothing2hide-content__block:last-child {
    display: none;
  }
  .nothing2hide-content__collection {
    padding: 0;
  }
  .nothing2hide-content__collection .small-block {
    padding: 50px;
    height: 220px;
  }
  .nothing2hide-content__collection .big-block {
    padding: 50px;
  }
  .nothing2hide-wrapper {
    padding: 50px 50px 0;
  }
  .nothing2hide-wrapper .btn {
    margin-bottom: 50px;
  }

  .feedback-slider {
    width: 870px;
    margin: 0 auto;
  }
  .feedback-wrapper {
    padding: 50px 75px;
    padding-bottom: 80px;
  }
  .feedback-wrapper .title {
    margin-bottom: 50px;
  }
  .feedback-wrapper .slick-dots {
    bottom: -55px;
  }

  .video-wrapper {
    padding-left: 45px;
  }

  .articles-wrapper {
    display: flex;
    flex-direction: column;
  }
  .articles-wrapper .article {
    padding: 50px 50px;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position-y: 50%;
  }
  .articles-wrapper .article:first-child {
    background-position: 100% 30px;
    background-size: 40%;
  }
  .articles-wrapper .article-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .articles-wrapper .article-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: auto;
  }
  .articles-wrapper .article-descr {
    display: none;
  }
  .articles-wrapper .article .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50px;
    bottom: 50px;
  }
  .articles-wrapper .article .m-btn {
    display: none;
  }

  .where2buy-wrapper {
    padding: 133px 115px;
  }
  .where2buy-wrapper .title-img {
    right: 5px;
  }
  .where2buy-wrapper .title:after {
    right: -115px;
  }

  .footer:before {
    top: 111px;
  }
  .footer:after {
    bottom: 81px;
  }
  .footer-wrapper {
    width: 991px;
    padding: 0 20px;
  }
  .footer-wrapper .social-block {
    padding: 30px 0;
  }
  .footer-wrapper .copyright-block {
    padding: 30px 0;
  }
  .footer-wrapper .copyright-block a {
    font-size: 12px;
  }
  .footer-wrapper .menu-block {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    height: 220px;
  }
  .footer-wrapper .menu-block ul span {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-wrapper .menu-block ul li a {
    font-size: 14px;
  }

  .articles-wrapper .article-title {
    max-width: 190px;
  }

  .articles-wrapper .article-big .article-bg {
    top: 0;
  }
  .articles-wrapper .article-big .article-bg img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    right: -20px;
    top: 75px;
    position: relative;
  }

  .razors-wrapper.white-dots .slick-dots {
    filter: invert(0);
  }

  .razors-wrapper.white-dots .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img {
    height: 160px;
  }
  .razors-wrapper.white-dots .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .catalog-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-position-x: 55% !important;
  }
  .catalog-banner__wrapper {
    padding: 38px 20px 47px;
  }
  .catalog-banner__wrapper h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .title {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0;
  }
  .catalog-banner__wrapper .subtitle {
    display: none;
  }

  .m-catalog-banner {
    padding: 65px 20px 20px;
  }

  .article-banner {
    width: 100%;
    height: 240px;
    margin-top: 40px;
  }
  .article-banner__wrapper {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 30px;
    background-size: cover;
  }
  .article-banner:first-child {
    background-position: 130% 85px;
  }
  .article-banner-category {
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .article-banner-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 82px;
    width: 240px;
  }
  .article-banner-descr {
    display: none;
  }
  .article-banner .btn {
    display: none;
  }
  .article-banner .m-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    border: 1px solid #CFCFCF;
    padding: 0;
  }
  .article-banner .m-btn img {
    margin-left: -3px;
    width: 9px;
    height: 17px;
  }

  .article-banner.bg_white {
    background-size: contain;
    background-position-y: 100%;
    background-position-x: 100%;
  }

  .footer {
    height: auto;
  }

  .bread-crumbs {
    top: 26px;
  }

  .catalog-banner.about-page {
    height: 450px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper {
    padding-top: 68px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper h1 {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .title {
    margin-bottom: 30px;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .subtitle {
    display: none;
  }
  .catalog-banner.about-page .catalog-banner__wrapper .m-subtitle {
    display: block;
    width: 270px;
  }

  .side-menu {
    display: none;
  }

  .page-content__wrapper {
    padding: 0 20px;
  }
  .page-content__wrapper .content-block .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  .page-content__wrapper .content-block .razors-content {
    width: 100%;
    justify-content: space-around;
  }
  .page-content__wrapper .content-block .razors-content .product-block {
    margin-right: 0;
    margin-bottom: 10px;
    height: 400px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img {
    height: 170px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title {
    margin-bottom: 20px;
  }
  .page-content__wrapper .content-block .razors-content .product-block__title:last-child {
    margin-bottom: 0;
  }
  .page-content__wrapper .content-block .razors-content .product-block__descr {
    position: relative;
    top: -15px;
  }
  .page-content__wrapper .accord-content {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .page-content__wrapper .accord-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page-content__wrapper .accord-content .accord-block {
    padding: 30px 0;
    padding-right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content {
    padding: 0;
  }
  .page-content__wrapper .accord-content .accord-block_content .title {
    font-size: 16px;
    line-height: 25px;
    margin: 33px 0 17px;
  }
  .page-content__wrapper .accord-content .accord-block_content .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .page-content__wrapper .accord-content .accord-block_title {
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .number {
    width: auto;
    padding-left: 0;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title {
    max-width: 80%;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn {
    width: 40px;
    height: 40px;
    right: 0;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:after {
    width: 15px;
  }
  .page-content__wrapper .accord-content .accord-block_title .top-title .accord-btn:before {
    height: 15px;
  }

  .active-accord {
    box-shadow: none;
  }

  .bg_mud-blue {
    background-position-x: 100%;
    background-size: 470px;
    background-position-y: 100%;
  }

  .bg_mud-blue2 {
    background-position-x: 100%;
    background-size: 200px;
    background-position-y: 100px;
  }

  .item-banner {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .item-banner .container {
    height: 100%;
  }
  .item-banner-wrapper {
    padding: 20px 145px 50px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
  }
  .item-banner-wrapper .item-banner__img {
    margin: 0;
    margin-top: 50px;
  }
  .item-banner-wrapper .item-banner__content {
    position: unset;
  }
  .item-banner-wrapper .item-banner__content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 58px;
    margin-bottom: 30px;
  }
  .item-banner-wrapper .item-banner__content .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .descr {
    flex-direction: column;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .item-banner-wrapper .item-banner__content .descr .descr-elem__text {
    max-width: 280px;
  }
  .item-banner-wrapper .item-banner__content .btn.btn_white {
    bottom: 30px;
    left: auto;
    text-align: center;
  }

  .item-features .block-title {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .item-features__wrapper {
    padding: 0 20px;
  }
  .item-features__wrapper .button-block {
    width: 245px;
  }

  .bg-light-grey, .bg_grey01 {
    background-position-x: 70% !important;
  }

  .bg_grey02 {
    background-size: 75% !important;
    background-position-y: 50px !important;
    background-position-x: 215px !important;
  }

  .info-block {
    align-items: flex-start;
    min-height: 360px;
    height: auto;
    background-position: 0;
    background-size: cover;
    background-position-x: 70%;
  }
  .info-block .container {
    height: 100%;
  }
  .info-block__wrapper {
    padding: 34px 20px;
    height: 100%;
  }
  .info-block__wrapper .btn {
    display: none;
  }
  .info-block__wrapper .m-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    margin-top: 0;
    padding: 0;
    bottom: 0;
  }
  .info-block:first-child {
    background-size: 100%;
  }

  .info-block-invert .info-block__wrapper {
    flex-direction: row;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content, .news__wrapper .goods-content {
    -moz-column-count: 1;
    column-count: 1;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    width: 578px;
    margin: 0 auto;
  }
  .news__wrapper .goods-content {
    margin-top: 30px;
  }

  .pagination {
    padding: 40px 0;
  }
  .pagination .pages li {
    display: none;
  }
  .pagination .pages li:first-child {
    display: flex;
  }
  .pagination .pages li:nth-child(6) {
    display: flex;
  }
  .pagination .pages li:nth-child(7) {
    display: flex;
  }

  .page-menu__wrapper {
    padding: 15px 0 0 0;
    background-color: #fff;
  }
  .page-menu__wrapper ul {
    margin-bottom: 0;
  }
  .page-menu__wrapper ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .page-menu__wrapper ul .active-link:before {
    top: -35px;
  }

  #map {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .article-event {
    background-image: none !important;
    border-bottom: none;
  }
  .article-event__wrapper {
    padding: 0;
  }
  .article-event_banner {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  .article-event_banner .bread-crumbs {
    padding: 0 20px;
    width: auto;
  }
  .article-event_banner .bread-crumbs a {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2) {
    display: flex;
    padding-left: 12px;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):after {
    display: none;
  }
  .article-event_banner .bread-crumbs a:nth-child(2):before {
    content: "<";
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 12px;
    height: 10px;
    width: 10px;
  }
  .article-event_banner h1 {
    padding: 59px 20px 0 20px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    order: 0;
  }
  .article-event_banner .article-event_img {
    display: block;
    width: 100%;
    margin-top: 34px;
    order: 2;
  }
  .article-event_banner .article-event_img img {
    width: 100%;
  }
  .article-event_banner .subtitle {
    order: 4;
    padding: 0 20px;
    margin-top: 43px;
    max-width: 100%;
  }
  .article-event_banner .article-event_date {
    position: relative;
    bottom: 0;
    order: 1;
    padding: 0 20px;
    margin-top: 24px;
  }

  .article-content {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .article-content ul {
    font-size: 20px;
    line-height: 30px;
  }
  .article-content ul li {
    border-bottom: 1px solid #efefef;
  }
  .article-content ul li span {
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
  }

  .another-articles {
    padding-top: 35px;
  }
  .another-articles .block-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .another-articles__wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 0 !important;
    width: 320px;
  }
  .another-articles_card {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    width: 280px;
  }
  .another-articles_card__img {
    width: 100%;
  }
  .another-articles_card__img img {
    width: 100%;
  }
  .another-articles_card__date {
    font-size: 12px;
    line-height: 25px;
    margin-top: 27px;
    margin-bottom: 0;
  }
  .another-articles_card__title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 7px;
  }
  .another-articles .slick-dots {
    bottom: 15px;
    left: 0;
  }

  .search-list {
    margin-top: 30px;
  }
  .search-list__wrapper {
    padding: 0 20px;
  }
  .search-list__wrapper .dataTables_wrapper .dataTables_filter input {
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin-bottom: 40px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td {
    padding: 20px;
    padding-left: 20px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:first-child {
    color: #A0A0A0;
    padding-top: 35px;
  }
  .search-list__wrapper .search-table.dataTable tbody tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .privacy {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .privacy h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 27px;
  }
  .privacy span {
    font-size: 14px;
    line-height: 25px;
  }
  .privacy .approve .privacy-approve {
    padding: 25px 0;
    margin-left: 0;
    padding-left: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacy .approve .privacy-approve:before {
    left: 0;
  }

  .table__wrapper {
    padding: 45px 20px;
  }

  .certificate {
    padding: 0 20px;
  }
  .certificate .block-title {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .certificate .certificate__wrapper {
    padding: 0;
    grid-template-columns: 1fr 1fr;
  }

  .dorco-word__wrapper {
    padding: 0 20px;
  }
  .dorco-word__wrapper h1 {
    padding-top: 58px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }
  .dorco-word__content {
    justify-content: space-around;
  }
  .dorco-word__content img {
    display: none;
  }
  .dorco-word__content .content-block {
    margin-bottom: 34px;
  }
  .dorco-word__content .content-block h1 {
    margin-bottom: 34px;
  }

  .slick-arrow {
    display: none !important;
  }

  .inform-block__right, .inform-block__left {
    height: 400px;
  }
  .inform-block__right .image-block, .inform-block__left .image-block {
    width: 50%;
  }
  .inform-block__right .image-block img, .inform-block__left .image-block img {
    width: 100%;
  }
  .inform-block__right .image-block {
    left: -85px;
  }
  .inform-block__left .image-block {
    left: -50px;
  }
  .inform-block__bg {
    background-size: 50% !important;
  }
  .inform-block__history {
    background-size: cover;
  }
  .inform-block__history .image-block {
    display: none;
  }
  .inform-block__wrapper {
    padding: 0 80px;
  }
  .inform-block__wrapper .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .inform-block__wrapper .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .inform-block__wrapper .text-block a {
    margin-top: 14px;
  }

  .inform-block__left.inform-block__bg {
    background-size: contain;
  }

  .our-tech-banner {
    background-size: 50%;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .our-tech-banner__wrapper {
    padding: 58px 20px 0 20px;
  }
  .our-tech-banner__wrapper .our-tech_block {
    flex-direction: column;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block div {
    height: 245px;
    left: -90px;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block div img {
    width: 100%;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block div:last-child {
    left: 45px;
    height: 300px;
  }
  .our-tech-banner__wrapper .our-tech_block h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
  }
  .our-tech-banner__wrapper .our-tech_block .subtitle span {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block .img-block {
    order: 1;
    width: 100%;
    height: 190px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block {
    order: 0;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-tech-banner__wrapper .our-tech_block .text-block h4 {
    display: none;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .text-block {
    margin-top: 0;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block {
    height: 305px;
  }
  .our-tech-banner__wrapper .our-tech_block:last-child .img-block img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .detail-block .block-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .detail-block_content {
    padding: 0 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .detail-block_content .text-block {
    padding: 50px 0;
  }
  .detail-block_content .text-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .detail-block_content .text-block span {
    size: 14px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .detail-block_content .image-block img {
    width: 100%;
    max-width: 450px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nothing2hide-header {
    padding: 0 20px;
  }
  .nothing2hide-header h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 48px;
    margin-bottom: 30px;
  }
  .nothing2hide-header span {
    line-height: 25px;
    padding-bottom: 41px;
  }

  .nothing2hide-videoblock__content {
    padding: 0 45px;
  }

  .nothing2hide-block__wrapper {
    padding: 0;
  }
  .nothing2hide-block__wrapper .block-title {
    margin-top: 34px;
    margin-bottom: 31px;
    padding: 0 20px;
  }
  .nothing2hide-block__wrapper .content-img {
    width: 100%;
  }
  .nothing2hide-block__wrapper .content-img img {
    width: 100%;
  }
  .nothing2hide-block__wrapper .content-img .slick-dots {
    bottom: -40px;
  }
  .nothing2hide-block__wrapper .content-info {
    padding: 0 20px;
    padding-bottom: 50px;
  }
  .nothing2hide-block__wrapper .content-info a {
    margin: 0 auto !important;
  }
  .nothing2hide-block__wrapper .content-blog {
    margin-top: 32px;
  }
  .nothing2hide-block__wrapper .content-blog .text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 25px;
    max-width: 50%;
    margin-left: 0;
  }
  .nothing2hide-block__wrapper .content-blog .text img {
    display: none;
  }
  .nothing2hide-block__wrapper .content-blog .photos {
    right: 0;
    height: 370px;
  }

  .where2buy-head {
    padding: 46px 20px 30px;
  }
  .where2buy-head .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  .where2buy-head .text {
    padding-top: 26px;
  }

  .where-to-buy_content {
    justify-content: center;
  }

  .dorco-timeline {
    display: none;
  }

  .error-404 .container a.logo, .error-500 .container a.logo {
    left: 50px;
  }

  .nothing2hide-banner {
    background-position-x: 96%;
  }

  .article-block__wrapper {
    margin: 0px;
    padding: 0 80px;
  }
  .article-block__img {
    width: 40%;
    left: -50px;
  }
  .article-block__content {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .desktop-menu {
    top: 100px;
  }

  .show-menu:after {
    top: 100px;
  }

  .desktop-menu-show {
    height: 575px;
  }

  .desktop-menu__wrapper {
    width: 100%;
    padding: 0 120px;
  }
  .desktop-menu__wrapper .menu-block ul {
    margin-top: 50px;
  }

  .search-input {
    top: 100px;
  }
  .search-input .search-input__wrapper {
    padding: 0 120px;
  }
  .search-input .search-input__wrapper a {
    right: 120px;
  }

  .header {
    padding: 0 40px;
    height: 100px;
  }
  .header-wrap {
    height: 100px;
    padding: 0;
  }
  .header-search button {
    margin-right: 30px;
  }

  .header-menu ul {
    margin-left: 10px;
  }
  .header-menu ul li {
    margin: 0 14.5px;
  }

  .slider {
    height: 349px;
  }

  .slide {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .slide-content {
    width: 100%;
    height: 100%;
    padding-left: 120px;
  }
  .slide-title {
    font-size: 33px;
    line-height: 35px;
  }
  .slide-img {
    height: 100%;
  }
  .slide-img img {
    width: 100%;
    -o-object-position: 200px;
    object-position: 200px;
  }

  .features {
    margin-top: 50px;
  }
  .features .block-title {
    font-size: 24px;
    line-height: 35px;
  }
  .features .button-block {
    height: 270px;
    width: 270px;
  }
  .features-buttons {
    height: 500px;
  }
  .features-selector {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 50px;
  }
  .features-img {
    margin-left: 0;
    height: 540px;
    width: 50%;
  }
  .features-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .features-product {
    width: 100%;
    height: 440px;
  }
  .features-product-title {
    font-size: 33px;
  }
  .features-product-img img {
    width: 100%;
    height: 100%;
  }
  .features-products {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .features-products a {
    width: 50%;
    max-width: 650px;
  }

  .bg_mud-blue {
    background-position-x: 300px;
    background-position-y: 100%;
  }

  .razors-content {
    justify-content: center;
  }
  .razors-wrapper {
    padding: 50px 0;
  }
  .razors-wrapper .title {
    font-size: 44px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
  }
  .razors-wrapper .product-block {
    margin: 0 5px;
  }
  .razors-wrapper .btn {
    margin-top: 50px;
  }

  .nothing2hide-block__wrapper .content-blog .text {
    margin-left: 0;
  }

  .nothing2hide-content {
    width: 1200px;
    margin: 0 auto;
    justify-content: normal;
  }
  .nothing2hide-content__block {
    padding: 50px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 395px;
  }
  .nothing2hide-content__block .block-img {
    width: 295px;
    height: 300px;
  }
  .nothing2hide-content__collection {
    padding: 0;
    width: 400px;
  }
  .nothing2hide-content__collection .small-block {
    padding: 50px;
    height: 200px;
    width: 200px;
  }
  .nothing2hide-content__collection .small-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nothing2hide-content__collection .big-block {
    padding: 50px;
  }
  .nothing2hide-wrapper {
    padding: 50px 0 0;
  }
  .nothing2hide-wrapper .btn {
    margin-bottom: 50px;
  }

  .feedback-slider {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
  .feedback-wrapper {
    padding: 91px 165px 125px;
  }
  .feedback-wrapper .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .feedback-wrapper .slick-prev {
    left: -40px;
  }
  .feedback-wrapper .slick-next {
    right: -40px;
  }

  .video-wrapper {
    padding-left: 50px;
  }

  .articles-wrapper .article {
    padding: 50px 0 0 50px;
    background-position-x: 50%;
  }
  .articles-wrapper .article .btn {
    bottom: 50px;
    left: 50px;
  }
  .articles-wrapper .article-big {
    padding-left: 50px;
    width: 600px;
    background-position-x: 100%;
  }
  .articles-wrapper .article-big .btn {
    left: 50px;
  }

  .article-event_banner h1 {
    font-size: 54px;
    line-height: 65px;
  }

  .where2buy .title-img {
    right: 150px;
  }

  .footer {
    height: 420px;
  }
  .footer:before {
    top: 111px;
  }
  .footer:after {
    bottom: 81px;
  }
  .footer-wrapper {
    width: 991px;
    padding: 0 20px;
  }
  .footer-wrapper .social-block {
    padding: 30px 0;
  }
  .footer-wrapper .copyright-block {
    padding: 30px 0;
  }
  .footer-wrapper .copyright-block a {
    font-size: 12px;
  }
  .footer-wrapper .menu-block {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    height: 220px;
  }
  .footer-wrapper .menu-block ul span {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-wrapper .menu-block ul li a {
    font-size: 14px;
  }

  .catalog-banner__wrapper, .certificate__wrapper, .table__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-content__wrapper,
.another-articles__wrapper,
.article-event__wrapper,
.our-tech-banner__wrapper,
.search-list__wrapper,
.nothing2hide-block__wrapper {
    padding: 0 40px;
  }

  .inform-block__left.inform-block__bg {
    background-size: 50% !important;
    background-position: 50px 50px;
  }

  .detail-block_content {
    padding: 0 145px;
  }

  .inform-block__wrapper {
    padding: 0 100px;
  }
  .inform-block .image-block {
    left: 0 !important;
  }
  .inform-block__history {
    background-size: cover;
  }
  .inform-block__history .image-block {
    display: none;
  }

  .detail-block_right .image-block {
    right: 0;
  }

  .item-features__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-features__wrapper .item-features__buttons {
    width: 55%;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content .news-card {
    max-width: 600px;
    padding: 45px 0px 0 0px;
    margin: 0 auto;
  }
  .news__wrapper .news-content .news-card__subtitle, .news__wrapper .news-content .news-card__title {
    padding-right: 45px;
  }

  .nothing2hide-block .content-img {
    width: 100%;
  }
  .nothing2hide-block .content-img img {
    width: 100%;
  }
  .nothing2hide-block .content-blog .photos {
    right: 0;
  }

  .where-to-buy_content {
    justify-content: center;
  }

  .error-404 .container a.logo, .error-500 .container a.logo {
    left: 100px;
  }

  .article-block__wrapper {
    margin: 0px;
    padding: 0 100px;
  }
  .article-block__img {
    width: 40%;
    left: -50px;
  }
  .article-block__content {
    padding: 70px 0;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .container {
    max-width: 1441px;
  }

  .slider {
    height: 400px;
  }

  .slide {
    padding-top: 20px;
  }
  .slide-content {
    width: 100%;
    height: 100%;
    padding-left: 195px;
    padding-bottom: 40px;
  }

  .slide-img {
    height: 100%;
  }
  .slide-img img {
    width: 100%;
    -o-object-position: 100px;
    object-position: 100px;
  }

  .features-img {
    margin-left: 0;
  }
  .features-selector {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .feedback-wrapper {
    padding: 91px 0 125px;
    width: 1290px;
    margin: 0 auto;
  }
  .feedback-wrapper .slick-prev {
    left: -40px;
  }
  .feedback-wrapper .slick-next {
    right: -40px;
  }

  .articles-wrapper .article {
    width: 100%;
  }

  .footer-wrapper {
    width: 1400px;
  }

  .nothing2hide-block__wrapper {
    padding: 0 175px;
  }

  .catalog-banner__wrapper, .certificate__wrapper, .table__wrapper, .razors-wrapper, .nothing2hide-wrapper {
    padding-left: 65px;
    padding-right: 65px;
  }

  .page-content__wrapper,
.info-block__wrapper,
.another-articles__wrapper,
.article-event__wrapper,
.our-tech-banner__wrapper,
.detail-block_content,
.search-list__wrapper,
.nothing2hide-block__wrapper {
    padding: 0 65px;
  }

  .item-features__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .nothing2hide-block .content-img {
    width: 100%;
  }
  .nothing2hide-block .content-img img {
    width: 100%;
  }
  .nothing2hide-block .content-blog .photos {
    right: 0;
  }

  .inform-block__left.inform-block__bg {
    background-size: 50% !important;
    background-position: 50px 50px;
  }

  .inform-block {
    background-size: contain;
  }
  .inform-block__history {
    background-size: auto;
  }
  .inform-block__history .image-block {
    display: none;
  }

  .bg-position-reset {
    background-position: -10% 50% !important;
  }

  .news__wrapper {
    padding: 0 20px;
  }
  .news__wrapper .news-content .news-card {
    margin: 0 auto;
  }

  .error-404 .container a.logo, .error-500 .container a.logo {
    left: 100px;
  }

  .article-block__wrapper__content {
    padding: 70px 0;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .slide-img img {
    -o-object-position: 100px;
    object-position: 100px;
  }
}
@media (min-width: 2001px) {
  .slide-img img {
    -o-object-position: 500px;
    object-position: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .article-menu {
    left: 30px;
  }
  .article-menu ul {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .article-menu ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .article-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .article-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .article-content span {
    font-size: 14px;
    line-height: 25px;
  }
  .article-content p {
    font-size: 14px;
    line-height: 25px;
  }
  .article-content p.article-strong {
    font-size: 16px;
    line-height: 28px;
  }
  .article-content ul.list, .article-content ol.list {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .article-content ul.list li, .article-content ol.list li {
    font-size: 14px;
    line-height: 25px;
    margin-left: 40px;
    padding: 10px 0;
  }
  .article-content ul.list li:first-child, .article-content ol.list li:first-child {
    margin-top: 20px;
  }
  .article-content ul.list li:before, .article-content ol.list li:before {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    left: -40px;
  }

  .article-content-box {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .article-content-box img {
    max-width: 100%;
    width: 100%;
  }
  .article-content-box .info-box {
    max-width: 100%;
    margin-top: 25px;
  }
  .article-content-box .info-box h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .article-content-box .info-box p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .article-content-box .info-box .btn {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
  }

  .article-menu {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .footer-wrapper .social-block__buttons .social-btn.social-btn__music {
    display: flex;
  }

  .where-to-buy .card-stick {
    top: 25px;
    left: 25px;
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 576px) {
  .article-event {
    margin-bottom: 0;
  }

  .article-content p {
    margin-bottom: 25px;
  }
  .article-content h2 {
    margin-top: 50px;
  }
  .article-content h2 + p {
    margin-top: 25px;
  }
  .article-content h2 + img {
    margin-top: 25px;
  }
  .article-content p + img {
    margin-bottom: 25px;
  }
  .article-content table {
    display: block;
    padding: 0 20px;
    max-width: 100%;
    overflow-x: scroll;
  }
  .article-content table tr td {
    font-size: 14px;
    line-height: 20px;
  }
  .article-content table tr th {
    font-size: 11px;
    line-height: 20px;
  }
  .article-content table tr td, .article-content table tr th {
    min-width: 200px;
  }

  .article-product {
    flex-wrap: wrap;
  }
  .article-product img {
    max-width: 100%;
    margin: 0 auto;
    order: 1;
  }
  .article-product .product-info {
    padding: 0;
    order: 0;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: -15px;
    z-index: 5;
  }
  .article-product .product-info p {
    display: none;
  }
}
.cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  display: none;
  margin-left: auto;
  border-radius: 8px;
  padding: 32px;
  max-width: 535px;
  background-color: #fff;
}
@media screen and (max-width: 766.5px) {
  .cookie {
    padding: 24px;
  }
}
.cookie_active {
  display: block;
}
.cookie__caption {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #172c61;
}
.cookie__text {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #172c61;
}
@media screen and (max-width: 766.5px) {
  .cookie__text {
    font-size: 15px;
  }
}
.cookie__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 766.5px) {
  .cookie__bottom {
    gap: 14px;
  }
}
.cookie__agree {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  color: #172c61;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 766.5px) {
  .cookie__agree {
    font-size: 15px;
  }
}

.progress-ring {
  position: absolute;
  top: -6px;
  left: -6px;
}

.progress-ring__circle {
  stroke-dashoffset: -10;
  transform-origin: center;
  transform: rotate(-90deg);
}

.scroll-off {
  overflow: hidden;
}
/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/dorco/styles.css?170299754551*/
.riserboards__item-name {
	display: inline-block;
}
/* End */


/* Start:/local/templates/dorco/template_styles.css?1702997545111*/
.header-menu ul {
	margin-block-start: 1em;
    margin-block-end: 1em;
}
.d-none {
	display: none !important;
}
/* End */
/* /css/slick.css?17029975381811 */
/* /css/slick-theme.css?17029975382887 */
/* /css/aos.css?170299753831048 */
/* /head-foot/head-foot.css?170299754521750 */
/* /css/main.css?1758900157321379 */
/* /local/templates/dorco/styles.css?170299754551 */
/* /local/templates/dorco/template_styles.css?1702997545111 */
