

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1721111641666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/smileking_dev_v2/components/bitrix/news.list/contacts/style.css?177686642421430*/
.contacts {}

.contacts .contacts-map {
    display: block;
    height: 460px;
}

.contacts .contacts-contact-wrap {
    overflow: visible;
}

.contacts .contacts-contact {
    display: block;
    position: relative;
    min-height: 126px;
    background: #fff;
    -webkit-box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 35px 0 rgba(0, 0, 0, 0.2);
}

.contacts .contacts-contact.contacts-contact-with-map {
    margin-top: -63px;
    overflow: hidden;
}

.contacts .scrollbar-outer .intec-ui.intec-ui-control-tabs {
    min-width: 100%;
    flex-wrap: nowrap;
    margin: 0;
}
.contacts .scrollbar-outer .intec-ui.intec-ui-control-tabs .intec-ui-part-tab{
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}
.contacts .scrollbar-outer > .scroll-element.scroll-x {
    bottom: 2px;
    height: 2px;
    left: 0;
    width: 100%;
}
.scrollbar-outer + .intec-ui-control-tabs-content {
    margin-top: 20px;
}

.contacts .contacts-contact .contacts-contact-with-map-wrapper {
    min-height: 126px;
    padding: 12px 24px;
    overflow: hidden;
}

.contacts .contacts-contact .contacts-contact-wrapper {
    min-height: 102px;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    font-size: 0;
    height: 100%;
    padding: 12px 0;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon {
    width: 36px;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    font-weight: normal;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #2c2c2c;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value {
    color: #333;
    text-decoration: none;
}

.contacts .contacts-title {
    font-size: 28px;
    font-weight: 900;
}

.contacts .contacts-description {
    font-size: 16px;
    line-height: 25px;
    color: #6a6a6c;
    margin-top: 20px;
}

.contacts .contacts-shops {
    display: block;
    margin-top: 75px;
}

.contacts .contacts-shops .contacts-shops-list {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}


.contacts .contacts-shops .contacts-shop .contacts-shop-wrapper {
    position: relative;
}

.contacts .contacts-shops .contacts-shop .contacts-image {
    display: block;
    position: relative;
    padding: 6px;
    width: 130px;
    height: 130px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.4s;
}
.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper:hover,
.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper:focus,
.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper:active {
    opacity: 0.7;
}
.contacts .contacts-shops .contacts-shop .contacts-information {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #2a2a2a;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-address {
    display: block;
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-phone {
    color: inherit;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-email {
    color: #1169fe;
    text-decoration: none;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map:hover {
    color: #686991;
    border-color: #686991;
}

.contacts .contacts-offices {
    display: block;
    margin-top: 75px;
}

.contacts .contacts-offices .contacts-sections {}

.contacts .contacts-offices .contacts-sections .contacts-section {
    margin-top: 50px;
}

.contacts .contacts-offices .contacts-sections .contacts-section .contacts-section-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #2a2a2a;
}

.contacts .contacts-offices .contacts-offices-list {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}

.contacts .contacts-offices .contacts-offices-list .contacts-offices-list-wrapper {
    display: block;
    margin: -10px;
}

.contacts .contacts-offices .contacts-office {
    display: block;
    position: relative;
    padding: 10px;
}

.contacts .contacts-offices .contacts-office .contacts-office-wrapper {
    display: block;
    position: relative;
    border: 1px solid #e6e7e9;
}

.contacts .contacts-offices .contacts-office .contacts-image {
    display: block;
    width: 220px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.4s;
}
.contacts .contacts-offices .contacts-office .contacts-image:hover,
.contacts .contacts-offices .contacts-office .contacts-image:focus,
.contacts .contacts-offices .contacts-office .contacts-image:active {
    opacity: 0.7;
}

.contacts .contacts-offices .contacts-office .contacts-information {
    display: block;
    position: relative;
    padding: 30px 20px 30px 50px;
}

.contacts .contacts-offices .contacts-office .contacts-information-section {
    display: block;
    position: relative;
    min-width: 210px;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
    display: flex;
    margin-bottom: 15px;
    font-size: 0;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .icon-contacts {
    font-size: 16px;
    padding-right: 6px;
    vertical-align: middle;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-text {
    font-size: 13px;
    line-height: 14px;
    color: #6a696e;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content {
    font-size: 13px;
    line-height: 21px;
    color: #313439;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a {
    text-decoration: none;
    color: #313439;
}

.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address .contacts-information-content {
    font-size: 16px;
    font-weight: 500;
}

.contacts .contacts-offices .contacts-office .contacts-information-on-map {
    display: inline-block;
    margin-top: 30px;
    margin-right: 30px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}

.contacts .contacts-offices .contacts-office .contacts-information-on-map:hover {
    color: #686991;
    border-color: #686991;
}

.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #2d7cfb;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a:hover {
    color: #2d7cfb;
}

.contacts .contacts-form-wrap {
    margin-top: 60px;
}

.intec-content-right .contacts .contacts-contact {
    height: 190px;
}

.intec-content-right .contacts .contacts-contact .contacts-contact-parameter {
    width: 50%;
    height: 50%;
}

.contacts .contacts-map .ymaps-controls-lefttop > ymaps {
    left: 50%!important;
    right: auto!important;
    top: 20px!important;
    bottom: auto!important;
    border-radius: 32px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    background: #fff;
    margin-left: -88px;
}

.contacts .contacts-map .ymaps-b-zoom {
    width: 80px;
    height: 36px;
    padding: 6px 10px;
}

.contacts .contacts-map .ymaps-b-zoom:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #f5f5f5;
}

.contacts .contacts-map .ymaps-b-zoom__scale {
    display: none;
}

.contacts .contacts-map .ymaps-b-zoom__button {
    display: inline-block;
    height: 26px;
    width: 30px;
    opacity: 0.6;
}

.contacts .contacts-map .ymaps-b-zoom__button:hover {
    opacity: 1;
}

.contacts .contacts-map .ymaps-b-form-button__content {
    background-image: none;
}

.contacts .contacts-map .ymaps-b-form-button {
    background-image: none;
    overflow: visible;
}

.contacts .contacts-map .ymaps-b-form-button__left {
    background-image: none;
}

.contacts .contacts-map .ymaps-b-zoom__button_type_minus {
    background-image: none;
    text-align: center;
}

.contacts .contacts-map .ymaps-b-zoom__button_type_plus {
    background-image: none;
    text-align: center;
}

.contacts .contacts-map .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
    width: 100%;
    height: 100%;
    background-image: url('/bitrix/templates/smileking_dev_v2/components/bitrix/news.list/contacts/svg/minus.svg');
    left: 0;
    background-position: -6px -3px;
}

.contacts .contacts-map .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
    width: 100%;
    height: 100%;
    background-image: url('/bitrix/templates/smileking_dev_v2/components/bitrix/news.list/contacts/svg/plus.svg');
    left: 0;
    top: 0;
    background-position: -1px -3px;
}

.contacts .contacts-map .ymaps-controls-righttop {
    bottom: auto;
    top: 0;
}

.contacts .contacts-map .ymaps-controls-righttop > ymaps {
    top: 20px!important;
    bottom: auto!important;
    right: auto!important;
    left: 50%;
    margin-left: 2px;
}

.contacts .contacts-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    padding: 3px 0 3px 25px;
    position: relative;
}

.contacts .contacts-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 25px;
    height: 25px;
    background-image: url('/bitrix/templates/smileking_dev_v2/components/bitrix/news.list/contacts/svg/shema.svg');
}

.contacts .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
    position: absolute;
    left: 3px;
    bottom: auto;
    margin-top: 3px;
    top: 100%;
}

.contacts .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
    display: none;
}

.contacts .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    padding: 5px;
}

@media (max-width:1000px) {
    .contacts .contacts-offices .contacts-office .contacts-image {
        display:none;
    }

    .contacts .contacts-contact {
        height:auto;
        overflow:hidden;
    }

    .contacts .contacts-offices .contacts-office .contacts-information {
        padding: 20px;
    }
}
@media (max-width: 800px) {
    .contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
        display: inline-block;
        position: static;
        margin-top: 10px;
    }
    .contacts .contacts-shops .contacts-shop .contacts-information .contacts-address {
        margin-bottom: 10px;
    }
    .contacts .contacts-shops .contacts-shop .contacts-information .contacts-email {
        margin-top: 10px;
        display: block;
    }
    .contacts .contacts-shops .contacts-shop .contacts-image {
        width: 100%;
        height: 150px;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 720px) {
    .scrollbar-outer + .intec-ui-control-tabs-content {
        margin-top: 24px;
    }
}
@media (max-width:700px) {
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-information-content {
        margin:0;
    }

    .contacts-form .contacts-form-fields .contacts-form-field {
        width:100%!important;
    }

    .contacts .contacts-offices .contacts-office .contacts-information-on-map {
        margin: 0 20px 20px 20px;
    }
}

.contacts {
    padding: 6px 0 8px;
    display: grid;
    gap: 10px;
}

.contacts > .intec-content {
    width: min(calc(100% - 32px), calc(var(--skv2-shell) * 1.1));
    margin: 0 auto;
}

.contacts .contacts-map {
    display: none;
}

.contacts .contacts-contact.contacts-contact-with-map {
    margin-top: 0;
}

.contacts .contacts-contact {
    min-height: 0;
    border-radius: 28px;
    border: 1px solid rgba(124, 94, 67, 0.14);
    background: rgba(255, 251, 245, 0.94);
    box-shadow: 0 22px 48px rgba(67, 44, 24, 0.08);
}

.contacts .contacts-contact .contacts-contact-with-map-wrapper {
    padding: 18px 22px;
}

.contacts .contacts-contact .contacts-contact-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    min-height: 0;
    align-items: start;
}

.contacts .contacts-contact .contacts-contact-parameter {
    width: auto !important;
    min-width: 0;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    display: flex;
    align-items: flex-start !important;
    height: 100%;
    padding: 16px 18px;
    border-radius: 22px;
    background: #fffdf8;
    border: 1px solid rgba(124, 94, 67, 0.10);
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon {
    width: 42px;
    flex: 0 0 42px;
    opacity: 0.84;
}

.contacts .contacts-contact .contacts-contact-parameter .intec-grid-item {
    min-width: 0;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    margin-bottom: 8px;
    color: #8c795f;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
    color: #2f3c45;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value {
    color: #8a4e1c;
    font-weight: 700;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value-part + .contacts-contact-value-part {
    margin-top: 2px;
}

.contacts .contacts-form-wrap {
    margin-top: 34px;
    padding: 28px 32px 32px;
    border-radius: 28px;
    border: 1px solid rgba(124, 94, 67, 0.14);
    background: rgba(255, 251, 245, 0.94);
    box-shadow: 0 22px 48px rgba(67, 44, 24, 0.08);
}

.contacts .contacts-map .ymaps-controls-lefttop > ymaps,
.contacts .contacts-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
    box-shadow: 0 12px 28px rgba(67, 44, 24, 0.12);
}

@media (max-width: 1000px) {
    .contacts .contacts-contact.contacts-contact-with-map {
        margin-top: 22px;
    }

    .contacts .contacts-contact .contacts-contact-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .contacts > .intec-content {
        width: min(calc(100% - 24px), calc(var(--skv2-shell) * 1.1));
    }

    .contacts .contacts-contact,
    .contacts .contacts-form-wrap {
        border-radius: 24px;
    }

    .contacts .contacts-contact .contacts-contact-with-map-wrapper {
        padding: 16px;
    }

    .contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
        padding: 14px 16px;
        border-radius: 18px;
    }

    .contacts .contacts-form-wrap {
        margin-top: 24px;
        padding: 22px 18px 24px;
    }
}

/* smileking v2 palette overrides */
.contacts {
    color: #214457;
}

.contacts .contacts-title {
    color: #28556e;
}

.contacts .contacts-description {
    color: #698494;
}

.contacts .contacts-map {
    display: none;
}

.contacts .contacts-contact {
    border: 1px solid #cfe1ea;
    background: rgba(248, 253, 255, 0.94);
    box-shadow: 0 22px 48px rgba(64, 124, 154, 0.12);
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(184, 214, 229, 0.92);
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    color: #6b8a9a;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    color: #214457;
}

.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value {
    color: #2b7da7;
}

.contacts .contacts-shops,
.contacts .contacts-offices {
    margin-top: 56px;
}

.contacts .contacts-offices .contacts-sections .contacts-section .contacts-section-title,
.contacts .contacts-shops .contacts-shop .contacts-information,
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content,
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a {
    color: #214457;
}

.contacts .contacts-offices .contacts-office .contacts-office-wrapper {
    border: 1px solid #cfe1ea;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(248, 253, 255, 0.94);
    box-shadow: 0 22px 48px rgba(64, 124, 154, 0.10);
}

.contacts .contacts-shops .contacts-shop .contacts-image {
    background: rgba(232, 246, 253, 0.92);
    border: 1px solid rgba(184, 214, 229, 0.92);
    border-radius: 24px;
}

.contacts .contacts-offices .contacts-office .contacts-information {
    padding: 30px 24px 30px 32px;
}

.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-text {
    color: #6b8a9a;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-email,
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map,
.contacts .contacts-offices .contacts-office .contacts-information-on-map,
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a {
    color: #2b7da7;
}

.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map:hover,
.contacts .contacts-offices .contacts-office .contacts-information-on-map:hover,
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a:hover {
    color: #45bed4;
    border-color: #45bed4;
}

.contacts .contacts-form-wrap {
    border: 1px solid #cfe1ea;
    background: rgba(248, 253, 255, 0.94);
    box-shadow: 0 22px 48px rgba(64, 124, 154, 0.12);
}

.contacts .contacts-map .ymaps-controls-lefttop > ymaps,
.contacts .contacts-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
    box-shadow: 0 12px 28px rgba(64, 124, 154, 0.18);
    background: rgba(255, 255, 255, 0.96);
}

.contacts .contacts-map .ymaps-b-zoom:before {
    background-color: #d8ebf4;
}

.contacts .contacts-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
    box-shadow: 0 12px 28px rgba(64, 124, 154, 0.18);
}

/* End */


/* Start:/bitrix/components/bitrix/map.google.system/templates/.default/style.css?172111164130*/
.bx-google-map {color: black;}
/* End */


/* Start:/bitrix/templates/smileking_dev_v2/components/bitrix/form.result.new/contacts/style.css?17773628155187*/
.ns-bitrix.c-form-result-new.c-form-result-new-contacts {
  display: block;
  overflow: hidden;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-header {
  font-size: 30px;
  line-height: 30px;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 25px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-fields {
  display: block;
  margin: -10px -7px !important;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 7px;
  margin: 0;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-textarea {
  float: right;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-textarea textarea {
  height: 204px;
  resize: none;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-title {
  color: #969696;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-footer {
  margin-top: 10px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts [type=submit][disabled] {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  cursor: not-allowed;
}
@media all and (max-width: 720px) {
  .ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
    width: 100%;
    float: none;
  }
}

/*# sourceMappingURL=style.css.map */

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-header {
  font-size: 36px;
  line-height: 1.1;
  color: #28556e;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-stack {
  width: min(100%, 440px);
  margin: 0 auto;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-fields {
  display: grid;
  grid-template-columns: minmax(280px, 440px);
  gap: 16px;
  width: 100%;
  margin: 0 !important;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
  display: block;
  width: auto;
  float: none;
  padding: 0;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-content {
  display: block;
  width: 100%;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-title {
  color: #6b8a9a;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-footer {
  margin-top: 18px;
  width: 100%;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-footer .intec-grid {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .intec-ui.intec-ui-control-input {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(184, 214, 229, 0.92);
  background: rgba(255, 255, 255, 0.94);
  min-height: 56px;
  padding: 16px 18px;
  box-shadow: none;
  color: #214457;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts textarea.intec-ui.intec-ui-control-input {
  padding-top: 16px;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .startshop-form-result-new-captcha {
  width: 100%;
  display: grid;
  gap: 8px;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .startshop-form-result-new-captcha-image {
  justify-self: start;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .startshop-form-result-new-captcha-input,
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .startshop-form-result-new-captcha-input input {
  width: 100%;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-error,
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-note {
  padding: 16px 18px;
  border-radius: 18px;
  margin-bottom: 18px;
  background: rgba(232, 246, 253, 0.82);
  border: 1px solid rgba(184, 214, 229, 0.92);
  color: #214457;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .intec-ui.intec-ui-control-checkbox .intec-ui-part-content {
  color: #698494;
  line-height: 1.5;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .intec-ui.control-button,
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .intec-ui.intec-ui-control-button {
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  background: #2b7da7;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ns-bitrix.c-form-result-new.c-form-result-new-contacts .intec-ui.control-button:hover,
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .intec-ui.intec-ui-control-button:hover {
  background: #45bed4;
}

@media all and (max-width: 720px) {
  .ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-header {
    font-size: 30px;
  }

  .ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-footer .intec-grid {
    justify-content: stretch;
  }
}

/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1721111641666 */
/* /bitrix/templates/smileking_dev_v2/components/bitrix/news.list/contacts/style.css?177686642421430 */
/* /bitrix/components/bitrix/map.google.system/templates/.default/style.css?172111164130 */
/* /bitrix/templates/smileking_dev_v2/components/bitrix/form.result.new/contacts/style.css?17773628155187 */
