

/* Start:/local/templates/mhi/components/bitrix/news/training/bitrix/news.detail/webinar/style.css?17495512135738*/
.img-box {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.img-resp {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.flex-center {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.white-color {
    color: #fff;
}

.training {
	padding-top: 80px;
}
.training * {
    font-family: glory;
}
.training-top {
    margin-top: 40px;
}
.top-line {
    font-size: 24px;
    color: #fff;
}
.text-h1 {
    color: #d1c094;
    margin-top: 7px;
    line-height: 1.25em;
    margin-bottom: 40px;
}
.webinar-topline .img-box {
    height: 45vw;
    margin-bottom: 35px;
}
.detail-text {
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 1.7em;
    color: #fff;
}
.teaching-form-form {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.bg-gradient {
    position: relative;
    padding: 30px 15px;
}
.gradient-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.gradient-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom,#121212, transparent);
    opacity: 0.4;
    z-index: 0;
}
.gradient-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top,#121212, transparent);
    opacity: 0.4;
    z-index: 0;
}
.bg-gradient > .container {
    z-index: 2;
    opacity: 0.99;
}
.bg-gradient .flex-box {
    max-width: 400px;
    margin: 0 auto;
}
.col3-box {
    width: 50%;
}
.train-about-label {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
}
.train-about-value {
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #d1c094;
    font-size: 18px;
}
.teacher {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.teacher .img-box {
    align-items: flex-start;
    margin-right: 20px;
}
.teacher-name {
    color: #d1c094;
}
.teacher-position {
    font-weight: normal;
    color: #fff;
}
.training .h2 {
    margin-top: 80px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #d1c094;
    text-transform: uppercase;
    font-size: 34px;
}
.big-numbers {
    display: flex;
    flex-direction: column;
    margin: 40px 15px 40px;
    letter-spacing: 0.05em;
    counter-reset: NumCounter;
}
.big-numbers li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}
.big-numbers li::before {
    counter-increment: NumCounter;
    content: counter(NumCounter)'.';
    position: absolute;
    left: 0;
    top: -20px;
    font-weight: bold;
    color: #d1c094;
    font-size: 70px;
}
.big-num-head {
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
}
.big-num-text {
    font-size: 15px;
    margin-top: 5px;
    color: #fff;
}
.videolink {
    width: 100%;
    height: calc((100vw - 77px) * 0.58);
    margin: 10px 0 50px;
    display: flex;
    justify-content: center;
}
.videolink iframe {
    width: 100%;
}
#newsubscribe {
	padding: 50px 0 60px;
}
.text-h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-top: -4px;
}
.sub-line {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
}
.subscribe-form-box {
    margin: 50px auto -57px;
    max-width: 320px;
}
.bg-gradient .row.flex-center.webinar-online {
    height: calc(100vh - 160px);
    margin: 0 -30px;
    width: 100vw;
}
.webinar-online iframe {
	width: 100%;
}

@media all and (min-width:575px) {
    .videolink {
        height: 272px;
    }
}

@media all and (min-width:768px) {
    .bg-gradient .flex-box {
        max-width: 100%;
    }
    .col3-box {
        width: 30%;
    }
    .teacher {
        width: 40%;
        margin-top: 0;
    }
    .train-about-label {
        font-size: 18px;
    }
    .teacher-name,
    .train-about-value {
        font-size: 24px;
    }
    .big-numbers {
        flex-direction: row;
    }
    .big-numbers li {
        width: 33%;
        padding: 0 40px 0 0;
        margin: 0 0 30px;
        display: flex;
        flex-direction: column;
    }
    .big-numbers li::before {
        position: relative;
        top: 0;
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px;
    }
    .big-num-head {
        font-size: 20px;
    }
    .big-num-text {
        font-size: 14px;
    }
    .videolink {
        height: 374px;
    }
.text-h2 {
    font-family: glory;
    font-weight: bold;
    font-size: 40px;
}
.subscribe-form-box {
    margin-top: 20px;
}
	.bg-gradient .row.flex-center.webinar-online {
    	height: 518px;
    	width: 690px;
    	margin: 0;
	}
}

@media all and (min-width:992px) {
    .training-left-column {
        width: 60%;
		padding: 30px 30px 0 0;
		margin-top: 30px;
    }
    .training-right-column {
        width: 40%;
		margin-top: 30px;
    }
    .webinar-topline {
        padding-bottom: 60px;
    }
    .webinar-topline .img-box {
        height: unset;
    }
    .videolink {
        height: 527px;
    }
	.bg-gradient .row.flex-center.webinar-online {
    	height: 698px;
    	width: 930px;
	}
}

@media all and (min-width:1200px) {
    .embed-form-place {
        max-width: 540px;
        margin: 20px auto;
    }
    .videolink {
        height: 630px;
    }
	.bg-gradient .row.flex-center.webinar-online {
    	height: 833px;
    	width: 1110px;
	}
}

@media all and (min-width:1820px) {
	.bg-gradient .row.flex-center.webinar-online {
		width: 1630px;
		height: calc(100vh - 160px);
	}
}

/* End */
/* /local/templates/mhi/components/bitrix/news/training/bitrix/news.detail/webinar/style.css?17495512135738 */
