html {
	overflow-x: hidden !important;
}
a:focus {
	outline: none;
}

#consultation {
    position: fixed;
    right: 10px;
    bottom: calc(100vh/2);
    width: 50px;
    z-index: 50;
}
#consultation img {
	width: 40px;
}
#consultation .text {
	font-size: 16px;
	font-family: HelveticaRegular;
	font-weight: 550;
	text-align: center;
	line-height: 16px;
}
#consultation .links {
	margin-top: 10px;
	text-align: center;
}
#consultation a {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    border: solid 1px rgba(230,230,230,1);
    border-radius: 12px;
    margin-bottom: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
#consultation a:hover {
    transition: 0.1s;
    border-color: #6300ff;
    transform: translateX(-5px);
}
#consultation a:last-child {
	margin-bottom: 0px;
}
#consultation .close {
	right: 5px;
	top: 7px;
	position: absolute;
	display: none;
}

/* block_horse */

#block_horse h1 {
	font-size: 48px;
	line-height: 55px;
}
#block_horse .subtitle {
	color: #2400ff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
#block_horse .text_0 {
	font-size: 22px;
	line-height: 26px;
}
#block_horse .text_0 span {
	color: #000000;
}
#block_horse .info {
	width: 225px;
}
#block_horse .info p {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}

/* block_services */

#block_services .price_old {
	font-size: 24px;
}
#block_services .price_now {
	font-size: 38px;
}
#block_services .benefit {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
}
#block_services .name {
	width: 290px;
	padding: 20px;
}
#block_services .name span {
	display: block;
}
#block_services .name span:nth-child(2) {
	font-size: 26px;
}
#block_services .structure {
	font-size: 20px;
	line-height: 32px;	
}
#block_services .more {
	font-size: 24px;
}
#block_services .button {
	bottom: -32px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#block_services .banner:nth-child(2) .name span {
	font-size: 32px;
}
#block_services .banner:nth-child(2) .name span:nth-child(2) {
	font-size: 28px;
}
#block_services .banner:nth-child(2) .structure {
	font-size: 22px;
	line-height: 34px;
}

/* block_8329 */

.block_8329 {
	background-color: #FDF9EE;
	height: 100vh;
	padding: 95px 0;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.block_8329 .container {
	max-width: 100% !important;
}
.block_8329 .text_bold {
	font-weight: bold;
}
.block_8329 .text_header {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
}
.block_8329 .block_8329 p.mt_30 {
	margin-top: 30px;
}
.block_8329 p {
	font-size: 18px;
	margin: 0;
}
.block_8329 .images_wrapper {
	position: relative;
}
.block_8329 .warrior {
	position: relative;
	top: 50px;
	margin: auto;
	display: block;
}
.block_8329 .clickme {
	position: absolute;
	top: 20px;
	left: calc(50% - 220px);
}
.block_8329 .arrow {
	position: absolute;
	top: 142px;
	left: calc(50% - 200px);
}
.block_8329 .arrow_m {
	display: none;
}
.block_8329 .mobile_map {
	display: none;
}
.block_8329 .scroll {
	left: 0px;
	right: 0px;
	bottom: 100px;
	position: absolute;
	text-align: center;
}

.portfolio_screenshot img {
	max-width: 100%;
}

@media (max-width: 930px) {

	/* block_8329 */

	.block_8329 {
		padding: 40px 0;
	}
	.block_8329 p {
		font-size: 12px;
	}
	.block_8329 p.mt_30 {
		margin-top: 10px;
	}
	.block_8329 .text_header {
		font-size: 30px;
	}
	.block_8329 .warrior {
		width: 351px;
		top: 20px;
		left: 40px;
	}
	.block_8329 .clickme {
		width: 86px;
		top: 50px;
		left: calc(50% - 180px);
	}
	.block_8329 .arrow {
		display: none;
	}
	.block_8329 .arrow_m {
		display: block;
		position: absolute;
		top: 130px;
		left: calc(50% - 150px);
	}
	.block_8329 .mobile_map {
		display: block;
	}
	.block_8329 .desktop_map {
		display: none;
	}
}

@media (max-width: 1200px) and (min-width: 768px) { /* [768px..1200px] */

	/* block_services */

	#block_services .price_old {
		font-size: 20px;
	}
	#block_services .price_now {
		font-size: 34px;
	}
	#block_services .benefit {
		margin-bottom: 15px;
		font-size: 16px;
	}
	#block_services .name {
		width: 253px;
		padding: 15px;
	}
	#block_services .name span {
		font-size: 26px;
	}
	#block_services .name span:nth-child(2) {
		font-size: 18px;
	}
	#block_services .structure {
		font-size: 16px;
		line-height: 24px;	
	}
	#block_services .more {
		font-size: 20px;
	}

	#block_services .banner:nth-child(2) .name span {
		font-size: 28px;
	}
	#block_services .banner:nth-child(2) .name span:nth-child(2) {
		font-size: 24px;
	}
	#block_services .banner:nth-child(2) .structure {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 992px) and (min-width: 768px) { /* [768px..992px] */

	/* block_services */

	#block_services .price_old {
		font-size: 16px;
	}
	#block_services .price_now {
		font-size: 25px;
	}
	#block_services .benefit {
		font-size: 12px;
	}
	#block_services .name {
		width: 100%;
	}
	#block_services .name span {
		font-size: 20px;
	}
	#block_services .name span:nth-child(2) {
		font-size: 14px;
	}
	#block_services .structure {
		font-size: 12px;
		line-height: 20px;	
	}
	#block_services .more {
		font-size: 16px;
	}

	#block_services .banner:nth-child(2) .name span {
		font-size: 22px;
	}
	#block_services .banner:nth-child(2) .name span:nth-child(2) {
		font-size: 18px;
	}
	#block_services .banner:nth-child(2) .structure {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 576px) { /* <= 576px */

	/* block_horse */

	#block_horse h1 {
		font-size: 36px;
		line-height: 40px;
	}
	#block_horse .subtitle {
		font-size: 24px;
		line-height: 34px;
	}
	#block_horse .info {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) { /* <= 480px */

	/* block_horse */

	#block_horse h1 {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 32px;
	}

	/* block_8329 */

	.block_8329 .arrow_m {
		left: 40px;
	}
	.block_8329 .clickme {
		left: 30px;
	}
	.block_8329 .scroll {
		display: none;
	}
}

@media (max-width: 380px) { /* <= 380px */

	/* block_services */

	#block_services .name {
		width: 100%;
	}
	#block_services .name span,
	#block_services .banner:nth-child(2) .name span {
		font-size: 28px;
	}
	#block_services .name span:nth-child(2),
	#block_services .banner:nth-child(2) .name span:nth-child(2) {
		font-size: 24px;
	}
}