@charset "utf-8";
@font-face {
    font-family: gilroy-mediumuploaded_file;
    src: url(../fonts/gilroy-medium-webfont.woff2) format("woff2"), url(../fonts/gilroy-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bernier-reg';
    src: url('../fonts/BERNIERREGULAR.eot');
    src: url('../fonts/BERNIERREGULAR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BERNIERREGULAR.woff2') format('woff2'),
        url('../fonts/BERNIERREGULAR.woff') format('woff'),
        url('../fonts/BERNIERREGULAR.ttf') format('truetype'),
        url('../fonts/BERNIERREGULAR.svg#BERNIERREGULAR') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bernier-dis';
    src: url('../fonts/BERNIERDISTRESSED.eot');
    src: url('../fonts/BERNIERDISTRESSED.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BERNIERDISTRESSED.woff2') format('woff2'),
        url('../fonts/BERNIERDISTRESSED.woff') format('woff'),
        url('../fonts/BERNIERDISTRESSED.ttf') format('truetype'),
        url('../fonts/BERNIERDISTRESSED.svg#BERNIERDISTRESSED') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bernier-reg {
	font-family: 'bernier-reg', sans-serif;
}

.bernier-dis {
	font-family: 'bernier-dis', sans-serif;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
html {
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    cursor: none;
}
body {
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #342e2e;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
    font-family: gilroy-mediumuploaded_file;
}
main {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: inherit;
    margin: 0;
}
a {
    outline: 0;
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
a:active,
a:focus,
a:hover,
a:visited {
    color: #eca530;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
img {
    border-style: none;
}
.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}
select {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
button,
input {
    overflow: visible;
}
li,
ul {
    list-style: none;
}
::-moz-selection {
    color: #fff;
    background: #eca530;
}
::selection {
    color: #fff;
    background: #eca530;
}
.cf:after,
.cf:before {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
section {
    float: left;
    width: 100%;
}
.ultra {
    font-family: Ultra, serif;
}
.position--relative {
    position: relative;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.container__wrapper {
    float: left;
    width: 100%;
}
.container__1850 {
    max-width: 1850px;
}
.container__1710 {
    max-width: 1710px;
}
.container__1360 {
    max-width: 1360px;
}
.container__1300 {
    max-width: 1300px;
}


/* bic 2021 */


.new .Header__block {
    background: url(../images/bic/bg-bic-new.jpg) top center no-repeat;
    height: 1260px;
	position: relative;
	z-index: 1;
}

.new .collection {
	background: #fff;
}

.new .Header__block:before {
	content: '';
	background: url('../images/bic/icn-pattern-topL.png') top left no-repeat;
	width: 624px;
	height: 829px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
}

.new .Header__block:after {
	content: '';
	background: url('../images/bic/icn-pattern-topR.png') top right no-repeat;
	width: 564px;
	height: 897px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
}

.new .collection {
	z-index: 1;
}

.new .collection:before {
	content: '';
	background: url('../images/bic/icn-pattern-section-left.png') top left no-repeat;
	width: 51px;
	height: 887px;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: -1;
	background-size: cover;
}

.new .collection:after {
	content: '';
	background: url('../images/bic/icn-pattern-section-right.png') top right no-repeat;
	width: 49px;
	height: 686px;
	position: absolute;
	top: 150px;
	right: 0;
	z-index: -1;
	background-size: cover;
}

.new .benefice {
	z-index: 1;
}

.new .benefice:before {
	content: '';
	background: url('../images/bic/icn-pattern-section-left.png') top left no-repeat;
	width: 51px;
	height: 887px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
}

.new .benefice:after {
	content: '';
	background: url('../images/bic/icn-pattern-section-right.png') top right no-repeat;
	width: 49px;
	height: 686px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
}

.new .tips {
	background: #ededed;
	position: relative;
	z-index: 1;
}

.new .tips:before {
	content: '';
	background: url('../images/bic/icn-pattern-bottomL.png') bottom left no-repeat;
	width: 624px;
	height: 831px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
}

.new .tips:after {
	content: '';
	background: url('../images/bic/icn-pattern-bottomR.png') bottom right no-repeat;
	width: 673px;
	height: 1025px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
}

.block__desc--title.bernier-dis {
	font-size: 50px;
	line-height: 110%;
}

.block__desc--text.bernier-reg {
	font-size: 55px;
	line-height: 110%;
	padding: 0;
}

.collection__title.bernier-dis {
	font-size: 75px;
	line-height: 110%;
}

.benefice__title.bernier-dis {
	font-size: 75px;
	line-height: 110%;
}

.tips__title.bernier-dis {
	font-size: 75px;
	line-height: 110%;
}




























/* end bic 2021 */

.Header__block {
    padding-top: 45px;
    background: url(../images/interface/header_bkg.jpg) top center no-repeat;
    height: 1123px;
}
.element__shape {
    width: 10.9729%;
    max-width: 203px;
}
.element__shape--left {
    float: left;
}
.element__shape--right {
    float: right;
}
.element__logo {
    width: 22.4324%;
    max-width: 415px;
    margin: 0 auto;
    min-width: 200px;
}
.block__shave {
    float: left;
    width: 100%;
    margin-top: 108px;
}
.element__small--shape {
    max-width: 122px;
    width: 7.1345%;
    position: absolute;
    left: -2.0467%;
    top: -37px;
}
.element__bot--shape {
    max-width: 149px;
    width: 8.7134%;
    position: absolute;
    right: -4.269%;
    bottom: -32px;
}
.block__shave--box {
    background: #fff;
    width: 100%;
    float: left;
    padding: 25px 25px;
}
.block__box--left {
    width: 66.9277%;
    max-width: 980px;
    float: left;
}
.box {
    display: inline-block;
    width: 980px;
    height: 680px;
    position: relative;
}
#unshave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}
#shave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.block__box--right {
    width: 33.0722%;
    max-width: 549px;
    float: left;
    padding-left: 3.3132%;
}
.block__desc {
    float: left;
    width: 100%;
    max-width: 480px;
    padding-top: 10%;
    position: relative;
}
.block__desc--title {
    font-size: 20px;
    line-height: 29px;
    color: #342e2e;
    text-align: center;
    text-transform: uppercase;
}
.block__desc--text {
    font-size: 34px;
    line-height: 45px;
    color: #eca530;
    text-align: center;
    text-transform: uppercase;
    padding: 0 6%;
    margin-top: 32px;
    margin-bottom: 130px;
}
.line__separetor {
    padding: 10px 6%;
}
.block__color--box {
    float: left;
    margin-left: -30%;
    height: 63px;
    padding: 0 75px 0 65px;
    line-height: 63px;
    text-transform: uppercase;
    text-align: center;
    background: #f3931f;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    z-index: 3;
    position: relative;
}
.block__color--box span {
    display: block;
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.block__color--box::before {
    content: "";
    width: 56px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/interface/razor_icon.svg) 5% -2px no-repeat;
    background-size: 137%;
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.block__info {
    font-size: 26px;
    line-height: 30px;
    color: #342e2e;
    float: left;
    width: 100%;
    margin-top: 54px;
    position: relative;
}
.spiral--arrow {
    position: absolute;
    height: 265px;
    width: 423px;
    top: -246px;
    left: -70%;
    z-index: 3;
}
.block__info .mobi {
    display: none;
}
.element__razor {
    width: 107px;
    position: absolute;
    z-index: 3;
}
.element__razor--first {
    right: 58px;
    bottom: 172px;
}
.element__razor--second {
    right: -66px;
    bottom: 86px;
}
.collection {
    background: url(../images/interface/brick_bkg_02.jpg) center center repeat;
    padding-top: 190px;
    padding-bottom: 165px;
}
.collection__title {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #eca530;
    text-transform: uppercase;
}
.collection__text {
    font-size: 26px;
    line-height: 34px;
    color: #342e2e;
    text-align: center;
    margin-top: 20px;
}
.collection__products {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 115px;
}
.big--img {
    position: relative;
    z-index: 2;
}
.products {
    display: inline-block;
    vertical-align: top;
    max-width: 445px;
    width: 28.5384%;
    position: relative;
}
.products:nth-child(2) {
    margin: 0 5%;
}
.element__graphic--left {
    width: 79.5221%;
    max-width: 233px;
    position: absolute;
    left: -12.9146%;
    bottom: -30px;
}
.element__graphic--right {
    width: 79.5221%;
    max-width: 233px;
    position: absolute;
    right: 2.0854%;
    bottom: -16px;
}
.element__graphic--center {
    width: 188.7029%;
    max-width: 451px;
    position: absolute;
    top: 143px;
    right: 0.0854%;
}
.benefice {
    padding: 150px 0;
}
.benefice__text {
    float: left;
    max-width: 825px;
    width: 60.6617%;
}
.benefice__desc {
    width: 100%;
    float: left;
    padding-right: 19.3939%;
}
.benefice__title {
    font-size: 35px;
    line-height: 46px;
    color: #eca530;
    text-transform: uppercase;
}
.benefice__desc .line__separetor {
    padding: 0;
    width: 100%;
    max-width: 440px;
}
.benefice-_text {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #342e2e;
    line-height: 30px;
    margin-top: 70px;
}
.benefice__img {
    float: left;
    max-width: 535px;
    width: 39.3382%;
    position: relative;
}
.element__top--shape {
    max-width: 122px;
    width: 22.8037%;
    position: absolute;
    left: -6.7289%;
    top: -6.0301%;
}
.element__right--shape {
    max-width: 149px;
    width: 27.8504%;
    position: absolute;
    right: -9.9065%;
    bottom: -4.8576%;
}
.element__skew--shape {
    width: 4.6728%;
    position: absolute;
    left: -4.6728%;
    bottom: 10.8877%;
}
.tips {
    background: url(../images/interface/footer_bkg.jpg) top left no-repeat;
    padding: 150px 0 110px 0;
    position: relative;
    background-size: cover;
}
.tips__title {
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
    color: #eca530;
}
.tips .line__separetor {
    padding: 0;
    width: 100%;
    max-width: 445px;
}
.footer__element {
    max-width: 203px;
    width: 10.5729%;
    position: absolute;
    top: 25%;
}
.footer__element--left {
    left: 2.0833%;
}
.footer__element--right {
    right: 2.0833%;
}
.accordion__main {
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 175px;
}
.accordion-head {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 20px;
    line-height: 46px;
    color: #342e2e;
    padding: 19px 44px;
    border: 2px solid #342e2e;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 30px;
}
.accordion-head.open,
.accordion-head:hover {
    background: #eca530;
    color: #fff;
}
.accordion-head.open {
    margin-bottom: 0;
}
.accordion-head::after {
    content: "+";
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 44px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.accordion-head.open::after {
    content: "-";
}
.accordion-body {
    height: auto;
    display: none;
    padding: 19px 44px;
    font-size: 20px;
    line-height: 30px;
    color: #342e2e;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.brand__logo {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #342e2e;
    line-height: 30px;
}
.brand__logo p {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.brand__logo--img {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}
.cursor {
    position: absolute;
    background-color: #eca530;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}
.cursor-follower {
    position: absolute;
    background-color: rgba(236, 165, 48, 0.4);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(5px, 5px) scale(1);
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-transform: translate(5px, 5px) scale(1);
    -moz-transform: translate(5px, 5px) scale(1);
    -ms-transform: translate(5px, 5px) scale(1);
    -o-transform: translate(5px, 5px) scale(1);
}
.cursor.cursor__right {
    background: url(../images/interface/img_razor-right.png) center center no-repeat;
    background-size: 100%;
    width: 112px;
    height: 144px;
}
.cursor-follower.cursor__right {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.cursor.cursor__left {
    background: url(../images/interface/img_razor-left.png) -10px center no-repeat;
    background-size: 100%;
    border: 1px solid red;
    width: 80px;
    height: 103px;
}
.cursor-follower.cursor__left {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.cursor.cursor__link--active {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.cursor-follower.cursor__link--active {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
}
.cursor.cursor__link--active {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.cursor-follower.cursor__acc--active {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    background-color: rgba(0, 0, 0, 0.4);
}
.moving-hand {
    position: absolute;
    z-index: 5;
    width: 35px;
    height: 46px;
    display: none;
    left: 42%;
    top: 340px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation: wink 0.8s alternate infinite;
    -moz-animation: wink 0.8s alternate infinite;
    -o-animation: wink 0.8s alternate infinite;
    animation: wink 0.8s alternate infinite;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
@-webkit-keyframes wink {
    0% {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
    }
    100% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}
@keyframes wink {
    0% {
        -webkit-transform: rotate(-40deg);
        -moz-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    100% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
	/* new bic */
	
	.new .Header__block:before {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}

	.new .Header__block:after {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}
	
	.new .collection:before {
		content: '';
		width: 40px;
		height: 600px;
		background-size: 90%;
	}

	.new .collection:after {
		width: 40px;
		height: 600px;
		background-size: 90%;
	}
	
	.new .benefice:before {
		width: 25px;
    	height: 600px;
    	background-size: 60%;
	}

	.new .benefice:after {
		width: 40px;
		height: 600px;
		background-size: 90%;
	}

	.new .tips:before {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}

	.new .tips:after {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}

}

@media screen and (min-width: 1318px) and (max-width: 1366px) {
    .container {
        width: 97%;
    }
    .box {
        width: 835px;
        height: 580px;
        overflow: hidden;
    }
    .spiral--arrow {
        top: -245px;
    }
    .block__desc--title {
        font-size: 17px;
        line-height: 22px;
    }
    .block__desc--text {
        font-size: 21px;
        line-height: 29px;
        margin-top: 22px;
        margin-bottom: 100px;
    }
    .element__razor--second {
        right: 0;
    }
    .block__color--box {
        padding: 0 66px 0 41px;
        font-size: 13px;
    }
    .block__info {
        font-size: 22px;
    }
    .collection {
        padding-top: 90px;
    }
    .products {
        width: 19%;
    }
    .tips__title {
        margin-left: 5%;
    }
    .tips .line__separetor {
        padding-left: 5%;
    }
    .accordion__main {
        width: 90%;
        margin-top: 70px;
        margin-bottom: 150px;
        margin-left: 5%;
    }
	
	
	/* new bic */
	
	.new .Header__block:before {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}

	.new .Header__block:after {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}
	
	.new .collection:before {
		content: '';
		width: 40px;
		height: 600px;
		background-size: 90%;
	}

	.new .collection:after {
		width: 40px;
		height: 600px;
		background-size: 90%;
	}
	
	.new .benefice:before {
		width: 25px;
    	height: 600px;
    	background-size: 60%;
	}

	.new .benefice:after {
		width: 40px;
		height: 600px;
		background-size: 90%;
	}

	.new .tips:before {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}

	.new .tips:after {
		width: 400px;
		height: 600px;
		background-size: 90%;
	}
	
	
}
@media screen and (min-width: 1200px) and (max-width: 1319px) {
    .Header__block {
        height: 980px;
    }
    .container {
        width: 97%;
    }
    .box {
        width: 750px;
        height: 520px;
        overflow: hidden;
    }
    .spiral--arrow {
        top: -168px;
        height: 265px;
        width: 304px;
        left: -71%;
    }
    .block__desc--title {
        font-size: 17px;
        line-height: 22px;
    }
    .block__desc--text {
        font-size: 24px;
        line-height: 32px;
        margin-top: 22px;
        margin-bottom: 100px;
    }
    .element__razor--first {
        right: -48px;
    }
    .element__razor--second {
        right: 0;
    }
    .block__color--box {
        padding: 0 66px 0 41px;
        font-size: 12px;
    }
    .block__info {
        font-size: 20px;
        margin-top: 15px;
    }
    .collection {
        padding-top: 90px;
    }
    .products {
        width: 19%;
    }
    .tips__title {
        margin-left: 5%;
    }
    .tips .line__separetor {
        padding-left: 5%;
    }
    .accordion__main {
        width: 90%;
        margin-top: 70px;
        margin-bottom: 150px;
        margin-left: 5%;
    }
    .brand__logo--img {
        max-width: 260px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .Header__block {
        height: 980px;
    }
    .container {
        width: 97%;
    }
    .box {
        width: 700px;
        height: 520px;
        overflow: hidden;
    }
    .spiral--arrow {
        top: -168px;
        height: 265px;
        width: 304px;
        left: -71%;
    }
    .block__desc--title {
        font-size: 17px;
        line-height: 22px;
    }
    .block__desc--text {
        font-size: 24px;
        line-height: 32px;
        margin-top: 22px;
        margin-bottom: 100px;
    }
    .element__razor--first {
        right: -48px;
    }
    .element__razor--second {
        right: 0;
    }
    .block__color--box {
        padding: 0 49px 0 24px;
        font-size: 12px;
        line-height: 53px;
        height: 53px;
    }
    .block__info {
        font-size: 20px;
        margin-top: 15px;
    }
    .collection {
        padding-top: 90px;
    }
    .products {
        width: 19%;
    }
    .tips__title {
        margin-left: 5%;
    }
    .tips .line__separetor {
        padding-left: 5%;
    }
    .accordion__main {
        width: 90%;
        margin-top: 70px;
        margin-bottom: 150px;
        margin-left: 5%;
    }
    .brand__logo--img {
        max-width: 240px;
    }
    .collection__title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
    .container {
        width: 90%;
    }
    .block__shave {
        margin-top: 50px;
    }
    .block__shave--box {
        width: 80%;
        float: none;
        padding: 25px 25px;
        overflow: hidden;
        margin: 0 auto;
    }
    .block__box--left {
        width: 100%;
    }
    .block__box--right {
        width: 100%;
        padding-left: 0;
    }
    .box {
        width: 580px;
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
        display: block;
    }
    .block__desc {
        float: none;
        padding-top: 6%;
        margin: 0 auto;
    }
    .element__razor--first {
        right: initial;
        bottom: 188px;
    }
    .block__desc--text {
        font-size: 26px;
        line-height: 34px;
    }
    .element__razor--second {
        right: 94px;
        bottom: 86px;
    }
}
@media screen and (min-width: 0) and (max-width: 799px) {
    body {
        overflow-x: scroll;
    }
    .container {
        width: 90%;
    }
    .block__info .mobi {
        display: block;
    }
    .block__info .desk {
        display: none;
    }
    .block__desc--title {
        font-size: 15px;
        padding: 0 37px;
    }
    .block__shave {
        margin-top: 50px;
    }
    .block__shave--box {
        width: 100%;
        float: none;
        padding: 0;
        overflow: hidden;
        margin: 0 auto;
    }
    .block__box--left {
        width: 100%;
    }
    .block__box--right {
        width: 100%;
        padding-left: 0;
    }
    .box {
        width: 680px;
        height: 420px;
        overflow: hidden;
        margin: 0 auto;
        display: block;
    }
    #unshave {
        left: -20%;
    }
    #shave {
        left: -20%;
    }
    .block__desc {
        float: none;
        padding-top: 50px;
        margin: 0 auto;
    }
    .element__razor--first {
        right: initial;
        bottom: 188px;
    }
    .block__desc--text {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 60px;
    }
    .element__razor--second {
        right: -10px;
        bottom: 86px;
    }
    .block__color--box {
        position: absolute;
        top: -37px;
        margin-left: 22px;
        height: 68px;
        padding: 0 20px 0 20px;
        line-height: 50px;
        font-size: 11px;
        letter-spacing: 5px;
        z-index: 3;
    }
    .block__color--box::before {
        content: initial;
    }
    .spiral--arrow {
        display: none;
    }
    .block__info {
        position: absolute;
        z-index: 3;
        top: -58px;
        font-size: 19px;
        text-align: center;
    }
    .Header__block {
        padding-top: 20px;
    }
    .element__razor {
        width: 64px;
    }
    .collection {
        padding-top: 30px;
    }
    .collection__title {
        font-size: 29px;
        line-height: 40px;
    }
    .benefice {
        padding: 52px 0;
    }
    .benefice__text {
        width: 100%;
    }
    .benefice__title {
        font-size: 28px;
        line-height: 39px;
    }
    .benefice-_text {
        margin-top: 29px;
    }
    .benefice__img {
        width: 75%;
        margin-left: 10%;
        margin-top: 41px;
    }
    .tips {
        padding: 52px 0 110px 0;
    }
    .tips__title {
        font-size: 28px;
    }
    .accordion__main {
        margin-top: 70px;
        margin-bottom: 80px;
    }
    .accordion-head {
        font-size: 15px;
        line-height: 27px;
        padding: 14px 55px 14px 20px;
    }
    .brand__logo--img {
        max-width: 165px;
    }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
    html {
        cursor: initial;
    }
    .cursor {
        display: none;
    }
    .cursor-follower {
        display: none;
    }
	
	.tips__title.bernier-dis {
		font-size: 45px;
	}

	.block__desc--title.bernier-dis {
		font-size: 30px;
	}

	.block__desc--text.bernier-reg {
		font-size: 35px;
		padding: 0 10%;
	}

	.collection__title.bernier-dis {
		font-size: 45px;
	}

	.benefice__title.bernier-dis {
		font-size: 45px;
	}

	.tips__title.bernier-dis {
		font-size: 45px;
	}

	.tc__title.bernier-dis {
		font-size: 45px;
	}
	
	.new .tips:before {
		width: 10%;
		height: 500px;
		background-size: cover;
	}
	
	.new .tips:after {
		width: 80%;
		height: 600px;
		background-size: cover;
	}
	
	.new .Header__block {
    background: url(../images/bic/bg-bic-new.jpg) top center no-repeat;
    height: 1260px;
	position: relative;
	z-index: 1;
}

.new .Header__block:before {
	display: none;
}

.new .Header__block:after {
	display: none;
}

.new .collection:before {
	display: none;
}

.new .collection:after {
	display: none;
}

.new .benefice:before {
	display: none;
}

.new .benefice:after {
	display: none;
}

.new .tips:before {
	display: none;
}

.new .tips:after {
	display: none;
}
	
	
	
	
	
	
	
}
