

/* Start:/local/templates/tenet/components/bitrix/form.result.new/subscribe/style.css?17733087764026*/
.subscribe-div{
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}
.submit .btn {
    font-size: 12px;
}

.submit{
    margin-top: 0px!important;
}

.form_subscribe{
    border-radius: 50px 50px 50px 50px;
    background-color: #f4f4f4;
    margin-bottom: 80px;
}
.form_subscribe form{
    max-width: 960px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.row_MODELS,
.row_CITY,
.form__subtitle,
.row_COMMENT,
.submit{
    width: 100%;
    max-width: 100%;
    position: relative;
}
.row_NAME,
.row_PHONE{
    width: 100%;
    max-width: calc(50% - 10px);
}
.form__subtitle{
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
.form_subscribe input[type="text"],
.form_subscribe select,
.form_subscribe textarea{
    width: 100%;
}
.row_MODELS {
    display: flex;
    gap: 20px;
}
.MODELS-item {
    position: relative;
}
.MODELS-item input{
    position: absolute;
    z-index: -5;
    visibility: hidden;
}
.MODELS-item label{
    font-weight: 600;
    cursor: pointer;
}
.MODELS-item img{
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.MODELS-item label:before{
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #000;
    transition: .5s;
    transform: scale(0);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='16' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.7841 10.5C4.03366 10.5 4.23099 10.3888 4.37028 10.1723L9.8549 1.46548C9.95937 1.29579 10 1.16706 10 1.03248C10 0.710649 9.79106 0.5 9.47185 0.5C9.2397 0.5 9.11201 0.576068 8.97272 0.79842L3.76088 9.17174L1.0563 5.6024C0.911201 5.3976 0.766106 5.31568 0.557168 5.31568C0.226349 5.31568 0 5.54389 0 5.86571C0 6.00029 0.0580383 6.15243 0.168311 6.29286L3.1805 10.1606C3.35461 10.3888 3.53453 10.5 3.7841 10.5Z' fill='%23FEFEFE'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}
.MODELS-item input:checked + label:before{
    transform: scale(1);
}
#form_dropdown_CITY {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    color: rgb(102, 102, 102);
    border: 1px solid rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 17px;
    font-weight: 400;
    height: 54px;
    padding: 0 45px 0 20px;
}
.row_CITY:after {
    border-color: #000 transparent transparent;
      border-top-color: rgb(0, 0, 0);
    border-style: solid;
    border-width: 6px 5px 0;
    bottom: 0;
    content: " ";
    height: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: 0;
}
.row_NAME input,
.row_PHONE input{
    color: rgb(102, 102, 102);
    border: 1px solid rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 17px;
    font-weight: 400;
    height: 54px;
    padding: 0 45px 0 20px;
}
.row_COMMENT textarea {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 17px;
    font-weight: 400;
    height: 85px;
    padding: 0 45px 0 20px;
    padding-top: 10px;
    vertical-align: bottom;
    resize: none;
}
.-policy label{
    color: rgb(102, 102, 102);
}

@media (max-width: 1199px){
    .form_subscribe form {
        max-width: 80%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px){
    .form_subscribe form {
        max-width: 85%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .row_MODELS{
        flex-wrap: wrap;
    }
    .row_NAME, .row_PHONE{
        max-width: 100%;
    }
    .form__row.-policy{
        display: flex;
        align-items: flex-start;
    }
    .policy__checkbox{
        margin-top: 5px;
        margin-right: 10px;
    }
    .-policy label {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/tenet/components/bitrix/form.result.new/subscribe/style.css?17733087764026 */
