

/* Start:/local/templates/main/css/custom.css?1707277130720*/
.feedback_page .content__container .form-block__title.titleH2{
    width: 100%;
    font-size: 1.9rem !important;
    margin-bottom: 20px;
    text-align: center;
}
.feedback_page .form-block__container._container{
    margin: 0;
}
.feedback_page .form-block__subtitle{
    text-align: center;
    margin: auto;
}
@media (max-width: 78.5625em){
    .feedback_page .class1 {
        /*display: none;*/
    }
    .feedback_page .content__container {
        width: 100%;
        margin-left: 0;
    }
    .feedback_page .form-block__container._container{
        padding: 0;
    }
}
@media (max-width: 560px){
    .feedback_page .content__container .form-block__title.titleH2{
        font-size: 1.5rem !important;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/left.static/style.css?1707276021260*/
/* Left menu*/
@media (min-width: 61.99875em) {
	.left-menu {
		width: 200px;
		padding-right: 40px;
		float: left;
	}
}
a.selected
{
	color: #ffb338;
}
@media (min-width: 600px){

}
.content__container {
    width: calc(100% - 300px);
		margin-left: 200px;
}

/* End */


/* Start:/local/templates/main/components/sprint.editor/blocks/pages/_style.css?16720492563267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/local/templates/main/components/prioritet.core/feedback/vivpg/style.css?17025823882551*/
.input__input{
    border-radius: 180px;
    height: 45px;
    padding: 0 23px;
}
.input__label {
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: text;
    font-size: 16px;
    color: #464e56;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 1px;
    font-size: 14px;
}
.input__error{
    font-size: .75rem;
}
@media (min-width: 61.99875em){
    .form__inputs>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 25%;
        padding: 7.5px;
    }
}
.file__label {
    font-size: 14px;
    height: 45px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    border-radius: 180px;
    color: #464e56;
    line-height: 1.3;
    cursor: pointer !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.input__file{
    display: none;
}
.textarea__textarea {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
.textarea__label {
    position: absolute;
    font-size: 16px;
    left: 40px;
    top: 19px;
    cursor: text;
    letter-spacing: .01em;
    color: #464e56;
}
.textarea__label {
    font-size: 14px;
    left: 20px;
}

.textarea__textarea + label,
.input__input + label{
    opacity: 0;
}

input:placeholder-shown + label,
.textarea__textarea:placeholder-shown + label{
    opacity: 1;
}

.textarea__textarea:focus + label,
.textarea__textarea:active + label,
.input__input:focus + label,
.input__input:active + label {
    opacity: 0;
}

.input__input::-webkit-input-placeholder {
    /* WebKit browsers */
     color: transparent;
}
.input__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: transparent;
}
.input__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: transparent;
}
.input__input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: transparent;
}
.input__input::placeholder {
     color: transparent;
}

.textarea__textarea,
.input__input{
    border: none;
}
.form-block__title {
    font-size: calc(26px + (6 * (100vw - 320px)) / 1600);
    line-height: 130%;
    color: #100821;
    margin-bottom: 10px;
}
.btn.btn--yellow{
    cursor: pointer;
}
.form-block__subtitle {
    max-width: 767px;
    line-height: 160%;
    font-size: 16px;
    color: #464e56;
}
/* End */
/* /local/templates/main/css/custom.css?1707277130720 */
/* /local/templates/main/components/bitrix/menu/left.static/style.css?1707276021260 */
/* /local/templates/main/components/sprint.editor/blocks/pages/_style.css?16720492563267 */
/* /local/templates/main/components/prioritet.core/feedback/vivpg/style.css?17025823882551 */
