

/* Start:/local/templates/fv-studio-energosoft/components/bitrix/news/fotokursy/bitrix/news.detail/.default/style.css?17750571274106*/
.novosti-detail {
    max-width: 1024px;
    margin-left:auto; 
    margin-right:auto;
}
.detail_picture {
    width: auto;
    max-width: 100%;
    height: auto;
}
.novosti-date-time {
    padding-top:45px;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    letter-spacing: 1.5px;
    font-weight: 500;
    display: flex;
}
a.novosti-back {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: lowercase;
    color: #fff;
    border-radius: 10px;
    background-color: #f27c43;
    padding: 10px;
    cursor: pointer;
    transition: 1s;
}
a.novosti-back:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  transition: .5s;
}

a.novosti-back:hover>span {
  padding: 0 15px;
  transition: .5s;
}

a.novosti-back>span {
  padding: 0 0;
  transition: 1s;
}


/* Slider BEGIN */
.container_sld {
    max-width: 960px;
    margin: 0 auto 40px;
}
.imglist_sld {
    margin-top: 0;
    margin-bottom: 40px;
}
.img_sld{
    width: 100%;
    height: auto;
}
@media (max-width: 667px){
    .home-detail .imglist {
        overflow: hidden;
    }
}
/* Slider END */

/* Telegram button BEGIN */
.tg-blk {
  padding: 1em 0;
}

.tg_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tg-btn {
  background-color: #0088cc;
  border: 0;
  border-radius: 10px;
  color: white;
  padding: 10px 30px;
  cursor: pointer;
  transition: 1s;
}

.tg-btn:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 60px;
  transition: .5s;
}

.tg-btn:hover>span {
  padding: 0 30px;
  transition: .5s;
}

.tg-btn>span {
  padding: 0 0;
  transition: 1s;
}

.tg-schl-btn {
  background-color: #0e0a09;
  border: 0;
  border-radius: 10px;
  color: white;
  padding: 10px 30px;
  cursor: pointer;
  transition: 1s;
}

.tg-schl-btn:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 60px;
  transition: .5s;
}

.tg-schl-btn:hover>span {
  padding: 0 30px;
  transition: .5s;
}

.tg-schl-btn>span {
  padding: 0 0;
  transition: 1s;
}
/* Telegram button END */

/* Vkontakte button BEGIN */
.vk-blk {
  padding: 1em 0;
}

.vk_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vk-btn {
  background-color: #447bba;
  border: 0;
  border-radius: 10px;
  color: white;
  padding: 10px 30px;
  cursor: pointer;
  transition: 1s;
}

.vk-btn:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 60px;
  transition: .5s;
}

.vk-btn:hover>span {
  padding: 0 30px;
  transition: .5s;
}

.vk-btn>span {
  padding: 0 0;
  transition: 1s;
}

.vk-schl-btn {
  background-color: #447bba;
  border: 0;
  border-radius: 10px;
  color: white;
  padding: 10px 30px;
  cursor: pointer;
  transition: 1s;
}

.vk-schl-btn:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 60px;
  transition: .5s;
}

.vk-schl-btn:hover>span {
  padding: 0 30px;
  transition: .5s;
}

.vk-schl-btn>span {
  padding: 0 0;
  transition: 1s;
}
/* Vkontakte button END */

/***смотрите также***/
.novosti-list-caterogy, .novosti-list-caterogy-title {
    max-width: 760px;
    margin-left:auto; 
    margin-right:auto;
}
.novosti-list-caterogy-title {
    font-size: 22px;
    margin: 100px auto 45px;
    font-weight: 500;
    display: block;
}
.novosti-list-caterogy .novosti-list-caterogy-img {  
    height: 75px;
    position: relative;
    width: 100px;
    margin-right:15px;
}
.novosti-list-caterogy .novosti-list-caterogy-img .img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.novosti-list-caterogy .news-title {
    font-size: 16px;
    line-height: 1.35;
    color:#000;
    font-weight: 500;
}
.novosti-list-caterogy-text {
    width: calc(100% - 115px);
}
.novosti-list-caterogy .news-preview {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
}
.novosti-list-caterogy .col-12 {
    margin-bottom:25px;
}
/* End */


/* Start:/local/templates/fv-studio-energosoft/components/bitrix/main.feedback/template_fv/style.css?1760101422658*/
div.mfeedback {padding: 2rem 0;}
div.form_content {display: flex; justify-content: center; align-items: center;}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:100%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:100%;}
div.mf-message textarea {width:100%;}
span.mf-req {color:red;}
div.mf-ok-text{font-weight:bold; padding-bottom:1em; background-color:green; color:white; border:1px solid transparent; border-radius:8px; text-align:center;}
.errortext{font-weight:bold; padding-bottom:1em; border:1px solid transparent; border-radius:8px; text-align:center; display: flex; justify-content: center; border-color: red;}

/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17685634914416*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/fv-studio-energosoft/components/bitrix/news/fotokursy/bitrix/news.detail/.default/style.css?17750571274106 */
/* /local/templates/fv-studio-energosoft/components/bitrix/main.feedback/template_fv/style.css?1760101422658 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17685634914416 */
