

/* Start:/local/components/akvamir/single.page/templates/partners/style.css?16996086552631*/
.form-offset-container {
    margin-bottom: 150px;
}

h2.center {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
}

.item-views.tizers .item-wrapper > .item {
    padding-bottom: 60px;
}

.item-views.tizers.top {
    margin-bottom: 100px;
}

.v-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.numbered-text {
    padding-left: 92px;
}

.bg-numbered-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bg-numbered-list .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.bg-numbered-list .item .number {
    color: #007dc2;
    font-size: 72px;
    line-height: 72px;
    width: 42px;
    margin-right: 8px;
    font-weight: 300;
}

.bg-numbered-list .item .text {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
}

.phone-container .info {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
}

.phone-container .phonenumber {
    color: #333333;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
}

p.tiny {
    font-size: 10px;
    line-height: 12px;
    color: #b6b5b5;
    margin-bottom: 10px;
    margin-top: 0px;
}

.container .maxwidth-theme section img {
    max-width: 100%;
}

.mobile-work-image-number {
    align-self: flex-start;
}

.mobile-work-image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mobile-work-image {
    display: none;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-26 {
    margin-bottom: 26px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.btn-lg {
    padding-top: 12px;
    padding-bottom: 12px;
}

.web-form-content .form-control {
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .numbered-text {
        padding-left: 15px;
    }

    .numbered-text h3 {
        text-align: center;
    }

    .mobile-work-image {
        display: block;
        margin-top: -25px;
    }

    .phone-container {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .submit .submit-btn {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/become-partners/style.css?16996086554903*/
p.black {
    color: #000;
}

span.orange {
    color: #007dc2;
}

.web-form-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #888888;
}

.web-form-content .form-control {
    margin-bottom: 15px;
}

.web-form-content .form-image.mobile {
    display: none;
}

.web-form-content .form-fields {
    flex-grow: 1;
    width: 100%;
    max-width: 540px;
    align-self: start;
}

.web-form-content .form-image {
    flex-grow: 1;
    width: 100%;
    max-width: 50%;
    padding-left: 20px;
    align-self: center;
}

.web-form-content .form-image img {
    max-width: 100%;
}

.web-form-content input[type="email"],
.web-form-content input[type="password"],
.web-form-content input[type="tel"],
.web-form-content input[type="text"],
.web-form-content select,
.web-form-content textarea {
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 3px;
}

.custom-file-input {
    margin-bottom: 20px;
}

.custom-file-input .file-upload {
    text-transform: initial;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.web-form-content span.form-required {
    color: #FF0000;
    font-size: 13px;
    line-height: 18px;
}

.request-want-items {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.request-want-items-header {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    line-height: 24px;
}

.check-btn {
    display: inline-block;
}

.check-btn input {
    display: none;
}

.check-btn input:not(.button) {
    line-height: 24px;
    border-radius: 5px;
}

.check-btn label,
.request-want-items .check-btn label {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #cad3df;
    border-radius: 3px;
    padding: 0 8px;
    height: 28px;
    margin: 0 2px;
    font-size: 12px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 6px;
}

.request-want-items .check-btn label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.check-btn input:checked + label {
    background: #007dc2;
    border-color: #007dc2;
    color: #ffffff;
}

.submit .submit-btn {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    text-transform: uppercase;
}

.web-form-content .filter.label_block input + label {
    padding-left: 29px;
}

/* .web-form-content .filter.label_block input[type="checkbox"] + label::after,
.web-form-content .filter.label_block input[type="checkbox"] + label::before{
	width:16px;
	height:16px;
	top:4px;
} */
.web-form-content .filter.label_block label {
    padding-top: 4px;
}


/*media*/
@media (max-width: 1263px) {
    .web-form-content .form-fields {
        max-width: initial;
    }

    .web-form-content .form-image.mobile {
        display: block;
    }

    .web-form-content .form-image.desktop {
        display: none;
    }

    .fields-mobile-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .submit .submit-btn {
        width: initial;
    }
}

@media (max-width: 556px) {
    .fields-mobile-container {
        flex-direction: column;
    }

    .web-form-content .form-image.mobile {
        display: none;
    }
}

/*modal success*/
.BECOME_PARTNER_SUCCESS_frame .padd {
    max-width: 560px;
    padding: 55px;
}

.form-success.jqmOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
    opacity: 0.5;
}

.popup_success_wrapper {
    display: none;
}

#form_success_popup_trigger {
    display: none;
}

.BECOME_PARTNER_SUCCESS_frame img {
    width: 100%;
    height: 200px;
    max-width: 200px;
}

.BECOME_PARTNER_SUCCESS_frame h1 {
    font-size: 40px;
    line-height: 44px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.BECOME_PARTNER_SUCCESS_frame .message {
    font-size: 24px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 50px;
}

.BECOME_PARTNER_SUCCESS_frame .btn {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 576px) {
    .jqmWindow {
        width: 100%;
    }

    #form_success_popup h1 {
        font-size: 50px;
        line-height: 54px;
    }
}

/*Akvamir стили для валидации*/
.report-block.errors {
    margin-bottom: 20px;
    background-color: #FFEEEE;
    padding: 15px;
}

.report-block.errors p {
    margin: 0;
    padding: 0;
}

.report-block.errors p font.errortext {
    color: #FE5252 !important;
    font-size: 14px;
    line-height: 20px;
}

.form-body .form-control > label {
    margin-bottom: 0;
}

.required-error {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #FE5252;
    display: none;
}

.required-error.active {
    display: block;
}

.web-form-content .input-field input[type="text"].error {
    border-color: #FE5252;
}

/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/front_tizers/style.min.css?16897945052242*/
.item-views.tizers{padding:3px 0 23px}.item-views.tizers.top{padding-top:9px}.item-views.tizers .item-wrapper>.item{padding-bottom:32px}.item-views.tizers .item-wrapper>.item .image{margin-bottom:10px;max-height:50px;flex-shrink:0;align-self:normal}.item-views.tizers .item-wrapper>.item .image img{max-width:100%;max-height:100%}.item-views.tizers:not(.top) .item-wrapper>.item .image{margin-top:6px;max-width:40px}.item-views.tizers .items.small-block>.row,.item-views.tizers .items.tops>.row{align-items:start}.item-views.tizers .items.small-block .image{width:32px;height:32px}.item-views.tizers .items.small-block .image img,.item-views.tizers .items.small-block .image svg{max-width:100%;max-height:32px}@media (min-width:601px){.item-views.tizers .item-wrapper>.item .pull-left+.inner-text{padding-left:26px}.item-views.tizers .item-wrapper>.item .pull-right+.inner-text{padding-right:26px}.item-views.tizers .small-block .item-wrapper>.item .pull-left+.inner-text{padding-left:20px}}@media (max-width:600px){.item-views.tizers:not(.top) .item-wrapper>.item .image{float:none!important}.item-views.tizers .items.small-block .item .image+.inner-text,.item-views.tizers .items.tops .item .image+.inner-text{padding-left:20px}body .wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .item-views.tizers{padding-bottom:3px}.item-views.tizers .mobile-list .item-wrapper{width:100%;text-align:left;padding-left:30px;padding-right:30px}.item-views.tizers .mobile-list .item-wrapper>.item .image{width:40px;height:40px;margin:6px 18px 0 0}.item-views.tizers .mobile-list .item-wrapper>.item{text-align:left;display:-ms-flexbox;display:flex}.item-views.tizers .mobile-list .item-wrapper>.item .inner-text .value{line-height:1.538em}.item-views.tizers .mobile-list .item .title{margin-bottom:5px}.item-views.tizers .mobile-list .item-wrapper>.item{padding-bottom:18px}.item-views.tizers .mobile-list.row{padding-bottom:18px}.item-views.tizers .mobile-list .item-wrapper>.item .image+.inner-text{padding-left:0}.tizers.left .flexbox:not(.mobile-list) .item.flexbox--row{flex-direction:column;align-items:flex-start}.tizers.left .flexbox:not(.mobile-list) .item.flexbox--row .inner-text{padding-left:0;word-break:break-word}}
/* End */
/* /local/components/akvamir/single.page/templates/partners/style.css?16996086552631 */
/* /local/templates/.default/components/bitrix/form.result.new/become-partners/style.css?16996086554903 */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/front_tizers/style.min.css?16897945052242 */
