

/* Start:/local/templates/fotona/components/bitrix/news.list/main_slider/style.css?1607496269150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/saitogram/form/templates/.default/style.css?16074962686850*/
.error-form
{
    margin-bottom: 20px;
    color:red;
}
.success-form
{
    margin-bottom: 20px;
    color:green;
}

input.error
{
    border: 1px solid #CF6268;
}
/*

input
{
    border-radius: 3px;
    padding: 14px 15px 16px 15px;
    width: 100%;
    border: 1px solid #b7b7b7 !important;
}

textarea
{
    border-radius: 3px;
    border: 1px solid #b7b7b7 !important;
    padding: 14px 15px 16px 15px;
    width: 100%;
    max-height: 200px;
    min-height: 70px;
}

.input-wrap
{
    margin-bottom: 30px;
}



.select {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select .result {
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
    padding: 14px 15px 16px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #7d7b83;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.select .result::after {
    content: "";
    background: url('/local/components/saitogram/form/templates/.default/images/select.svg');
    font-size: 29px;
    width: 11px;
    height: 6px;
    display: block
}

.select .result.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select .result.active::before {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    width: 100%;
    height: 4px;
    background: #fff;
    margin-left: -15px;
    margin-top: -8px;
    z-index: 11
}

.select .option-block {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.18);
    box-shadow: 0 0 4px rgba(0,0,0,.18);
    border-radius: 3px;
    background: #fff;
    margin-top: 0;
    z-index: 10
}

.select .option-block .option {
    display: block;
    margin-bottom: 0
}

.select .option-block .option input[type=radio] {
    display: none
}

.select .option-block .option .text {
    padding: 17px 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #eaedef;
    color: #7d7b83;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.select .option-block .option:hover .text {
    color: #000;
}

.select .option-block .option:last-child .text {
    border-bottom: none
}

.select .filter-select {
    width: 100%;
    margin: 10px;
    border: 1px solid #d99d9d;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.select .scroll {
    overflow-y: auto;
    max-height: 300px;
    padding: 5px 17px
}


.file-label
{
    display: flex;
    align-items: center;
}
.file-label input[type=file]
{
    display:none;
}
.file-label span.select-file
{
    border-radius: 3px;
    background: #22528f;
    color: #fff;
    padding: 10px 20px;
    display: block;
}
.file-label span.name-file
{
    margin-left: 15px;
    display: block;
    color: #ababab;

}


.files-multiply .inputs .row-file
{
    display: flex;
    align-items: center;
}

.files-multiply .inputs .row-file input[type=text]
{
    margin-bottom: 5px;
    height: 40px !important;
}

.files-multiply .set-input
{
    display: inline-flex;
    color: #000;
    cursor: pointer;
    margin-top: -35px;
}



.switch, .switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.switch label {
    cursor: pointer;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.switch label input[type=checkbox] {
    opacity: 0;
    width: 30px;
    height: 22px;
}
.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0,0,0,0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin-right: 15px;
}
.switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}
.switch label .lever:before {
    background-color: rgba(38,166,154,0.15);
}
.switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.switch label input[type=checkbox]:checked+.lever:before, .switch label input[type=checkbox]:checked+.lever:after {
    left: 18px;
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #22528f;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #668ab9;
}


.radio-btn label
{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.radio-btn label .name
{
    margin-left: 10px;
}
.radio-btn input
{
    display: none;
}

.radio-btn .circle
{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #22528f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.radio-btn label input[type=radio]:checked + .circle:before
{
    content:"";
    width: 8px;
    height: 8px;
    background: #22528f;
    border-radius: 50%;
    display: block;
}


.btn-form
{
    background: #4CAF50;
    border-radius: 3px;
    padding: 8px 16px;
    border: none;
    color: #fff;
}*/
/* End */


/* Start:/local/templates/fotona/components/bitrix/news.list/main_trends/style.css?1607496269150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fotona/components/bitrix/news.list/main_press/style.css?1607496269150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/fotona/components/bitrix/news.list/main_slider/style.css?1607496269150 */
/* /local/components/saitogram/form/templates/.default/style.css?16074962686850 */
/* /local/templates/fotona/components/bitrix/news.list/main_trends/style.css?1607496269150 */
/* /local/templates/fotona/components/bitrix/news.list/main_press/style.css?1607496269150 */
