@font-face {
	font-family: MojitoWeb;
	src: url(../fonts/MojitoWeb.woff)
}

@font-face {
	font-family: 'PfDinDisplayPro - Medium';
	src: url(../fonts/PFDinDisplayPro-Medium.woff)
}

@font-face {
	font-family: 'PfDinDisplayPro - Regular';
	src: url(../fonts/PFDinDisplayPro-Regular.woff)
}

@font-face {
	font-family: 'PfRegalDisplayPro - Italic';
	src: url(../fonts/PFRegalDisplayPro-Italic.woff)
}

@font-face {
	font-family: 'PfRegalDisplayPro - Regular';
	src: url(../fonts/PFRegalDisplayPro-Regular.woff)
}

@font-face {
	font-family: TTNorms-Bold;
	src: url(../fonts/TTNorms-Bold.woff)
}

@font-face {
	font-family: TTNorms-ExtraBold;
	src: url(../fonts/TTNorms-ExtraBold.woff)
}

@font-face {
	font-family: TTNorms-Medium;
	src: url(../fonts/TTNorms-Medium.woff)
}

@font-face {
	font-family: TTNorms-Regular;
	src: url(../fonts/TTNorms-Regular.woff)
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:focus {
	outline: 0;
	text-decoration: none
}

* a {
	text-decoration: none
}

* a:hover {
	text-decoration: none
}

* a:focus {
	outline: 0;
	text-decoration: none
}

body {
	overflow-x: hidden;
	font-variant-ligatures: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0
}

p {
	margin: 0;
	padding: 0;
	font-size: 1.6rem
}

html {
	font-size: 10px
}

.overlay {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
	height: 10695px;
	background-image: url(../images/over.png);
	opacity: .4;
	z-index: 20;
	display: none
}

.hidden {
	width: 0;
	height: 0;
	overflow: hidden
}

.side__menu {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -8%;
	z-index: 50;
	-webkit-transition: all .4s;
	transition: all .4s
}

.side__menu li {
	list-style-type: none
}

.side__menu li:last-child a {
	margin-bottom: 0
}

.side__menu .active a:before {
	opacity: 1
}

.side__menu a {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #e7e7e7;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	margin-bottom: 4rem
}

.side__menu a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff405b), to(#fc6985));
	background-image: -webkit-linear-gradient(bottom, #ff405b 0, #fc6985 100%);
	background-image: linear-gradient(to top, #ff405b 0, #fc6985 100%);
	width: 15px;
	height: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s
}

.side__menu.active {
	right: 6.8%;
	-webkit-transition: all .4s;
	transition: all .4s
}

.container {
	width: 1170px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.section__title {
	width: 100%;
	text-align: center;
	color: #3f3f3f;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 5.8rem;
	line-height: 6.367rem;
}

#whywe .section__title {
	margin-bottom: 6px;
	margin-top: 6px;
}

.section__title span {
	display: inline-block;
	color: #CA7379;
	font-family: 'TTNorms-Bold', sans-serif;
	font-weight: 400;
	font-size: 5.8rem;
	line-height: 5.367rem;
	position: relative
}

.section__title span:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #CA7379
}

.flexi {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.button {
	-webkit-box-shadow: 0 26px 79px rgb(218 97 103);
	box-shadow: 0 26px 79px rgb(218 97 103);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	background-color: #d5546d;
	background-image: -webkit-gradient(to top, #CA7379 0, #fc6985 100%);
	background-image: -webkit-linear-gradient(to top, #CA7379 0, #fc6985 100%);
	background-image: linear-gradient(to top, #CA7379 0, #fc6985 100%);
	background: #CA7379;
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
	width: 351px;
	height: 92px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 6.4rem;
	letter-spacing: .05rem;
	-webkit-transition: all .15s;
	transition: all .15s;
	position: relative
}

.button.vid {
	width: 320px;
}

.pal {
	height: 35px;
	padding-left: 10px;
}

.button:hover .pal {
	/*display: none;*/
	z-index: 10;
}

.button span {
	position: relative;
	z-index: 10
}

/*
.button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 96%;
	height: 85%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px rgba(255, 255, 255, .1) solid;
	z-index: 5
}
*/
.header_gorod {
	font-size: 20px;
	padding-top: 6px;
	margin-top: -3px;
	border: none;
	border-bottom: none !important;
	display: block;
}

.vibor {
	font-weight: 800;
}

.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);

	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fc6985), to(#ff405b));
	background-image: -webkit-linear-gradient(bottom, #fc6985 0, #ff405b 100%);
	background-image: linear-gradient(to top, #fc6985 0, #ff405b 100%);

	background: #ca7379;
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 0
}

.button:hover {
	-webkit-transition: all .15s;
	transition: all .15s
}

.button:hover:after {
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 1
}

.main-link {
	color: #ca7379;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	display: inline-block;
	border-bottom: 1px #ca7379 dotted;
	-webkit-transition: all .15s;
	transition: all .15s
}

.arr {
	cursor: pointer;
	font-weight: 800;
}

.arr .arr_img {
	height: 10px;
}

.rot {
	transform: rotate(90deg)
}

.main-link:hover {
	-webkit-transition: all .15s;
	transition: all .15s;
	border-bottom: 1px transparent dotted
}

.side-text {
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: rgba(0, 0, 0, .2);
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 22.8rem;
	text-transform: uppercase;
	letter-spacing: .24rem;
	left: -66.3%;
	top: -8.3%;
	width: 100%
}

.header {
	background-image: url(../images/header-bg28.jpg);
	background-size: cover;
	background-position: center;
	padding-bottom: 235px
}

.header .header-bear {
	position: absolute;
	bottom: -150px;
	right: -59px
}

.header .tooltip {
	-webkit-box-shadow: 0 19px 46px rgba(254, 72, 93, .77);
	box-shadow: 0 19px 46px rgba(254, 72, 93, .77);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff405b), to(#fc6985));
	background-image: -webkit-linear-gradient(bottom, #ff405b 0, #fc6985 100%);
	background-image: linear-gradient(to top, #ff405b 0, #fc6985 100%);
	min-height: 104px;
	width: 224px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s;
	transition: all .15s;
	position: absolute;
	top: -14px;
	right: 70px;
	color: #fff;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	text-align: center;
	transition: all .15s;
	opacity: 0;
	visibility: hidden
}

.header .tooltip:before {
	content: '';
	position: absolute;
	top: 39px;
	right: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 0 0;
	border-color: #fc6985 transparent transparent transparent
}

.header .opened {
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 1;
	visibility: visible
}

.header .bullet {
	position: absolute;
	-webkit-box-shadow: 0 19px 59px rgba(45, 177, 245, .82);
	box-shadow: 0 19px 59px rgba(45, 177, 245, .82);
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 44px;
	height: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 15;
	-webkit-transition: all .15s;
	transition: all .15s
}

.header .bullet img {
	-webkit-transition: all .15s;
	transition: all .15s
}

.header .rotated {
	-webkit-transition: all .15s;
	transition: all .15s
}

.header .rotated img {
	-webkit-transition: all .15s;
	transition: all .15s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.i-mid {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.row,
.col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .bullet-1 {
	top: 36px;
	left: 58.4%
}

.mini {
	font-size: 25px;
	font-family: 'PfRegalDisplayPro - Italic';
	font-family: 'TTNORMS-REGULAR';
	line-height: 3rem;
	padding-top: 20px;
	padding-left: 15px;
	letter-spacing: 1px;
	font-weight: 500;
}

.texta {
	padding-left: 30px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 100;
	padding-top: 60px;
	max-width: 273px;
	font-size: 13px;
	line-height: 19px;
	display: flex;

	font-family: TTNorms-Regular, sans-serif;
}

.texta strong {
	display: flex;
	align-items: center;
	padding-left: 10px;
	opacity: .7;
}

.texta b {
	border-bottom: 1px solid transparent;
	text-decoration: none;
	border-color: #212121;
}

.pla {
	background: #CA7379;
	border-radius: 100%;
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
	cursor: pointer;
}

.pla:hover {
	background: #ca7379;
}

.header .bullet-2 {
	bottom: 227px;
	left: 0
}

.header .bullet-3 {
	bottom: 70px;
	right: 30px
}

.header .bullet-4 {
	bottom: 200px;
	right: 30px
}

.header .descr {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 4rem;
	width: 100%
}

.header__top-block {
	/*	padding-top: 5.6rem;*/
	padding-top: 2.6rem
}

.header__top-block .container {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__top-block--logo {
	padding-left: .3rem;
	margin-top: 24px;
}

.header__top-block--logo img {
	width: 363px;
}

.header__top-block--delivery {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 100;
	font-size: 2rem;
	padding-top: 0.3rem;
	line-height: 2.5rem;
	padding-top: 15px;
	position: relative;
	margin-top: 2rem;
	margin-right: 8.6rem;
	padding-left: 9.2rem;
	background-image: url(../images/delivery-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	z-index: 11;
}

.header__top-block--delivery.glavni {
	margin-right: 0rem;
}

.header__top-block--delivery:before {
	content: '';
	/*	background: #CA7379;*/
	left: 0;
	top: -12px;
	bottom: 0;
	z-index: -1;
	width: 90px;
	height: 90px;
	border-radius: 100px;
	right: 0;
	position: absolute;
}

.header__top-block--delivery span {
	border-bottom: 1px dotted;
}

.header__top-block--contacts {
	margin-top: 2rem;
}

.header__top-block--contacts.glav {
	margin-top: 4rem;
}

.header__top-block--contacts .on-holidays {
	color: rgb(0 0 0 / 60%);
	font-family: 'TTNorms-Bold';
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 2.5rem;
	text-align: right;
	display: none !important;
}

.header__top-block--contacts .on-holidays a.langu {
	color: rgb(0 0 0 / 60%);
	font-family: 'TTNorms-Bold';
	font-weight: 200;
}

.header__top-block--contacts .phone {
	color: #1e1e1e;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: .05rem;
	display: inline-block;
	margin-top: .3rem
}

.header__top-block--contacts .social ul {
	list-style-type: none;
	font-size: 0;
	text-align: right;
	padding-top: 1rem
}

.header__top-block--contacts .social ul li {
	display: inline-block
}

.header__top-block--contacts .social ul li a {
	display: inline-block;
	margin-left: 1rem
}

.header__top-block .social,
.capture-form .social {
	display: flex;
	justify-content: flex-end;
	margin-top: 6px;
}

.capture-form .social {
	justify-content: center;
}

.header__top-block .social a,
.capture-form .social a,
.map-section .social a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 6px;
	width: 36px;
	height: 36px;
	/* background: #BC9A80; */
	background: #CA7379;
	box-shadow: inset 4px 4px 8px rgb(255 255 255 / 33%);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.map-section .social {
	display: flex;
	justify-content: center;
	text-align: center;
}

.header__top-block .social a:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: inset 0px 0px 8px #ffffff;
}

.capture-form .social a:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: inset 0px 0px 8px #ffffff;
}

.header__top-block--contacts .social ul li a:hover {}

.header__content-block {
	padding-top: 10rem
}

.header__content-block .scroll-down {
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: rgba(0, 0, 0, .2);
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 22.8rem;
	text-transform: uppercase;
	letter-spacing: .24rem;
	left: -277px;
	top: -20px
}

.header__content-block--title {
	color: #3f3f3f;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 600;
	font-size: 5.5rem;
	line-height: 6.4rem;
	width: 100%;
}

.header__content-block--title span {
	display: inline-block;
	color: #CA7379;
	font-family: 'TTNorms-Bold';
	font-weight: 600;
	font-size: 5.6rem;
	line-height: 6.434rem;
	position: relative;
}

.header__content-block--title span:after {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../images/border.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.header__content-block--catalog {
	margin-top: 6rem
}



.scr3 {
	margin-top: 15px;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-size: contain;
	margin-top: -14rem;
	/*	background-image: url(../images/boo12.png);
	background-position: 8px 0px;
*/
	background-image: url(../images/boo13.png);
	background-position: center 0;
}

.scr3 .container {
	padding-top: 39px;
}

.scr3 .block-sub {}

.scr3 .block-sub img {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.scr3__row {
	padding-top: 90px;
}

.scr3__content {
	position: relative;
	max-width: 460px;
	margin-left: -30px;
}

.scr3 .section__title {
	width: 100%;
	text-align: left;
	margin-bottom: 2rem;
	color: #ca7379;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 5.8rem;
	line-height: 5.367rem;
}

.scr3__abs {
	position: absolute;
	display: block;
	top: -58px;
	left: -295px;
	z-index: 4;
	background: url(../images/scr3/bg-shadows.png);
	width: 282px;
	height: 290px;
	padding: 85px 0 0 75px;
}

.scr3__abs strong {
	color: #6d605b;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	font-family: 'Berlingske-web', serif;
}

.scr3__abs p {
	padding-top: 5px;
	font-size: 15px;
	line-height: 22px;
}

.mob_img {
	display: none;
}

.scr3__text p {
	/*	font-size: 2.2rem;
	line-height: 3.3rem;
*/
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 26px;
	font-family: 'TTNorms-Regular';
	opacity: 1;
}

.scr3__form {
	margin-top: 20px;
	border: 1px dashed rgba(208, 215, 223, 0.8);
	margin-left: 0px;
	margin-right: -90px;
	border-radius: 12px;
	padding: 20px 20px 20px;
}

.scr3__h1 {
	padding-left: 20px;
	font-size: 21px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'TTNorms-Regular', sans-serif;
}

.scr3__h2 {
	padding-left: 50px;
	padding-top: 12px;
	color: #858fa0;
	font-size: 17px;
	font-family: TTNorms-Regular, sans-serif;
	line-height: 24px;
	font-weight: 400;
}

.scr3__formitem {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 80px;
	background: #fff;
	border-radius: 8px;
	justify-content: space-between;
	box-shadow: inset 0 1px 0 rgba(222, 225, 233, 0.45);
}


.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	width: 100%;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.scr3__row {
	padding-top: 90px;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin-right: 50px;
	}
}

.scr3__formitem input {
	display: block;
	background-color: transparent;
	width: 300px;
	height: 100%;
	display: block;
	font-size: 16px;
	padding-left: 50px;
	border-radius: 8px;
}

.scr3__formitem .button {
	width: 250px;
	flex-shrink: 1;
	height: 100%;
	margin-left: -28px;
	cursor: pointer;
}

.scr3__flag {
	position: absolute;
	z-index: 3;
	display: block;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}



.scr2 {
	background: url(../images/scr2/bg-text.png) center 0px no-repeat;
	padding-bottom: 30px;
	margin-top: 80px;
}

.scr2 .container {
	padding-top: 0px;
	position: relative;
}

.scr2 .gifts__title {
	margin: 0 0 4rem;
}

.scr2 .block-ttl {
	padding-bottom: 80px;
}

.langu {
	display: inline-block;

}

.langu.l1 {
	border-bottom: 1px dotted;
}

.langu.l2 {
	padding-right: 1px;
	padding-left: 3px;
}

.block-ttl {
	text-align: center;
	font-size: 5.6rem;
	line-height: 5.2rem;
	font-family: 'GTEestiPro-web', sans-serif;
}

.block-sub {
	text-align: center;
	color: #a6a8b3;
	font-size: 2.4rem;
	line-height: 3.4rem;
	padding-top: 15px;
}

.scr2__houses {
	padding-top: 80px;
}

.scr2__house {
	padding-bottom: 90px;
	padding-right: 15px;
}


.scr2__slider {
	max-width: 425px;
}

.scr2__next,
.scr2__prev {
	position: absolute;
	z-index: 50;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 30px;
	outline: none;
	height: 50px;
	padding-top: 17px;
	padding-left: 3px;
	border-radius: 25px 0 0 25px;

}

.scr2__prev {
	border-radius: 0 25px 25px 0;
	left: 0;
	padding-left: 0;
	padding-right: 3px;
	right: auto;
}

.scr2__next img,
.scr2__prev img {
	width: 20px;
	height: auto;
	margin: auto;
}

.scr2__prev img {
	transform: rotate(180deg);
}

.scr2__next:hover,
.scr2__prev:hover {
	background: #1e8ad3;
}

.scr2__house img {
	display: block;
	margin-bottom: 35px;
	border-radius: 5px;
	max-width: 425px;
}

.korobka {
	display: flex;
	max-width: 425px;
	flex-wrap: wrap;
	padding: 0 9px 9px 0px;
}

.scr2__house p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 4px;

	width: 50%;
}

.scr2__house p.last {
	width: 100%;
}

.scr2__house strong {
	font-weight: 700;
}

.scr2__house-ttl {
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-family: 'GTEestiPro-web', sans-serif;
	padding-bottom: 25px;
}

.scr2__loads {
	display: block;
}

.scr2__loadbutton {}

.scr2__loadbutton .button2 {
	width: 280px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}


.cat-bl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	width: 90%;
	margin: 0 auto;
}

.cat-bl ::-webkit-scrollbar {
	width: .4rem;
	height: 4rem;
	background-color: #3a3a3a;
	border-radius: 0rem;
}

.cat-bl ::-webkit-scrollbar-thumb {
	background-color: #656565;
	border-radius: .5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cat-bl .st-bg {
	overflow: hidden;
	border-radius: 0px;
}

.st-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.cat-bl .st-bg img {
	-webkit-transition: all 2s;
	transition: all 2s;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.st-bg img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0px;
}


.cat-bl__item {
	position: relative;
	/*	width: 33.333%;
	height: 499px;
*/
	margin: 10px;
	width: 30%;
	height: 450px;
	/*	padding: 2.8rem 3rem;*/
	padding: 2.8rem 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cat-bl__item:hover .st-bg img {
	transform: scale(1);
	/*
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: blur(0.4rem);
	filter: blur(0.4rem);*/
}

.st-shadow {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 31, 37, 0.87)), color-stop(98%, rgba(30, 31, 37, 0.3)), to(rgba(30, 31, 37, 0.2)));
	background-image: linear-gradient(to top, rgba(30, 31, 37, 0.87) 0%, rgba(30, 31, 37, 0.3) 98%, rgba(30, 31, 37, 0.2) 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cat-bl__item:hover .st-shadow {
	opacity: 0;
	opacity: 1;
}

.cat-bl__item:hover .cat-bl__header {
	opacity: 0;
	opacity: 1;
}

.cat-bl__item:hover .cat-hover {
	opacity: 0;

	/*opacity: 1;
	pointer-events: auto;*/
}

.cat-bl__item:hover .st-option {
	opacity: 0;
	pointer-events: none;
}

.st-option.t16 {
	display: none;
}

.cat-bl .st-shadow {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#1e1f25), color-stop(6%, #1e1f25), color-stop(66%, rgba(30, 31, 37, 0)), color-stop(98%, rgba(30, 31, 37, 0)));
	background-image: linear-gradient(to top, #1e1f25 0%, #1e1f25 6%, rgba(30, 31, 37, 0) 66%, rgba(30, 31, 37, 0) 98%);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	/*	background-image: linear-gradient(to top, #ca7379 0%, #ca7379 6%, rgba(30, 31, 37, 0) 66%, rgba(30, 31, 37, 0) 98%);*/
}

.cat-bl__header {
	z-index: 3;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*font-size: 45px;*/
	font-size: 3.5rem;
	font-family: 'TTNorms-Regular';
}

.cat-bl__header strong {
	font-weight: 100;
}

.cat-bl__header p {
	font-size: 1.9rem;
}


.cat-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow-y: scroll;
}

.st-option {
	position: absolute;
	width: 100%;
	left: 0;
	top: 2rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	justify-content: flex-end;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	z-index: 5;
	padding-right: 2rem;
	padding-left: 3rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.st-option__item {
	margin-bottom: 1rem;
	border-radius: 1rem;
	/* transform: skewX(-20deg); */
	padding: 12px 25px;
	margin-right: 0.75rem;
	background-color: #ffffff;
	color: #282728;
	font-family: 'TTNorms-Regular';
	font-weight: 400;
	padding-left: 1.2rem;
	font-size: 25px;
	padding-right: 1.2rem;
	padding: 10px 22px;
	text-transform: capitalize;
}

.st-option__item.light {
	background: #ca7379db;
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
}

.light {
	color: #fff;
}

.white {
	color: #ffffff;
}

.cat-hover .st-option {
	opacity: 1 !important;
	position: relative;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 3;
	top: 0;
}

.cat-hover__bl-wrap {
	min-height: 100%;
	padding: 2.8rem 3rem;
	padding-top: 2rem;
	position: relative;
}

.cat-hover__bl-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 31, 37, 0.85);
	background-color: rgb(212 105 105 / 75%);
	z-index: 1;
}

.cat-hover__bl {
	width: 61%;
	margin-bottom: 1.7rem;
	letter-spacing: .03rem;
	z-index: 2;
	position: relative;
}

.cat-hover__wrap {
	margin-bottom: 2rem;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	font-size: 20px;
	font-family: 'TTNorms-Regular';
}

.sb-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cat-hover__line {
	border-bottom: 2px dotted rgba(254, 254, 254, 0.25);
	width: auto;
	margin-top: 0.8rem;
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}

.cat-hover__list-ans {
	width: 45%;
}

.cat-hover__header {
	margin-bottom: 1.5rem;
	z-index: 2;
	position: relative;
	margin-top: 2rem;
	font-size: 35px;
	color: #fff;
}





.cooperate {
	margin-top: -299px;
	padding-top: 340px;
	padding-bottom: 117px;
	background: rgb(244, 244, 244);
	background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	overflow: hidden
}

.cooperate.--page {
	margin-top: 0;
	padding-top: 195px
}

.cooperate__breadcrumbs {
	margin-bottom: 20px
}

.cooperate__title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px
}

.cooperate__wrap {
	padding: 42px 60px 42px 60px;
	padding: 0;
	margin-top: 70px;
	position: relative;
	left: -30px;
	border-radius: 8px;
	/*	background-color: #fff;
	box-shadow: 0 3px 60px rgba(0, 0, 0, .08)*/
}

.cooperate__content {
	width: 100%;
	max-width: 615px;
	margin-right: auto;
}

.cooperate__text {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: -9px;
}

.cooperate__text img,
.cooperate__logos img {
	border-radius: 0px;
}

.cooperate__btn {
	margin-top: 28px
}

.cooperate__btn.btn {
	padding-left: 10px;
	padding-right: 10px;
	padding-right: 15px
}

.cooperate__img {
	position: absolute;
	left: 50%;
	bottom: -340px;
	margin-left: 35px;
	width: 416px;
	overflow: hidden;
	transform: translateX(-50%);
}

.cooperate__logos {
	width: 525px;
	margin-left: -10px;
	margin-right: 15px;
}

.cooperate__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100%/3 - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-radius: 8px;
	padding: 2px;
	height: 70px;
	border: 1px solid rgba(72, 78, 81, .1)
}

.cooperate__desc {
	position: absolute;
	top: -24px;
	right: -155px;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	max-width: 130px;
	transform: translateY(-100%)
}

.cooperate__desc:before {
	content: "";
	position: absolute;
	top: 32px;
	left: -105px;
	width: 93px;
	height: 128px;
	background: url("../../themes/petro-stroy/_/sys/imagess/lines-7.svg") no-repeat center
}

.cooperate__mobile {
	background-color: #fff;
	border-radius: 8px;
	display: none
}

.cooperate__mobile-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px
}

.cooperate__mobile-text p {
	line-height: 24px;
	margin-bottom: 10px
}

.cooperate__mobile-text p:last-of-type {
	margin-bottom: 0
}

.cooperate__mobile-form {
	margin-top: 26px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto
}

.cooperate__mobile-btn {
	margin-top: 20px;
	margin-bottom: 20px
}

.cooperate__mobile-btn.--sm {
	padding: 5px 41px
}

.cooperate__mobile-policy {
	opacity: .5;
	font-size: 11px;
	line-height: 19px
}

.cooperate__mobile-policy br {
	display: none
}

#otchet {
	margin-top: 50px;
}

#otchet .section__title {
	margin-bottom: 40px;
}

#otchet .cat-bl__item {
	width: 45.6%;
	margin: 10px;
}

.po3,
.po4,
.po5 {
	width: 30% !important;
}

.about {
	background-image: url(../images/zt10.png);
	background-size: cover;
	background-position: center;
	padding-top: 10.8rem;
	padding-top: 2.8rem;
	margin-top: 10rem;
	margin-top: 5rem;
	padding-bottom: 15.7rem;
}

.po {
	width: 30%;
}

.about_ul {
	display: flex;
	list-style: none;
}

.about_ul li {
	font-size: 20px;
	opacity: .4;
	margin-right: 15px;
	border-bottom: 1px solid;
	font-family: 'TTNorms-Medium', sans-serif;
	cursor: pointer;
	transition: .3s;
}

.about_ul li.active {
	color: #ca7379;
	border-color: #ca7379;
	opacity: 1;
	color: #fff;
	background: #ca7379;
	padding: 3px 10px;
}

.about_ul li:hover {
	color: #ca7379;
	border-color: #ca7379;
	opacity: 1;
	color: #fff;
	background: #ca7379;
	padding: 3px 10px;
}

.about_p {
	/*	font-size: 22px;
	font-family: 'TTNorms-Regular', sans-serif;
	font-weight: 100;
	opacity: .9;*/
	display: none;

	margin: 35px 0;
	padding: 10px;
	/*	line-height: 35px;*/
	min-height: 155px;
	font-size: 22px;
	line-height: 33px;
	font-family: 'TTNorms-Regular';
	opacity: 1;
}

.about_p.active {
	display: inline-block;
}

.about .about-img {
	position: absolute;
	bottom: -123px;
	right: -200px;
	z-index: 5
}

.about .about-img .owners {
	position: absolute;
	top: -25px;
	right: 214px;
	z-index: -1;
	width: 322px;
	height: 324px;
	background-image: url(../images/ellipse-img.png);
	background-position: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 4.5rem
}

.about .about-img .owners .title {
	color: #fff;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem
}

.about .about-img .owners .descr {
	color: rgba(255, 255, 255, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 2rem
}

.about .side-text {
	top: -23.5%
}

.about__title {
	text-align: left
}

.about__descr {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	/*	font-size: 1.6rem;
	line-height: 3.1rem;
*/
	font-size: 22px;
	line-height: 33px;
	margin-top: 3.5rem
}

.about__descr span {
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400
}

.about__prim {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 3.1rem;
	margin-top: 2.8rem;
	width: 100%
}

.about__chat {
	-webkit-box-shadow: 0 19px 46px #ca7379;
	box-shadow: 0 19px 46px #ca7379;
	background-image: -webkit-gradient(to top, #CA7379 0, #CA7379 100%);
	background-image: -webkit-linear-gradient(to top, #CA7379 0, #CA7379 100%);
	background-image: linear-gradient(to top, #CA7379 0, #CA7379 100%);
	height: 85px;
	width: 618px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .15s;
	transition: all .15s;
	position: relative;
	margin-top: 4.8rem;
	padding-left: 1.3rem
}

.about__chat .text {
	color: #fff;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	position: relative;
	top: -.4rem;
	margin-left: 14px
}

.about__chat img {
	position: relative;
	top: -.4rem
}

.about__questions {
	margin-top: 3.8rem;
	width: 100%
}

.about__questions .title {
	color: #bdbcbc;
	font-family: 'PfDinDisplayPro - Regular', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.7rem
}

.about__questions ul {
	list-style-type: none;
	font-size: 0;
	width: 100%;
	margin-top: 2.5rem
}

.about__questions ul li {
	font-size: 10px;
	padding-left: 32px;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	position: relative;
	display: inline-block;
	margin-right: 2rem
}

.about__questions ul li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	-webkit-box-shadow: 0 .9rem 1.3rem #cf676a;
	box-shadow: 0 .9rem 1.3rem #cf676a;
	background-color: #fff;
	opacity: .2;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.about__questions ul li:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #cf676a
}

.warranty {
	background-image: url(../images/warranty-bg.png);
	height: 805px;
	padding-top: 12.6rem;
	background-repeat: no-repeat;
	position: relative;
	z-index: 5
}

.warranty .side-text {
	top: -100%
}

.warranty__title {
	text-align: left
}

.warranty__descr {
	color: #3f3f3f;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 3.467rem;
	margin-top: 1rem;
	width: 100%
}

.warranty__chat {
	-webkit-box-shadow: 0 19px 46px rgba(254, 72, 93, .77);
	box-shadow: 0 19px 46px rgba(254, 72, 93, .77);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff405b), to(#fc6985));
	background-image: -webkit-linear-gradient(bottom, #ff405b 0, #fc6985 100%);
	background-image: linear-gradient(to top, #ff405b 0, #fc6985 100%);
	height: 83px;
	margin-top: 5.6rem;
	margin-left: -.2rem;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 2rem;
	padding-right: 3rem;
	-webkit-transition: all .15s;
	transition: all .15s;
	position: relative
}

.warranty__chat:before {
	content: '';
	position: absolute;
	top: -11px;
	left: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 0 11px;
	border-color: transparent transparent transparent #fc6783
}

.warranty__chat .image {
	width: 29px;
	height: 29px
}

.warranty__chat .image img {
	width: 100%;
	height: 100%
}

.warranty__chat .text {
	color: #fff;
	font-family: 'PfDinDisplayPro - Regular', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 4.134rem;
	margin-left: 1.6rem
}

.warranty__caption {
	width: 100%;
	color: #b9b9b9;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 2.5rem;
	margin-top: 5.5rem;
	margin-left: -.3rem
}

.warranty__testimonials {
	margin-left: -.3rem;
	margin-top: 2rem
}

.warranty__testimonials img {
	margin-left: 18px
}


.pocgemu {
	margin-top: 60px;
	margin-bottom: -40px;
}

.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

@media only screen and (max-width:767px) {
	.advantages__list {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}
}

.advantages__item {
	/*	width: calc((99.9% - 9rem * 2)/ 3);
	margin-right: 9rem;
*/
	width: calc((99.9% - 15rem * 1)/ 5);
	margin-right: 3rem;
	margin-bottom: 6rem;
	text-align: center
}

.advantages__item:nth-of-type(3n) {
	/*margin-right: 0*/
}

@media only screen and (max-width:1189px) {
	.advantages__item {
		width: calc((99.9% - 6rem * 2)/ 3);
		margin-right: 6rem
	}
}

@media only screen and (max-width:1010px) {
	.advantages__item {
		width: calc((99.9% - 3rem * 2)/ 3);
		margin-right: 3rem
	}
}

@media only screen and (max-width:767px) {
	.advantages__item {
		width: 100%;
		margin-right: 0
	}
}

.advantages__icon {
	position: relative;
	display: block;
	width: 17rem;
	height: 12rem;
	margin: 0 auto 0.9rem;
	border-radius: 50%;
	/*	border: 2px solid #f94444*/
}

.advantages__icon::before {
	content: "";
	position: absolute;
	top: 96%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.card__availability::before,
.card__subtitle::after,
.delivery__icon::before {
	content: "";
	left: 0
}

.advantages__icon_1::before {
	width: 10.5rem;
	height: 10.5rem;

	color: #ca7379;
	font-size: 51px;
	font-family: 'TTNorms-Regular', sans-serif;
	content: '01';
}

.advantages__icon_2::before {
	width: 20.5rem;
	height: 20.5rem;
	content: '02';
	color: #ededed73;
	font-size: 155px;
	font-family: 'TTNorms-Bold';
	background-size: contain;
	width: 10.5rem;
	height: 10.5rem;

	color: #ca7379;
	font-size: 51px;
	font-family: 'TTNorms-Regular', sans-serif;
}

.advantages__icon_3::before {
	width: 20.5rem;
	height: 20.5rem;
	content: '03';
	color: #ededed73;
	font-size: 155px;
	font-family: 'TTNorms-Bold';
	background-size: contain;
	width: 10.5rem;
	height: 10.5rem;

	color: #ca7379;
	font-size: 51px;
	font-family: 'TTNorms-Regular', sans-serif;
}

.advantages__icon_4::before {
	width: 20.5rem;
	height: 20.5rem;
	content: '04';
	color: #ededed73;
	font-size: 155px;
	font-family: 'TTNorms-Bold';
	background-size: contain;
	width: 10.5rem;
	height: 10.5rem;

	color: #ca7379;
	font-size: 51px;
	font-family: 'TTNorms-Regular', sans-serif;
}

.advantages__icon_5::before {
	width: 20.5rem;
	height: 20.5rem;
	content: '05';
	color: #ededed73;
	font-size: 155px;
	font-family: 'TTNorms-Bold';
	background-size: contain;
	width: 10.5rem;
	height: 10.5rem;

	color: #ca7379;
	font-size: 51px;
	font-family: 'TTNorms-Regular', sans-serif;
}


.advantages__title {
	margin: 0 0 1.7rem;
	font-size: 2.2rem;
	font-family: 'TTNorms-Bold';
	font-weight: 700
}

.advantages__description p {
	opacity: .6;
	font-weight: 100;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 22px;
	box-shadow: 0 3px 60px rgb(0 0 0 / 10%);
	background: #fff;
	color: #000;
	padding: 15px;
}



.capture-form {
	position: relative;
	padding: 25px 0 80px
}

.capture-form .mockup-big {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 10px
}

.capture-form .mockup-big img {
	max-width: 1920px;
	margin: 0 -500px
}

.capture-form .pen {
	position: absolute;
	top: 135px;
	left: 0
}

.capture-form .pdf {
	position: absolute;
	top: 340px;
	left: 330px
}

.capture-form .wonderform {
	max-width: 553px;
	margin-left: auto
}


/* scr9 */







.scr9 {
	padding-bottom: 60px;
	margin-top: 60px;
}

.scr9__flag {
	display: block;
	width: 40px;
	height: 40px;
	margin: 19px auto 12px;
}

.scr9__row {
	margin-top: 73px;
	padding-left: 85px;
	padding-right: 0px;
}

.scr9__item {
	flex-grow: 1;
	padding-bottom: 30px;
}

.scr9 h2 {
	margin-bottom: 4rem;
}

.scr9__h1 {
	position: relative;
	color: #6d605b;
	font-size: 52px;
	line-height: 1;
	font-family: 'Berlingske-web', serif;
	display: inline-block;
}

.scr9__h1:before,
.scr9__h1:after {
	content: "";
	display: block;
	width: 22px;
	height: 28px;
	background: url(../images/scr9/left-plant.png) center center no-repeat;
	position: absolute;
	top: 5px;
	left: -30px;
}

.scr9__h1:after {
	right: -30px;
	left: auto;
	transform: scale(-1, 1);
}

.scr9__small {
	font-size: 16px;
	padding-top: 4px;
	line-height: 24px;
}

.scr9__slider {
	margin-top: 30px;
}

.swiper-container {
	position: relative;
}

.swiper__ctrl {
	position: absolute;
	justify-content: space-between;
	flex-flow: row nowrap;
	display: flex;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-width: 1125px;
	margin-left: calc((100% - 1125px)/2);
	pointer-events: none;
}

.scr9__prev,
.scr9__next {
	width: 83px;
	border-bottom: none;
	height: 83px;
	pointer-events: auto;
	cursor: pointer;
	border-radius: 100px;
}

.scr9__prev img {
	transform: rotate(-180deg);
}

.scr9 .swiper-slide {
	position: relative;
	width: 1044px;
	max-width: 100%;
	height: 620px;
}

.scr9__img {
	position: relative;
	display: block;
	border-radius: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scr9__abs {
	z-index: 4;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-family: 'PfDinDisplayPro - Regular';
	box-sizing: border-box;
	padding: 90px 70px 70px 86px;
	width: 342px;
	min-height: 252px;
	background: url(../images/bg-text.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 15px;
	line-height: 24px;
	color: #363232;
	opacity: 0;
}

.scr9__abs strong {
	font-weight: bold;
}

.scr9__pager {
	padding-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.scr9__dots {
	margin-left: 100px;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	margin-top: -5px;
	margin-bottom: -5px;
	border: 5px solid #fff;
	outline: none;
	background-color: #dfe2e9;
	opacity: 1;
	margin: 0 8px;
}

.swiper-pagination-bullet-active {
	background-color: #d46a6a;
}

.scr9__counter {
	margin-left: 100px;
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
	padding: 0 13px;
	font-size: 17px;

	font-family: 'PfRegalDisplayPro - Italic';
	line-height: 34px;
}

.scr9__counter i {
	color: #CA7379;
}

@media only screen and (max-width:1199px) {

	.scr9__row {
		padding-left: 0;
	}

	.swiper__ctrl {
		left: 0;
		right: 0;
		width: auto;
		margin-left: 0;
	}

	.scr9__row {
		margin-top: 30px;
	}

	.scr9__item {
		text-align: center;
	}

	.scr9__slider {
		margin-top: 0;
	}

	.scr9__counter {
		margin-left: 15px;
	}

	.scr9__dots {
		margin-left: 15px;
	}

	.swiper__ctrl {
		top: 0;
		position: relative;
		transform: none;
		padding: 15px;
		justify-content: center;
	}

	.scr9__prev,
	.scr9__next {
		width: 50px;
		margin: 0 5px;
		height: 50px;
	}

	.scr9 .swiper-slide {
		width: 100%;
		height: 400px;
	}

	.scr9__abs {
		padding: 20px;
		background: #fff !important;
		border-radius: 10px;
		width: auto;
		height: auto;
		min-height: auto;
		font-size: 16px;
		line-height: 1.5;
	}

	.scr9__pager {
		padding-top: 5px;
		padding-right: 15px;
	}
}



/* scr9 */


.faq {
	position: relative;
	padding-top: 40px;
	padding-bottom: 90px
}

.faq .fq-emblem {
	top: -55px;
	right: 0
}

.faq .h2 {
	margin-bottom: 50px;
	text-align: center
}

.faq .section__title {
	margin-bottom: 50px;
	text-align: center
}

.faq .fq-list {
	display: flex;
	flex-wrap: wrap
}

.faq .fq-item {
	width: 50%
}

.faq .fq-item:nth-child(2n) {
	padding-left: 35px
}

.faq .fq-item:nth-child(odd) {
	padding-right: 35px
}

.faq .fq-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
	padding: 0 140px 0 35px;
	height: 110px;
	background: #fff;
	background: #f1e6e6;
	font-size: 17px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 9px 100px hsla(0, 0%, 83.1%, .23);
	overflow: hidden;
	transition: color .25s;
	cursor: pointer
}

.faq .fq-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #CA7379;
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
	opacity: 0;
	transition: opacity .25s
}

.faq .fq-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	content: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E %3Cg fill='%23ccc'%3E %3Cg%3E %3Cpath d='M143.492,221.863L336.226,29.129c6.663-6.664,6.663-17.468,0-24.132c-6.665-6.662-17.468-6.662-24.132,0l-204.8,204.8 c-6.662,6.664-6.662,17.468,0,24.132l204.8,204.8c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712 L143.492,221.863z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3C/svg%3E");
	right: 35px;
	transform: rotate(-90deg);
	filter: invert(1);
	transition: .25s
}

.faq .fq-title p {
	position: relative;
	font-size: 2rem;
	font-family: 'TTNorms-Regular';
	font-weight: 100;
	opacity: .8;
}

.faq .fq-title.active {
	color: #fff
}

.faq .fq-title.active:before {
	opacity: 1
}

.faq .fq-title.active:after {
	content: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E %3Cg fill='%23fff'%3E %3Cg%3E %3Cpath d='M143.492,221.863L336.226,29.129c6.663-6.664,6.663-17.468,0-24.132c-6.665-6.662-17.468-6.662-24.132,0l-204.8,204.8 c-6.662,6.664-6.662,17.468,0,24.132l204.8,204.8c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712 L143.492,221.863z'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3Cg%3E %3C/g%3E %3C/svg%3E");
	transform: rotate(90deg)
}

.faq .fq-content {
	padding: 0 35px 22px;
	line-height: 1.5;
	font-family: 'TTNorms-Regular';
	opacity: .7;
}



.why-we {
	background-color: #fff;
	padding-top: 2rem;
	margin-top: -4.5rem
}

.why-we .side-text {
	top: 7.7%
}

.about .flower-1,
.catalog .flower-1 {
	position: absolute;
	top: -185px;
	left: -246px
}

.why-we .flower-2,
.catalog .flower-2 {
	position: absolute;
	top: -118px;
	right: -180px
}

.why-we__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 6rem;
	margin-top: 4rem;
	justify-content: center;
	width: 100%
}

.why-we__items--item {
	/*	width: 493px;
	width: 47%;*/
	max-width: 100%;
	width: 653px;
	/*	height: 650px;*/
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 6%;
	/*	border: 1px solid rgba(193, 193, 193, .25);*/
	margin-bottom: 3.3rem;
	padding-left: 3rem;
}

.why-we__items--item:nth-child(2n) {
	margin-right: 0
}

.why-we__items--item .image {
	/*margin-left: -15px;*/
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.itt3 .image {
	margin-left: -2px;
}

.why-we__items--item:nth-child(2) {
	/*padding-top: 4.5rem;*/
	padding-left: 4rem
}

.why-we__items--item:nth-child(2) .descr {
	margin-left: 6.8rem
}

.why-we__items--item:nth-child(2) .capt {
	margin-left: 0
}

.why-we__items--item:nth-child(3) {

	/*	padding-top: 3.5rem;
	padding-left: 4rem*/
}

.why-we__items--item:nth-child(3) .title {
	/*margin-top: 1.8rem;
	margin-left: 5rem*/
}

.why-we__items--item:nth-child(3) .descr {
	margin-left: 7.5rem
}

.why-we__items--item:nth-child(3) ul {
	list-style-type: none;
	padding-left: 5.2rem;
	margin-top: 1.2rem
}

.why-we__items--item:nth-child(3) ul li {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	position: relative;
	padding-left: 23px;
	margin-bottom: 1.6rem
}

.why-we__items--item:nth-child(3) ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #CA7379
}

.why-we__items--item:nth-child(3),
.why-we__items--item:nth-child(4) {
	height: 640px;

}

@media (min-width: 999px) {

	.why-we__items--item:nth-child(3),
	.why-we__items--item:nth-child(4) {
		margin-top: 2rem;
	}
}

.why-we__items--item:last-child {
	/*padding-top: 1.3rem;
	padding-left: 5rem*/
}

.why-we__items--item:last-child .title {
	/*margin-left: 5.7rem;
	margin-top: 2.5rem*/
}

.why-we__items--item:last-child .descr {
	/*margin-left: 8.5rem*/
}

.why-we__items--item:last-child .capt {
	/*margin-left: 8.7rem*/
}

.why-we__items--item:last-child .deliveries {
	/*	margin-left: 5.7rem;
	margin-top: -1rem*/
}

.why-we__items--item .title {
	color: #CA7379;
	font-family: 'TTNorms-Medium';
	font-weight: 800;
	font-size: 4rem;
	line-height: 3.6rem;
	margin-left: 2.5rem;
	margin-left: 0rem;
	position: relative;
	display: inline-block;
}

.why-we__items--item .title:after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 2px;
	/*	background-color: #fa7282*/
}

.why-we__items--item .descr {
	color: #3f3f3f;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.6rem;
	margin-left: 5.2rem
}

.why-we__items--item .capt {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	/*	font-size: 2.1rem;
	line-height: 3.1rem;
*/
	font-size: 22px;
	line-height: 33px;
	margin-top: 3rem;
	margin-left: 0rem
}

.why-we__items--item .deliveries {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 7.5rem;
	margin-top: 2.5rem
}

.why-we__items--item .deliveries img {
	margin-right: 3.5rem
}

.why-we__items--item .example {
	margin-left: 5.5rem;
	margin-top: 1rem;
	display: inline-block
}

.answers-section {
	height: 826px;
	background-image: url(../images/answers-bg.png);
	padding-top: 11.5rem
}

.answers-section .container {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.answers-section .right {
	padding-top: 2rem
}

.answers-section .any-questions {
	margin-top: 50px
}

.answers-section .any-questions .title {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 6.3rem
}

.answers-section .any-questions .descr {
	color: #bfbfbf;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin-top: 25px
}

.answers-section .any-questions .question {
	width: 283px;
	height: 76px;
	margin-top: 50px
}

.answers-section .any-questions .florist {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.answers-section .any-questions .florist .text {
	margin-left: 40px
}

.answers-section .any-questions .florist .text .name {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.5rem
}

.answers-section .any-questions .florist .text .post {
	color: #bfbfbf;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.5rem
}

.answers-section .side-text {
	top: -42%
}

.answers-section__title {
	text-align: left
}

.answers-section .accordion {
	width: 659px
}

.answers-section .content-descr p {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3rem;
	padding: 30px 0;
	padding-bottom: 0;
	padding-left: 46px
}

.answers-section .content-header {
	-webkit-box-shadow: 0 22px 51px rgba(57, 57, 57, .08);
	box-shadow: 0 22px 51px rgba(57, 57, 57, .08);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 67px;
	color: rgba(63, 63, 63, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 6.3rem;
	padding-left: 45px;
	padding-right: 24px;
	position: relative;
	margin-top: 35px;
	cursor: pointer
}

.answers-section .content-header:first-child {
	margin-top: 0
}

.answers-section .content-header:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
	height: -webkit-calc(100% - 6px);
	height: calc(100% - 6px);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, .2);
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 0
}

.answers-section .content-header:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/arrow-point-to-right_hover.png);
	width: 14px;
	height: 8px;
	background-position: center;
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s
}

.answers-section .content-header img {
	-webkit-transition: all .15s;
	transition: all .15s
}

.answers-section .ui-accordion-header-icon {
	display: none
}

.answers-section .ui-accordion-header-active {
	-webkit-box-shadow: 0 19px 59px rgba(76, 173, 243, .5);
	box-shadow: 0 19px 59px rgba(76, 173, 243, .5);
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background-image: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background-image: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	color: #fff
}

.answers-section .ui-accordion-header-active img {
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s
}

.answers-section .ui-accordion-header-active:before {
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 1
}

.answers-section .ui-accordion-header-active:after {
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 1
}

.map-section {
	background-color: #fff;
	padding-top: 11.7rem;
	padding-bottom: 10rem
}

.map-section .img-1 {
	position: absolute;
	top: 61px;
	left: -326px
}

.map-section .img-2 {
	position: absolute;
	top: 75px;
	right: -290px
}

.map-section__formblock {
	/*border: 11px solid #edf4fa;
	
	
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0, #fff 100%);
	background-image: linear-gradient(to top, #e6e6e6 0, #fff 100%);*/
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 469px;
	height: 644px;
	-webkit-box-shadow: -12px 27px 125px rgba(176, 176, 176, .3);
	box-shadow: -12px 27px 125px rgba(176, 176, 176, .3);
	/* position: absolute; */
	top: 0;
	left: 0;
	z-index: 5;
	text-align: center;
	padding-top: 4.2rem
}

.map-section__formblock .title {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	background: #000000;
	-webkit-background-clip: text;
	color: transparent;
	font-family: 'TTNorms-Bold', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 33px;
	color: #3f3f3f;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
}

.map-section__formblock .descr {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 1.8rem
}

.map-section__formblock .phone {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff405b), to(#fc6985));
	background-image: -webkit-linear-gradient(bottom, #ff405b 0, #fc6985 100%);
	background-image: linear-gradient(to top, #ff405b 0, #fc6985 100%);
	background: #000;
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 2.8rem;
	display: inline-block;
	margin-top: 4.2rem
}

.capture-form .map-section__formblock .phone {
	margin-top: 2.2rem;
	margin-bottom: 1rem;
}

.capture-form .map-section__formblock .contact-form {
	padding-top: 2.5rem !important;
}

.map-section__formblock .social {
	margin-top: 1.5rem
}

.map-section__formblock .social ul {
	list-style-type: none;
	font-size: 0
}

.map-section__formblock .social ul li {
	display: inline-block
}

.map-section__formblock .social ul li a {
	display: inline-block;
	margin: 0 .5rem
}

.map-section__formblock .contact-form {
	padding-top: 4.5rem
}

.map-section__formblock .contact-form span {
	display: inline-block;
	text-align: center;
	color: #c5c5c5;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem
}

.map-section__formblock .contact-form .input-form {
	position: relative;
	margin-top: 2.5rem
}

.map-section__formblock .contact-form .input-form input {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	width: 283px;
	height: 76px;
	background-image: url(../images/call-answer.png);
	background-position: 50px center;
	background-repeat: no-repeat;
	border: none;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 6.4rem;
	letter-spacing: .045rem;
	padding-left: 7.8rem;
	border: 1px solid #EDEDED !important;
}

.map-section__formblock .contact-form .input-form input::-webkit-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.map-section__formblock .contact-form .input-form input::-moz-placeholder {
	color: rgba(63, 63, 63, .5)
}

.map-section__formblock .contact-form .input-form input:-ms-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.map-section__formblock .contact-form .input-form input::placeholder {
	color: rgba(63, 63, 63, .5)
}

.map-section__formblock .contact-form .button {
	border: none;
	width: 283px;
	height: 76px;
	margin-top: 2.5rem;
	cursor: pointer
}

.map-section__formblock .contact-form .button span {
	color: #fff
}

.map-section__mapblock {
	width: 700px;
	height: 510px;
	margin-top: 6rem;
	z-index: 3;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.bottom-block {
	padding-top: 3rem
}

.bottom-block .container {
	border-bottom: 1px rgba(63, 63, 63, .1) solid;
	padding-bottom: 2.4rem
}

.bottom-block .email {
	background-image: url(../images/envelope.png);
	background-repeat: no-repeat;
	background-position: -42px -15px;
	margin-left: 8rem;
	padding-left: 5rem
}

.bottom-block .email .title {
	color: #ca7379;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 2.5rem
}

.bottom-block .email a {
	display: inline-block;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 1rem
}

.bottom-block .address {
	background-image: url(../images/delivery-icon-1.png);
	background-repeat: no-repeat;
	background-position: -42px -15px;
	margin-left: 8.5rem;
	padding-left: 5rem
}

.bottom-block .address .title {
	color: #ca7379;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 2.5rem
}

.bottom-block .address .value {
	display: inline-block;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 1rem
}

.bottom-block .links {
	margin-left: 4rem;
	margin-top: .5rem
}

.bottom-block .links a {
	display: inline-block;
	line-height: 2rem;
	margin-bottom: 1.2rem;
	position: relative;
	left: 1.3rem
}

.textcols {
	white-space: nowrap;
	font-size: 0;
}

.textcols-item {
	white-space: normal;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-right: 5%;
	font-size: 24px;
	line-height: 1.7;
}

.goroda {
	color: #000;
	opacity: .8;
}

.goroda.none {
	display: none;
}

.goroda:hover {
	color: #ca7379;
}

.goroda.active {
	color: #ca7379;
	cursor: none
}

.textcols .textcols-item:last-child {
	margin-right: 0;
}

.footer {
	padding-top: .5rem
}

.footer .container {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1.5rem
}

.footer .copy {
	color: rgba(45, 45, 45, .4);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 7.4rem
}

.footer .right-block {
	color: rgba(45, 45, 45, .4);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 7.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .right-block a {
	display: inline-block;
	margin-left: 14px
}

.product__modal {
	width: 1405px;
	background: 0 0;
	padding: 0;
	margin: 0;
	cursor: default !important;
	overflow: visible
}

.product__modal .fancybox-close-small {
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url(../images/close-modal.png);
	top: 35px;
	right: 29px
}

.product__modal .fancybox-close-small svg {
	display: none
}

.product__modal .wrapper-left {
	padding-left: 5.4rem;
	padding-top: 6.5rem;
	width: 443px
}

.product__modal .wrapper-left .top {
	padding-bottom: 25px;
	border-bottom: 1px rgba(63, 63, 63, .1) solid
}

.product__modal .wrapper-left .sr {
	padding-bottom: 25px;
	padding-top: 25px;
	border-bottom: 1px rgba(63, 63, 63, .1) solid
}

.product__modal .wrapper-left .title {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 2.907rem
}

.product__modal .wrapper-left .title span {
	text-transform: uppercase;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400
}

.product__modal .wrapper-left .price {
	color: #313131;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 34px
}

.product__modal .wrapper-left .price .price-value {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	line-height: 1.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	margin-left: 16px
}

.product__modal .wrapper-left .price .price-value .prices {
	font-size: 3.4rem;
	display: inline-block;
	margin-right: 12px
}

.product__modal .wrapper-left .price .price-value span {
	font-size: 1.6rem
}

.product__modal .wrapper-left .prod {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 13px
}

.product__modal .wrapper-left .prod:last-child {
	margin-bottom: 0
}

.product__modal .wrapper-left .prod .left-prod {
	color: #313131;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	width: 195px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.product__modal .wrapper-left .prod span {
	color: rgba(49, 49, 49, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
	display: inline-block;
	margin-left: 18px
}

.product__modal .wrapper-left .composition {
	padding-top: 25px
}

.product__modal .wrapper-left .composition .title-props {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 25px
}

.product__modal .wrapper-left .composition .slider-wrapp {
	position: relative
}

.product__modal .wrapper-left .composition .props-right {
	width: 9px;
	height: 13px;
	background-image: url(../images/arrow-point-right.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	z-index: 10;
	opacity: 0
}

.product__modal .wrapper-left .composition .props-left {
	width: 9px;
	height: 13px;
	background-image: url(../images/arrow-point-left.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -20px;
	z-index: 10;
	opacity: 0
}

.product__modal .wrapper-left .composition .arrows-visible {
	opacity: 1
}

.product__modal .wrapper-left .composition .cont {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 3rem;
	overflow: hidden;
	position: relative
}

.product__modal .wrapper-left .composition .cont .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product__modal .wrapper-left .composition .cont .swiper-wrapper .swiper-slide {
	width: 50%
}

.product__modal .wrapper-left .composition .cont .swiper-wrapper.initial {
	-webkit-flex-wrap: initial;
	-ms-flex-wrap: initial;
	flex-wrap: initial
}

.product__modal .wrapper-left .composition .cont .prop {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__modal .wrapper-left .composition .cont .prop span {
	max-width: 110px;
	display: inline-block;
	margin-left: 18px
}

.product__modal .wrapper-right {
	margin-left: 42px;
	padding-top: 6.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.product__modal .wrapper-right .slider__nav {
	margin-left: 30px;
	margin-top: -5px;
	height: 361px;
	overflow: hidden
}

.product__modal .wrapper-right .slider__nav .nav-item {
	cursor: pointer
}

.product__modal .wrapper-right .slider__nav .nav-item span {
	display: block;
	text-align: center;
	color: #bababa;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 5px
}

.product__modal .wrapper-right .slider__nav .nav-item img {
	width: 84px;
	height: 54px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.product__modal .wrapper-right .slider {
	width: 367px
}

.product__modal .wrapper-right .images-slider {
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.product__modal .wrapper-right .unit__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px
}

.product__modal .wrapper-right .unit__nav .nav__status {
	width: auto;
	color: #3f3f3f;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0 28px
}

.product__modal .wrapper-right .unit__nav .nav__status span {
	font-size: 1.1rem
}

.product__modal .wrapper-right .unit__nav .nav__next,
.product__modal .wrapper-right .unit__nav .nav__prev {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 20px 68px rgba(122, 192, 243, .68);
	box-shadow: 0 20px 68px rgba(122, 192, 243, .68);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background-image: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background-image: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	cursor: pointer
}

.product__modal .wrapper-right .unit__nav .swiper-button-disabled {
	background-color: #eaeaea;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.product__modal .wrapper-right .unit__nav .swiper-button-disabled img {
	opacity: .8
}

.product__modal .content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1405px
}

.product__modal .left {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1005px;
	min-height: 679px;
	-webkit-box-shadow: -12px 27px 125px rgba(176, 176, 176, .3);
	box-shadow: -12px 27px 125px rgba(176, 176, 176, .3);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0, #fff 100%);
	background-image: linear-gradient(to top, #e6e6e6 0, #fff 100%);
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.product__modal .left .bottom-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 152px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background-image: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background-image: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 5.4rem;
	padding-right: 3rem
}

.product__modal .left .bottom-block .preim-block {
	color: #fff;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.product__modal .left .bottom-block .preim-block .text {
	margin-left: 20px
}

.product__modal .right {
	border: 11px solid #edf4fa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0, #fff 100%);
	background-image: linear-gradient(to top, #e6e6e6 0, #fff 100%);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 421px;
	min-height: 797px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 8;
	margin-left: -21px;
	text-align: center;
	padding-top: 54px
}

.product__modal .right .title {
	color: #313131;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.1rem
}

.product__modal .right .descr {
	color: rgba(49, 49, 49, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: center;
	margin-top: 30px
}

.product__modal .right .product-form input {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	width: 292px;
	height: 76px;
	border: none;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 6.4rem;
	letter-spacing: .045rem
}

.product__modal .right .product-form input::-webkit-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.product__modal .right .product-form input::-moz-placeholder {
	color: rgba(63, 63, 63, .5)
}

.product__modal .right .product-form input:-ms-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.product__modal .right .product-form input::placeholder {
	color: rgba(63, 63, 63, .5)
}

.product__modal .right .product-form .name {
	background-image: url(../images/man-user.png);
	background-position: 86px center;
	background-repeat: no-repeat;
	padding-left: 115px
}

.product__modal .right .product-form .tel {
	background-image: url(../images/call-answer.png);
	background-position: 55px center;
	background-repeat: no-repeat;
	padding-left: 83px
}

.product__modal .right .product-form .button {
	border: none;
	width: 292px;
	height: 76px;
	margin-top: 30px;
	cursor: pointer
}

.product__modal .right .product-form .input-form {
	margin-top: 30px
}

.product__modal .right .colors {
	margin-top: 30px
}

.product__modal .right .colors .title-colors {
	color: rgba(49, 49, 49, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.1rem
}

.product__modal .right .colors ul {
	list-style-type: none;
	margin-top: 10px;
	text-align: left
}

.product__modal .right .colors ul li {
	display: inline-block;
	width: 25%;
	margin-bottom: 2rem
}

.product__modal .right .colors ul li a {
	display: inline-block;
	-webkit-transition: all .15s;
	transition: all .15s;
	text-align: center;
	width: 100%
}

.product__modal .right .colors ul li a img {
	width: 30px;
	height: 28px
}

.product__modal .right .colors ul li a .op {
	color: rgba(63, 63, 63, .55);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	display: block;
	-webkit-transition: all .15s;
	transition: all .15s
}

.product__modal .right .colors ul li a .icon {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	-webkit-transition: all .15s;
	transition: all .15s;
	background-color: transparent;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.product__modal .right .colors ul li .active {
	-webkit-transition: all .15s;
	transition: all .15s
}

.product__modal .right .colors ul li .active .icon {
	-webkit-transition: all .15s;
	transition: all .15s;
	-webkit-box-shadow: 0 .6rem .5rem .1rem rgba(131, 199, 249, .22);
	box-shadow: 0 .6rem .5rem .1rem rgba(131, 199, 249, .22);
	background-color: #fff
}

.product__modal .right .colors ul li .active .op {
	-webkit-transition: all .15s;
	transition: all .15s;
	color: #3f3f3f;
	text-shadow: 0 0 .0000000000000000001px #000
}

.product__modal .right .promo {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/promo.png);
	width: 100%;
	height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-top: 1.5rem
}

.product__modal .right .promo img {
	margin-right: 20px
}

.product__modal .right .call {
	margin-top: 2rem;
	margin-bottom: 8rem
}

.product__modal .right .call span {
	display: block;
	color: #313131;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.1rem
}

.product__modal .right .call a {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 2.8rem;
	display: inline-block;
	margin-top: 5px
}

.lead__modal {
	width: 427px;
	height: 523px;
	border: 11px solid #edf4fa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0, #fff 100%);
	background-image: linear-gradient(to top, #e6e6e6 0, #fff 100%);
	padding: 0;
	margin: 0;
	cursor: default !important;
	overflow: visible;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding-top: 60px
}

.lead__modal .title {
	color: #313131;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.1rem
}

.lead__modal .descr {
	color: rgba(49, 49, 49, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 15px
}

.lead__modal .lead-form input {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	width: 292px;
	height: 76px;
	border: none;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 6.4rem;
	letter-spacing: .045rem
}

.lead__modal .lead-form input::-webkit-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.lead__modal .lead-form input::-moz-placeholder {
	color: rgba(63, 63, 63, .5)
}

.lead__modal .lead-form input:-ms-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.lead__modal .lead-form input::placeholder {
	color: rgba(63, 63, 63, .5)
}

.lead__modal .lead-form .name {
	background-image: url(../images/man-user.png);
	background-position: 55px center;
	background-repeat: no-repeat;
	padding-left: 88px
}

.lead__modal .lead-form .tel {
	background-image: url(../images/call-answer.png);
	background-position: 55px center;
	background-repeat: no-repeat;
	padding-left: 88px
}

.lead__modal .lead-form .button {
	border: none;
	width: 292px;
	height: 76px;
	margin-top: 30px;
	cursor: pointer
}

.lead__modal .lead-form .input-form {
	margin-top: 30px
}

.lead__modal .fancybox-close-small {
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url(../images/close-modal.png);
	top: 29px;
	right: 29px
}

.lead__modal .fancybox-close-small svg {
	display: none
}

.modal__cont {
	width: 98%;
	max-width: 800px;
	margin: 25px auto;
	-webkit-box-shadow: 0 .813rem 4.5rem .063rem rgba(38, 38, 38, .24);
	box-shadow: 0 .813rem 4.5rem .063rem rgba(38, 38, 38, .24);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f8f8f7
}

.modal__cont .fancybox-close-small {
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url(../images/close-modal.png);
	top: 35px;
	right: 29px
}

.modal__cont .fancybox-close-small svg {
	display: none
}

.modal__cont .modal__title {
	text-align: center;
	font-size: 2rem;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	margin-bottom: 13px;
	line-height: 1.938rem
}

#modal_gorod .modal__title {
	font-size: 3rem;
	margin-bottom: 45px;
	line-height: 1.3;
}

.modal__cont .modal__text {
	line-height: 1.25;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.5rem
}

.modal__cont .modal__text p {
	margin-bottom: 15px
}

.modal__cont .modal__text h4 {
	font-size: 1.8rem;
	margin-bottom: 10px
}

.order__modal {
	width: 1079px;
	background: 0 0;
	padding: 0;
	margin: 0;
	cursor: default !important;
	overflow: visible;
	position: relative
}

.order__modal .modal-close {
	display: block;
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url(../images/close-modal.png);
	top: 35px;
	right: 29px;
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: .8;
	position: absolute
}

.order__modal .modal-close:hover {
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 1
}

.order__modal .modal-close svg {
	display: none
}

.order__modal .fancybox-close-small {
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url(../images/close-modal.png);
	top: 35px;
	right: 29px;
	display: none
}

.order__modal .fancybox-close-small svg {
	display: none
}

.order__modal .content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1079px
}

.order__modal .left {
	-webkit-box-shadow: 0 19px 46px rgba(95, 95, 95, .11);
	box-shadow: 0 19px 46px rgba(95, 95, 95, .11);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #d7d7d7 0, #fff 100%);
	background-image: linear-gradient(to top, #d7d7d7 0, #fff 100%);
	width: 710px;
	height: 740px;
	position: relative;
	z-index: 10;
	padding-left: 60px;
	padding-right: 50px;
	padding-top: 60px
}

.order__modal .left .title {
	background: -webkit-gradient(linear, left bottom, left top, from(#65aee4), to(#8bceff));
	background: -webkit-linear-gradient(bottom, #65aee4 0, #8bceff 100%);
	background: linear-gradient(to top, #65aee4 0, #8bceff 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2.6rem;
	text-align: center;
	line-height: 3.3rem
}

.order__modal .left .prod-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px
}

.order__modal .left .prod-info .image {
	width: 255px;
	height: 235px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.order__modal .left .prod-info .text {
	margin-left: 40px
}

.order__modal .left .prod-info .text .title-prod {
	color: #3f3f3f;
	font-family: TTNorms-Bold, sans-serif;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 2.907rem
}

.order__modal .left .prod-info .text .title-prod span {
	text-transform: uppercase
}

.order__modal .left .prod-info .text .prod-prim {
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 2.907rem
}

.order__modal .left .prod-info .text .colors {
	margin-top: 20px
}

.order__modal .left .prod-info .text .colors .titl {
	display: block;
	color: rgba(49, 49, 49, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3.1rem
}

.order__modal .left .prod-info .text .colors ul {
	list-style-type: none;
	font-size: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.order__modal .left .prod-info .text .colors ul li {
	display: inline-block;
	width: 25%
}

.order__modal .left .prod-info .text .colors ul li a {
	display: inline-block;
	-webkit-transition: all .15s;
	transition: all .15s;
	text-align: center;
	width: 100%;
	margin-bottom: 1rem
}

.order__modal .left .prod-info .text .colors ul li a img {
	width: 30px;
	height: 28px
}

.order__modal .left .prod-info .text .colors ul li a .op {
	color: rgba(63, 63, 63, .55);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	display: block;
	-webkit-transition: all .15s;
	transition: all .15s
}

.order__modal .left .prod-info .text .colors ul li a .icon {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	-webkit-transition: all .15s;
	transition: all .15s;
	background-color: transparent;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.order__modal .left .prod-info .text .colors ul li .active {
	-webkit-transition: all .15s;
	transition: all .15s
}

.order__modal .left .prod-info .text .colors ul li .active .icon {
	-webkit-transition: all .15s;
	transition: all .15s;
	-webkit-box-shadow: 0 .6rem .5rem .1rem rgba(131, 199, 249, .22);
	box-shadow: 0 .6rem .5rem .1rem rgba(131, 199, 249, .22);
	background-color: #fff
}

.order__modal .left .prod-info .text .colors ul li .active .op {
	-webkit-transition: all .15s;
	transition: all .15s;
	color: #3f3f3f;
	text-shadow: 0 0 .0000000000000000001px #000
}

.order__modal .left .order-form .inputs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.order__modal .left .order-form .form-button {
	text-align: center
}

.order__modal .left .order-form label.simple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 180px;
	margin-bottom: 6rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 52px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto;
	margin-top: 30px
}

.order__modal .left .order-form label.simple:before {
	content: '';
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 .3rem .3rem rgba(65, 65, 65, .2);
	box-shadow: inset 0 .3rem .3rem rgba(65, 65, 65, .2);
	background-color: #fff;
	-webkit-transition: all .15s;
	transition: all .15s
}

.order__modal .left .order-form label.simple:after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 6px;
	width: 13px;
	height: 11px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/checked.png);
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 0;
	z-index: 5
}

.order__modal .left .order-form label.simple span {
	text-align: center;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	display: inline-block;
	margin-top: 1rem;
	white-space: nowrap
}

.order__modal .left .order-form label.simple input {
	display: none
}

.order__modal .left .order-form .active span {
	text-shadow: 0 0 .0000000000000000001px #000
}

.order__modal .left .order-form .active:before {
	-webkit-box-shadow: 0 .4rem 2.4rem rgba(255, 0, 36, .68);
	box-shadow: 0 .4rem 2.4rem rgba(255, 0, 36, .68);
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff405b), to(#fc6985));
	background-image: -webkit-linear-gradient(bottom, #ff405b 0, #fc6985 100%);
	background-image: linear-gradient(to top, #ff405b 0, #fc6985 100%);
	-webkit-transition: all .15s;
	transition: all .15s
}

.order__modal .left .order-form .active:after {
	-webkit-transition: all .15s;
	transition: all .15s;
	opacity: 1 !important
}

.order__modal .left .order-form input {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	width: 255px;
	height: 76px;
	border: none;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 6.4rem;
	letter-spacing: .045rem
}

.order__modal .left .order-form input::-webkit-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.order__modal .left .order-form input::-moz-placeholder {
	color: rgba(63, 63, 63, .5)
}

.order__modal .left .order-form input:-ms-input-placeholder {
	color: rgba(63, 63, 63, .5)
}

.order__modal .left .order-form input::placeholder {
	color: rgba(63, 63, 63, .5)
}

.order__modal .left .order-form .name {
	background-image: url(../images/man-user.png);
	background-position: 40px center;
	background-repeat: no-repeat;
	padding-left: 85px;
	margin-right: 45px
}

.order__modal .left .order-form .tel {
	background-image: url(../images/call-answer.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	padding-left: 55px
}

.order__modal .left .order-form .button {
	border: none;
	width: 292px;
	height: 76px;
	margin-top: 30px;
	cursor: pointer
}

.order__modal .right {
	border: 11px solid #edf4fa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0, #fff 100%);
	background-image: linear-gradient(to top, #e6e6e6 0, #fff 100%);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 421px;
	height: 571px;
	margin-left: -52px
}

.order__modal .right .preims {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 75px
}

.order__modal .right .preims .preim-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 70px
}

.order__modal .right .preims .preim-block .text {
	margin-left: 20px;
	color: #3f3f3f;
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem
}

.modal__thanks {
	-webkit-box-shadow: 0 19px 59px rgba(164, 164, 164, .28);
	box-shadow: 0 19px 59px rgba(164, 164, 164, .28);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 11px #edf4fa solid;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0, #fff 100%);
	background-image: linear-gradient(to top, #e6e6e6 0, #fff 100%);
	width: 427px;
	height: 427px;
	padding: 0;
	margin: 0;
	cursor: default !important;
	overflow: visible;
	text-align: center;
	padding-top: 50px
}

.modal__thanks .title {
	color: #313131;
	font-family: TTNorms-Medium, sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 3.1rem;
	margin-top: -10px
}

.modal__thanks .descr {
	color: rgba(49, 49, 49, .3);
	font-family: TTNorms-Regular, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 15px
}

.modal__thanks .fancybox-close-small {
	font-size: 0;
	width: 22px;
	height: 22px;
	background-image: url(../images/close-modal.png);
	top: 29px;
	right: 29px
}

.modal__thanks .fancybox-close-small svg {
	display: none
}

input[type=text] {
	border: 1px transparent solid !important
}

input[type=tel] {
	border: 1px transparent solid !important
}

input[type=text].error {
	border: 1px #ff405b solid !important
}

input[type=tel].error {
	border: 1px #ff405b solid !important
}

.to-prod-text {
	display: none
}

@media only screen and (max-width:575px) {
	.tooltip {
		z-index: 50
	}

	.why .why-image__wrapper .img .bullet-4 .tooltip {
		bottom: auto;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.container {
		width: 90%
	}

	html {
		overflow-x: hidden;
		font-size: 8px
	}

	.side__menu {
		display: none
	}

	section {
		display: none
	}

	footer {
		display: none
	}

	.side-text {
		display: none
	}

	.header {
		padding-bottom: 410px;
		background-size: cover;
		background-position: center
	}

	.why .why-image__wrapper .img .bullet-3 {
		bottom: 139px
	}

	.header .bullet-2 {
		bottom: 150px
	}

	.header .bullet-2 .tooltip {
		right: auto;
		left: 50px
	}

	.header .bullet-2 .tooltip:before {
		display: none
	}

	.header .tooltip {
		width: 180px;
		right: 62px
	}

	.header .bullet-3 {
		bottom: 70px
	}

	.header .header-bear {
		width: 100%;
		left: 50%;
		right: auto;
		bottom: -390px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.header .header-bear img {
		width: 100%
	}

	.header .bullet img {
		width: auto
	}

	.header__top-block--logo {
		padding: 0;
		width: 100%;
		text-align: center
	}

	.header__top-block--logo img {
		width: 100%;
		max-width: 300px
	}

	.header__top-block--delivery {
		display: none
	}

	.header__top-block--contacts {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 3rem
	}

	.header__top-block--contacts div {
		width: 100%;
		text-align: center
	}

	.header__top-block--contacts div .phone {
		font-size: 2.5rem
	}

	.header__top-block--contacts .social {
		position: relative;
		top: -3px
	}

	.header__top-block--contacts .social ul {
		text-align: center;
		margin-top: 2rem
	}

	.header__top-block--contacts .on-holidays {
		text-align: center;
		margin-top: 2rem;
		font-size: 2rem;
		width: 100%;
		margin-bottom: 2rem
	}

	.header__top-block--contacts .social ul {
		padding-top: 0
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem
	}

	.header__content-block--title span:after {
		display: none
	}

	.header__content-block--title br {
		display: none
	}

	.header__content-block--vantage {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 2rem
	}

	.header__content-block--vantage .vantage-item {
		width: 100%;
		padding: 0;
		padding-left: 4rem;
		margin-bottom: 3rem;
		list-style: none;
	}

	.header__content-block--vantage .vantage-item br {
		display: none
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title br {
		display: none
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title span:after {
		display: none
	}

	.giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.gifts {
		display: block
	}

	.gifts__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: 0 0
	}

	.gifts__items .gifts__items--item .image {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		margin: 0 auto
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		margin-top: 2rem !important
	}

	.gifts__items .gifts__items--item .text br {
		display: none
	}

	.gifts__items--item {
		width: 100%;
		margin-bottom: 4rem;
		padding: 0;
		padding-right: 0
	}

	.gifts__items .three {
		padding-right: 0;
		left: 0
	}

	.gifts__items .one .image {
		left: -35px
	}

	.gifts__items .two .image {
		left: 00px
	}

	.gifts__items .three .image {
		left: 10px
	}

	.gifts__items .two {
		left: 0
	}

	.about {
		display: block
	}

	.about__descr br {
		display: none
	}

	.about__prim br {
		display: none
	}

	.about__questions .title br {
		display: none
	}

	.about__chat {
		width: 100%;
		max-width: 320px
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px
	}

	.about__chat .text br {
		display: none
	}

	.about__questions ul li {
		margin-bottom: 10px
	}

	.why {
		display: block;
		background-position: center center;
		padding-bottom: 3rem
	}

	.why__giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.why__giftboxes {
		padding-top: 30rem
	}

	.why .why-image__wrapper .img {
		width: 100%
	}

	.why .why-image__wrapper .img img {
		width: 100%
	}

	.why .why-image__wrapper .img .bullet img {
		width: auto
	}

	.why .why-image__wrapper .img .tooltip {
		width: 180px
	}

	.why .why-image__wrapper .img .tooltip:before {
		display: none
	}

	.why .why-image__wrapper .img .bullet-2 .tooltip {
		right: auto;
		left: 50px;
		top: -50px;
		bottom: auto
	}

	.why .why-image__wrapper .img .bullet-1 .tooltip {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 50px
	}

	.answers-section {
		display: block;
		height: auto;
		padding-bottom: 5rem;
		padding-top: 5rem;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat
	}

	.answers-section .left {
		width: 100%
	}

	.answers-section .right {
		width: 100%
	}

	.answers-section .accordion {
		width: 100%
	}

	.answers-section .content-header {
		line-height: 3rem;
		font-size: 1.6rem
	}

	.answers-section .content-descr p {
		padding-left: 20px
	}

	.warranty {
		display: block;
		padding-top: 5rem;
		height: 515px;
		background-size: cover
	}



	.why-we {
		display: block;
		margin-top: 0
	}

	.why-we__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0
	}

	.why-we__items--item {
		width: 100%;
		height: auto;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		margin: 0 !important;
		margin-bottom: 3rem !important
	}

	.why-we__items--item .title {
		margin-left: 0 !important
	}

	.why-we__items--item .descr {
		margin-left: 0 !important
	}

	.why-we__items--item .capt {
		margin-left: 0 !important
	}

	.why-we__items--item .capt br {
		display: none
	}

	.why-we__items--item .example {
		margin-left: 0
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0
	}

	.insta-section {
		display: block
	}

	.insta-section .top-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.insta-section .top-block h2 {
		width: 100%;
		font-size: 2.5rem
	}

	.insta-section .top-block h2 br {
		display: none
	}

	.insta-section .insta {
		margin-top: 3rem;
		margin-left: 0
	}

	.insta-section .instafeed {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.insta-section .instafeed-block {
		width: 280px;
		height: 280px;
		margin-right: 0
	}

	.insta-section .instafeed-block:before {
		width: 260px;
		height: 260px
	}

	.testimonials {
		display: block
	}

	.iphone {
		display: none
	}

	.testimonials__wrapper {
		width: 100%
	}

	.testimonials__slider {
		width: 100%;
		left: 0;
		padding: 0;
		margin: 0
	}

	.testimonials__slider .swiper-wrapper {
		width: 100%
	}

	.testimonials__slider .swiper-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 5rem
	}

	.testimonials .look-test {
		position: static;
		margin-top: 2rem;
		margin-left: 2rem;
		display: inline-block
	}

	.testimonials__slider .swiper-slide {
		padding: 0
	}

	.testimonials__top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.testimonials__btns {
		margin-top: 3rem;
		margin-left: 0
	}

	.testimonials__slider .swiper-slide .chat {
		width: 270px;
		height: 140px;
		padding-top: 14px;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.map-section {
		display: block
	}

	.map-section__formblock {
		position: static;
		width: 100%;
		height: auto;
		padding-bottom: 3rem
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%
	}

	.map-section__formblock .contact-form .button {
		width: 90%
	}

	.map-section__mapblock {
		height: 400px
	}

	.bottom-block {
		display: block
	}

	.bottom-block .logo {
		width: 100%
	}

	.bottom-block .logo img {
		width: 100%
	}

	.bottom-block .email {
		margin: 0;
		width: 100%;
		margin-top: 5rem;
		text-align: center;
		background-position: 0 -15px;
		padding: 0
	}

	.bottom-block .address {
		margin: 0;
		width: 100%;
		margin-top: 3rem;
		text-align: center;
		background-position: 0 -15px;
		padding: 0
	}

	.bottom-block .links {
		margin: 0;
		width: 100%;
		margin-top: 3rem;
		text-align: center
	}

	.footer {
		display: block
	}

	.footer .copy {
		width: 100%
	}

	.footer .right-block {
		width: 100%;
		margin-top: 2rem
	}

	.product__modal .content {
		max-width: 95%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto
	}

	.product__modal .left {
		max-width: 95%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 833px
	}

	.product__modal .wrapper-left {
		max-width: 100%;
		padding-left: 3rem;
		padding-top: 8rem
	}

	.product__modal .wrapper-right {
		max-width: 100%;
		padding-top: 0
	}

	.product__modal .wrapper-right .slider__nav {
		display: none
	}

	.product__modal .wrapper-right {
		margin-left: 0
	}

	.product__modal .wrapper-right .slider {
		width: 90%;
		margin: 0 auto
	}

	.product__modal .left .bottom-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding: 3rem 0;
		display: none
	}

	.product__modal .right .product-form input {
		width: 100%
	}

	.product__modal .right .product-form .button {
		width: 100%
	}

	.product__modal .right .promo img {
		margin-right: 5px
	}

	.product__modal .wrapper-right .images-slider .swiper-slide img {
		width: 250px;
		height: auto
	}

	.product__modal .right {
		max-width: 95%;
		margin-left: 0
	}

	.product__modal .wrapper-left .prod {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product__modal .wrapper-left .prod span {
		margin-left: 0;
		margin-top: 2rem
	}

	.order__modal .content {
		width: 98%;
		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.order__modal .left {
		width: 100%;
		height: auto;
		padding: 3rem;
		padding-top: 8rem
	}

	.order__modal .left .prod-info {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.order__modal .left .prod-info .text {
		margin-left: 0;
		margin-top: 3rem
	}

	.order__modal .left .order-form .inputs {
		display: block;
		margin-right: 0
	}

	.order__modal .left .order-form .inputs input {
		margin-bottom: 2rem;
		width: 100%
	}

	.order__modal .left .order-form .button {
		width: 100%
	}

	.order__modal .right {
		width: 100%;
		margin-left: 0
	}

	.lead__modal {
		width: 100%;
		padding: 3rem 2rem;
		height: auto
	}

	.lead__modal form button,
	.lead__modal form input {
		width: 100% !important
	}

	.product__modal .left {
		max-width: 95%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 833px
	}

	.product__modal .wrapper-left {
		max-width: 100%;
		padding-left: 3rem;
		padding-top: 8rem
	}

	.product__modal .wrapper-right {
		max-width: 100%;
		padding-top: 0
	}
}

@media (min-width:576px) and (max-width:767px) {
	.header {
		padding-bottom: 740px
	}

	.header .bullet-2 {
		bottom: 150px
	}

	.header .bullet-2 .tooltip {
		right: auto;
		left: 50px
	}

	.header .bullet-2 .tooltip:before {
		display: none
	}

	.header .tooltip {
		width: 180px;
		right: 62px
	}

	.header .bullet-3 {
		bottom: 70px
	}

	.header .header-bear {
		width: 100%;
		left: 50%;
		right: auto;
		bottom: -634px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.header .header-bear img {
		width: 100%
	}

	.header .bullet img {
		width: auto
	}

	.giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.gifts__items .two {
		left: 0
	}

	.gifts__items .three {
		left: 0
	}

	.answers-section {
		display: block;
		height: auto;
		padding-bottom: 5rem;
		padding-top: 5rem;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat
	}

	.answers-section .left {
		width: 100%
	}

	.answers-section .right {
		width: 100%
	}

	.answers-section .accordion {
		width: 100%
	}

	.answers-section .content-header {
		line-height: 3rem;
		font-size: 1.6rem
	}

	.answers-section .content-descr p {
		padding-left: 20px
	}

	.order__modal .content {
		width: 98%;
		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.order__modal .left {
		width: 100%;
		height: auto;
		padding: 3rem
	}

	.order__modal .left .prod-info {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.order__modal .left .prod-info .text {
		margin-left: 0;
		margin-top: 3rem
	}

	.order__modal .left .order-form .inputs {
		display: block
	}

	.order__modal .left .order-form .inputs input {
		margin-bottom: 2rem;
		width: 100%
	}

	.order__modal .left .order-form .button {
		width: 100%
	}

	.order__modal .right {
		width: 100%;
		margin-left: 0
	}

	.container {
		width: 90%;
		max-width: 700px
	}

	html {
		overflow-x: hidden;
		font-size: 8px
	}

	.side__menu {
		display: none
	}

	section {
		display: none
	}

	footer {
		display: none
	}

	.side-text {
		display: none
	}

	.product__modal .content {
		max-width: 95%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto
	}

	.product__modal .left {
		max-width: 95%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-height: 950px
	}

	.product__modal .wrapper-left {
		max-width: 100%;
		padding-left: 3rem;
		padding-top: 8rem
	}

	.product__modal .wrapper-right {
		max-width: 100%
	}

	.product__modal .wrapper-right .slider__nav {
		display: none
	}

	.product__modal .wrapper-right {
		margin-left: 0
	}

	.product__modal .wrapper-right .slider {
		width: 90%;
		margin: 0 auto
	}

	.product__modal .left .bottom-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding: 3rem 0;
		display: none
	}

	.product__modal .right .product-form input {
		width: 100%
	}

	.product__modal .right .product-form .button {
		width: 100%
	}

	.product__modal .right .promo img {
		margin-right: 5px
	}

	.product__modal .wrapper-right .images-slider .swiper-slide img {
		width: 250px;
		height: auto
	}

	.product__modal .right {
		max-width: 95%;
		margin-left: 0
	}

	.product__modal .wrapper-left .prod {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product__modal .wrapper-left .prod span {
		margin-left: 0;
		margin-top: 2rem
	}

	.header__top-block--logo {
		padding: 0;
		width: 100%;
		text-align: center
	}

	.header__top-block--logo img {
		width: 100%;
		max-width: 300px
	}

	.header__top-block--delivery {
		display: none
	}

	.header__top-block--contacts {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 3rem
	}

	.header__top-block--contacts .social {
		position: relative;
		top: -3px
	}

	.header__top-block--contacts .on-holidays {
		text-align: center;
		margin-top: 2rem;
		font-size: 2rem;
		width: 100%;
		margin-bottom: 2rem
	}

	.header__top-block--contacts .social ul {
		padding-top: 0
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem
	}

	.header__content-block--title span:after {
		display: none
	}

	.header__content-block--title br {
		display: none
	}

	.header__content-block--vantage {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 2rem
	}

	.header__content-block--vantage .vantage-item {
		width: 100%;
		padding: 0;
		padding-left: 4rem;
		margin-bottom: 3rem
	}

	.header__content-block--vantage .vantage-item br {
		display: none
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title br {
		display: none
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title span:after {
		display: none
	}

	.gifts {
		display: block
	}

	.gifts__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: 0 0
	}

	.gifts__items .gifts__items--item .image {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		margin: 0 auto
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		margin-top: 2rem !important
	}

	.gifts__items .gifts__items--item .text br {
		display: none
	}

	.gifts__items--item {
		width: 100%;
		margin-bottom: 4rem;
		padding: 0;
		padding-right: 0
	}

	.gifts__items .three {
		padding-right: 0
	}

	.gifts__items .one .image {
		left: -35px
	}

	.gifts__items .two .image {
		left: 00px
	}

	.gifts__items .three .image {
		left: 10px
	}

	.about {
		display: block
	}

	.about__chat {
		width: 100%;
		max-width: 320px
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px
	}

	.about__chat .text br {
		display: none
	}

	.about__questions ul li {
		margin-bottom: 10px
	}

	.why {
		display: block;
		background-position: center center
	}

	.why__giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.why__giftboxes {
		padding-top: 30rem
	}

	.warranty {
		display: block
	}

	.catalog {
		display: block
	}

	.catalog__items {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.catalog__items--item {
		width: 90%;
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px
	}

	.catalog__items--item .order {
		width: 90%
	}

	.catalog__items--item .props {
		padding: .7rem 1rem
	}

	.catalog__items--item .more {
		margin-top: 2rem
	}

	.catalog__more-btn {
		width: 100
	}

	.catalog__more-btn a {
		width: 90%;
		background: 0 0
	}

	.catalog__more-btn a:after {
		right: 51px
	}

	.why-we {
		display: block;
		margin-top: 0
	}

	.why-we__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0
	}

	.why-we__items--item {
		width: 100%;
		height: auto;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		margin: 0 !important;
		margin-bottom: 3rem !important
	}

	.why-we__items--item .title {
		margin-left: 0 !important
	}

	.why-we__items--item .descr {
		margin-left: 0 !important
	}

	.why-we__items--item .capt {
		margin-left: 0 !important
	}

	.why-we__items--item .capt br {
		display: none
	}

	.why-we__items--item .example {
		margin-left: 0
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0
	}

	.insta-section {
		display: block
	}

	.insta-section .top-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.insta-section .top-block h2 {
		width: 100%;
		font-size: 2.5rem
	}

	.insta-section .top-block h2 br {
		display: none
	}

	.insta-section .insta {
		margin-top: 3rem;
		margin-left: 0
	}

	.insta-section .instafeed {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}

	.insta-section .instafeed-block {
		width: 48%;
		height: 250px;
		margin-right: 0
	}

	.insta-section .instafeed-block:before {
		width: 95%;
		height: 95%
	}

	.testimonials {
		display: block
	}

	.iphone {
		display: none
	}

	.testimonials__slider {
		width: 100%;
		left: 0;
		padding: 0;
		margin: 0
	}

	.testimonials__slider .swiper-slide {
		padding: 0
	}

	.testimonials__top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.testimonials__btns {
		margin-top: 3rem;
		margin-left: 0
	}

	.testimonials__slider .swiper-slide .chat {
		width: 270px;
		height: 140px;
		padding-top: 14px;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.map-section {
		display: block
	}

	.map-section__formblock {
		position: static;
		width: 100%;
		height: auto;
		padding-bottom: 3rem;
		max-width: 400px;
		margin: 0 auto
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%
	}

	.map-section__formblock .contact-form .button {
		width: 90%
	}

	.map-section__mapblock {
		height: 400px
	}

	.bottom-block {
		display: block
	}

	.bottom-block .logo {
		width: 100%;
		text-align: center
	}

	.bottom-block .logo img {
		width: 100%;
		max-width: 300px
	}

	.bottom-block .email {
		margin: 0;
		width: 100%;
		margin-top: 5rem
	}

	.bottom-block .address {
		margin: 0;
		width: 100%;
		margin-top: 3rem
	}

	.bottom-block .links {
		margin: 0;
		width: 100%;
		margin-top: 3rem
	}

	.footer {
		display: block
	}

	.footer .copy {
		width: 100%
	}

	.footer .right-block {
		width: 100%;
		margin-top: 2rem
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header {
		padding-bottom: 700px
	}

	.header .bullet-2 {
		bottom: 150px;
		left: 96px
	}

	.header .bullet-2 .tooltip {
		right: auto;
		left: 50px
	}

	.header .bullet-2 .tooltip:before {
		display: none
	}

	.header .tooltip {
		width: 180px;
		right: 62px
	}

	.header .bullet-3 {
		bottom: 70px;
		right: 93px
	}

	.header .header-bear {
		width: 100%;
		left: 50%;
		right: auto;
		bottom: -592px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center
	}

	.header .header-bear img {
		width: 70%
	}

	.header .bullet img {
		width: auto
	}

	.why .why-image__wrapper .img .bullet-2 .tooltip {
		right: auto;
		left: 50px
	}

	.why .why-image__wrapper .img .bullet-2 .tooltip:before {
		display: none
	}

	.giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.gifts__items .two {
		left: 0
	}

	.gifts__items .three {
		left: 0
	}

	.answers-section {
		display: block;
		height: auto;
		padding-bottom: 5rem;
		padding-top: 5rem;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 9rem
	}

	.answers-section .left {
		width: 100%
	}

	.answers-section .right {
		width: 100%
	}

	.answers-section .accordion {
		width: 100%
	}

	.answers-section .content-header {
		line-height: 3rem;
		font-size: 1.6rem
	}

	.answers-section .content-descr p {
		padding-left: 20px
	}

	.order__modal .right {
		display: none
	}

	.order__modal .content {
		width: 98%;
		margin: 0 auto
	}

	.order__modal .left {
		width: 100%;
		height: auto;
		padding-bottom: 3rem
	}

	.container {
		width: 90%;
		max-width: 960px
	}

	html {
		overflow-x: hidden;
		font-size: 9px
	}

	.side__menu {
		display: none
	}

	section {
		display: none
	}

	footer {
		display: none
	}

	.side-text {
		display: none
	}

	.product__modal .left {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		min-height: 900px
	}

	.product__modal .right {
		margin-left: 0;
		width: 100%
	}

	.product__modal .left .bottom-block {
		display: none
	}

	.product__modal .wrapper-right .slider {
		margin-bottom: 5rem
	}

	.product__modal .wrapper-left {
		width: 550px
	}

	.product__modal .content {
		max-width: 98%;
		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product__modal .wrapper-right {
		margin-left: 0;
		width: 100%;
		margin-top: 0;
		margin-left: 3rem
	}

	.header__top-block--delivery {
		display: none
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem
	}

	.header__content-block--title span:after {
		display: none
	}

	.header__content-block--title br {
		display: none
	}

	.header__content-block--vantage {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 2rem
	}

	.header__content-block--vantage .vantage-item {
		width: 100%;
		padding: 0;
		padding-left: 4rem;
		margin-bottom: 3rem
	}

	.header__content-block--vantage .vantage-item br {
		display: none
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title br {
		display: none
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title span:after {
		display: none
	}

	.gifts {
		display: block
	}

	.gifts__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: 0 0;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.gifts__items .gifts__items--item .image {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		margin: 0 auto
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		margin-top: 2rem !important
	}

	.gifts__items .gifts__items--item .text br {
		display: none
	}

	.gifts__items--item {
		width: 48%;
		padding: 0;
		padding-right: 0;
		margin: 0 !important;
		margin-bottom: 3rem !important
	}

	.gifts__items--item .image {
		height: 164px !important
	}

	.gifts__items .three {
		padding-right: 0
	}

	.gifts__items .one .image {
		left: -35px
	}

	.gifts__items .two .image {
		left: 00px
	}

	.gifts__items .three .image {
		left: 10px
	}

	.about {
		display: block
	}

	.about__chat {
		width: 100%;
		max-width: 320px
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px
	}

	.about__chat .text br {
		display: none
	}

	.about__questions ul li {
		margin-bottom: 10px
	}

	.why {
		display: block;
		background-position: center center
	}

	.why__giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.why__giftboxes {
		padding-top: 30rem
	}

	.warranty {
		display: block
	}

	.catalog {
		display: block
	}

	.catalog__items {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.catalog__items--item {
		width: 48%;
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px
	}

	.catalog__items--item .order {
		width: 90%
	}

	.catalog__items--item .props {
		padding: .7rem 1rem
	}

	.catalog__items--item .more {
		margin-top: 2rem
	}

	.catalog__more-btn {
		width: 100
	}

	.catalog__more-btn a {
		width: 90%;
		background: 0 0
	}

	.catalog__more-btn a:after {
		right: 51px
	}

	.why-we {
		display: block;
		margin-top: 0
	}

	.why-we__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.why-we__items--item .deliveries {
		margin-left: 0
	}

	.why-we__items--item {
		width: 48%;
		height: auto;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		margin: 0 !important;
		margin-bottom: 3rem !important
	}

	.why-we__items--item .title {
		margin-left: 0 !important
	}

	.why-we__items--item .descr {
		margin-left: 0 !important
	}

	.why-we__items--item .capt {
		margin-left: 0 !important
	}

	.why-we__items--item .capt br {
		display: none
	}

	.why-we__items--item .example {
		margin-left: 0
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0
	}

	.insta-section {
		display: block
	}

	.insta-section .top-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.insta-section .top-block h2 {
		width: 100%;
		font-size: 2.5rem
	}

	.insta-section .top-block h2 br {
		display: none
	}

	.insta-section .insta {
		margin-top: 3rem;
		margin-left: 0
	}

	.insta-section .instafeed {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}

	.insta-section .instafeed-block {
		width: 48%;
		height: 250px;
		margin-right: 0
	}

	.insta-section .instafeed-block:before {
		width: 95%;
		height: 95%
	}

	.testimonials {
		display: block
	}

	.iphone {
		display: none
	}

	.testimonials__slider {
		width: 100%;
		left: 0;
		padding: 0;
		margin: 0
	}

	.testimonials__slider .swiper-slide {
		padding: 0
	}

	.testimonials__top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.testimonials__btns {
		margin-top: 3rem;
		margin-left: 0
	}

	.testimonials__slider .swiper-slide .chat {
		width: 270px;
		height: 140px;
		padding-top: 14px;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.testimonials .look-test {
		left: 0
	}

	.map-section {
		display: block
	}

	.map-section__formblock {
		position: static;
		width: 100%;
		height: auto;
		padding-bottom: 3rem;
		max-width: 400px;
		margin: 0 auto
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%
	}

	.map-section__formblock .contact-form .button {
		width: 90%
	}

	.map-section__mapblock {
		height: 400px
	}

	.bottom-block {
		display: block
	}

	.bottom-block .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.bottom-block .logo {
		width: 100%;
		text-align: center
	}

	.bottom-block .logo img {
		width: 100%;
		max-width: 300px
	}

	.bottom-block .email {
		margin: 0;
		width: 50%;
		margin-top: 3rem
	}

	.bottom-block .address {
		margin: 0;
		width: 50%;
		margin-top: 3rem
	}

	.bottom-block .links {
		margin: 0;
		width: 100%;
		margin-top: 3rem
	}

	.footer {
		display: block
	}

	.footer .copy {
		width: 50%
	}

	.footer .right-block {
		width: 50%;
		margin-top: 2rem
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.header .header-bear {
		width: 40%;
		right: 0;
		bottom: -159px
	}

	.header .header-bear img {
		width: 100%
	}

	.header .header-bear .bullet img {
		width: auto
	}

	.gifts .giftboxes--items {
		display: none
	}

	.gifts__items .three {
		left: 0
	}

	.why .why-image__wrapper .img .bullet-3 {
		bottom: 175px;
		right: 42px
	}

	.why .why-image__wrapper .img .bullet-2 {
		left: 31px;
		bottom: 350px
	}

	.answers-section {
		display: block
	}

	.answers-section .left {
		width: 40%
	}

	.answers-section .right {
		width: 55%;
		padding-top: 0
	}

	.answers-section .accordion {
		width: 100%
	}

	.container {
		width: 90%;
		max-width: 1170px
	}

	html {
		overflow-x: hidden;
		font-size: 10px
	}

	.order__modal .right {
		display: none
	}

	.order__modal .content {
		width: 98%;
		margin: 0 auto
	}

	.order__modal .left {
		width: 100%;
		height: auto;
		padding-bottom: 3rem
	}

	.side__menu {
		display: none
	}

	section {
		display: none
	}

	footer {
		display: none
	}

	.side-text {
		display: none
	}

	.product__modal .left {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		min-height: 900px
	}

	.product__modal .right {
		margin-left: 0;
		width: 100%
	}

	.product__modal .left .bottom-block {
		display: none
	}

	.product__modal .wrapper-right .slider {
		margin-bottom: 5rem
	}

	.product__modal .wrapper-left {
		width: 550px
	}

	.product__modal .content {
		max-width: 98%;
		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product__modal .wrapper-right {
		margin-left: 0;
		width: 100%;
		margin-top: 0;
		margin-left: 3rem
	}

	.header__top-block--delivery {
		display: none
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem
	}

	.header__content-block--title span:after {
		display: none
	}

	.header__content-block--title br {
		display: none
	}

	.header__content-block--vantage {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 2rem
	}

	.header__content-block--vantage .vantage-item {
		width: 100%;
		padding: 0;
		padding-left: 4rem;
		margin-bottom: 3rem
	}

	.header__content-block--vantage .vantage-item br {
		display: none
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title br {
		display: none
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem
	}

	.section__title span:after {
		display: none
	}

	.gifts {
		display: block
	}

	.gifts__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: 0 0;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.gifts__items .gifts__items--item .image {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		margin: 0;
		margin: 0 auto
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		margin-top: 2rem !important
	}

	.gifts__items .gifts__items--item .text br {
		display: none
	}

	.gifts__items--item {
		width: 48%;
		padding: 0;
		padding-right: 0;
		margin: 0 !important;
		margin-bottom: 3rem !important
	}

	.gifts__items--item .image {
		height: 164px !important
	}

	.gifts__items .three {
		padding-right: 0
	}

	.gifts__items .one .image {
		left: -35px
	}

	.gifts__items .two .image {
		left: 00px
	}

	.gifts__items .three .image {
		left: 10px
	}

	.about {
		display: block
	}

	.about__chat {
		width: 100%;
		max-width: 600px
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px
	}

	.about__chat .text br {
		display: none
	}

	.about__questions ul li {
		margin-bottom: 10px
	}

	.why {
		display: block;
		background-position: center center
	}

	.why__giftboxes--items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.why__giftboxes--items_item {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: 0 !important;
		width: 45% !important;
		padding: 2rem !important;
		margin-bottom: 2rem !important
	}

	.why__giftboxes {
		padding-top: 30rem
	}

	.warranty {
		display: block
	}

	.catalog {
		display: block
	}

	.catalog__items {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.catalog__items--item {
		width: 48%;
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px
	}

	.catalog__items--item .order {
		width: 90%
	}

	.catalog__items--item .props {
		padding: .7rem 1rem
	}

	.catalog__items--item .more {
		margin-top: 2rem
	}

	.catalog__more-btn {
		width: 100
	}

	.catalog__more-btn a {
		width: 90%;
		background: 0 0
	}

	.catalog__more-btn a:after {
		right: 51px
	}

	.why-we {
		display: block;
		margin-top: 0
	}

	.why-we__items {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.why-we__items--item .deliveries {
		margin-left: 0
	}

	.why-we__items--item {
		width: 48%;
		height: auto;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		margin: 0 !important;
		margin-bottom: 3rem !important
	}

	.why-we__items--item .title {
		margin-left: 0 !important
	}

	.why-we__items--item .descr {
		margin-left: 0 !important
	}

	.why-we__items--item .capt {
		margin-left: 0 !important
	}

	.why-we__items--item .capt br {
		display: none
	}

	.why-we__items--item .example {
		margin-left: 0
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0
	}

	.insta-section {
		display: block
	}

	.insta-section .top-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.insta-section .top-block h2 {
		width: 100%;
		font-size: 2.5rem
	}

	.insta-section .top-block h2 br {
		display: none
	}

	.insta-section .insta {
		margin-top: 3rem;
		margin-left: 0
	}

	.insta-section .instafeed {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}

	.insta-section .instafeed-block {
		width: 48%;
		height: 250px;
		margin-right: 0
	}

	.insta-section .instafeed-block:before {
		width: 95%;
		height: 95%
	}

	.testimonials {
		display: block
	}

	.testimonials__slider .swiper-slide .chat .text {
		font-size: 1.7rem;
		line-height: 2.5rem
	}

	.testimonials__slider .swiper-slide .chat .text br {
		display: none
	}

	.testimonials__slider {
		width: 100%;
		left: 0;
		padding: 0;
		margin: 0
	}

	.testimonials__slider .swiper-slide {
		padding: 0
	}

	.testimonials__top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.testimonials__btns {
		margin-top: 3rem;
		margin-left: 0
	}

	.testimonials__slider .swiper-slide .chat {
		width: 270px;
		height: 140px;
		padding-top: 14px;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.testimonials .look-test {
		left: -200px;
		top: 100px
	}

	.map-section {
		display: block
	}

	.map-section__formblock {
		position: static;
		width: 100%;
		height: auto;
		padding-bottom: 3rem;
		max-width: 400px;
		margin: 0 auto
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%
	}

	.map-section__formblock .contact-form .button {
		width: 90%
	}

	.map-section__mapblock {
		height: 400px
	}

	.bottom-block {
		display: block
	}

	.bottom-block .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.bottom-block .logo {
		width: 100%;
		text-align: center
	}

	.bottom-block .logo img {
		width: 100%;
		max-width: 300px
	}

	.bottom-block .email {
		margin: 0;
		width: 50%;
		margin-top: 3rem
	}

	.bottom-block .address {
		margin: 0;
		width: 50%;
		margin-top: 3rem
	}

	.bottom-block .links {
		margin: 0;
		width: 100%;
		margin-top: 3rem
	}

	.footer {
		display: block
	}

	.footer .copy {
		width: 50%
	}

	.footer .right-block {
		width: 50%;
		margin-top: 2rem
	}
}

@media (min-width:1200px) and (max-width:1500px) {
	.header .header-bear {
		width: 40%;
		right: 0;
		bottom: -147px
	}

	.header .header-bear img {
		width: 100%
	}

	.header .header-bear .bullet img {
		width: auto
	}

	.gifts .giftboxes--items {
		display: none
	}

	.gifts__items .three {
		left: 0
	}

	.why .why-image__wrapper .img .bullet-3 {
		bottom: 175px;
		right: 42px
	}

	.why .why-image__wrapper .img .bullet-2 {
		left: 31px;
		bottom: 350px
	}

	.answers-section {
		display: block
	}

	.answers-section .left {
		width: 40%
	}

	.answers-section .right {
		width: 55%;
		padding-top: 0
	}

	.answers-section .accordion {
		width: 100%
	}

	.product__modal .wrapper-left .composition {
		margin-bottom: 17rem
	}

	.product__modal .left {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		min-height: auto;
		width: 70%
	}

	.product__modal .wrapper-right .slider__nav .nav-item img {
		width: 100%
	}

	.product__modal .fancybox-close-small {
		right: 4%
	}

	.product__modal .right {
		margin-left: 0;
		width: 30%;
		max-width: 100%
	}

	.about .about-img {
		right: -191px;
		bottom: -125px
	}

	.product__modal .wrapper-right .slider {
		margin-bottom: 5rem
	}

	.product__modal .wrapper-left {
		width: 45%
	}

	.product__modal .content {
		max-width: 97%;
		margin: 0 auto
	}

	.product__modal .wrapper-right {
		margin-left: 0;
		width: 50%;
		margin-left: 2%;
		margin-top: 0;
		margin-bottom: 13rem
	}

	.side-text {
		left: -55% !important
	}

	.warranty {
		background-position: center center
	}
}

@media (min-width:1200px) and (max-width:1700px) {
	html {
		overflow-x: hidden;
		font-size: 10px
	}

	.side-text {
		left: -51%
	}

	.why {
		background-position: center center
	}
}

@media (max-width:1199px) {
	.about-img {
		display: none
	}
}


.header__content-block--vantage {
	color: #3f3f3f;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	font-family: TTNorms-Regular, sans-serif;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 2.5rem;
	padding-top: 6.6rem;
	width: 100%;
}

.header__content-block--vantage .vantage-item {
	margin-right: 2.5rem;
	padding-left: 2.5rem;
	position: relative;
}

.header__content-block--vantage .vantage-item:before {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 .9rem 1.3rem #CA7379;
	content: '';
	height: 16px;
	left: 0;
	opacity: .2;
	position: absolute;
	top: 5px;
	webkit-border-radius: 100%;
	webkit-box-shadow: 0 .9rem 1.3rem #CA7379;
	width: 16px;
}

.header__content-block--vantage .vantage-item:after {
	background-color: #CA7379;
	border-radius: 100%;
	content: '';
	height: 6px;
	left: 5px;
	position: absolute;
	top: 10px;
	webkit-border-radius: 100%;
	width: 6px;
}



.testimonials {

	background-repeat: no-repeat;
	margin-top: 4.5rem;
	padding-bottom: 5rem;
	padding-top: 12rem;
}

.testimonials .side-text {
	top: -34.3%;
}

.testimonials__top {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}

.testimonials__btns {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	margin-left: 12.5rem;
	margin-top: -1rem;
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}

.testimonials__btns button {
	margin-right: 3.5rem;
}

.testimonials__title {
	display: inline-block;
	position: relative;
	text-align: left;
	top: -.3rem;
}

.testimonials .nav__next,
.testimonials .nav__prev {
	align-items: center;
	background: #CA7379;
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
	border: none;
	border-radius: 100%;
	box-shadow: 0 20px 68px rgba(122, 192, 243, .68);
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	height: 51px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-border-radius: 100%;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
	width: 51px;
}

.testimonials .swiper-button-disabled {
	background-color: #eaeaea;
	background-image: none;
	box-shadow: none;
	webkit-box-shadow: none;
}

.testimonials .swiper-button-disabled img {
	opacity: .8;
}

.testimonials .look-test {
	left: 110px;
	position: relative;
	top: 50px;
}

.testimonials .look-test img {
	margin-left: 10px;
}

.testimonials__wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	padding-top: 4.2rem;
}

.testimonials__wrapper .iphone .block {
	display: none;
}

.testimonials__wrapper .iphone .visible {
	display: block;
}

.testimonials__slider {
	flex-shrink: 0;
	left: -150px;
	ms-flex-negative: 0;
	overflow: hidden;
	padding-left: 30px;
	position: relative;
	webkit-flex-shrink: 0;
	width: 1000px;
}

.testimonials__slider .swiper-slide {
	padding-left: 4rem;
	padding-top: 9rem;
	position: relative;
	transition: all .15s;
	webkit-transition: all .15s;
	z-index: 10;
}

.testimonials__slider .swiper-slide .text {
	color: rgba(63, 63, 63, .4);
	font-family: TTNorms-Regular, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	left: 15px;
	line-height: 3.1rem;
	position: relative;
}

.testimonials__slider .swiper-slide .chat {
	background: #CA7379;
	box-shadow: 0 1px 50px rgb(255 255 255 / 40%), inset 5px 5px 20px rgb(255 255 255 / 55%);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 80px;
	border-top-left-radius: 8px;
	border-top-right-radius: 80px;
	box-shadow: 0 19px 46px rgba(254, 72, 93, .77);
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	height: 156px;
	margin-left: 1.3rem;
	margin-top: 5.1rem;
	padding-left: 2rem;
	padding-right: 3rem;
	padding-top: 20px;
	position: relative;
	transition: all .15s;
	webkit-border-bottom-left-radius: 8px;
	webkit-border-bottom-right-radius: 80px;
	webkit-border-top-left-radius: 8px;
	webkit-border-top-right-radius: 80px;
	webkit-transition: all .15s;
	width: 325px;
}

.testimonials__slider .swiper-slide .chat:before {
	border-color: transparent #fc6782 transparent transparent;
	border-style: solid;
	border-width: 0 11px 11px 0;
	content: '';
	height: 0;
	left: -11px;
	position: absolute;
	top: 43px;
	width: 0;
}

.testimonials__slider .swiper-slide .chat .text {
	color: #fff;
	font-family: 'PfDinDisplayPro - Regular', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 3.1rem;
	margin-left: 7px;
}

.testimonials__slider .swiper-slide-next {
	opacity: .2;
	transition: all .15s;
	webkit-transition: all .15s;
}



@media only screen and (max-width:575px) {
	.container {
		width: 90%;
	}

	html {
		font-size: 8px;
		overflow-x: hidden;
	}

	.side__menu {
		display: none;
	}

	section {
		display: none;
		display: block;
	}

	footer {
		display: none;
	}

	.side-text {
		display: none;
	}

	.header {
		padding-bottom: 10px;
		margin-bottom: -80px;
	}

	.header__top-block--logo {
		padding: 0;
		text-align: center;
		width: 100%;
		margin-bottom: -25px;
		margin-top: -6px;

	}

	.about_ul {
		display: block;
	}

	.about_p {

		line-height: 1.7;
		padding-left: 0;
		width: 70%;
		margin: 20px 0;
		font-size: 15px;
	}

	.about_ul li {
		font-size: 20px;
		margin-right: 10px;
		line-height: 35px;
		display: inline;
	}

	.header__top-block--logo img {
		max-width: 300px;
		width: 100%;
	}

	.header__top-block--delivery {
		display: block;
		color: #3f3f3f;
		padding-top: 0.3rem;
		line-height: 2.3rem;
		padding-top: 30px;
		padding-left: 3.4rem;
		background-position: 30px 2px;
		margin: 7px auto 0;
		cursor: pointer;
		z-index: 11;
		text-align: center;
		width: 100%;
	}

	.header__content-block {
		padding-top: 0rem;
		text-align: center;
	}

	.mini {
		font-size: 20px;
	}

	.header__top-block--contacts {
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
		ms-flex-align: center;
		ms-flex-pack: justify;
		ms-flex-wrap: wrap;
		padding: 0 3rem;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: justify;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-between;
		width: 100%;
	}

	.header__top-block--contacts div {
		text-align: center;
		width: 100%;
	}

	.header__top-block--contacts div .phone {
		font-size: 2.5rem;
	}

	.header__top-block--contacts .social {
		position: relative;
		top: 15px;
		justify-content: center;
	}

	.header__top-block--contacts .social ul {
		margin-top: 2rem;
		text-align: center;
	}

	.header__top-block--contacts .on-holidays {
		font-size: 2rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
		text-align: center;
		width: 100%;
	}

	.header__top-block--contacts .social ul {
		padding-top: 0;
	}

	.scr3__text p {
		font-size: 2.2rem;
		line-height: 3.3rem;
		margin-bottom: 15px;
	}

	.header__content-block--title {
		font-size: 4.5rem;
		line-height: 5.4rem;
	}

	.header__content-block--title span {
		font-size: 4.5rem;
		line-height: 5.4rem;
	}

	.header__content-block--title span:after {
		display: none;
	}

	.header__content-block--title br {
		display: none;
	}

	.header__content-block--vantage {
		flex-wrap: wrap;
		font-size: 2rem;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		margin-top: 35rem;
		padding-left: 15px;
	}

	.hello__foot {
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.hello__foot.engs {
		margin-bottom: 60px;
	}

	.header__content-block--catalog {
		margin-top: 2rem;
	}

	.texta {
		margin: 0 auto;
		padding-top: 35px;
		padding-bottom: 25px;
		z-index: 999;
		position: relative;
	}

	.header {
		background-image: url(../images/mob22.jpg);
		background-size: 450px;
		background-position: center;
		background-repeat: no-repeat;



	}

	.header.gorod {
		background-position: center 475px !important;
	}

	.header.section_nav {
		background-position: center 380px;
	}

	#bot_gorod {
		cursor: pointer;
	}


	.header__content-block--vantage .vantage-item {
		margin-bottom: 3rem;
		padding: 0;
		padding-left: 4rem;
		width: 100%;
		text-align: left;
	}

	.header__content-block--vantage .vantage-item br {
		display: none;
	}

	.section__title {
		/*		font-size: 4.8rem;
		line-height: 5.5rem;
*/
		font-size: 3.8rem;
		line-height: 4.5rem;
		text-align: left;
	}

	.cat-bl {
		width: 100%;
	}

	.section__title br {
		display: none;
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.scr2 {
		margin-top: 40px;
	}

	.scr3 {
		background: none;
		margin-top: -13rem;
	}

	.scr3__content {
		margin-left: 30px;
	}

	.mob_img {
		display: block;
		/*		margin-left: -23px;*/
		margin-left: -5px;
	}

	.mob_img img {
		width: 320px;
	}

	.cooperate {
		margin-top: -339px;
		padding-bottom: 50px;
	}

	.cooperate__text img {
		height: 412px;
		width: 100%;
		object-fit: cover;
	}

	.cooperate__wrap {
		left: 0;
		right: 0;
		margin: 50px auto 0;
	}

	.cooperate__logos {
		width: 525px;
		margin-left: 0;
		margin-right: 0;
	}

	.cooperate__text img,
	.cooperate__logos img {
		border-radius: 0px;
		width: 100%;
		object-fit: cover;
	}

	.cooperate__text {
		margin-bottom: -4px;
	}

	.section__title span:after {
		display: none;
	}

	.cat-bl__item {
		width: 90%;

	}

	#otchet .section__title {
		margin-bottom: 14px;
	}

	.scr9 {
		margin-top: 30px;
	}

	#otchet .cat-bl__item {
		height: 353px;
	}

	.map-section__formblock .title {
		font-size: 21px;
		line-height: 28px;
	}

	.cat-bl__header {
		font-size: 35px;
	}

	.lead_magnit {
		margin-top: 250px;
	}

	.capture-form .mockup-big img {
		max-width: 1920px;
		margin: 0px -80px;
		width: 700px;
	}

	.gifts {
		display: block;
	}

	.gifts__items {
		background: 0 0;
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.gifts__items .gifts__items--item .image {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		margin: 0;
		padding: 0;
		right: 0;
		top: 0;
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		margin-top: 2rem !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.gifts__items .gifts__items--item .text br {
		display: none;
	}

	.gifts__items--item {
		margin-bottom: 4rem;
		padding: 0;
		padding-right: 0;
		width: 100%;
	}

	.gifts__items .three {
		padding-right: 0;
	}

	.gifts__items .one .image {
		left: -35px;
	}

	.gifts__items .two .image {
		left: 00px;
	}

	.gifts__items .three .image {
		left: 10px;
	}

	.about {
		display: block;
		padding-top: 0rem;
	}

	.about__descr br {
		display: none;
	}

	.about__prim br {
		display: none;
	}

	.about__questions .title br {
		display: none;
	}

	.about {
		background-image: url(../images/zt9.jpg);
		background-size: 550px;
		background-position: -135px 240px;
		background-repeat: no-repeat;
		padding-bottom: 2.7rem;
		min-height: 460px;
	}

	#catalog .cat-bl__item {
		height: 340px;
	}

	.about__chat {
		max-width: 320px;
		width: 100%;
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px;
	}

	.about__chat .text br {
		display: none;
	}

	.about__questions ul li {
		margin-bottom: 10px;
	}

	.why {
		background-position: center center;
		display: block;
		padding-bottom: 3rem;
	}

	.why__giftboxes--items {
		flex-wrap: wrap;
		justify-content: space-around;
		ms-flex-pack: distribute;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-around;
	}

	.why__giftboxes--items_item {
		bottom: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		margin-bottom: 2rem !important;
		padding: 2rem !important;
		right: 0 !important;
		top: 0 !important;
		width: 45% !important;
	}

	.why__giftboxes {
		padding-top: 30rem;
	}

	.warranty {
		background-size: cover;
		display: block;
		height: 515px;
		padding-top: 5rem;
	}

	.catalog {
		display: block;
	}

	.catalog__items {
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}

	.catalog__items--item {
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px;
		width: 90%;
	}

	.catalog__items--item .order {
		width: 90%;
	}

	.catalog__items--item .props {
		padding: .7rem 1rem;
	}

	.catalog__items--item .more {
		margin-top: 2rem;
	}

	.catalog__more-btn {
		width: 100;
	}

	.catalog__more-btn a {
		background: 0 0;
		width: 90%;
	}

	.catalog__more-btn a:after {
		right: 51px;
	}

	.why-we {
		display: block;
		margin-top: 0;
	}

	.why-we__items {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		padding: 0;
		webkit-flex-wrap: wrap;
	}

	.why-we__items--item {
		height: auto;
		margin: 0 !important;
		margin-bottom: 3rem !important;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%;
	}

	.why-we__items--item:nth-child(1) {
		padding-left: 0;
	}

	.why-we__items--item .title {
		margin-left: 0 !important;
	}

	.why-we__items--item .descr {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt br {
		display: none;
	}

	.why-we__items--item .example {
		margin-left: 0;
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0;
	}

	.insta-section {
		display: block;
	}

	.insta-section .top-block {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.insta-section .top-block h2 {
		font-size: 2.5rem;
		width: 100%;
	}

	.insta-section .top-block h2 br {
		display: none;
	}

	.insta-section .insta {
		margin-left: 0;
		margin-top: 3rem;
	}

	.insta-section .instafeed {
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}

	.insta-section .instafeed-block {
		height: 280px;
		margin-right: 0;
		width: 280px;
	}

	.insta-section .instafeed-block:before {
		height: 260px;
		width: 260px;
	}

	.testimonials {
		display: block;
	}

	.iphone {
		display: none;
	}

	.testimonials__wrapper {
		width: 100%;
	}

	.testimonials__slider {
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.testimonials__slider .swiper-wrapper {
		width: 100%;
	}

	.testimonials__slider .swiper-slide {
		align-items: flex-start;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		ms-flex-align: start;
		ms-flex-direction: column;
		padding-bottom: 5rem;
		webkit-align-items: flex-start;
		webkit-box-align: start;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}

	.testimonials .look-test {
		display: inline-block;
		margin-left: 2rem;
		margin-top: 2rem;
		position: static;
	}

	.testimonials__slider .swiper-slide {
		padding: 0;
	}

	.testimonials__top {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.testimonials__btns {
		margin-left: 0;
		margin-top: 3rem;
	}

	.testimonials__slider .swiper-slide .chat {
		box-shadow: none;
		height: auto;
		padding-top: 14px;
		webkit-box-shadow: none;
		width: 270px;
	}

	.map-section {
		display: block;
	}

	.map-section__formblock {
		height: auto;
		padding-bottom: 3rem;
		position: static;
		width: 100%;
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%;
	}

	.map-section__formblock .contact-form .button {
		width: 90%;
	}

	.map-section__mapblock {
	    width: 100%;
		height: 400px;
	}

	.bottom-block {
		display: block;
	}

	.bottom-block .logo {
		width: 100%;
		text-align: center;
	}

	.bottom-block .logo img {
		width: 100%;
	}

	.bottom-block .email {
		background-position: 0 -15px;
		margin: 0;
		margin-top: 5rem;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.bottom-block .address {
		background-position: 0 -15px;
		margin: 0;
		margin-top: 3rem;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.bottom-block .links {
		margin: 0;
		margin-top: 3rem;
		text-align: center;
		width: 100%;
	}

	.footer {
		display: block;
	}

	.footer .copy {
		width: 100%;
	}

	.footer .right-block {
		margin-top: 2rem;
		width: 100%;
	}

	.product__modal .content {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		max-width: 95%;
		ms-flex-pack: center;
		ms-flex-wrap: wrap;
		webkit-box-pack: center;
		webkit-flex-wrap: wrap;
		webkit-justify-content: center;
	}

	.product__modal .left {
		flex-wrap: wrap;
		max-width: 95%;
		min-height: 950px;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-left {
		max-width: 100%;
		padding-left: 3rem;
		padding-top: 8rem;
	}

	.product__modal .wrapper-right {
		max-width: 100%;
	}

	.product__modal .wrapper-right .slider__nav {
		display: none;
	}

	.product__modal .wrapper-right {
		margin-left: 0;
	}

	.product__modal .wrapper-right .slider {
		margin: 0 auto;
		width: 90%;
	}

	.product__modal .left .bottom-block {
		display: none;
		flex-wrap: wrap;
		height: auto;
		ms-flex-wrap: wrap;
		padding: 3rem 0;
		webkit-flex-wrap: wrap;
	}

	.product__modal .right .product-form input {
		width: 100%;
	}

	.product__modal .right .product-form .button {
		width: 100%;
	}

	.product__modal .right .promo img {
		margin-right: 5px;
	}

	.product__modal .wrapper-right .images-slider .swiper-slide img {
		height: auto;
		width: 250px;
	}

	.product__modal .right {
		margin-left: 0;
		max-width: 95%;
	}

	.product__modal .wrapper-left .prod {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-left .prod span {
		margin-left: 0;
		margin-top: 2rem;
	}

	.order__modal .content {
		flex-wrap: wrap;
		margin: 0 auto;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		width: 98%;
	}

	.order__modal .left {
		height: auto;
		padding: 3rem;
		padding-top: 8rem;
		width: 100%;
	}

	#otchet {
		margin-top: 10px;
	}

	#otchet .cat-bl__item {
		width: 99%;
	}

	.capture-form {
		padding: 25px 0 30px;
	}

	.po4,
	.po5 {
		width: 50%;
		width: 99%;
	}

	.scr9 {
		padding-bottom: 30px;
	}

	#scr9 .section__title span {
		display: none;
	}

	#whywe .section__title span {
		display: none;
	}

	.why-we__items--item .image {
		margin-left: -15px;
		margin-right: -15px;
	}

	.why-we__items--item .image img {
		width: 100%;
	}

	.why-we__items--item:nth-child(2) {
		padding-left: 0;
	}

	.why-we__items--item:nth-child(3),
	.why-we__items--item:nth-child(4) {
		height: 590px;
		height: auto;
	}

	.swiper__ctrl {
		margin-top: -20px;
		margin-bottom: 20px;
	}

	.testimonials {
		margin-top: -1.5rem;
		padding-top: 10rem;
	}

	.faq .fq-item {
		width: 100%;
	}

	.faq .fq-item:nth-child(odd) {
		padding-right: 0px;
	}

	.faq .fq-item:nth-child(2n) {
		padding-left: 0px;
	}

	#faqi .section__title span {
		font-size: 4.8rem;
		line-height: 5.5rem;
	}

	.map-section.section_nav {
		padding-top: 4.7rem;
		padding-bottom: 1rem;
	}

	.order__modal .left .prod-info {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		width: 100%;
	}

	.order__modal .left .prod-info .text {
		margin-left: 0;
		margin-top: 3rem;
	}

	.order__modal .left .order-form .inputs {
		display: block;
		margin-right: 0;
	}

	.order__modal .left .order-form .inputs input {
		margin-bottom: 2rem;
		width: 100%;
	}

	.order__modal .left .order-form .button {
		width: 100%;
	}

	.order__modal .right {
		margin-left: 0;
		width: 100%;
	}

	.lead__modal {
		height: auto;
		padding: 3rem 2rem;
		width: 100%;
	}

	.lead__modal form button,
	.lead__modal form input {
		width: 100% !important;
	}

	.product__modal .left {
		flex-wrap: wrap;
		max-width: 95%;
		min-height: 833px;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-left {
		max-width: 100%;
		padding-left: 3rem;
		padding-top: 8rem;
	}

	.product__modal .wrapper-right {
		max-width: 100%;
		padding-top: 0;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.order__modal .content {
		flex-wrap: wrap;
		margin: 0 auto;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		width: 98%;
	}

	.order__modal .left {
		height: auto;
		padding: 3rem;
		width: 100%;
	}

	.order__modal .left .prod-info {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		width: 100%;
	}

	.order__modal .left .prod-info .text {
		margin-left: 0;
		margin-top: 3rem;
	}

	.order__modal .left .order-form .inputs {
		display: block;
	}

	.order__modal .left .order-form .inputs input {
		margin-bottom: 2rem;
		width: 100%;
	}

	.order__modal .left .order-form .button {
		width: 100%;
	}

	.order__modal .right {
		margin-left: 0;
		width: 100%;
	}

	.container {
		max-width: 700px;
		width: 90%;
	}

	html {
		font-size: 8px;
		overflow-x: hidden;
	}

	.side__menu {
		display: none;
	}

	section {
		display: none;
	}

	footer {
		display: none;
	}

	.side-text {
		display: none;
	}

	.product__modal .content {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		max-width: 95%;
		ms-flex-pack: center;
		ms-flex-wrap: wrap;
		webkit-box-pack: center;
		webkit-flex-wrap: wrap;
		webkit-justify-content: center;
	}

	.product__modal .left {
		flex-wrap: wrap;
		max-width: 95%;
		min-height: 950px;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-left {
		max-width: 100%;
		padding-left: 3rem;
		padding-top: 8rem;
	}

	.product__modal .wrapper-right {
		max-width: 100%;
	}

	.product__modal .wrapper-right .slider__nav {
		display: none;
	}

	.product__modal .wrapper-right {
		margin-left: 0;
	}

	.product__modal .wrapper-right .slider {
		margin: 0 auto;
		width: 90%;
	}

	.product__modal .left .bottom-block {
		display: none;
		flex-wrap: wrap;
		height: auto;
		ms-flex-wrap: wrap;
		padding: 3rem 0;
		webkit-flex-wrap: wrap;
	}

	.product__modal .right .product-form input {
		width: 100%;
	}

	.product__modal .right .product-form .button {
		width: 100%;
	}

	.product__modal .right .promo img {
		margin-right: 5px;
	}

	.product__modal .wrapper-right .images-slider .swiper-slide img {
		height: auto;
		width: 250px;
	}

	.product__modal .right {
		margin-left: 0;
		max-width: 95%;
	}

	.product__modal .wrapper-left .prod {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-left .prod span {
		margin-left: 0;
		margin-top: 2rem;
	}

	.header__top-block--logo {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.header__top-block--logo img {
		max-width: 300px;
		width: 100%;
	}

	.header__top-block--delivery {
		display: none;
	}

	.header__top-block--contacts {
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
		ms-flex-align: center;
		ms-flex-pack: justify;
		ms-flex-wrap: wrap;
		padding: 0 3rem;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: justify;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-between;
		width: 100%;
	}

	.header__top-block--contacts .social {
		position: relative;
		top: -3px;
	}

	.header__top-block--contacts .on-holidays {
		font-size: 2rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
		text-align: center;
		width: 100%;
	}

	.header__top-block--contacts .social ul {
		padding-top: 0;
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem;
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem;
	}

	.header__content-block--title span:after {
		display: none;
	}

	.header__content-block--title br {
		display: none;
	}

	.header__content-block--vantage {
		flex-wrap: wrap;
		font-size: 2rem;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.header__content-block--vantage .vantage-item {
		margin-bottom: 3rem;
		padding: 0;
		padding-left: 4rem;
		width: 100%;
	}

	.header__content-block--vantage .vantage-item br {
		display: none;
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.section__title br {
		display: none;
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.section__title span:after {
		display: none;
	}

	.gifts {
		display: block;
	}

	.gifts__items {
		background: 0 0;
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.gifts__items .gifts__items--item .image {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		margin: 0;
		padding: 0;
		right: 0;
		top: 0;
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		margin-top: 2rem !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.gifts__items .gifts__items--item .text br {
		display: none;
	}

	.gifts__items--item {
		margin-bottom: 4rem;
		padding: 0;
		padding-right: 0;
		width: 100%;
	}

	.gifts__items .three {
		padding-right: 0;
	}

	.gifts__items .one .image {
		left: -35px;
	}

	.gifts__items .two .image {
		left: 00px;
	}

	.gifts__items .three .image {
		left: 10px;
	}

	.about {
		display: block;
	}

	.about__chat {
		max-width: 320px;
		width: 100%;
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px;
	}

	.about__chat .text br {
		display: none;
	}

	.about__questions ul li {
		margin-bottom: 10px;
	}

	.why {
		background-position: center center;
		display: block;
	}

	.why__giftboxes--items {
		flex-wrap: wrap;
		justify-content: space-around;
		ms-flex-pack: distribute;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-around;
	}

	.why__giftboxes--items_item {
		bottom: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		margin-bottom: 2rem !important;
		padding: 2rem !important;
		right: 0 !important;
		top: 0 !important;
		width: 45% !important;
	}

	.why__giftboxes {
		padding-top: 30rem;
	}

	.warranty {
		display: block;
	}

	.catalog {
		display: block;
	}

	.catalog__items {
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}

	.catalog__items--item {
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px;
		width: 90%;
	}

	.catalog__items--item .order {
		width: 90%;
	}

	.catalog__items--item .props {
		padding: .7rem 1rem;
	}

	.catalog__items--item .more {
		margin-top: 2rem;
	}

	.catalog__more-btn {
		width: 100;
	}

	.catalog__more-btn a {
		background: 0 0;
		width: 90%;
	}

	.catalog__more-btn a:after {
		right: 51px;
	}

	.why-we {
		display: block;
		margin-top: 0;
	}

	.why-we__items {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		padding: 0;
		webkit-flex-wrap: wrap;
	}

	.why-we__items--item {
		height: auto;
		margin: 0 !important;
		margin-bottom: 3rem !important;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%;
	}

	.why-we__items--item .title {
		margin-left: 0 !important;
	}

	.why-we__items--item .descr {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt br {
		display: none;
	}

	.why-we__items--item .example {
		margin-left: 0;
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0;
	}

	.insta-section {
		display: block;
	}

	.insta-section .top-block {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.insta-section .top-block h2 {
		font-size: 2.5rem;
		width: 100%;
	}

	.insta-section .top-block h2 br {
		display: none;
	}

	.insta-section .insta {
		margin-left: 0;
		margin-top: 3rem;
	}

	.insta-section .instafeed {
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
		width: 100%;
	}

	.insta-section .instafeed-block {
		height: 250px;
		margin-right: 0;
		width: 48%;
	}

	.insta-section .instafeed-block:before {
		height: 95%;
		width: 95%;
	}

	.testimonials {
		display: block;
	}

	.iphone {
		display: none;
	}

	.testimonials__slider {
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.testimonials__slider .swiper-slide {
		padding: 0;
	}

	.testimonials__top {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.testimonials__btns {
		margin-left: 0;
		margin-top: 3rem;
	}

	.testimonials__slider .swiper-slide .chat {
		box-shadow: none;
		height: 100px;
		padding-top: 14px;
		webkit-box-shadow: none;
		width: 270px;
	}

	.map-section {
		display: block;
	}

	.map-section__formblock {
		height: auto;
		margin: 0 auto;
		max-width: 400px;
		padding-bottom: 3rem;
		position: static;
		width: 100%;
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%;
	}

	.map-section__formblock .contact-form .button {
		width: 90%;
	}

	.map-section__mapblock {
	    width: 100%;
		height: 400px;
	}

	.bottom-block {
		display: block;
	}

	.bottom-block .logo {
		text-align: center;
		width: 100%;
	}

	.bottom-block .logo img {
		max-width: 300px;
		width: 100%;
	}

	.bottom-block .email {
		margin: 0;
		margin-top: 5rem;
		width: 100%;
	}

	.bottom-block .address {
		margin: 0;
		margin-top: 3rem;
		width: 100%;
	}

	.bottom-block .links {
		margin: 0;
		margin-top: 3rem;
		width: 100%;
	}

	.footer {
		display: block;
	}

	.footer .copy {
		width: 100%;
	}

	.footer .right-block {
		margin-top: 2rem;
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.order__modal .right {
		display: none;
	}

	.order__modal .content {
		margin: 0 auto;
		width: 98%;
	}

	.order__modal .left {
		height: auto;
		padding-bottom: 3rem;
		width: 100%;
	}

	.container {
		max-width: 960px;
		width: 90%;
	}

	html {
		font-size: 9px;
		overflow-x: hidden;
	}

	.side__menu {
		display: none;
	}

	section {
		display: none;
	}

	footer {
		display: none;
	}

	.side-text {
		display: none;
	}

	.product__modal .left {
		display: inline-flex;
		display: -ms-inline-flexbox;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		flex-wrap: wrap;
		max-width: 100%;
		min-height: 900px;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .right {
		margin-left: 0;
		width: 100%;
	}

	.product__modal .left .bottom-block {
		display: none;
	}

	.product__modal .wrapper-right .slider {
		margin-bottom: 5rem;
	}

	.product__modal .wrapper-left {
		width: 550px;
	}

	.product__modal .content {
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 98%;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-right {
		margin-left: 0;
		margin-left: 3rem;
		margin-top: 0;
		width: 100%;
	}

	.header__top-block--delivery {
		display: none;
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem;
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem;
	}

	.header__content-block--title span:after {
		display: none;
	}

	.header__content-block--title br {
		display: none;
	}

	.header__content-block--vantage {
		flex-wrap: wrap;
		font-size: 2rem;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.header__content-block--vantage .vantage-item {
		margin-bottom: 3rem;
		padding: 0;
		padding-left: 4rem;
		width: 100%;
	}

	.header__content-block--vantage .vantage-item br {
		display: none;
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.section__title br {
		display: none;
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.section__title span:after {
		display: none;
	}

	.gifts {
		display: block;
	}

	.gifts__items {
		background: 0 0;
		flex-wrap: wrap;
		justify-content: space-around;
		ms-flex-pack: distribute;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-around;
	}

	.gifts__items .gifts__items--item .image {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		margin: 0;
		padding: 0;
		right: 0;
		top: 0;
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		margin-top: 2rem !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.gifts__items .gifts__items--item .text br {
		display: none;
	}

	.gifts__items--item {
		margin: 0 !important;
		margin-bottom: 3rem !important;
		padding: 0;
		padding-right: 0;
		width: 48%;
	}

	.gifts__items--item .image {
		height: 164px !important;
	}

	.gifts__items .three {
		padding-right: 0;
	}

	.gifts__items .one .image {
		left: -35px;
	}

	.gifts__items .two .image {
		left: 00px;
	}

	.gifts__items .three .image {
		left: 10px;
	}

	.about {
		display: block;
	}

	.about__chat {
		max-width: 320px;
		width: 100%;
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px;
	}

	.about__chat .text br {
		display: none;
	}

	.about__questions ul li {
		margin-bottom: 10px;
	}

	.why {
		background-position: center center;
		display: block;
	}

	.why__giftboxes--items {
		flex-wrap: wrap;
		justify-content: space-around;
		ms-flex-pack: distribute;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-around;
	}

	.why__giftboxes--items_item {
		bottom: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		margin-bottom: 2rem !important;
		padding: 2rem !important;
		right: 0 !important;
		top: 0 !important;
		width: 45% !important;
	}

	.why__giftboxes {
		padding-top: 30rem;
	}

	.warranty {
		display: block;
	}

	.catalog {
		display: block;
	}

	.catalog__items {
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
	}

	.catalog__items--item {
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px;
		width: 48%;
	}

	.catalog__items--item .order {
		width: 90%;
	}

	.catalog__items--item .props {
		padding: .7rem 1rem;
	}

	.catalog__items--item .more {
		margin-top: 2rem;
	}

	.catalog__more-btn {
		width: 100;
	}

	.catalog__more-btn a {
		background: 0 0;
		width: 90%;
	}

	.catalog__more-btn a:after {
		right: 51px;
	}

	.why-we {
		display: block;
		margin-top: 0;
	}

	.why-we__items {
		flex-wrap: wrap;
		justify-content: space-between;
		ms-flex-pack: justify;
		ms-flex-wrap: wrap;
		padding: 0;
		webkit-box-pack: justify;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-between;
	}

	.why-we__items--item .deliveries {
		margin-left: 0;
	}

	.why-we__items--item {
		height: auto;
		margin: 0 !important;
		margin-bottom: 3rem !important;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 48%;
	}

	.why-we__items--item .title {
		margin-left: 0 !important;
	}

	.why-we__items--item .descr {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt br {
		display: none;
	}

	.why-we__items--item .example {
		margin-left: 0;
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0;
	}

	.insta-section {
		display: block;
	}

	.insta-section .top-block {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.insta-section .top-block h2 {
		font-size: 2.5rem;
		width: 100%;
	}

	.insta-section .top-block h2 br {
		display: none;
	}

	.insta-section .insta {
		margin-left: 0;
		margin-top: 3rem;
	}

	.insta-section .instafeed {
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
		width: 100%;
	}

	.insta-section .instafeed-block {
		height: 250px;
		margin-right: 0;
		width: 48%;
	}

	.insta-section .instafeed-block:before {
		height: 95%;
		width: 95%;
	}

	.testimonials {
		display: block;
	}

	.iphone {
		display: none;
	}

	.testimonials__slider {
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.testimonials__slider .swiper-slide {
		padding: 0;
	}

	.testimonials__top {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.testimonials__btns {
		margin-left: 0;
		margin-top: 3rem;
	}

	.testimonials__slider .swiper-slide .chat {
		box-shadow: none;
		height: 100px;
		padding-top: 14px;
		webkit-box-shadow: none;
		width: 270px;
	}

	.testimonials .look-test {
		left: 0;
	}

	.map-section {
		display: block;
	}

	.map-section__formblock {
		height: auto;
		margin: 0 auto;
		max-width: 400px;
		padding-bottom: 3rem;
		position: static;
		width: 100%;
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%;
	}

	.map-section__formblock .contact-form .button {
		width: 90%;
	}

	.map-section__mapblock {
	    width: 100%;
		height: 400px;
	}

	.bottom-block {
		display: block;
	}

	.bottom-block .container {
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}

	.bottom-block .logo {
		text-align: center;
		width: 100%;
	}

	.bottom-block .logo img {
		max-width: 300px;
		width: 100%;
	}

	.bottom-block .email {
		margin: 0;
		margin-top: 3rem;
		width: 50%;
	}

	.bottom-block .address {
		margin: 0;
		margin-top: 3rem;
		width: 50%;
	}

	.bottom-block .links {
		margin: 0;
		margin-top: 3rem;
		width: 100%;
	}


	.footer {
		display: block;
	}

	.footer .copy {
		width: 50%;
	}

	.footer .right-block {
		margin-top: 2rem;
		width: 50%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.container {
		max-width: 1170px;
		width: 90%;
	}

	html {
		font-size: 10px;
		overflow-x: hidden;
	}

	.order__modal .right {
		display: none;
	}

	.order__modal .content {
		margin: 0 auto;
		width: 98%;
	}

	.order__modal .left {
		height: auto;
		padding-bottom: 3rem;
		width: 100%;
	}

	.side__menu {
		display: none;
	}

	section {
		display: none;
	}

	footer {
		display: none;
	}

	.side-text {
		display: none;
	}

	.product__modal .left {
		display: inline-flex;
		display: -ms-inline-flexbox;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		flex-wrap: wrap;
		max-width: 100%;
		min-height: 900px;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .right {
		margin-left: 0;
		width: 100%;
	}

	.product__modal .left .bottom-block {
		display: none;
	}

	.product__modal .wrapper-right .slider {
		margin-bottom: 5rem;
	}

	.product__modal .wrapper-left {
		width: 550px;
	}

	.product__modal .content {
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 98%;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.product__modal .wrapper-right {
		margin-left: 0;
		margin-left: 3rem;
		margin-top: 0;
		width: 100%;
	}

	.header__top-block--delivery {
		display: none;
	}

	.header__content-block--title {
		font-size: 3.5rem;
		line-height: 4.4rem;
	}

	.header__content-block--title span {
		font-size: 3rem;
		line-height: 4.4rem;
	}

	.header__content-block--title span:after {
		display: none;
	}

	.header__content-block--title br {
		display: none;
	}

	.header__content-block--vantage {
		flex-wrap: wrap;
		font-size: 2rem;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.header__content-block--vantage .vantage-item {
		margin-bottom: 3rem;
		padding: 0;
		padding-left: 4rem;
		width: 100%;
	}

	.header__content-block--vantage .vantage-item br {
		display: none;
	}

	.section__title {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.section__title br {
		display: none;
	}

	.section__title span {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}

	.section__title span:after {
		display: none;
	}

	.gifts {
		display: block;
	}

	.gifts__items {
		background: 0 0;
		flex-wrap: wrap;
		justify-content: space-around;
		ms-flex-pack: distribute;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-around;
	}

	.gifts__items .gifts__items--item .image {
		bottom: 0;
		left: 0;
		margin: 0 auto;
		margin: 0;
		padding: 0;
		right: 0;
		top: 0;
	}

	.gifts__items .gifts__items--item .text {
		margin: 0 !important;
		margin-top: 2rem !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.gifts__items .gifts__items--item .text br {
		display: none;
	}

	.gifts__items--item {
		margin: 0 !important;
		margin-bottom: 3rem !important;
		padding: 0;
		padding-right: 0;
		width: 48%;
	}

	.gifts__items--item .image {
		height: 164px !important;
	}

	.gifts__items .three {
		padding-right: 0;
	}

	.gifts__items .one .image {
		left: -35px;
	}

	.gifts__items .two .image {
		left: 00px;
	}

	.gifts__items .three .image {
		left: 10px;
	}

	.about {
		display: block;
	}

	.about__chat {
		max-width: 600px;
		width: 100%;
	}

	.about__chat .text {
		font-size: 1.3rem;
		left: -10px;
	}

	.about__chat .text br {
		display: none;
	}

	.about__questions ul li {
		margin-bottom: 10px;
	}

	.why {
		background-position: center center;
		display: block;
	}

	.why__giftboxes--items {
		flex-wrap: wrap;
		justify-content: space-around;
		ms-flex-pack: distribute;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-around;
	}

	.why__giftboxes--items_item {
		bottom: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		margin-bottom: 2rem !important;
		padding: 2rem !important;
		right: 0 !important;
		top: 0 !important;
		width: 45% !important;
	}

	.why__giftboxes {
		padding-top: 30rem;
	}

	.warranty {
		display: block;
	}

	.catalog {
		display: block;
	}

	.catalog__items {
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
	}

	.catalog__items--item {
		margin-bottom: 7rem;
		margin-right: 0;
		max-width: 367px;
		width: 48%;
	}

	.catalog__items--item .order {
		width: 90%;
	}

	.catalog__items--item .props {
		padding: .7rem 1rem;
	}

	.catalog__items--item .more {
		margin-top: 2rem;
	}

	.catalog__more-btn {
		width: 100;
	}

	.catalog__more-btn a {
		background: 0 0;
		width: 90%;
	}

	.catalog__more-btn a:after {
		right: 51px;
	}

	.why-we {
		display: block;
		margin-top: 0;
	}

	.why-we__items {
		flex-wrap: wrap;
		justify-content: space-between;
		ms-flex-pack: justify;
		ms-flex-wrap: wrap;
		padding: 0;
		webkit-box-pack: justify;
		webkit-flex-wrap: wrap;
		webkit-justify-content: space-between;
	}

	.why-we__items--item .deliveries {
		margin-left: 0;
	}

	.why-we__items--item {
		height: auto;
		margin: 0 !important;
		margin-bottom: 3rem !important;
		padding-bottom: 3rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 48%;
	}

	.why-we__items--item .title {
		margin-left: 0 !important;
	}

	.why-we__items--item .descr {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt {
		margin-left: 0 !important;
	}

	.why-we__items--item .capt br {
		display: none;
	}

	.why-we__items--item .example {
		margin-left: 0;
	}

	.why-we__items--item:nth-child(3) ul {
		padding-left: 0;
	}

	.insta-section {
		display: block;
	}

	.insta-section .top-block {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.insta-section .top-block h2 {
		font-size: 2.5rem;
		width: 100%;
	}

	.insta-section .top-block h2 br {
		display: none;
	}

	.insta-section .insta {
		margin-left: 0;
		margin-top: 3rem;
	}

	.insta-section .instafeed {
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
		width: 100%;
	}

	.insta-section .instafeed-block {
		height: 250px;
		margin-right: 0;
		width: 48%;
	}

	.insta-section .instafeed-block:before {
		height: 95%;
		width: 95%;
	}

	.testimonials {
		display: block;
	}

	.testimonials__slider .swiper-slide .chat .text {
		font-size: 1.7rem;
		line-height: 2.5rem;
	}

	.testimonials__slider .swiper-slide .chat .text br {
		display: none;
	}

	.testimonials__slider {
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.testimonials__slider .swiper-slide {
		padding: 0;
	}

	.testimonials__top {
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}

	.testimonials__btns {
		margin-left: 0;
		margin-top: 3rem;
	}

	.testimonials__slider .swiper-slide .chat {
		box-shadow: none;
		height: 100px;
		padding-top: 14px;
		webkit-box-shadow: none;
		width: 270px;
	}

	.testimonials .look-test {
		left: -200px;
		top: 100px;
	}

	.map-section {
		display: block;
	}

	.map-section__formblock {
		height: auto;
		margin: 0 auto;
		max-width: 400px;
		padding-bottom: 3rem;
		position: static;
		width: 100%;
	}

	.map-section__formblock .contact-form .input-form input {
		width: 90%;
	}

	.map-section__formblock .contact-form .button {
		width: 90%;
	}

	.map-section__mapblock {
	    width: 100%;
		height: 400px;
	}

	.bottom-block {
		display: block;
	}

	.bottom-block .container {
		justify-content: center;
		ms-flex-pack: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}

	.bottom-block .logo {
		text-align: center;
		width: 100%;
	}

	.bottom-block .logo img {
		max-width: 300px;
		width: 100%;
	}

	.bottom-block .email {
		margin: 0;
		margin-top: 3rem;
		width: 50%;
	}

	.bottom-block .address {
		margin: 0;
		margin-top: 3rem;
		width: 50%;
	}

	.bottom-block .links {
		margin: 0;
		margin-top: 3rem;
		width: 100%;
	}

	.footer {
		display: block;
	}

	.footer .copy {
		width: 50%;
	}

	.footer .right-block {
		margin-top: 2rem;
		width: 50%;
	}
}

@media (min-width:1200px) and (max-width:1500px) {
	.product__modal .wrapper-left .composition {
		margin-bottom: 17rem;
	}

	.product__modal .left {
		display: inline-flex;
		display: -ms-inline-flexbox;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		flex-wrap: wrap;
		max-width: 100%;
		min-height: auto;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
		width: 70%;
	}

	.product__modal .wrapper-right .slider__nav .nav-item img {
		width: 100%;
	}

	.product__modal .fancybox-close-small {
		right: 4%;
	}

	.product__modal .right {
		margin-left: 0;
		max-width: 100%;
		width: 30%;
	}

	.about .about-img {
		bottom: -125px;
		right: -191px;
	}

	.product__modal .wrapper-right .slider {
		margin-bottom: 5rem;
	}

	.product__modal .wrapper-left {
		width: 45%;
	}

	.product__modal .content {
		margin: 0 auto;
		max-width: 97%;
	}

	.product__modal .wrapper-right {
		margin-bottom: 13rem;
		margin-left: 0;
		margin-left: 2%;
		margin-top: 0;
		width: 50%;
	}

	.side-text {
		left: -55% !important;
	}

	.warranty {
		background-position: center center;
	}
}

@media (min-width:1200px) and (max-width:1700px) {
	html {
		font-size: 10px;
		overflow-x: hidden;
	}

	.side-text {
		left: -51%;
	}

	.why {
		background-position: center center;
	}
}

@media (max-width:1199px) {
	.about-img {
		display: none;
	}
}


.btn__cont {
	display: table;
	width: 100%;
	padding-left: 43px;
	padding-right: 20px;
}

.btn__left {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
}

.btn__left .button {
	width: 100%;
	max-width: 160px;
	height: 60px;
	line-height: 60px;
}

.btn__right {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	text-align: left;
	padding-bottom: 16px;
}

.btn__right .more {
	font-size: 2.0rem;
}


.scr3__formitem input {

	border: 1px #0e0e0e14 solid !important;
}


.scr9__prev:after,
.scr9__next:after {
	border-radius: 100px;
}

.scr9__prev img,
.scr9__next img {
	z-index: 11;
}

.lead_magnit {
	max-width: 553px;
	margin-left: auto;
	margin-top: 50px;
	position: relative;
}

.lead_magnit:before {
	content: '';
	position: absolute;
	border-radius: 10px;
	border: 1px solid #F4F4F4;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	z-index: -1;
}

.social {
	/*	display: none !important;*/
}

.social.mob {
	display: none;
}

.on-holidays .lang {
	height: 25px;
}

.textcols-item .mini {
	font-size: 1.5rem;
	padding-left: 2rem;
	padding-top: 0;
	margin-top: 0;
	line-height: 1;
}

.nomera {
	text-align: center;
	width: 360px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.nomera .name {
	font-size: 18px;
	padding-right: 10px;
	font-weight: 600;
	color: #000
}

.nomera .value {
	font-size: 18px;
}

.nomera .value a {
	color: #000;
	border-bottom: 1px dashed;
}

@media only screen and (max-width:767px) {

	.button.vid {
		width: 280px;
	}

	.pla {
		height: 70px;
	}

	.langu {
		/*		display: none;*/
	}

	.on-holidays .lang {
		height: 25px;
	}

	.header__top-block--contacts .social.notmob {
		display: none;
	}

	.social.mob {
		position: relative;
		top: -3px;
		display: flex !important;
		justify-content: center;
		width: auto;
	}

	.header__top-block--contacts .on-holidays {
		font-size: 3rem;
		margin-bottom: 2rem;
		margin-top: 2rem;
		width: 100%;
		/* margin: 0 auto; */
		justify-content: center;
		align-items: center;
		align-content: center;
		display: flex;
	}

	.socyes,
	.socyes .glavi {
		display: block !important;
	}

	.socyes .span {
		display: none !important;
	}

	.arr {
		margin-left: -20px;
	}

	.textcols-item .mini {
		font-size: 12px;
		padding-left: 0rem;
		padding-top: 0;
		margin-left: -20px;
		margin-top: 0;
		line-height: 1;
	}

	.header__content-block.one {
		padding-top: 1rem;
	}

	.header__top-block--contacts .on-holidays.glavi {
		margin-top: 3rem;
		margin-bottom: 1rem;
	}

	.header__top-block--contacts.glav {
		margin-top: 1rem;
	}

	.lead_magnit {
		margin-top: 250px;
	}

	.header_gorod {
		font-size: 17px;
		padding-top: 13px;
	}

	.map-section__formblock .contact-form .button span {
		font-size: 2rem;
	}

	.textcols-item {
		width: 50%;
		vertical-align: top;
		margin-right: 3%;
		font-size: 20px;
	}

	#whywe .cat-bl {
		width: 90% !important;
	}

	.po3,
	.po4,
	.po5 {
		width: 99% !important;
	}

	.why-we__items br {
		display: none;
	}

	.nomera {
		width: 90%;
		padding-left: 10px;
		/*		justify-content: center;*/
	}

	.nomera .name {
		font-size: 14px;
		padding-right: 7px;
		line-height: 1.5;
		text-align: left !important;
	}

	.nomera .value {
		font-size: 15px;
	}
}



@media (min-width:1000px) and (max-width:1450px) {
	.header__top-block--contacts {
		margin-top: 0rem;
	}

	.header__content-block .container {
		width: 1270px;
	}

	.header {
		background-image: url(../images/bv1.jpg);
	}

	.w100 {
		width: 100%;
	}

	.why-we__items--item {
		width: 47%;
		padding-left: 0;
		margin-right: 0;
	}

	.scr3 {
		margin-top: -16rem;
	}

	.why-we__items {
		padding: 0;
	}

	.why-we__items br {
		display: none;
	}

	#whywe .why-we__items--item:nth-child(2) {
		padding-left: 0rem;
	}

	#whywe .why-we__items--item:nth-child(2n) {
		padding-left: 2rem;
	}

	#whywe .text {
		width: 550px;
	}

	#whywe .image img {
		width: 550px;
	}
}



@media (min-width:1500px) {
	.scr3 {
		background-position: center
	}
}

.foot_img {
	height: 69px;
}