/**
 * Place for custom page styles here.

MAIN

*/
 
/* MAIN */
.block-repair-tech__title {
    /* text-align: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: start; */
}

.block-repair-tech__title:after {
	display: inline-block;
	content: '';
	width: 65px;
	margin-left: 10%;
	height: 2px;
	background: #0A253E;
	transform: translate(-50%,0);
	display: none;
}

.block-repair-tech__title h1 {
    margin-top: 0;
}

.block-repair-tech__title h2 {
    /* font-size: 32px; */
    margin-bottom: 45px;
    padding-top: 20px;
    margin-top: 0;
}

.block-repair-tech__content {
	
}

.block-repair-tech__text {
	line-height: 1.33;
}

.block-repair-tech__video {
	max-width: 585px;
	float: right;
	display: inline-block;
	width: 100%;
	margin-left: 30px;
	/* margin-bottom: 30px; */
}

.block-repair-tech__video img {
	width: 100%;
}

.block-repair-tech__video p {
	margin: 0;
}

.block-repair-tech__video iframe  {
	width: 100%;
}




/* ADAPTIVE */
@media (max-width: 1280px) {
	.block-repair-tech__title h2 {
		/* font-size: 28px; */
	}
	.block-repair-tech__text {
		line-height: normal;
	}
	.block-repair-tech__video {
	    max-width: 45vw!important;
	}
}

@media (max-width: 991px) {
	.block-repair-tech__video {
		max-width: 100%;
		float: none;
		margin: 0;
		max-width: 585px!important;
	}
	.block-repair-tech {
	    display: flex;
	    flex-direction: column-reverse;
	}
}


@media (max-width: 768px) {
	.block-repair-tech {
		grid-template-columns: 1fr;
	}
}