html {
    overflow-x: hidden;
}

body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffffff;
    font: 14px/1.5 "Gotham Pro", Arial, sans-serif;
    color: #333;
}

header, main, footer {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
}

header {
    margin-bottom: 20px;
}

* {
    outline: none !important;
}

a {
    color: #d02129;
}

a:not([class*=btn-type]):hover {
    color: #d02129;
}

svg {
    max-width: 100%;
    max-height: 100%;
}

*[class*=btn-type-] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
}

*[class*=btn-type-]:hover {
    text-decoration: none;
}

*[class*=btn-type-][disabled] {
    background-color: #c7c7c7 !important;
    box-shadow: 0 5px 9px 0 rgb(169 169 169 / 25%) !important;
}

.btn-type-1 {
    background-color: #d02129;
    box-shadow: 0 5px 9px 0 rgba(160, 57, 57, 0.25);
}

.btn-type-1, .btn-type-2:hover {
    color: #fff !important;
}

.btn-type-2 {
    background-color: #7a7c7e;
    box-shadow: 0 5px 9px 0 rgba(57, 66, 160, .25);
}

.btn-type-3 {
    color: #d02129 !important;
    background-color: #fff;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.25);
}

.btn-type-4 {
    text-transform: none;
    color: #777 !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.color-dark {
    color: #3d3d3d !important;
}

.color-halfdark {
    color: #777 !important;
}

.color-faded {
    color: #b3b3b3;
}

.hidden {
    display: none;
}

.rounded-10 {
    border-radius: 5px;
}

.btn-text {
    padding: 0;
    background-color: transparent;
    border: none;
    line-height: 1;
}

.clear-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

.fixed-screen {
    overflow: hidden;
}

.overlay {
    display: none;
    z-index: 500;
    height: 100%;
    width: 100%;
    background: rgba(9,9,28,.7);
    position: fixed;
    top: 0;
    left: 0;
}

body.overlay-active >.overlay {
    display: block;
}

.base-shadow {
    box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);
}


.base-shadow-rabota {
 /*   box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);*/
    box-shadow: 4px 8px 8px rgb(18 17 36 / 39%), 0 4px 32px rgb(18 17 36 / 6%);
}

.gui-shadow {
        box-shadow: 7px -20px 20px rgb(18 17 36 / 3%), inset 0px -7px 20px 1px rgb(64 64 66 / 6%);
  /*  box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);*/
}

.font-micro {
    font-size: 11px;
}

.font-12{
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'PF BeauSans Pro';
    font-weight: 600;
    margin-bottom: 22.5px;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 22px;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
}

.font-small {
    font-size: 12px;
}

.font-15 {
    font-size: 15px;
}

.font-large, .font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.text-transform-none {
    text-transform: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer * {
    cursor: pointer;
}

.cursor-zoom {
    cursor: zoom-in;
}

/* Header */

header .top, header .current-city {
    display: inline-flex;
    align-items: center;
    height: 0px;
    font-weight: 500;
    color: #b3b3b3;
}

header .top > * {
    display: flex;
    align-items: center;
}

header .top > *:after {
    content: "";
    margin: 0 20px;
    display: block;
    height: 20px;
    width: 1px;
    background-color: #e3e3e3;
}

header .current-city {
    position: relative;
    display: flex;
}

header .current-city button {
    color: #333;
    font-weight: 600;
    margin-left: 7.5px;
}

header .current-city button:hover {
    color: #d02129;
}

header .current-city button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-color: #333;
    border-bottom: 2px solid;
    border-left: 2px solid;
    margin-bottom: 5px;
    margin-left: 7.5px;
    transform: rotateZ(-45deg);
}

.social-links {
    display: flex;
}

.social-links li:not(:last-child) {
    margin-right: 15px;
}

.social-links a {
    display: block;
    width: 22px;
    height: 18px;
}

.social-links a:hover svg {
    fill: #d02129;
}

header .content-nav-wrap {
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    border-radius: 4px;
}

header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 10px 10px 0 0 ;
}

header .content > *:not(:last-child) {
    margin-right: 35px;
}

header .content .logo:before {
    content: "";
    height: 45px;
    position: absolute;
    left: -95px;
    width: 90px;
    background-image: url("/local/templates/dveri_alfa/img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px;
}

header .content .logo {
    margin-left: 120px;
    position: relative;
}

header .content .logo:hover {
    color: #333;
    text-decoration: none;
}

header .search-wrap, header .search-wrap form  {
    position: relative;
}

header .search-wrap form svg {
    width: 16px;
    height: 16px;
}

header .search-wrap form  {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f3f3f3;
    box-shadow: inset 2px 3px 3px rgb(0 0 0 / 9%);
}

header .search-wrap form label {
    text-indent: -9999px;
    position: absolute;
}

header .search-wrap form button {
    height: 40px;
    width: 40px;
    border: none;
    background-color: #d02129;
}

header .search-wrap form input {
    font-size: 13px;
    height: 40px;
    min-width: 245px;
    padding: 0 20px;
    background: transparent;
    border: none;
}

header .search-wrap form .close, header .search-wrap form .spinner {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 55px;
}

header .search-wrap form .spinner {
    border: 2px solid #d8dbe8;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

header .search-wrap form .close {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #bfc4ce;
    cursor: pointer;
}

header .search-wrap form .close:before {
    content: "\2716";
}

header .search-wrap div[id$="_output"] {
    display: none;
    z-index: 450;
    position: absolute;
    width: 100%;
    max-height: 180px;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    overflow: auto;
    border-radius: 0 0 10px 10px;
}

header .search-wrap div[class$="_grpResultName"] a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    padding: 0 20px;
    color: #333;
}

header .search-wrap .AS_ajax_result:not(:last-child) {
    margin-bottom: 12.5px;
}

header .search-wrap div[class$="_resultsIntroFailure"] {
    padding: 0 20px;
}

header .search-wrap div[class$="_resultExtract"] {
    display: none;
}

header .request-master {
    font-size: 12px;
}

header .content .contacts > *{
    display: block;
    margin-left: auto;
}

header .content .contacts a {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2.5px;
    text-decoration: none;
}

header .content .contacts .call-request {
    text-transform: lowercase;
    font-weight: 500;
    color: #b3b3b3;
    border-bottom: 1px dotted #b3b3b3;
    line-height: 1;
}

#header-nav {
    position: relative;
    z-index: 999;
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 10px;
    background-color: #fff;
    border-top: 1px #f1f1f1 solid;
    border-radius: 0 0 10px 10px;
}

#header-nav * {
    user-select: none;
}

#main-catalog, #header-menu > * {
    display: flex;
    height: 60px;
    align-items: center;
    color: #3b3b3b;
    font-weight: 600;
    text-decoration: none;
}

#header-nav > a:hover {
    color: #d02129;
}

#main-catalog, #main-catalog > .title {
    cursor: default;
}

#main-catalog > .basic.title {
    color: #333;
    padding: 0 20px;
}

#main-catalog > .basic.title:hover, #main-catalog:hover .basic.title {
    color: #fff;
    text-decoration: none;
}

#main-catalog > .basic.title:hover {
    cursor: pointer;
}

#main-catalog > .title:after, #header-menu .group > .title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-color: #333;
    border-bottom: 2px solid;
    border-left: 2px solid;
    margin-bottom: 3px;
    margin-left: 7.5px;
    transform: rotateZ(-45deg);
}

#main-catalog .menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 59px;
    width: 100%;
    max-height: 685px;
    column-count: 4;
    column-gap: 30px;
    padding: 20px 30px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, .15);
    border-radius: 10px;
}

#main-catalog .menu .group {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-catalog .menu .group li .count, #main-catalog .menu .group li .min-price {
    font-weight: 400;
    color: #b3b3b3;
    font-size: 12px;
    margin-left: 6px;

}

#main-catalog .menu .group:not(:last-child) {
    margin-bottom: 10px;
}

#main-catalog .menu .title {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px #e3e3e3 solid;
    padding: 5px 0;
    margin-bottom: 5px;
}

#main-catalog .menu .link {
    display: flex;
    height: 25px;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    color: #333;
    font-size: 13px;
}

#main-catalog .menu .link-wrap.active {
    opacity: 1;
    background: #fff0f0;
}

#main-catalog .menu .link-wrap.active a,
#main-catalog .menu .link-wrap.active .min-price {
    font-weight: 600;
    color: #333;
}

#main-catalog li.link-wrap {
    transition: .1s all ease;
}

#main-catalog li.link-wrap:hover {
    background-color: #f5f5f5;
    padding: 0 5px;
}

#main-catalog li.link-wrap:hover * {
    font-weight: 500;
}

/* Top chat button */

#header-chats-list {
    position: absolute;
    top: calc(100% + 12.5px);
    z-index: 500;
    left: 0;
}

#header-chats-list a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12.5px;
    border-radius: 2.5px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);
}

.chat-list-wrap .custom-tooltip {
    position: absolute;
    top: -27.5px;
    color: #333;
    border: 1px #d2d2d2 solid;
    font-weight: 400;
    text-transform: none;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 11px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
}

.chat-list-wrap .custom-tooltip:after {
    display: block;
    content: "";
    height: 6px;
    width: 6px;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    background: #fff;
    transform: rotateZ(45deg);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 15px;
}

/* Header menu */

#header-menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header-menu a {
    color: inherit;
    text-decoration: none;
    padding: 0 20px;
}

#header-menu a:hover {
    color: #d02129;
}

#header-menu .group > .title {
    padding: 0 20px;
    cursor: default;
}

#header-menu .group > .menu {
    visibility: hidden;
    opacity: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 59px;
    padding: 10px 0;
    background-color: #fff;
    color: #333;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, .15);
}

#header-menu .group > .menu .link {
    padding: 0;
    font-weight: 500;
    display: flex;
    height: 32.5px;
    align-items: center;
    padding: 0 25px;
}

#breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 12.5px;
}

#breadcrumbs a {
    color: #333;
    font-weight: 500;
}

#breadcrumbs .active {
    cursor: default;
}

#breadcrumbs ol > * {
    margin-right: 15px;
    margin-bottom: 5px;
}

#breadcrumbs ol > *:not(:last-child):after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 2px #d1d1d1 solid;
    border-left: 2px #d1d1d1 solid;
    transform: rotateZ(225deg);
}

.working-hours {
    padding-left: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #b3b3b3;
}

.logo_description {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.mobile_menu_info {
    display: none;
}

header .content .header_telegram img {
    height: 50px;
}