

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/contacts_main/style.css?17809149106399*/
    .block-info-store{
        display:none;
    }
    .active{
        display: inline;
    }
        #contacts{
        background: #FFFFFF;
    }
    .blocks-info-store{
        display: flex;
    }
    .name-city{
        color: #1241CE;
        font-size: 32px;
        font-weight: bold;
        margin: 0 0 0 10px;
        padding-top: 5px;
    }
    .block-info-store{
        width: 25%;
        height: 100%;
        background: #F7F7F7;
        margin: 0 0 0 10px;
        font-size: 14px;
        line-height: 100%;
        min-height: 259px;
    }
    .icon-store{
        margin: 25px 15px 0;
    }
    .name-block-info-store{
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 10px 0;
    }
    .title-subparagraph{
        font-size: 12px;
        line-height: 12.5px; 
        color: #99A1AF;
        margin: 10px 0;
    }
    .list-phone p{
        margin: 10px 0;
    }
    .main-block-store{
        padding-left: 15px;
    }
    .checkbox-address{
        display: flex;
        align-items: center;
        padding: 3px 0;
        gap: 10px;
    }
    .checkbox-address input{
        width: 20px;
        height: 20px
    }
    .tab-city{
        border: 10px;
        padding-bottom: 15px;
        border-bottom: 2px solid #F7F7F7;
        margin: 0 0 0 10px;
    }
    .tab-city a{
        color:#000000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 15px 25px;
        font-size: 10px
    }
    .tab-city .active{
        border-bottom: 5px solid #1241CE;
    }
    /* Таблица Реквизиты */
    .company-details{
        margin: 0 0 0 10px;
    }
    .tables {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
    }

    td {
        border: 1px solid #e5e5e5;
        padding: 22px 18px;
        font-size: 15px;
        vertical-align: middle;
    }

    td.label {
        width: 42%;
        font-weight: 600;
        text-transform: uppercase;
        color: #444;
        background: #fafafa;
        font-size: 10px;
    }

    td.value {
        color: #333;
        font-size: 14px
    }
    .map{
        padding-top: 20px;
    }      
    .tab-city-mobil{
        display:none
    }
    .city-select__wrapper {
      position: relative;
    }

    .city-select__input {
      width: 90%;
      padding: 24px 44px 24px 16px;
      font-size: 16px;
      border-radius: 10px;
      border: none;
      background: #f1f2f4;
      appearance: none;
      -webkit-appearance: none;
      outline: none;
      color: #0f172a;
    }

    /* стрелка */
    .city-select__arrow {
      position: absolute;
      right: 48px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-right: 2px solid #0f172a;
      border-bottom: 2px solid #0f172a;
      transform: translateY(-50%) rotate(45deg);
      pointer-events: none;
    }


    @media (max-width: 900px) {
        .blocks-info-store{
            flex-wrap: wrap;
            justify-content: center;
        }
        .block-info-store{
            width: 45%;
            margin: 10px;
        }
        .tables {
            grid-template-columns: 1fr;
        }
    }   
    @media (max-width: 730px){
        .tab-city-mobil{
            display:block;
            padding: 10px 10px;
        }
        .tab-city{
            display:none;
        }
    }
    @media (max-width: 480px){
        .block-info-store{
            width: 100%;
        }
        .map{
            height: 450px;
        }
    }
    @media (max-width: 450px){
        .tab-city-mobil{
            padding: 10px 30px 10px 10px;
        }
        .name-city{
            font-size: 24px;
        }
    }
.form-write-contacts{
        background-color: #F7F7F7;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    .contact-section{
        margin: 60px auto;
        max-width: 1440px;
    }

    .contact-title {
        text-align: center;
        font-size: 46px;
        font-weight: 700;
        padding-top: 90px;
        margin-bottom: 50px;
        color: #111;
    }

    .contact-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-bottom: 24px;
    }

    .form-group {
        display: flex;
        flex-direction: column;
    }

    .form-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #111;
    }

    .required {
        color: #ff6b00;
    }

    .form-input,
    .form-textarea {
        border: 1px solid #e5e5e5;
        background: #fafafa;
        padding: 14px 16px;
        font-size: 14px;
        outline: none;
        transition: 0.2s;
    }

    .form-input:focus,
    .form-textarea:focus {
        border-color: #1e88ff;
        background: #fff;
    }

    .form-textarea {
        min-height: 180px;
        resize: vertical;
    }

    .checkbox-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 18px;
        margin-bottom: 34px;
    }

    .checkbox-wrap input {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .checkbox-text {
        font-size: 12px;
        color: #666;
    }

    .checkbox-text a {
        color: #3d5afe;
        text-decoration: none;
    }

    .submit-wrap {
        display: flex;
        justify-content: center;
    }

    .submit-btn {
        min-width: 340px;
        height: 52px;
        border: none;
        border-radius: 4px;
        background: #1f4ed8;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.2s;
    }

    .submit-btn:hover {
        opacity: 0.9;
    }
    .contacts_form_btn_wrap{
        padding-bottom: 100px;
    }                

    @media (max-width: 1400px) {
        .contact-section{

            max-width: 1000px;
        }
    }
    @media (max-width: 1000px) {
        .contact-row {
            grid-template-columns: 1fr;
        }

        .contact-title {
            font-size: 34px;
        }

        .submit-btn {
            width: 100%;
            min-width: auto;
        }

        .contact-section {
            padding: 40px 20px;
        }
    }
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/contacts_main/style.css?17809149106399 */
