@font-face {
	font-family: "FiraSans";
	src: url("../fonts/FiraSans-Black.eot");
	src: url("../fonts/FiraSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Black.woff") format("woff"),
		url("../fonts/FiraSans-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "FiraSans";
	src: url("../fonts/FiraSans-Regular.eot");
	src: url("../fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Regular.woff") format("woff"),
		url("../fonts/FiraSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "FiraSans";
	src: url("../fonts/FiraSans-Medium.eot");
	src: url("../fonts/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Medium.woff") format("woff"),
		url("../fonts/FiraSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "FiraSans";
	src: url("../fonts/FiraSans-Light.eot");
	src: url("../fonts/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Light.woff") format("woff"),
		url("../fonts/FiraSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "FiraSans";
	src: url("../fonts/FiraSans-Bold.eot");
	src: url("../fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans-Bold.woff") format("woff"),
		url("../fonts/FiraSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerRegular.eot");
	src: url("../fonts/MullerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerRegular.woff") format("woff"),
		url("../fonts/MullerRegular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerMedium.eot");
	src: url("../fonts/MullerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerMedium.woff") format("woff"),
		url("../fonts/MullerMedium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerBlack.eot");
	src: url("../fonts/MullerBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBlack.woff") format("woff"),
		url("../fonts/MullerBlack.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerBold.eot");
	src: url("../fonts/MullerBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerBold.woff") format("woff"),
		url("../fonts/MullerBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerLight.eot");
	src: url("../fonts/MullerLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerLight.woff") format("woff"),
		url("../fonts/MullerLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

.trav {
	font-family: "FiraSans";
	font-weight: normal;
}

body {
	font-family: "Muller";
	font-weight: normal;
	position: relative;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg_main.jpg);
	color: #1a1918;
}

* {
	outline: none !important;
}

button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

label.error {
	display: none !important;
}

.error {
	border-color: red !important;
}

.valid {
	border-color: green !important;
}

.nomob {
	display: block;
}

.onlymob {
	display: none;
}

.nopadl {
	padding-left: 0;
}

.nopadr {
	padding-right: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

body {
	padding-right: 0 !important;
}

body.modal-open {
	padding-right: 17px !important;
}

.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
	display: none;
}

.flex.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.container {
	max-width: 1170px;
	width: 100%;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
}

.toptel {
	display: block;
	font-weight: 600;
	font-size: 28px;
	position: relative;
	z-index: 100;
	color: #1a1918;
}

.toptel:hover {
	text-decoration: underline;
}

.recall_elems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 100;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recall {
	font-size: 16px;
	color: #1a1918;
	line-height: 1;
}

.recall:hover {
	text-decoration: underline;
}

.soc_wrp {
	margin-bottom: 0;
}

.soc_wrp a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.soc_wrp a:hover {
	top: -3px;
}

.soc_wrp > a:last-child {
	margin-left: 18px;
}

.open_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: 125px;
	height: 158px;
	background: #e11f26;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.open_nav > div {
	width: 73px;
}

.open_nav > div > span {
	display: block;
	width: 73px;
	height: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	margin: 7px 0;
	margin-left: auto;
}

.open_nav > div > span:last-child {
	width: 21px;
}

.open_nav:hover > div > span:last-child {
	width: 73px;
}

.header_list li {
	position: relative;
}

.header_list li:nth-child(3) {
	padding-right: 141px;
	margin-bottom: 22px;
}

.header_list li:nth-child(3)::before {
	content: "";
	display: block;
	position: absolute;
	width: 88px;
	height: 81px;
	background: #f2f2f2;
	bottom: 5px;
	left: 33px;
}

h1 {
	margin-bottom: 35px;
	margin-top: 75px;
	font-weight: 500;
	font-size: 50px;
	line-height: 75px;
}

.subh1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 90px;
}

.subh1 span {
	font-weight: bold;
}

.main_preims {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main_preims li {
}

.main_preims li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.main_preims li:hover img {
	top: -4px;
}

.main_preims li span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.3;
}

.buttons_to_group {
	margin-top: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 30px;
}

.jump_but {
	padding-right: 22px;
	background: none;
	border: none;
	position: relative;
	width: 245px;
	height: 80px;
	background: #e11f26;
	-webkit-box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: right;
	z-index: 10;
}

.jump_but img {
	margin-left: 26px;
}

.jump_but::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 22px;
	background: #e11f26;
	opacity: 0.2;
	-webkit-box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	left: -22px;
	top: 0;
}

.make_gift {
	background: none;
	border: none;
	width: 253px;
	height: 80px;
	background: #e11f26;
	-webkit-box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.make_gift img {
	margin-left: 8px;
}

button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	top: 0;
}

button:hover {
	top: -5px;
}

.one {
	overflow: hidden;
}

.video_wrp {
	background-position: center;
	background-size: cover;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	width: 640px;
	height: 550px;
}

.video_wrp > span {
	position: absolute;
	width: 88px;
	height: 99px;
	background: #e11f26;
	-webkit-box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	top: 130px;
	left: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
}

.video_wrp > span::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	width: 50px;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
	top: 0;
	left: -50px;
	background: #e11f26;
	opacity: 0.2;
	-webkit-box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
}

.video_wrp:hover > span::before {
	left: 0;
}

.video_wrp > span img {
	max-width: 100%;
}

.video_wrp::after {
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	border-radius: 50%;
	height: 44px;
	background: #e11f26;
	bottom: -80px;
	left: 170px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.one_part2 {
	padding-top: 100px;
	padding-bottom: 210px;
}

h2 {
	margin: 0;
	margin-bottom: 110px;
	font-weight: 500;
	font-size: 40px;
	line-height: 187%;
	font-weight: normal;
	color: #1a1918;
}

h2 span {
	font-weight: 500;
}

.preim_wrp_panel {
	height: 100%;
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 55px;
	padding-right: 22px;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.preim_wrp_panel:hover {
	top: -5px;
}

.prpanel1 {
	max-width: 327px;
}

.prpanel2 {
	max-width: 302px;
	margin-left: auto;
	margin-right: auto;
}

.prpanel3 {
	max-width: 302px;
	margin-left: auto;
}

.preimt1 {
	font-weight: bold;
	font-size: 93px;
	line-height: 75px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ae994f;
	font-family: "FiraSans";
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.prpanel2 .preimt1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.preimt2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #858585;
	text-align: right;
}

.preim_descript {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.preim_descript span {
	font-weight: 500;
}

.preimt1 img {
	height: 75px;
	position: relative;
	top: -3px;
}

.prpanel2 .preimt2,
.prpanel3 .preimt2 {
	text-align: right;
}

.prpanel3 .preimt2 {
	max-width: 213px;
}

.prpanel1::before {
	content: "";
	position: absolute;
	display: block;
	width: 108px;
	height: 108px;
	background: #e11f26;
	top: -40px;
	z-index: -1;
	left: -65px;
	-webkit-animation: float 8s ease-in-out infinite;
	animation: float 8s ease-in-out infinite;
}

.prpanel1::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	background: #e11f26;
	width: 40px;
	height: 40px;
	bottom: -62px;
	left: 15px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.prpanel2::before {
	width: 88px;
	height: 80px;
	background: #ededed;
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	bottom: -80px;
	z-index: -1;
}

.prpanel2::after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 64px;
	background: #f1f1f1;
	right: -30px;
	bottom: -35px;
	z-index: -1;
}

.prpanel3::before {
	content: "";
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	background: #e11f26;
	right: -15px;
	bottom: -30px;
	z-index: -1;
	-webkit-animation: float 5s ease-in-out infinite;
	animation: float 5s ease-in-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.img2_wrp {
	float: right;
	background-position: center;
	background-size: cover;
	width: 470px;
	height: 622px;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
}

.advance_wrp {
	position: relative;
	padding-top: 25px;
	padding-left: 27px;
	padding-right: 25px;
	padding-bottom: 0;
}

.advance_wrp p {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
}

.advance_wrp span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.advance_wrp button {
	position: absolute;
	right: -20px;
	bottom: -40px;
	top: inherit;
}

.advance_wrp button:hover {
	bottom: -36px;
}

.preim_wrp > div {
	margin-bottom: 50px;
}

.preim_wrp > div:first-child .advance_wrp {
	background: #f8f8f8;
}

.preim_wrp > div:first-child .advance_wrp,
.preim_wrp > div:nth-child(2) .advance_wrp {
	padding-top: 65px;
	padding-left: 45px;
	padding-right: 50px;
	padding-bottom: 60px;
}

.preim_wrp > div:last-child .advance_wrp {
	background-color: #fff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	padding-bottom: 50px;
}

.one_part3 {
	padding-bottom: 390px;
	position: relative;
}

.one_part3::before {
	content: "";
	display: block;
	position: absolute;
	width: 108px;
	height: 108px;
	background: #e11f26;
	bottom: 108px;
	left: -100px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.img2_wrp {
	position: relative;
}

.img2_wrp::before {
	content: "";
	display: block;
	position: absolute;
	height: 200px;
	width: 52px;
	background: #dcdcdc;
	left: -52px;
	bottom: 70px;
}

.jump_price_wrp {
	position: relative;
	padding-top: 35px;
	padding-bottom: 67px;
	margin-top: -140px;
	margin-bottom: 120px;
}

.jump_price_wrp h2 {
	margin: 0;
	position: relative;
	z-index: 100;
}

.price_jump {
	font-weight: 600;
	font-size: 65px;
	line-height: 1.1;
	text-align: center;
	font-family: "FiraSans";
	color: #ae994f;
	position: relative;
	z-index: 100;
	margin-bottom: 40px;
	margin-top: 25px;
}

.jump_step_intro {
	vertical-align: middle;
	margin-bottom: 0;
	position: relative;
	font-weight: normal;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 100;
	color: #1a1918;
}

.jump_step_intro span {
	font-weight: 500;
}

.jump_step_intro::before {
	content: "";
	display: block;
	position: absolute;
	background: #ebebeb;
	width: 212px;
	height: 56px;
	top: calc(50% - 28px);
	left: -56px;
	z-index: -1;
}

.two {
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	padding-bottom: 75px;
}

.jump_price_in {
	position: absolute;
	height: 100%;
	z-index: 10;
	max-width: 1037px;
	background: #f8f8f8;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	right: 0;
	top: 0;
	width: 100%;
}

.jump_price_in::before {
	width: 270px;
	height: 200px;
	content: "";
	display: block;
	position: absolute;
	background: #f8f8f8;
	background-repeat: no-repeat;
	background-image: url(../img/round.svg);
	left: -270px;
	background-position: 71% 24%;
	bottom: 0;
}

.jump_price_in::after {
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 140px;
	background: #e11f26;
	right: -80px;
	top: 80px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.step_wrp {
	max-width: 300px;
	position: relative;
	margin-left: auto;
	padding-left: 30px;
	margin-right: auto;
	z-index: 10;
}

.step_wrp > img {
	width: 38px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.step_wrp:hover > img {
	top: -3px;
}

.step_wrp > span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 43px);
	padding-left: 15px;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #1a1918;
}

.step_wrp > span > span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #1a1918;
	margin-top: 15px;
}

.steps_plasky {
	margin-bottom: -30px;
}

.steps_plasky > div {
	margin-bottom: 130px;
}

.steps_plasky > div:nth-child(1) > div::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 120px;
	background: #f9f9f9;
	left: 0;
	z-index: -1;
	top: calc(50% - 52px);
}

.steps_plasky > div:nth-child(3) > div::before {
	height: 180px;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	background: #f9f9f9;
	left: 0;
	top: calc(50% - 90px);
	z-index: -1;
}

.steps_plasky > div:nth-child(5) > div::before {
	height: 156px;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	background: #f9f9f9;
	left: 0;
	top: calc(50% - 78px);
	z-index: -1;
}

.akcii::before {
	background: #e11f26;
	opacity: 0.2;
	-webkit-box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	box-shadow: 0px 10px 30px rgba(225, 31, 38, 0.25);
	width: calc(100% + 40px);
	height: calc(100% + 24px);
	top: -12px;
	left: -20px;
	z-index: -1;
}

.three {
	padding-top: 110px;
	background-repeat: no-repeat;
	background-image: url(../img/lines_bg1.png);
	background-position: calc(50% + 95px) -12px;
}

.secure_img {
	background-position: center;
	background-size: cover;
	height: 300px;
	margin-bottom: 50px;
}

.secure_descript {
	margin-bottom: 40px;
	padding-left: 25px;
}

.secure_descript p {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
	margin-bottom: 27px;
}

.secure_descript span {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
	display: block;
}

.secure_wrp {
	background: #f8f8f8;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
}

.three h2 {
	margin-bottom: 90px;
}

.four {
	padding-top: 256px;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.four h2,
.five h2 {
	margin-bottom: 40px;
}

.foursubh2 {
	position: relative;
	display: inline-grid;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 125px;
	z-index: 10;
	color: #1a1918;
	vertical-align: middle;
}

.foursubh2::before {
	content: "";
	display: block;
	position: absolute;
	height: 56px;
	width: 360px;
	left: calc(50% - 180px);
	top: calc(50% - 28px);
	z-index: -1;
	background: #ebebeb;
}
.foursubh32 {
	position: relative;
	display: inline-grid;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 70px;
	margin-top: -100px;
	z-index: 10;
	color: #1a1918;
	vertical-align: middle;
} /*.foursubh32::before {    content: '';    display: block;    position: absolute;    height: 56px;    width: 360px;    left: calc(50% - 180px);    top: calc(50% - 28px);    z-index: -1;    }*/

.secureity_wrp {
	margin: 0 -11px;
}

.secureity_wrp > div {
	padding: 0 11px;
}

.joy_img {
	background-position: center;
	background-size: cover;
	height: 390px;
}

.joy_row > div {
	padding: 0;
}

.panel_price {
	position: relative;
	padding-top: 45px;
	padding-left: 45px;
	padding-bottom: 20px;
	padding-right: 65px;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
}

.usluga {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
}

.usluga_price {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 55px;
	line-height: 75px;
	/* or 136% */
	font-family: "FiraSans";
	color: #ae994f;
}

.usluga_descript {
	min-height: 120px;
	background: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -45px;
	padding-left: 45px;
	padding-top: 15px;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.usluga_descript p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.uslgua_foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% + 30px);
}

.usluga_included {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #1a1918;
	margin-bottom: 0;
}

.four .container {
	position: relative;
	z-index: 10;
}

.usluga_included br {
	display: block !important;
}

.joy_row > div:nth-child(2) > div::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 108px;
	height: 108px;
	background: #e11f26;
	bottom: -30px;
	left: -30px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.joy_row {
	position: relative;
}

.joy_row::before {
	content: "" !important;
	display: block !important;
	position: absolute;
	width: 640px;
	height: 84px;
	bottom: -84px;
	left: calc(50% - 320px);
	background: #f9f9f9;
}

.joy_row > div:nth-child(3) > div::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: #e11f26;
	bottom: -73px;
	right: 60px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.five {
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 2188px;
	padding-top: 74px;
	margin-top: 0;
	position: relative;
	z-index: 10;
}

.five .foursubh2 {
	margin-bottom: 90px;
}

.card_img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
}

.card_img:last-child {
	margin-bottom: 0;
}

.giftt1 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #1a1918;
	margin-bottom: 95px;
}

.giftt2 {
	margin-top: 80px;
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
	/* or 143% */
	color: #1a1918;
	z-index: 10;
	position: relative;
}

.giftt2 span {
	font-weight: 500;
}

.giftt2::before {
	content: "";
	display: block;
	position: absolute;
	background: #ebebeb;
	width: 230px;
	height: 56px;
	z-index: -1;
	top: -9px;
	left: -19px;
}

.jump_wrp_panel {
	background: #f8f8f8;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	padding-top: 55px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 85px;
}

.step_jump_container {
	margin-top: 250px;
}

.jump_panel_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
}

.jump_panel_flex p {
	margin-bottom: 0;
	font-size: 28px;
	color: #1a1918;
}

.jump_panel_flex p span {
	font-weight: 500;
}

.step_wrp2 {
	background: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 180px;
}

.step_wrp2 > div {
	width: 100%;
}

.step_wrp2 p {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	margin: 0;
	font-weight: 600;
	font-size: 110px;
	line-height: 75px;
	/* or 68% */
	text-align: center;
	font-family: "FiraSans";
	color: #ae994f;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	text-align: center;
}

.step_wrp2 span {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
	width: calc(100% - 85px);
	padding-left: 14px;
}

.after_jump {
	min-height: 134px;
	background: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 30px;
}

.after_jump p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.after_jump::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: #c4c4c4;
	top: calc(50% - 22px);
	left: -95px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.six {
	background-repeat: no-repeat;
	background-position: top center;
	/* background-image: url(../img/bg4.jpg);*/
	/*min-height: 1940px;*/
	/* padding-top: 50px;
    margin-top: 65px; */
	position: relative;
	z-index: 10;
}

.six h2 {
	margin-bottom: 50px;
}

.youcan {
	position: relative;
	display: inline-block;
	font-weight: normal;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
	margin-bottom: 70px;
}

.youcan::before {
	content: "";
	display: block;
	position: absolute;
	height: 58px;
	width: 170px;
	background: #ebebeb;
	top: calc(50% - 29px);
	right: 19px;
	z-index: -1;
}

.danger_wrp {
	max-width: 460px;
	margin-bottom: 30px;
}

.danger_wrp > span {
	display: inline-block;
	vertical-align: top;
	padding-left: 23px;
	width: calc(100% - 34px);
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.danger_wrp > span > span {
	font-weight: 500;
}

.danger2 {
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.danger2 span {
	font-weight: 500;
}

.travma {
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	/* or 100% */
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 90px;
	border: 1px solid #e11f26;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 18px;
	margin-bottom: 50px;
	color: #1a1918;
}

.travma b {
	font-weight: 500;
	padding-left: 4px;
}

.danger_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 595px;
}

.danger_flex div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	height: 125px;
	background: #f1f1f1;
	width: 310px;
}

.danger_flex div img {
	max-width: 100%;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: auto;
	margin-right: auto;
}

.danger_flex button::before {
	display: none;
}

.six_part2 {
	margin-top: -200px;
}

.usluga_new_img {
	background-position: center;
	background-size: cover;
	height: 390px;
}

.usluga_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.usluga_flex p {
}

.usluga_flex span {
	font-size: 12px;
	line-height: 14px;
	color: #1a1918;
}

.mtsome .toptel {
	font-size: 25px;
}

.mtsome {
	margin-top: 65px;
}

.mtsome2 {
	margin-bottom: 100px;
	margin-top: 58px;
	margin-left: 0;
	margin-right: -65px;
}

.dop_price > div:nth-child(1) .panel_price::before {
	content: "";
	display: block;
	position: absolute;
	width: 108px;
	height: 108px;
	background: #e11f26;
	bottom: -34px;
	left: -45px;
	z-index: -1;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation: float 5s ease-in-out infinite;
	animation: float 5s ease-in-out infinite;
}

.dop_price > div:nth-child(2) .panel_price::before {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	bottom: -74px;
	background: #e11f26;
	right: 60px;
	width: 44px;
	height: 44px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.dop_price {
	position: relative;
}

/*
.dop_price::before {
    content: ''!important;
    display: block!important;
    position: absolute;
    width: 640px;
    height: 84px;
    bottom: -75px;
    left: calc(50% - 320px);
    background: #F9F9F9;
}
*/

.seven {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg5.jpg);
	min-height: 3089px;
	padding-top: 86px;
	margin-top: 90px;
}

.seven h2 {
	margin-bottom: 50px;
}

.seven .foursubh2 {
	margin-bottom: 130px;
}

.seven .foursubh2::before {
	width: 390px;
	height: 50px;
	top: -10px;
	left: inherit;
	right: -12px;
}

.virtual_wrp {
	position: relative;
	padding-right: 20px;
}

.virtual_wrp p {
	position: relative;
	z-index: 100;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 36px;
	line-height: 75px;
	/* or 208% */
	color: #858585;
	text-align: right;
	padding-right: 30px;
	padding-top: 5px;
}

.virtual_wrp div {
	position: relative;
	z-index: 100;
	height: 440px;
	margin-bottom: 30px;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
}
.virtual_wrp iframe {
	width: 100%;
	height: 100%;
}

.virtual_wrp::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background: #f9f9f9;
	right: 0;
	top: 0;
	width: 50%;
}

.avialable_wrp {
	background-color: #fff;
	position: relative;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
}

.avialable_wrp > div {
	height: 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.avialable_wrp > div:nth-child(2) {
	background: #f9f9f9;
	height: 125px;
}

.avialable_wrp > div p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #1a1918;
	margin-bottom: 0;
	width: 100%;
	max-width: 159px;
	text-align: left;
	margin: 0 auto;
}

.avialable_wrp > div p img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.avialable_wrp > div:hover p img {
	top: -3px;
}

.avialable_wrp::after {
	content: "";
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	background: #e11f26;
	top: -37px;
	right: -37px;
}

.avialable_wrp::before {
	content: "";
	display: block;
	position: absolute;
	width: 74px;
	height: 74px;
	background: #f9f9f9;
	bottom: -37px;
	right: -37px;
}

.makepath {
	width: 307px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 78px;
	margin-bottom: 49px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.navigate {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.seven .team_h2 {
	margin-bottom: 230px;
	margin-top: 145px;
}

.iamges_caorusel img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.allh1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
	margin-bottom: 20px;
}

.allh2 {
	margin-bottom: 55px;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.profiles_wrp {
	height: 405px;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 55px;
	padding-bottom: 25px;
	overflow: auto;
}

.nav_arrows {
	margin-bottom: 60px;
	max-width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.goprev {
	background-image: url(../img/prev.svg);
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 16px;
	cursor: pointer;
}

.gonext {
	background-image: url(../img/next.svg);
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 16px;
	cursor: pointer;
}

.profile_carousel p {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
}

.profile_carousel span {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.iamges_caorusel {
	position: relative;
}

.iamges_caorusel::before {
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	background: #c4c4c4;
	border-radius: 50%;
	bottom: -120px;
	left: 75px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.rev_t {
	font-weight: 500;
	font-size: 100px;
	line-height: 75px;
	/* or 75% */
	color: #858585;
	margin-top: 170px;
	margin-bottom: 72px;
}

.read_ag {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	position: relative;
	color: #858585;
}

.arrows_items::before {
	content: "";
	display: block;
	position: absolute;
	width: 84px;
	height: 84px;
	top: calc(50% - 42px);
	left: calc(50% - 52px);
	background: #e11f26;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.arrows_items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	margin-bottom: 75px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.arrows_items .nav_arrows {
	width: 90px;
	margin-bottom: 0;
}

.avatar_img {
	background-position: top center;
	background-size: cover;
	height: 350px;
}

.rev_plaska {
	background-color: #fff;
	min-height: 250px;
	padding-right: 45px;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 70px;
}

.rev_plaska p {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	/* or 129% */
	color: #1a1918;
	margin-bottom: 35px;
}

.rev_plaska span {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	/* or 125% */
	color: #1a1918;
}

.video_rev_row {
}

.video_rev_row .rev_t {
	margin-top: 180px;
	margin-bottom: 147px;
	font-size: 80px;
	line-height: 75px;
	position: relative;
}

.video_rev_row .rev_t::before {
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 82px;
	background: #858585;
	top: calc(50% - 41px);
	left: 20%;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.before_row_wrp .arrows_items {
	padding-top: 0;
}

.before_row_wrp .arrows_items::before {
	display: none;
}

.video_item {
	position: relative;
	display: block;
	background-position: center;
	background-size: cover;
	height: 315px;
}

.video_item::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-size: 172px;
	background-position: center;
	background-image: url(../img/play.svg);
}

.video_item:hover::before {
	background-size: 160px;
}

.before_row_wrp {
	padding-top: 55px;
	position: relative;
	padding-bottom: 100px;
}

.seven {
	overflow: hidden;
}

.before_row_wrp > div {
	position: relative;
	z-index: 100;
}

.before_row_wrp::before {
	content: "";
	display: block;
	position: absolute;
	background: #f7f7f7;
	-webkit-box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	box-shadow: 0px 30px 100px rgba(134, 134, 134, 0.16);
	left: -150px;
	top: 0;
	height: 100%;
	width: 140vw;
}

.last {
	background-repeat: no-repeat;
	background-image: url(../img/lines_bg2.png);
	background-position: calc(50% + 113px) -79px;
	position: relative;
	padding-top: 44px;
}

.last::before {
	content: "";
	display: block;
	position: absolute;
	width: 230px;
	height: 80px;
	background: #e11f26;
	top: 0;
	right: 440px;
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.logo_last {
	display: block;
	max-width: 100%;
	margin-bottom: 50px;
}

.map_wrp iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.map_wrp {
	height: 550px;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
}

.cont_details_wrp {
	padding-left: 100px;
}

.cont_adr {
	position: relative;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	/* or 150% */
	color: #1a1918;
	margin-bottom: 53px;
}

.cont_adr img {
	position: absolute;
	top: 8px;
	left: -45px;
}

.cont_adr span {
	font-weight: 500;
}

.c_mail {
	position: relative;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	/* or 150% */
	margin-bottom: 40px;
	color: #1a1918;
}

.c_mail img {
	position: absolute;
	top: 8px;
	left: -45px;
}

.cont_nav {
}

.cont_nav a {
	min-height: 70px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
	display: block;
	color: #1a1918;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cont_nav a:hover {
	text-decoration: underline;
}

.cont_nav a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background: #fff;
	width: 257%;
	z-index: -1;
	right: 0;
}

.cont_nav > a:nth-child(odd)::before {
	background: #f9f9f9;
}

.foot_recall_info {
	margin-bottom: 60px;
	margin-top: 120px;
	display: inline-block;
}

.c_mail:hover {
	text-decoration: underline;
}

.footer_row {
	padding: 50px 0;
}

.foot_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.politika {
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
	/* or 225% */
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #a9a9a9;
}

.politika:hover {
	text-decoration: none;
}

.foot_flex .jump_but {
	width: 309px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	top: 0;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.foot_flex .jump_but:hover {
	top: -4px;
}

.razrab {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.1;
	text-decoration: underline;
	color: #a9a9a9;
}

.razrab:hover {
	text-decoration: none;
}

.razrab img {
	margin-right: 10px;
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	50% {
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

header {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.fixHead {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
}

.fixHead .logo {
	margin-bottom: 0;
}

.fixHead .header_list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fixHead .open_nav {
	height: 110px;
}

.fixHead .header_list li:nth-child(3) {
	margin-bottom: 0;
	padding: 0;
}

.header_list li:nth-child(2) {
	display: none;
}

.fixHead .header_list li:nth-child(2) {
	display: block;
}

.menu_panel_wrp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}

.menu_wrp {
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 45px;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 45px;
	position: relative;
	max-height: 100vh;
	overflow: auto;
}

.close_menu {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	right: 20px;
	top: 50px;
}

.menu_wrp > p {
	margin-left: -40px;
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 40px;
	line-height: 36px;
	/* or 90% */
	color: #1a1918;
}

.nav_panel_bg {
	background: #f2f2f2;
	padding-left: 65px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.nav_panel_bg a {
	display: block;
	padding: 28px 0;
	border-bottom: 1px solid #c4c4c4;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.3;
	color: #1a1918;
}

.nav_panel_bg a:last-child {
	border-bottom: none;
}

.nav_panel_bg a:hover {
	text-decoration: underline;
}

.cont_link {
	display: inline-block;
	margin-top: 35px;
	width: 162px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 100px;
	font-size: 28px;
	line-height: 1.3;
	margin-left: 45px;
	color: #1a1918;
	padding-bottom: 28px;
}

.menu_wrp .jump_but {
	display: block;
	margin-left: 45px;
}

.menu_wrp .jump_but img {
	margin-left: 35px;
}

#m1 .modal-dialog {
	max-width: 327px;
	width: 100%;
}

.modal_wrp {
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
}

.closemod {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	right: 18px;
	top: 45px;
}

.modt1 {
	margin-bottom: 15px;
	min-height: 65px;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	/* or 138% */
	color: #1a1918;
}

input {
	background: none;
	border: none;
	display: block;
	width: 100%;
	height: 80px;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.16);
	padding: 0 20px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	color: black;
	border: 1px solid #fff;
}

input:nth-last-child(2) {
	margin-bottom: 20px;
}

form .jump_but {
	top: inherit;
	position: relative;
	bottom: -14px;
	width: calc(100% - 22px);
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	display: block;
}

form .jump_but:hover {
	bottom: -10px;
}

#t .modal_wrp {
	padding-bottom: 30px;
}

.makepath {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 0;
}

.makepath:hover {
	top: -4px;
}

.onlyxs {
	display: none;
}
.rev_img img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.virtual_wrp iframe img {
	max-width: none;
	display: none !important;
}
@media (max-width: 720px) {
	.miniinfo {
		margin-right: 40px;
	}
	.after_jump {
		margin-bottom: 200px;
	}
}
@media (min-width: 992px) {
	p.mobile-on {
		display: none !important;
		/* color: red; */
	}
}
.miniinfo {
	margin-left: 40px;
	margin-top: -60px;
}
.sport_img {
	background-position: center;
	background-size: cover;
	height: 690px;
	margin-left: 40px;
	margin-right: 40px;
}
a.logo_top {
	color: black;
	font-size: 30px;
	font-weight: bold;
	margin-top: -80px;
	display: block;
}

p.foot_logo {
	color: black;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.foot_soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 160px;
	margin-bottom: 40px;
}

.foot_soc img {
	height: 40px;
}
.foot_soc li {
	top: 0;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.foot_soc li:hover {
	top: -4px;
}
.fixHead .logo_top {
	margin-top: 0;
}
.usl_t {
	margin-top: 130px;
	font-size: 20px;
	font-weight: bold;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.usl_t br {
	display: block !important;
}
.covid {
	position: fixed;
	left: 0%;
	bottom: 0%;
	z-index: 9999;
}
.covid img {
	max-width: 100%;
	position: relative;
}

.closebtnal {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 50px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: black;
	border-radius: 20px;
	padding: 20px;
	z-index: 9999;
	margin-bottom: -20px;
}

.closebtnal:hover {
	background-color: #f0f0f0;
	color: black;
}
.notdes {
}
@media (max-width: 720px) {
	.notdes {
		display: none;
	}
}
@media (min-width: 720px) {
	.notmob {
		display: none;
	}
}
.lang_checked {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #2a2a2a;
	font-weight: 500;
}

.lang_checked > div.chosen {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	right: 0;
}
.nav_panel_bg a.onlymob {
	display: none;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
.akce_text {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin: 0;
	margin-top: 90px;
	line-height: 1.4;
}
p.soc_wrp img {
	height: 16px;
}
.oferta_section {
	padding: 40px 0;
}

.seo-block {
	margin-top: 60px;
}

.q_item {
	margin-bottom: 20px;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 15px;
	background: #ffffff;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0px 3px 10px rgb(73 81 109 / 5%);
	box-shadow: 0px 3px 10px rgb(73 81 109 / 5%);
	border-radius: 4px;
	border: 1px solid rgba(225, 31, 37, 0.433);
}

.q_item.opened,
.q_item:hover {
	-webkit-box-shadow: 3px 5px 30px rgba(202, 31, 31, 0.25);
	box-shadow: 3px 5px 30px rgba(202, 31, 31, 0.25);
}

.q_item.opened .q_answer {
	display: block;
}

.q_item.opened .q_header::before {
	background-color: #e11f2527;
}

.q_header {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	color: #1b1b1b;
	padding-right: 30px;
	position: relative;
}

.q_header::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/ques.png);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	/* border: 1px solid red; */
	border-radius: 50%;
	width: 45px;
	height: 45px;
	/* top: 5px; */
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	/* -webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-origin: center;
	transform-origin: center; */
}

.q_answer {
	margin-top: 30px;
	padding-left: 50px;
	border-left: 3px solid #e11f26;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	display: none;
	color: #404040;
}
.popup-bottom {background: url(../img/bg_image300.jpg);background-size: cover;background-position: center; width: 300px;height: 300px;padding: 0 20px 16px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: flex-end;color: #001f52;    position: fixed;bottom: 10px;right: 10px;z-index: 100}
            .popup-center {width: 100%;height: 100%;position: fixed;top:0;left: 0;background: rgb(0 0 0 / 51%);display: flex;align-items: center;justify-content: center;z-index: 10;display: none;}
            .popup-center__inner {width: 600px;height: 400px;z-index: 20}
            .popup-block {max-width: 600px;width: 100%;max-height: 400px;height: 100%;background: url(../img/bg_image600.jpg);background-size: cover;padding: 0 20px 16px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: flex-end;position: relative;}
            .popup-title {font-size: 23px;margin-bottom: 11px;font-weight: bold;line-height: 1.1} 
            .popup-text {font-size: 18px;background: #00f200;border-bottom-left-radius: 20px;border-top-right-radius: 20px;padding: 11px 18px;}
            .popup-text p {margin: 0 0 10px;}
            .popup-text p:last-child {margin-bottom: 0;}
            .popup-text a {text-decoration: none;color: #001f52}
            .popup-text a:hover {text-decoration: underline;}
            .popup-bottom__title {font-size: 17px;}
            .popup-bottom__text {font-size: 12px;}
            .closer-big {height: 100%;width: 100%;position: absolute;z-index: 9;}
            .close-up {position: absolute;top: 9px;right: 9px;width: 25px;height: 25px;z-index: 10;transform: rotate(0deg);transition: .3s;cursor: pointer;}
            .close-up:hover {transform: rotate(-90deg);}
            .close-up div {width: 25px;height: 4px;background: #303030;position: relative;border-radius: 20px;}
            .close-up div:first-child {transform: rotate(45deg);top: 11px;}
            .close-up div:last-child {transform: rotate(-45deg);top: 7px;}
            @media all and (max-width:499px) {.popup-title br {display: none} .popup-bottom {height: 250px}}