.header-contacts {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.header-contacts__btn a {
    width: 180px;
    height: 38px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin: 0 !important;
}
.header-contacts__btn a:last-of-type {
    background: #2A5082;
}
.header-contacts__soc {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.header-contacts__item,
.header-contacts__btn {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    justify-content: center;
}
.header-contacts__city,
.header-contacts__item .header-contacts__hours {
    font-size: 15px;
    margin: 0;
}
.header-contacts__city {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-contacts__email,
.header-contacts__item .header__phone__desktop {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #000000;
}
.header-contacts__email:hover,
.header-contacts__item .header__phone__desktop:hover {
    text-decoration: underline;
    color: #000000;
}
header.header .header-top .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 74px;
}
header.header .logo img {
    margin: 0;
}
header.header .header-top>.container {
    height: 100%;
}
.header-contacts__svg {
    background: #EE3F46;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.header-contacts__btn a:last-of-type:hover {
    background: #1f3a5e;
}
.header-contacts__city>span:last-of-type>span {
    font-weight: 600;
}
header.header .header-top .header-contacts__hours {
    text-align: right;
}
.header-contacts__soc .messenger {
    height: 30px;
    width: 30px;
}
.with-drop-nav .js-drop-nav svg {
    width: 10px;
    height: auto;
    position: relative;
    top: -2px;
}
.with-drop-nav .js-drop-nav svg path {
    fill: #000;
}
.with-drop-nav .js-drop-nav:hover svg path {
    fill: #1486c7;
}
.with-drop-nav.show .js-drop-nav svg {
    rotate: 180deg;
}
/*popup-form*/
.fancybox-wrap.new-template {
    width: 100% !important;
    height: auto !important;
    max-width: 800px;
}
.fancybox-wrap.new-template .fancybox-skin {
    padding: 65px 20px !important;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.fancybox-wrap.new-template .fancybox-h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35.41px;
    margin-bottom: 20px;
}
.fancybox-wrap.new-template .fancybox-body {
    width: 100%;
    max-width: 315px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 10px auto 0;
}
.fancybox-wrap.new-template .fancybox-inner {
    margin: 0 auto;
}
.fancybox-wrap.new-template .fancybox-body>.form-group {
    margin: 0;
    position: relative;
}
.fancybox-wrap.new-template .fancybox-body>.form-group .form-control {
    border: 1px solid #7E7F80;
    border-radius: 5px;
    height: 45px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.52px;
    padding: 0 20px;
    font-family: TTNorms-Medium;
}
.fancybox-wrap.new-template .fancybox-body>.form-group select.form-control {
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.fancybox-wrap.new-template .fancybox-body>.form-group select.form-control::-ms-expand {
    display: none;
}
.fancybox-wrap.new-template .fancybox-body>.form-group.select {
    position: relative;
}
/*.fancybox-wrap.new-template .fancybox-body>.form-group.select::before {
    content: "";
    padding-right: 1.2em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/domtik/images/Vector.svg);
    position: absolute;
    width: 11px;
    height: 6px;
    display: flex;
    z-index: 1;
    top: 50%;
    translate: 0 -2px;
    left: 136px;
}*/
.fancybox-wrap.new-template .fancybox-body>.form-group select:not([multiple]) {
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) 50%;
    background-image: url(/local/templates/domtik/images/Vector.svg);
}
.fancybox-wrap.new-template input[name="web_form_submit"] {
    background: #EE3F46;
    width: 100%;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.52px;
    cursor: pointer;
}
.fancybox-wrap.new-template .form-group.agreement {
    display: flex;
    column-gap: 13px;
    align-items: flex-start;
}
.fancybox-wrap.new-template .form-group.agreement input {
    margin: 2px 0 0;
}
.fancybox-wrap.new-template .form-group.agreement p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #00000066;
    margin: 0;
}
.fancybox-wrap.new-template .fancybox-close {
    top: 35px;
    right: 35px;
    box-shadow: none;
    background: url(/local/templates/domtik/images/close_f.svg) no-repeat;
    width: 22px;
    height: 22px;
}
.fancybox-wrap.new-template .fancybox-body>.form-group .label-error {
    position: absolute;
    /* right: -50px; */
    top: 50%;
	right: auto;
    left: calc(100% + 10px);
    color: #FF0909B2;
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    z-index: 1;
    translate: 0 -50%;
}
.label-error {
    display: none;
}
.fancybox-wrap.new-template .fancybox-body>.form-group .form-control.error {
    border-color: #EE3F46;
}
.fancybox-wrap.new-template .fancybox-body>.form-group .form-control.error+.label-error,
.fancybox-wrap.new-template .form-group.agreement.error .label-error {
    display: block;
}
.fancybox-wrap.new-template .fancybox-inner {
    overflow: initial !important;
}
.fancybox-wrap.new-template .fancybox-inner,
.fancybox-wrap.new-template .fancybox-inner .window-open {
    width: 100% !important;
}
.fancybox-wrap.new-template .fancybox-span {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.32px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.fancybox-wrap.new-template .messengers-wrap {
    margin-top: 6px;
}
.fancybox-wrap.new-template.success .fancybox-body {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0;
    max-width: 100%;
}
.fancybox-wrap.new-template.success .window-open-cont>img {
    margin: 40px auto 0;
    display: block;
}

.footer-city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    gap: 20px;
}
.p-menu__linkblock {
 font-size: 13px;
 line-height: 39px;
 color: #ffffff;
 font-weight: 500;
 width: 165px;
 height: 39px;
 border-radius: 3px;
 background-color: #1486c7;
 text-align: center;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 text-transform: uppercase;
}
.footer-right .footer_disable {
	display: none;
}
.wrapper-city {
 position: absolute;
 width: -webkit-max-content;
 width: -moz-max-content;
 width: max-content;
 min-width: 320px;
 height: 405px;
 bottom: 100%;
 z-index: 100;
 display: none;
}

.wrapper-city>div {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
 height: 100%;
 -webkit-box-pack: left;
     -ms-flex-pack: left;
         justify-content: left;
 -webkit-box-align: baseline;
     -ms-flex-align: baseline;
         align-items: baseline;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 padding: 30px;
 gap: 5px;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 background-color: #ffffff;
 -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.p-menu__linkblock {
 cursor: pointer;
 position: relative;
}
.p-ref {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-menu__linkblock .p-ref::before {
 display: block;
 position: absolute;
 top: -4px;
 -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
         transform: translateY(-50%);
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 margin-right: -1px;
 left: 50%;
 right: auto;
 border-bottom: none;
 border-top: 8px solid #fff;
}

.p-menu__linkblock.open .p-ref::before {
 content: "";
}
.p-menu__linkblock .icon-bar {
	display: block;
	width: 27px;
	height: 2px;
	border-radius: 0;
	background-color: #fff
}

.p-menu__linkblock .icon-bar:nth-child(2) {
	margin: 6px 0
}
.wrapper-city a {
 font-size: 13px;
 line-height: 35px;
 color: #151515;
 font-weight: 400;
 display: block;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 text-transform: none;
 margin-right: 10px;
}

.wrapper-city a:hover {
 color: #3394E4
}

.p-menu__linkblock.open .wrapper-city {
	display: block;
    bottom: 47px;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}


@media (min-width: 992px) {
    header.header .header-top>.container>.header__phone,
    header.header .header-top>.container>.header__hours__mobile {
        display: none;
    }
}

@media (max-width: 1199px) {
    header .nav-menu__top li {
        margin: 0 40px 0 0;
    }
    header.header .header-top .logo {
        margin-right: 30px;
    }
    header.header .header-top .logo img {
        width: 160px;
    }
    .header-contacts__email,
    .header-contacts__item .header__phone__desktop {
        font-size: 16px;
    }
    .header-contacts__soc {
        flex-direction: column;
    }
    .header-contacts__city, .header-contacts__item .header-contacts__hours {
        font-size: 14px;
    }
	.footer-city {
		flex-wrap: unset;
		flex-direction: row;
		align-items: center;
	}
	.footer-city .p-ref {
		column-gap: 10px;
	}
}

@media (max-width: 991px) {
	.p-menu__linkblock {
		margin: 15px auto;
	}
	.footer-city {
		flex-wrap: wrap;
		flex-direction: column;
	}
    .header-contacts,
    header.header .header-top .logo {
        display: none;
    }
    header.header .header-top>.container>.header__hours__mobile {
        height: 65px;
        display: block;
        margin: 0;
        position: static;
        flex: auto;
        border: 0;
        background: #fff;
        padding: 12px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: TTNorms-Medium;
    }
    header.header .header-top>.container {
        display: flex;
        justify-content: space-between;
    }
    header.header .header-top>.container>.header__hours__mobile>span:first-of-type {
        font-size: 16px;
        font-weight: 600;
    }
    header.header .header-top>.container>.header__hours__mobile>span:last-of-type {
        font-size: 14px;
        font-weight: 400;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg {
        height: 65px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts.mob-menu,
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .logo {
        display: block;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .logo {
        max-width: 200px;
        height: auto;
        margin: 0 0 20px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .logo img {
        width: 100%;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg>.navbar-collapse-menu {
        padding: 35px;
        width: 100vw;
        left: calc((720px - 100vw) / 2);
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .navbar-toggler-close .icon-bar {
        background-color: #999999;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .navbar-toggler-close {
        padding: 0;
        width: 34px;
        height: 45px;
        top: 20px;
        right: 30px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .navbar-nav > li > a {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #000000;
        font-family: TTNorms-Medium;
        display: block;
        padding: 8px 0;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;
        border-bottom: 2px solid #E9EAEB;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts.mob-menu {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        justify-content: flex-start;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts.mob-menu .header-contacts__btn {
        align-items: center;
        row-gap: 15px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts.mob-menu .header-contacts__btn a {
        width: 220px;
        height: 42px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts__hours {
        text-align: left;
        padding-left: 40px;
        font-size: 15px;
        line-height: 19px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header__phone__desktop {
        font-size: 18px;
        line-height: 30px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts__city {
        align-items: flex-start;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts__city>span:last-of-type {
        display: block;
        line-height: 24px;
        font-size: 18px;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts__email {
        font-size: 18px;
        text-decoration: underline;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts__soc {
        flex-direction: row;
    }
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg .header-contacts__soc svg {
        height: 40px;
        width: auto;
    }
    .fancybox-wrap.new-template {
        width: 390px !important;
        height: auto !important;
        max-width: 90%;
    }
    .fancybox-wrap.new-template .fancybox-span {
        font-size: 18px;
        max-width: 250px;
        margin: 0 auto 30px;
    }
    .fancybox-wrap.new-template .fancybox-body>.form-group .form-control.error+.label-error {
        display: none;
    }
    .fancybox-wrap.new-template .form-group.agreement.error .label-error {
        right: auto;
        top: -9px;
        left: 0;
    }
    .fancybox-wrap.new-template .fancybox-close {
        top: 20px;
        right: 20px;
    }
    .fancybox-wrap.new-template.success .fancybox-body {
        font-size: 18px;
        line-height: 26px;
    }
    .fancybox-wrap.new-template.success .window-open-cont>img {
        width: 99px;
        height: auto;
    }
}
@media (max-width: 767px) {
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg>.navbar-collapse-menu {
        left: calc((540px - 100vw) / 2);
    }
    h2 {
        font-size: 26px;
    }
}
@media (max-width: 600px) {
    header.header .header-top>.container> .header-top__buttons .header__phone {
        display: block;
    }
}
@media (max-width: 575px) {
    header.header .header-top>.container>.header-top__buttons .navbar-expand-lg>.navbar-collapse-menu {
        left: 0;
    }
}
.nav-menu__desktop .with-drop-nav:hover ul.drop-nav-list {
    display: block;
    z-index: 5;
}

.with-drop-nav svg {
    position: absolute;
    right: -12px;
    top: 0;
    height: 41px;
    width: 41px;
}
/*карта футер*/
.footer-map {
    margin-top: 100px;
}
.footer-map>h2 {
    margin-bottom: 50px;
}
.footer-map>div {
    display: flex;
    column-gap: 50px;
    background: #F2F7FB;
    padding-top: 55px;
    padding-left: calc((100% - 1280px) / 2);
}
.foter-map__info {
    flex: 0 0 540px;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.footer-map #map {
    flex: auto;
    height: 650px;
    position: relative;
    top: -135px;
    left: -1px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}
.footer-map #map>ymaps {
    max-width: 100%;
}
.foter-map__item {
    display: flex;
    column-gap: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: TTNorms-Regular;
    color: #000;
}
.foter-map__item>span:first-child {
    flex: 0 0 30px;
}
.foter-map__worktime {
    font-size: 18px;
    display: block;
    margin-top: 20px;
    color: #3A3A3A;
}
a.foter-map__item {
    font-size: 18px;
    font-weight: 500;
    font-family: TTNorms-Medium;
    align-items: center;
}
a.foter-map__item:hover {
    text-decoration: underline;
    color: #000;
}
.foter-map__info .messengers-wrap {
    justify-content: flex-start;
    margin-top: 0;
    gap: 20px;
}
.footer-map__form .fancybox-h3 {
    font-family: TTNorms-Medium;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #181C23;
    margin-bottom: 30px;
}
.footer-map__form .form-group__wrapp {
    display: flex;
    column-gap: 20px;
}
.footer-map__form .form-group {
    margin: 0;
    flex: auto;
}
.footer-map__form .form-group .form-control {
    height: 46px;
    border-radius: 20px;
    border: 0;
    font-family: TT Norms;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.88px;
    font-family: TTNorms-Regular;
    padding: 0 25px;
    border: 1px solid transparent;
}
.footer-map__form .form-group .form-control.error {
    border-color: red;
}
.footer-map__submit {
    margin: 25px 0 30px;
}
.footer-map__submit input {
    background: #EE3F46;
    width: 100%;
    max-width: 260px;
    height: 46px;
    border-radius: 20px;
    font-family: TTNorms-Medium;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    padding: 0;
}
.footer-map__form .form-group.agreement {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    padding-left: 5px;
}
.footer-map__form .form-group.agreement>p,
.footer-map__form .form-group.agreement a {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #7E8081;
    font-family: TTNorms-Regular;
    margin: 0;
}
.footer-map__form .form-group.agreement a {
    text-decoration: underline;
}
.footer-map__form .form-group.agreement>input {
    margin: 0;
}
.footer-map__form .form-group.agreement.error .label-error {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 12px;
    color: red;
    font-family: TTNorms-Regular;
}

@media (max-width: 1399px) {
    .footer-map>div {
        padding-left: calc((100% - 1110px) / 2);
    }
}
@media (max-width: 1199px) {
    .footer-map>div {
        padding-left: calc((100% - 930px) / 2);
    }
    .footer-map__form .form-group__wrapp {
        flex-direction: column;
        row-gap: 20px;
    }
    .foter-map__info {
        flex: 0 0 340px;
    }
    .footer-map__submit input {
        max-width: 340px;
    }
    .footer-map #map {
        height: 770px;
    }
}
@media (max-width: 991px) {
    .foter-map__info {
        display: contents;
    }
    .footer-map>div {
        flex-direction: column;
        row-gap: 33px;
        padding-left: 0;
        padding-top: 40px;
    }
    .foter-map__info>* {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
        margin: 0 auto;
        width: 100%;
    }
    .footer-map>div>* {
        order: 0;
    }
    .foter-map__info>div:last-of-type {
        order: 1;
    }
    .footer-map #map {
        top: auto;
        left: auto;
        border-radius: 0;
        height: 430px;
    }
    .footer-map>h2 {
        margin-bottom: 0;
    }
    .footer-map {
        background: #F2F7FB;
        margin: 0;
        padding-top: 100px;
        padding-bottom: 90px;
    }
    .footer-map__submit input {
        max-width: 100%;
    }

}
@media (max-width: 767px) {
    .foter-map__info>* {
        max-width: 540px;
    }
}
@media (max-width: 575px) {
    .foter-map__info>* {
        max-width: none;
    }
    .footer-map__form {
        max-width: 300px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    #contactsPopUp {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        align-items: flex-start;
        background-color: #00000066;
    }
    #contactsPopUp .contactsPopUpWindow {
        z-index: 99;
        width: 100%;
        background-color: #FFFFFF;
        padding: 20px;
        padding-right: 2px;
        padding-top: 2px;
        display: flex;
        flex-direction: column;
    }
    #contactsPopUp .closePopUp {
        width: 54px;
        height: 54px;
        padding: 18px;
        border: none;
        margin-left: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #ffffff00;
        background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 2.5L2 13.5M2 2L14 14" stroke="%23484955" stroke-width="3" stroke-linecap="round"/></svg>');
    }
    #contactsPopUp .messengersPopUp {
        gap: 28px;
        display: flex;
        padding-bottom: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    #contactsPopUp .messengerPopUp {
        display: flex;
        gap: 15px;
        margin-left: 7px;
    }
    #contactsPopUp .messengerPopUpPhone {
        margin-left: 7px;
    }
    #contactsPopUp .messengerPopUp p {
        align-self: center;
        margin: 0px;
        font-size: 15px;
        font-weight: 600;
        color: #3A3A3A;
        font-family: 'Arimo', sans-serif;
    }
    #contactsPopUp .messengerPopUpPhone .messenger {
        height: 42px;
        width: 42px;
        background-size: contain;
    }
    #contactsPopUp .messengerPopUpPhone {
        margin-left: 7px;
    }
    #contactsPopUp .messengerPopUpPhone p {
        font-size: 15px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    header .header-bottom .nav-menu__top>li,
    header+.header-bottom .nav-menu__top>li {
        margin: 0 54px 0 0;
    }
    header .header-bottom .nav-menu__top>li>a,
    header+.header-bottom .nav-menu__top>li>a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    header .header-bottom .nav-menu__top>li>a,
    header+.header-bottom .nav-menu__top>li>a {
        font-size: 14px;
    }
}

/*фиксация шапки*/
.btn-menu-desctop {
    display: none;
    column-gap: 20px;
    align-items: center;
    padding: 10px 20px;
    margin-left: 40px;
}
.btn-menu-desctop .icon-bar {
    height: 2px;
}
.btn-menu-desctop .btn-menu__text {
    color: #fff;
    font-size: 16px;
}
header .header-bottom.index-page {
    display: none;
}
header {
    z-index: 10;
}
@media (min-width: 992px) {
    header>.sticky .btn-menu-desctop {
        display: flex;
        border-radius: 5px;
    }
    header>.sticky {
        position: fixed;
        left: 0;
        width: 100%;
        top: -100%;
        z-index: 150;
        background: #fff;
        transition: top 0.5s;
        transition: max-height 1s;
        box-shadow: 0 0 12px -4px #aaa;
    }
    header>.sticky.visib {
        top: 0;
        transition: top 1s;
    }
    header>.sticky .header-bottom  {
        display: none;
        border-top: 1px solid #efefef;
        width: 100% !important;
    }
    header>div:not(.sticky) .header-bottom:not(.index-page)  {
        display: block !important;
    }
    header>.sticky .header-top .logo {
        margin-right: 0;
    }
    header>.sticky .logo img {
        width: 200px;
    }    
    header>.sticky .header-contacts .header-contacts__item:first-of-type {
        display:none;
    }
    header>.sticky .header-contacts__btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 15px;
    }
    header>.sticky .header-contacts__item {
        row-gap: 2px;
    }
    header>.sticky .header-contacts__item .header__phone__desktop {
        font-size: 16px;
    }
    header>.sticky .header-contacts__item .header-contacts__hours {
        font-size: 12px;
        line-height: 18px;
    }
    header>.sticky .header-contacts {
        display: flex;
        justify-content: flex-end;
        column-gap: 20px;
        flex: auto;
    }
    header>.sticky .header-top {
        height: auto;
        border-bottom: 0;
        padding: 8px 0;
    }
    header>.sticky .header-top>.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header>.sticky .header-contacts__soc {
        display: none;
    }
    header .header-contacts__soc {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .btn-menu-desctop {
        display: none;
    }
}

.header-contacts__soc--burger-menu{
    justify-content: center;
}

/*футер*/
footer .footer-right {
    display: flex;
    padding-left: 30px;
    column-gap: 50px;
	position: relative;
}
footer .footer-right__address {
    text-align: center;
}
footer .footer-right__address>.btn {
    background: #2A5082;
    padding: 8px 20px;
    font-size: 15px;
    text-transform: none;
    margin-top: 14px;
}
footer .footer-right__address .foter-map__item {
    column-gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    text-align: left;
}
footer .footer-right__address .foter-map__item .foter-map__worktime {
    font-size: 12px;
    display: block;
    margin-top: 6px;
    color: #fff;
}
footer .footer-menu {
    margin: 0;
}
footer .footer-cont {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
footer .footer-cont a {
    font-size: 18px;
    margin: 0;
    line-height: 21px;
}
footer .header-contacts__soc {
    justify-content: center;
    margin-top: 10px;
    column-gap: 30px;
}
.footer__copyright {
    padding: 10px 0;
    background: #333;
}
.footer__copyright .container {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
@media (min-width: 1400px) {
    footer>.container,
    .footer__copyright .container {
        max-width: 1470px;
    }
    footer .footer-copy {
        width: 250px;
    }
    footer .footer-right {
        margin: 0;
    }
	.footer-menu {
		font-size: 14px;
	}
	.footer-menu li {
		margin-right: 10px;
	}
	footer .footer-right {
        column-gap: 30px;
    }
}
@media (max-width: 1480px) {
    footer .footer-menu li {
        margin-right: 15px;
    }
    footer .footer-menu li a {
        font-size: 14px;
    }
    footer .footer-cont a {
        font-size: 16px;
    }
    footer .footer-right {
        column-gap: 10px;
    }
}
@media (max-width: 1399px) {
    footer .footer-copy {
        padding: 22px 0 0;
        width: 180px;
    }
    footer .footer-logo span {
        font-size: 11px;
    }
    footer .footer-right {
        margin-left: 200px;
    }
	footer .footer-right {
        column-gap: 10px;
    }
    footer .footer-menu li a {
        font-size: 12px;
    }
    footer .footer-menu li {
        margin-right: 10px;
    }
    footer .footer-cont a {
        font-size: 14px;
        white-space: nowrap;
    }
    footer .footer-right__address .foter-map__item {
        font-size: 11px;
    }
    footer .header-contacts__soc {
        margin-top: 7px;
    }
	footer .footer-right {
		padding-left: 10px;
	}
}
@media (max-width: 1199px) {
	footer .footer-right__address .foter-map__item {
        font-size: 12px;
    }
	footer .footer-right {
        column-gap: 30px;
    }
    footer .footer-right {
        flex-wrap: wrap;
    }
    footer .footer-menu {
        margin: 0;
        width: 100%;
    }
    footer .footer-right,
    footer {
        height: 160px;
    }
    footer .header-contacts__soc {
        flex-direction: row;
    }
    footer .footer-right__address>.btn {
        margin-top: 8px;
    }
    footer .header-contacts__soc {
        margin-top: 1px;
    }
    footer .header-contacts__soc [mask="url(#mask0_0_1)"] path {
        fill: #1486c7;
    }
}
@media (max-width: 991px) {
    footer>.container {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        align-items: center;
        max-width: none;
        padding: 0 0 20px;
    }
    footer .footer-copy {
        padding: 10px 0 0;
        width: 222px;
    }
    footer .footer-right {
        flex-wrap: nowrap;
        flex-direction: column;
        row-gap: 20px;
        margin: 0;
        width: 100%;
        padding: 0;
        position: relative;
    }
    footer .footer-right__address {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .footer-right, footer {
        height: auto;
    }
    footer .header-contacts__soc {
        position: absolute;
        bottom: 0;
        left: 50%;
        translate: -140px 0;
        column-gap: 10px;
    }
    footer .footer-right__address>.btn {
        left: 60px;
        margin-top: 14px;
    }
    footer .footer-logo span {
        font-size: 14px;
    }
    footer .footer-cont a {
        font-size: 16px;
    }
    .footer__copyright .container {
        flex-direction: column;
        row-gap: 10px;
    }
    .footer__copyright>div {
        order: 0;
    }
    .footer__copyright .container>div:first-child {
        order: 3;
    }
    footer {
        padding-bottom: 0;
    }
}
@media (max-width: 576px) {
    footer .footer-right__address>.btn {
        width: auto;
    }
    footer .footer-right__address .foter-map__item {
        column-gap: 7px;
    }
}

/*карта*/
.sitemap-page .map-columns a {
    color: #414141;
    font-size: 20px;
}

/*специалисты*/
.spec__wrap {
	margin: 0 -15px
}

@media (min-width:1800px) {
	.spec__wrap {
		margin: 0 -20px
	}
}

@media (max-width:991px) {
	.spec__wrap {
		margin: 0 -8px
	}
}

@media (max-width:576px) {
	.spec__wrap {
		margin: 0
	}
}

.spec__item {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px 80px
}

.spec__item:focus,
.spec__item:hover {
	color: #4d4d4d;
	text-decoration: none
}
.spec__img-large {
	max-width: 400px;
}
@media (min-width:1800px) {
	.spec__item {
		width: 400px;
		margin: 0 18px 80px 12px
	}
}

@media (max-width:1199px) {
	.spec__item {
		width: 292px;
		font-size: 16px;
		margin-bottom: 50px
	}
}

@media (max-width:991px) {
	.spec__item {
		width: 220px;
		font-size: 14px;
		margin: 0 6px 25px
	}
}

@media (max-width:767px) {
	.spec__item {
		width: 49%;
		margin: 0 0 20px;
		padding: 0 6px
	}
	.spec__detail {
		flex-wrap: wrap;
	}
	.spec__img-large {
		max-width: 100%;
	}
}

@media (max-width:576px) {
	.spec__item {
		width: auto;
		padding: 0
	}

}

.spec__img {
	position: relative;
	overflow: hidden;
	display: block
}

.spec__img img {
	display: block;
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.spec__title {
	color: #1486c7;
	font-size: 26px;
	line-height: 1.3;
	margin-top: 45px;
	font-family: SFUIDisplay-Semibold;
	text-align: center;
}

.spec__item:focus .spec__title,
.spec__item:hover .spec__title {
	color: #1486c7;
	text-decoration: underline
}

@media (max-width:1199px) {
	.spec__title {
		font-size: 20px;
		margin-top: 15px
	}
}

@media (max-width:991px) {
	.spec__title {
		font-size: 18px;
		margin-top: 10px
	}
}

.spec__anons {
	margin-top: 30px;
	text-align: center;
}

.spec__anons p {
	margin: 0
}

.spec__detail-img, .spec__detail-text {
	display: inline-block;
    vertical-align: top;
    margin: 0;
}

.spec__detail {
    gap: 20px;
    display: flex;
    flex-direction: row;
}

.spec__blog {
    display: flex;
    flex-direction: row;
	padding: 50px 0 30px 0;
	justify-content: space-between;
	align-items: flex-start;
}
.spec__blog-author {
	display: flex;
    flex-direction: row;
    gap: 20px;
}
.content-inner ul li.ya-share2__item:before {
	display: none;
}
.ya-share2 {
	text-align: right;
}
.share {
	display: flex;
    align-items: center;
    margin: 0 0 20px;
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 10px;
}
.share-text {
	font-weight: 400;
	font-family: SFUIDisplay-Medium;
}
.share .ya-share2__list.ya-share2__list_direction_horizontal {
	margin:0px;
}

@media (max-width:1199px) {
	.spec__anons {
		margin-top: 15px
	}
}

@media (max-width:991px) {
	.spec__anons {
		margin-top: 10px
	}
	.spec__blog {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.spec__blog-author {
		flex-wrap: wrap;
		justify-content: center;
	}
}



.catalog__item--float {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
}
.catalog__block--float::after {
    content: "";
    display: block;
    clear: both;
}
.safety-list {
    overflow: hidden;
}

@media (max-width: 768px) {
    .catalog__item--float {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
}
.slider-img__item img {
	height: 350px;
    object-fit: cover;
}

.nav-menu__desktop ul.drop-nav-list .drop-nav-list__item:hover ul.sub-drop-nav-list {
    display: block;
    z-index: 5;
}

/**/
.header-bottom .nav-menu__top li {
    margin: 0 55px 0 0;
}
.clearfix.menu-search:after {
    position: absolute;
}
.menu-search {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    align-items: center;
	position: relative;
}
.menu-search .search-form,
.navbar .search-form {
    align-content: center;
    flex: 1 1 auto;
    height: 32px;
    order: 1;
}
.navbar .search-form {
    margin: 15px auto 0;
    max-width: 220px;
}
.menu-search .search-form form,
.navbar .search-form form {
    position: relative;
    height: 100%;
    display: flex;
}
.menu-search .search-form input[name="q"],
.navbar .search-form input[name="q"] {
    font-family: 'TTNorms-Regular';
    font-size: 14px;
    padding: 5px 30px 5px 10px;
    border: 1px solid #dddddd;
    outline-color: transparent;
    outline-width: 0;
    width: 100%;
    border-radius: 3px;
    line-height: 20px;
}
.menu-search .search-form button,
.navbar .search-form button {
    border: 0;
    box-shadow: none;
    position: absolute;
    right: 5px;
    display: flex;
    top: 4px;
    background: url(/local/templates/domtik/images/search_icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.menu-search .search-form button svg,
.navbar .search-form button svg {
    vertical-align: initial;
}

@media (max-width: 1399px) {
    header .header-bottom .nav-menu__top>li, header+.header-bottom .nav-menu__top>li {
        margin: 0 40px 0 0;
    }
    .menu-search {
        column-gap: 10px;
    }
}

@media (max-width: 1199px) {
    header .header-bottom .nav-menu__top>li, header+.header-bottom .nav-menu__top>li {
        margin: 0 24px 0 0;
    }
}

@media (max-width: 991px) {
    .menu-search .search-form {
        display: none;
    }
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 25px;
  border-radius: 50px; /* pill-форма */
  border: 2px solid #d8353c;
  background-color: #fff;
  color: #d8353c;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  user-select: none;
}
.blog-tag a:focus, a:hover {
    color: #d8353c;
	text-decoration: none;
}
.blog-tag:hover:not(.active) {
  background-color: rgba(238, 63, 70, 0.1); /* легкая заливка при ховере */
}

.blog-tag.active {
  background-color: #2A5082;
  color: #fff;
  border: none;
  cursor: default;
  pointer-events: none; /* нельзя нажать на активный тег */
}

/* Отступ между тегами 8-12px */
@media (max-width: 767px) {
.blog-tags {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* плавный свайп на iOS */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  gap: 10px;
  padding-bottom: 8px; /* для удобства свайпа */
  scroll-padding-left: 12px; /* чтобы первый тег был виден */
  scroll-behavior: smooth; /* плавная прокрутка */
}


.blog-tag {
  flex: 0 0 auto; /* фиксированная ширина, чтобы не сжималась */
  white-space: nowrap; /* запрещаем перенос текста */
  padding: 6px 16px;
  height: 34px; /* в пределах 32-36px */
  line-height: 34px; /* выравнивание текста по вертикали */
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  border: 1.5px solid #EE3F46;
  background-color: #fff;
  color: #EE3F46;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.blog-tag.active {
  background-color: #2A5082;
  color: #fff;
  border: none;
  cursor: default;
  pointer-events: none;
}

.blog-tag:hover:not(.active) {
  background-color: rgba(238, 63, 70, 0.1);
}
.blog-tag-all{
 order: -2;
}
.blog-tag.active {
 order: -1;
}
}
.logo-mob {
	display: flex;
}