html,
body {
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
}

body {
	overflow-x: hidden;
	position: relative;
	background-color: #2a2b2f;
	font-family: "Muller";
	min-width: 320px;
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 576px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.item,
.item img,
.section2 div,
.item_hover,
.btn,
button {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #d81f27;
}

*,
input,
textarea,
.btn {
	outline: none !important;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

.btn {
	font-weight: 500;
	text-align: center;
	padding: .65rem 1.25rem;
	font-size: 0.815rem;
	line-height: 1;
	border-radius: 50px;
}

.btn:hover {
	background-color: #2a2b2f;
	border-color: #2a2b2f;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-danger,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #d81f27;
	border-color: #d81f27;
}

.btn-lines {
	border-color: #2a2b2f;
	color: #2a2b2f;
	margin-top: 15px;
}

@media (min-width: 1400px) {
	.container {
		min-width: 1220px;
	}
}

/* =============== header ============== */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	height: 60px;
	min-width: 320px;
}

@media (max-width: 575px) {
	.fancybox-active header .menu-btn {
		margin-right: 17px;
	}
}

@media (min-width: 576px) {
	.fancybox-active header {
		margin-left: -17px;
	}
}

header.header_bg {
	background: #fff;
	-webkit-box-shadow: 0 0 100px 0 rgba(36, 37, 40, .25);
	box-shadow: 0 0 100px 0 rgba(36, 37, 40, .25);
}

header svg {
	width: 140px;
	height: auto
}

header svg .cls-1 {
	fill: #fff;
}

header.header_bg svg .cls-1 {
	fill: #2a2b2f;
}

header .pdf_icon,
.pushy .pdf_icon,
.hide_show_block .pdf_icon {
	position: relative;
	padding-left: 3rem !important
}

header .pdf_icon span,
.pushy .pdf_icon span,
.hide_show_block .pdf_icon span {
	position: absolute;
	display: block;
	left: 1.25rem;
	top: 6px
}

header .pdf_icon svg,
.hide_show_block .pdf_icon svg {
	width: 18px;
	height: auto;
	fill: #fff
}

header .menu-btn {
	cursor: pointer;
	background: transparent;
	border: none;
	display: block;
	height: 22px;
	width: 22px;
	padding: 0;
}

header .menu-btn span {
	display: block;
	position: relative;
	width: 22px;
	height: 2px;
	background-color: #fff;
	border: 0;
}

header .menu-btn span:before {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: -5px;
	left: 0;
	right: 0;
	background-color: #fff;
}

header .menu-btn span:after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 2px;
	top: 5px;
	right: 0;
	left: 0;
	background-color: #fff;
}

header .head_menu {
	font-size: 13px;
	letter-spacing: -0.03rem
}

header .head_menu a {
	padding: 0 .75rem;
}

header .head_menu a:hover {
	color: rgba(255, 255, 255, .5)
}

header .head_menu li:first-child a {
	padding-left: 0
}

header .head_menu li:last-child a {
	padding-right: 0
}

header.header_bg .head_menu a {
	color: #2a2b2f;
}

header.header_bg .head_menu a:hover {
	color: #d81f27;
}

header.header_bg .menu-btn span,
header.header_bg .menu-btn span:before,
header.header_bg .menu-btn span:after {
	background-color: #2a2b2f;
}

@media (min-width: 992px) {
	header {
		height: 80px;
	}
}

@media (min-width: 1200px) {
	header svg {
		width: 180px;
	}

	header .head_menu a {
		padding: 0 .75rem;
	}

	header .btn,
	.pushy .btn,
	.hide_show_block .btn {
		padding: .75rem 1.5rem .65rem;
		font-size: .915rem
	}
}

@media (min-width: 1400px) {
	header .head_menu {
		font-size: 14px;
	}
}

@media (min-width: 1400px) {
	header .head_menu a {
		padding: 0 .5rem
	}
}

/* =============== pushy ============== */
.pushy {
	width: 260px;
	background: #2a2b2f
}

.pushy a {
	padding: .5rem 2rem
}

.pushy .pdf_icon svg {
	width: 15px;
	height: auto;
	fill: #fff
}

.pushy-left {
	-webkit-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
	-webkit-transform: translate3d(260px, 0, 0);
	-ms-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
}

.pushy-right {
	-webkit-transform: translate3d(260px, 0, 0);
	-ms-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
	-webkit-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
}

.pushy .pushy-link {
	padding: 0 2rem;
}

.pushy .btn {
	font-size: .815rem;
	display: inline-block;
	color: #fff;
	padding-top: .75rem;
	padding-bottom: .75rem;
	margin-bottom: 1rem
}

.pushy .pdf_icon span {
	top: 9px
}

.pushy .btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #d81f27
}

.pushy .btn:hover svg {
	fill: #d81f27
}

@media (min-width: 414px) {
	.pushy {
		width: 320px;
	}

	.pushy-left {
		-webkit-transform: translate3d(-320px, 0, 0);
		-ms-transform: translate3d(-320px, 0, 0);
		transform: translate3d(-320px, 0, 0);
	}

	.pushy-open-left #container,
	.pushy-open-left .push {
		-webkit-transform: translate3d(320px, 0, 0);
		-ms-transform: translate3d(320px, 0, 0);
		transform: translate3d(260px, 0, 0);
	}

	.pushy-right {
		-webkit-transform: translate3d(320px, 0, 0);
		-ms-transform: translate3d(320px, 0, 0);
		transform: translate3d(320px, 0, 0);
	}

	.pushy-open-right #container,
	.pushy-open-right .push {
		-webkit-transform: translate3d(-320px, 0, 0);
		-ms-transform: translate3d(-320px, 0, 0);
		transform: translate3d(-260px, 0, 0);
	}
}

/* =============== hero ============== */
.hero {
	/* background: url('../img/hero.jpg') no-repeat center center;
	background-size: cover; */
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
}

.hero:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1px);
	content: '';
	background-image: -moz-linear-gradient(30deg, rgb(216, 31, 39) 0%, rgb(36, 37, 40) 100%);
	background-image: -webkit-linear-gradient(30deg, rgb(216, 31, 39) 0%, rgb(36, 37, 40) 100%);
	background-image: -ms-linear-gradient(30deg, rgb(216, 31, 39) 0%, rgb(36, 37, 40) 100%);
	opacity: 0.85;
}

.hero .container {
	position: relative;
	z-index: 3;
}

.hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.hero .sec1_title {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 300;
	color: #fff;
	padding-top: 30px;
}

.hero .sec1_title span {
	font-weight: 900;
	display: block;
	margin-bottom: .25rem
}

.hero .sec1_red {
	display: inline-block;
	font-size: 1.6rem;
	color: #d81f27;
	background: #fff;
	font-weight: 900;
	padding: 1rem 1.5rem .75rem;
	margin-top: 1.25rem;
}

.hero .btn-lg {
	padding: .75rem 2rem .7rem;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 700;
}

.hero .btn-dark {
	border-radius: 50px;
	color: #fff;
	background-color: #2a2b2f;
	border-color: #2a2b2f;
}

.hero .btn-dark:hover {
	color: #e41e26;
	background-color: #fff;
	border-color: #fff;
}

.hero .h1 {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	margin-bottom: 1rem;
	padding-top: 30px;
}

.hero .caption {
	font-size: 2rem;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 2rem;
}

@media (min-width: 576px) {

	.hero .sec1_title {
		font-size: 4rem;
	}

	.hero .sec1_red {
		font-size: 2.8rem;
		line-height: 1;
	}
}

@media (min-width: 768px) {
	.hero {
		padding: 8rem 0;
	}

	.hero .h1 {
		font-size: 4rem;
		padding-top: 40px;
	}

	.hero .caption {
		font-size: 3rem;
	}
}

@media (min-width: 1200px) {
	.hero {
		padding: 12rem 0;
	}
}

/* =============== sections ============== */
.sec_padd {
	padding: 3rem 0;
}

@media (min-width: 768px) {
	.sec_padd {
		padding: 4rem 0;
	}
}

@media (min-width: 992px) {
	.sec_padd {
		padding: 5rem 0;
	}
}

.sec_red_title {
	font-size: 2.25rem;
	color: #fff;
	position: relative;
	line-height: 1;
	margin-bottom: 3rem;
	font-weight: 400;
}

.sec_red_title.small {
	font-size: 1.75rem
}

.sec_red_title:after {
	content: '';
	background-color: rgb(228, 30, 38);
	width: 50px;
	height: 3px;
	display: block;
	left: 0;
	right: 0;
	margin: 1rem auto 0 auto;
}

/* =============== section2 ============== */
.section2 .item {
	font-size: 1.125rem;
	line-height: 1.2;
	margin: 30px 0;
}

.section2 .item:hover {
	color: #fff;
}

.section2 span {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.section2 .cls-1 {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
}

.section2 #icon_01 .cls-1 {
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

.section2 #icon_02 .cls-1 {
	stroke-miterlimit: 10;
}

.section2 #icon_03 .cls-1 {
	stroke-linecap: round;
	stroke-linejoin: round;
}

.section2 #icon_04 .cls-1 {
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

.section2 #icon_05 .cls-1,
.section2 #icon_05 .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-width: 2px;
}

.section2 #icon_05 .cls-1 {
	stroke-linejoin: round;
}

.section2 #icon_05 .cls-2 {
	stroke-miterlimit: 10;
	stroke-dasharray: 2 4 2 4 2 4;
}

/* =============== section3 ============== */
.section3 {
	background: url('../img/section3.jpg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.section3 .item {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: .5rem;
	padding: 1.5rem 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.3
}

.section3 .item:hover {
	-webkit-box-shadow: inset 0 0 36px 0 rgba(228, 30, 38, 1);
	-moz-box-shadow: inset 0 0 36px 0 rgba(228, 30, 38, 1);
	box-shadow: inset 0 0 36px 0 rgba(228, 30, 38, 1);
	border-color: rgb(228, 30, 38);
}

.section3 .item+p {
	text-align: center;
	font-size: 1rem;
	line-height: 1.3;
	padding: 0 15px;
	margin-bottom: 30px;
}

.section3_2 .animate_number {
	font-size: 3.75rem;
	color: #fff;
	font-weight: 700;
	opacity: 0;
}

.section3_2 {
	background: #323337;
}

.section3_2 .footer_coutdown {
	line-height: 1.2;
	margin: 50px 0 0;
}

.section3_2 .footer_coutdown .row>div {
	margin-bottom: 2rem
}

.section3_2 .footer_coutdown span {
	font-size: 1.125rem;
}

/* =============== section4 ============== */
.section4 .item {
	height: 80px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center !important;
	border-radius: .5rem;
	width: 100%;
	position: relative;
	margin-bottom: 14px;
}

.section4 .item_hover {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 101%;
	height: 101%;
	content: '';
	background-image: -moz-linear-gradient(30deg, rgb(216, 31, 39) 0%, rgb(36, 37, 40) 100%);
	background-image: -webkit-linear-gradient(30deg, rgb(216, 31, 39) 0%, rgb(36, 37, 40) 100%);
	background-image: -ms-linear-gradient(30deg, rgb(216, 31, 39) 0%, rgb(36, 37, 40) 100%);
	visibility: hidden;
	opacity: 0;
}

.section4 .item:hover .item_hover {
	opacity: 0.8;
	visibility: visible;
}

.section4 .item_hover span {
	background-color: #fff;
	width: 80px;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.section4 .item_hover span:after {
	content: '';
	background-color: #fff;
	width: 80px;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media (min-width: 414px) {
	.section4 .item {
		height: 130px
	}
}

@media (min-width: 576px) {
	.section4 .item {
		height: 160px;
		margin-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.section4 .item {
		height: 220px
	}
}

@media (min-width: 992px) {
	.section4 .item {
		height: 150px
	}
}

@media (min-width: 1200px) {
	.section4 .item {
		height: 200px
	}
}

@media (max-width: 575px) {
	.section4 .row {
		margin-left: -7px;
		margin-right: -7px;
	}

	.section4 .col-sm-6 {
		padding: 0 7px
	}

	.section4 .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* =============== section5 ============== */
.section5 {
	background: #323337;
}

.section5 .item {
	color: #979798;
	margin-bottom: 30px;
}

.section5 .item:hover {
	color: #fff;
}

/*.section5 .item_img {border-radius: 50%; overflow: hidden;}*/
.section5 .item_img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	border-radius: 50%;
}

.section5 .item:hover .item_img img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.section5 .item_name {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 1.6rem;
	line-height: 1.2
}

.section5 .item_prof {
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 5px;
}

@media (max-width: 414px) {
	.section5 .item {
		padding: 0 30px;
	}
}

/* =============== section360 ============== */
.section360 {
	background: #fff;
	color: #2a2b2f;
	text-align: center
}

.section360 .sec_red_title,
.hide_show_block .sec_red_title {
	color: #2a2b2f;
	margin-bottom: 1.5rem
}

.section360 .lead {
	opacity: .75;
	font-weight: 400;
	max-width: 450px;
	margin: 0 auto 3rem auto;
	line-height: 1.2
}

.section360 .product {
	margin-bottom: 30px;
}

.section360 h3 {
	font-size: 1.15rem;
	margin-bottom: 1rem
}

.section360 .brand {
	height: 50px;
	margin-bottom: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.interstletikgym {
	background-image: url("../img/interstletikgym.png")
}

.nrg {
	background-image: url("../img/nrg.png")
}

.verti {
	background-image: url("../img/verti.png")
}

.xline {
	background-image: url("../img/xline.png")
}

/* =============== footer ============== */
footer .f_tel {
	font-size: 2rem;
	font-weight: 800;
	margin: 2rem 0 0 0;
}

footer .f_mail {
	font-size: 1.175rem;
	color: rgba(255, 255, 255, 0.4);
	margin: 1.125rem 0 0 0;
}

footer .f_mail:hover {
	color: #d81f27
}

footer .f_tel:hover,
.f_tel:focus {
	color: #fff;
}

footer .f_adr {
	font-size: 14px;
	margin: 1.05rem 0 0 0;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.4);
	display: inline-block;
}

footer .f_adr:hover {
	color: #fff;
}

footer .f_year {
	font-size: 0.875rem;
	color: #fff;
	margin: 5rem 0 0 0;
}

footer .f_txt {
	font-size: 12px;
	max-width: 300px;
	margin: 2rem auto 0;
	line-height: 1.2;
	letter-spacing: .025rem
}

/* ===============  ============== */
.fancybox-content {
	border-radius: .5rem
}

.modal_wrp {
	display: block;
	max-width: 100%;
	width: 400px;
	background-color: transparent;
}

.modal_wrp_succ {
	width: 600px;
}

.md_title {
	font-weight: bold;
	font-size: 1.25rem;
	color: #2a2b2f;
}

.fancybox-close-small {
	color: #2a2b2f !important;
}

.modal_wrp input:not([type=radio]) {
	display: block;
	width: 100%;
	background-color: #fff;
	color: #212530;
	font-size: .85rem;
	border: 2px solid rgba(42, 43, 47, .05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 1rem 1.5rem;
	outline: none !important;
	border-radius: .5rem;
	margin-bottom: 1rem;
}

.modal_wrp input:focus {
	border-color: rgba(42, 43, 47, .15)
}

.modal_wrp button {
	background-color: #d81f27;
	border: none;
	cursor: pointer;
	color: #fff;
	outline: none !important;
	font-weight: bold;
	text-align: center;
	padding: .75rem 2.5rem .65rem;
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	line-height: 1;
	border-radius: 50px;
}

.modal_wrp button:hover {
	background-color: #212530;
}

.modal_wrp label {
	display: block;
	color: #212530;
}

.form-item {
	margin-bottom: 1rem
}

.inp__danger {
	border: 3px solid #d81f27 !important;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(216, 31, 39, .25);
}

.custom-control-input:active~.custom-control-label::before {
	background-color: #f6ced0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #d81f27;
}

.directory {
	color: #848484
}

/* svg */
.animate_svg {
	opacity: 0;
}

.custom_radio_txt {
	font-size: .8rem;
	color: #d81f27;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.section5 .container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.footer_social {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer_social li {
	display: inline-block;
	vertical-align: top;
}

.footer_social li a {
	width: 26px;
	display: block;
}

.fa-w-6 {
	width: 24px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none;
}

.country-select .country-list .country {
	color: #000;
}

.country-select {
	display: block;
}

.country-select .country-list {
	left: 0;
	width: 300px;
	overflow-x: hidden;
}

/**/
.circle_btn {
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index: 1000
}

.circle-fill,
.circlephone,
.img-circle {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
}

.circle_btn:hover .img-circle {
	background-color: #ffffff;
}

.circle_btn:hover .img-circleblock {
	color: #000 !important;
}

.circlephone {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 2px solid #d81f27;
	width: 150px;
	height: 150px;
	bottom: -25px;
	right: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.circle-fill,
.img-circle {
	background-color: #d81f27;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.circle-fill {
	width: 100px;
	height: 100px;
	bottom: 0;
	right: 35px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.img-circle {
	width: 72px;
	height: 72px;
	bottom: 14px;
	right: 49px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1
}

.img-circleblock {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 72px;
	height: 72px;
	text-align: center;
	padding: 21px 0 0 0;
	font-size: 14px;
	line-height: 1.2;
	color: #fff !important;
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.img-circle:hover {
	opacity: 1
}

@media (max-width: 575px) {
	.circle_btn {
		bottom: 0;
		right: -24px;
	}

	.img-circleblock {
		width: 60px;
		height: 60px;
		padding: 18px 0 0 0;
		font-size: 12px;
	}

	.img-circle {
		width: 60px;
		height: 60px;
		bottom: 8px;
		right: 43px;
	}

	.circle-fill,
	.circlephone {
		display: none !important;
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(.9);
		opacity: 1
	}

	50% {
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes pulse {

	0%,
	100% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes tossing {

	0%,
	100% {
		transform: rotate(-8deg)
	}

	50% {
		transform: rotate(8deg)
	}
}

@-webkit-keyframes tossing {

	0%,
	100% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}

	50% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg)
	}
}

@-moz-keyframes circle-anim {
	0% {
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}

	30% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}
}

@-webkit-keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-o-keyframes circle-anim {
	0% {
		-o-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		-o-opacity: .1
	}

	30% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		-o-opacity: .5
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: .1
	}
}

@keyframes circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes circle-fill-anim {

	0%,
	100% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes circle-fill-anim {

	0%,
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@-o-keyframes circle-fill-anim {

	0%,
	100% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

@keyframes circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
}

/* ===============  ============== */
.selected__colors .btn,
.selected__colors .dropdown-menu {
	font-size: .75rem !important;
}

.hide_show_block {
	background-color: #fff;
}

/* ===============  ============== */
.lang_llist {
	color: #d81f27;
}

.lang_llist a {
	color: #fff;
}

.lang_llist a {
	opacity: .8;
}

.lang_llist a:hover {
	opacity: 1;
}

.header_bg .lang_llist {
	color: #d81f27;
}

.header_bg .lang_llist a {
	color: #2a2b2f;
}

.header_bg .lang_llist a:hover {
	color: #d81f27;
}

/* ===============  ============== */
.container_360 {
	position: relative;
}

.container_360 iframe {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 100%;
}

.container_360,
.container_360 iframe {
	height: 470px;
}

@media (min-width: 375px) {

	.container_360,
	.container_360 iframe {
		height: 500px;
	}
}

@media (min-width: 414px) {

	.container_360,
	.container_360 iframe {
		height: 540px;
	}
}

@media (min-width: 768px) {

	.container_360,
	.container_360 iframe {
		height: 630px;
	}
}

@media (min-width: 992px) {

	.container_360,
	.container_360 iframe {
		height: 660px;
	}
}

@media (min-width: 1200px) {

	.container_360,
	.container_360 iframe {
		height: 715px;
	}
}

/* ===============  ============== */