.has-error .help-block {
    color: red;
}





/* 21.11.2019 */

.block-slider .slider-item {
	cursor: pointer;
}

.bottom-info--item-social .yt {
	background-image: url(../img/youtube.svg);
	background-position: center;
	background-size: 25px;
}

.video--block .video {
	position: relative;
	height: 400px;
	overflow: hidden;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
} 

.video--block .video:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 0;
	transition: all .2s ease;
	opacity: 0;
}

.video--block .video p {
	color: #fff;
	padding: 30px 40px;
	z-index: 0;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	z-index: 1;
	transition: all .2s ease;
	opacity: 0;
	transform: translateY(20px);
}

.video--block .video:hover p {
	opacity: 1;
	transform: translateY(0);
}

.video--block .video:hover:after {
	opacity: 1;
}

.video--block.playing .video p,
.video--block.playing .video:after {
 display: none;
}


@media screen and (max-width: 575px) {
	.video--block .video {
		height: 300px;
	}
	.video--block .video p {
		font-size: 14px;
		line-height: 1;
		padding: 5px 20px;
	}
}

.video--block .video .play-btn {
	position: absolute;
	width: 175px;
	height: 175px;
	display: block;
	border-radius: 50%;
	left: calc(50% - 87.5px);
	top: calc(50% - 87.5px);
	z-index: 3;
}

.video--block .video .play-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media screen and (max-width: 575px) {
	.video--block .video .play-btn {
		width: 140px;
		height: 140px;
		left: calc(50% - 70px);
		top: calc(50% - 70px);
	}
}

.video--block {
	border: 1px solid #dedede;
}


.video--block .video > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	position: absolute;
}

.video--block > p {
	text-align: center;
	font-style: italic;
	font-size: 18px;
	padding: 18px 0;
	line-height: 1;
	border-top: 1px solid #dedede;
}

.video--block .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	object-fit: contain;
	z-index: -1;
}

.inner-product-slider {
	margin-bottom: 30px;
}

.product-page .video--block {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.slider-products-main {
	margin-bottom: 30px;
}

.product-page .inner-product .inner-product-slider .slider-products-main-item {
	-webkit-background-size: cover!important;
	background-size: cover!important;
}

.inner-product-slider .slider-products-nav-item img {
	height: 75px;
}
.inner-product-slider .slider-products-nav-item {
	width: 120px;
}


.video--items .video--block {
	width: 50%;
}

.video--items .video--block:nth-child(2n) {
	margin-left: -1px;
}

.video--items {
	flex-wrap: wrap;
}

.video--items + .btn-wrapper {
	text-align: center;
}

.video--items + .btn-wrapper .button {
	min-width: 227px;
	margin: 35px auto 0;
	display: inline-block;
}

.top-panel .row {
	height: 45px;
	align-items: center;
	justify-content: space-between;
}


.top-panel .catalog-link {
	background: #02a0b7;
	position: absolute;
	right: 0;
}

.top-panel .catalog-link a {
	text-transform: capitalize;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 45px;
	font-style: italic;
	text-align: center;
	position: relative;
	font-size: 16px;
	min-width: 295px;
}



.top-panel .catalog-link a:before {
	content: '';
	width: 20px;
	height: 14px;
	position: absolute;
	left: 40px;
	top: calc(50% - 7px);
	background: url(../img/catalog-ico1.png);
	-webkit-background-size: contain;
	background-size: contain;
}

.top-panel .catalog-link a:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: calc(50% - 8px);
	background: url(../img/catalog-ico2.png);
	-webkit-background-size: contain;
	background-size: contain;
}



.top-panel .row > div:last-child {
	align-self: stretch;
}

@media screen and (max-width: 1140px) {
	.top-panel .catalog-link a {
		min-width: 260px;
	}
	.top-panel .catalog-link a:before {
		left: 20px;
	}
	.top-panel .catalog-link a:after {
		right: 20px;
	}
}

@media screen and (max-width: 960px) {
	.top-panel .catalog-link {
		display: none;
	}
	.video--items .video--block {
		width: 100%;
		max-width: 650px;
		margin: 0 auto!important;
	}
}







.videos-screen .photo-info__center {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 0 15px;
}

.videos-screen .photo-info__center p {
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
}

@media screen and (max-width: 630px) {
	.videos-screen .photo-info__center p {
		font-size: 16px;
		line-height: 26px;
	}
}


.videos-screen .photo-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.videos-screen .photo-item {
		min-height: 420px;
	}
}

/*
.videos--header-nav .breadcrambs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.videos--header-nav .breadcrambs .breadcrambs-list {
	position: static;
}*/

.videos--header-nav .sort-list p {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1.3px; }
.videos--header-nav .sort-list .sort-list-item {
  display: inline-block;
  min-width: 204px;
  margin-right: 7px;
  vertical-align: middle; 
}

.videos--header-nav .sort-list .sort-list-item:last-child {
    margin-right: 0; 
}
.videos--header-nav .sort-list .sort-list-item select {
    width: 100%;
    height: 44px; 
}
.videos--header-nav .sort-list .sort-list-item .select2-container {
	z-index: 50;
	width: 203px !important; 
}
.videos--header-nav .sort-list .sort-list-item .select2-container .select2-selection--single {
  height: 44px; 
}
.videos--header-nav .sort-list .sort-list-item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #231f20 transparent; 
}
.videos--header-nav .sort-list .sort-list-item .select2-container--default .select2-selection--single {
    border: 1px solid #231f20;
    border-radius: 0;
    font-family: 'ChronicleDisp', Times New Roman, serif;
    font-size: 18px;
    font-style: italic;

    letter-spacing: 0; 
}

.videos--header-nav .sort-list .sort-list-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 21px;
  font-size: 18px;
  color: #231f20;
  line-height: 42px; 
}
.videos--header-nav .sort-list .sort-list-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 39px; 
}
.videos--header-nav .sort-list .sort-list-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #231f20 transparent transparent transparent;
}
.videos--header-nav .sort-list__right {
  float: right; 
}

.videos--header-nav .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dedede; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E24285; 
}

.videos--header-nav .select2-results__option {
  font-family: 'ChronicleDisp', Times New Roman, serif;
  font-size: 16px; 
}

.videos--header-nav .select2-dropdown {
  border-radius: 0;
  border: 1px solid #231f20; 
}

.videos--header-nav .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}


@media screen and (max-width: 1340px) {
	.videos--header-nav .breadcrambs__extended .sort-list {
	    float: none;
	    text-align: center;
	}
	.videos--header-nav .breadcrambs__extended  {
		margin-bottom: 24px;
	}
}


@media screen and (max-width: 438px) {
	.videos--header-nav .sort-list .sort-list-item .select2-container {
		margin: 0 auto 10px;
		display: block;
	}
}


::-webkit-scrollbar{width:10px;height:0px;}
::-webkit-scrollbar-thumb{background: #3D0B20;}
::-webkit-scrollbar-thumb{width:10px;height:0px;}
::-webkit-scrollbar-track{background: #fff;}



/*MODAL*/

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: all .3s ease;
}
.overlay.modal-opened {
    visibility: visible;
    opacity: 1;
}

.modal {
	position: fixed;
    background-size: 100%;
    display: none;
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    z-index: 999999;
    border-radius: 6px;
    max-height: 100%;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    width: 100%;
    min-width: 250px;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    max-width: 700px;
    overflow: visible;
}

.modal.show {
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)) scale(1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}


.modal .close {
    position: absolute;
    color: #000;
    font-size: 40px;
    line-height: 0.4;
    height: 30px;
    width: 30px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    right: -30px;
    top: -30px;
}

.modal .close svg path {
	fill: #fff;
}
.modal .close svg {
	width: 100%;
	height: 100%;
	display: block;
}


.modal .modal-body {
    width: 100%;
    padding: 15px;
    height: auto;
}

.video-modal .video_iframe {
	width: 100%;
	height: 400px;
}


@media screen and (max-width: 767px) {
    .modal {
        max-width: calc(100% - 30px);
    }
    .modal .close {
    	right: 0;
    }
}





.top-panel .bottom-info--item-social a {
    width: 30px;
    height: 30px;
    background-size: 100px;
}

.top-panel .bottom-info--item-social a.fb {
    background-position: -2px center;
}

.top-panel .bottom-info--item-social a.tw {
    background-position: -35px center;
}

.top-panel .bottom-info--item-social a.in {
    background-position: -68px center;
}

.top-panel .bottom-info--item-social .yt {
    background-size: 17px;
}

.top-panel .bottom-info--item-social {
	margin: 0 4px;
}


@media screen and (max-width: 960px) {
	.top-panel .bottom-info--item-social {
		display: none;
	}
}

.wrapper-substrate.js-close-menu:not(.ready) + .nav{display: none !important}
