@font-face {
    font-family: 'SpaceGrotesk';
    src: url('font/Space Grotesk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font-family: 'Space Grotesk', sans-serif;
}

.wrapp {
    max-width: 1600px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0px 40px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
    border-bottom: 1px solid #E0E0E0;
}

.logo {
}

.logo a {
}

.logo img {
}

.main_menu {
}

.main_menu ul {
    display: flex;
    gap: 40px;
}

.main_menu ul li {
    list-style: none;
}

.main_menu ul li a {
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
}

.phone {
}

.phone a {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #444444;
    text-decoration: none;
    background: url(../images/phone.svg);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.breadcrumbs {
    display: flex;
    gap: 10px;
    padding: 20px 0px;
}

.breadcrumbs a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #444444;
    text-decoration: none;
}

.breadcrumbs a:after {
    content: '/';
    margin-left: 10px;
}

.breadcrumbs a:last-child:after {
    content: '';
}

.wrapp_content {
    margin-bottom: 50px;
}

h1, h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin: 20px 0px;
}

.single_img {
    margin-bottom: 20px;
    max-height: 561px;
    min-height: 500px;
    height: auto;
    width: 100%;
    display: table;
    border-radius: 6px;
}

.single_img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.wrapp_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    margin-bottom: 20px;
}

.wrapp_content p.note {
    align-items: center;
    padding: 10px 24px;
    border-left: 4px solid #FE8705;
    align-self: stretch;
}

.wrapp_content ul {
    margin-bottom: 20px;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    padding-left: 30px;
}

.wrapp_content ul li {
    list-style: none;
    list-style-type: disc;
    margin-bottom: 5px;
}

.wrapp_content_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
    margin-bottom: 20px;
}

.table {
    margin-bottom: 20px;
}

.table_items {
}

.table_item {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.table_item:nth-child(2n) {
    background: transparent;
}

.table_item_name {
    width: 100%;
    padding: 8px;
}

.table_item_desc {
    width: 100%;
    padding: 8px;
    word-break: break-all;
}

.seo_text {
    margin-bottom: 50px;
}

.seo_text h2 {
}

.seo_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.form_ask {
    background: #FE8705;
    border-radius: 10px;
    padding: 80px 40px;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.form_ask form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form_ask form input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
}

.form_ask form textarea {
    width: -webkit-fill-available;
    border-radius: 10px;
    padding: 12px;
    background-image: url(../images/message.svg);
    background-repeat: no-repeat;
    background-position: 8px 10px;
    padding-left: 35px;
    min-height: 126px;
}

.form_ask .two_input {
    display: flex;
    gap: 10px;
}

.form_ask .two_input .name {
    width: 100%;
    background-image: url(../images/user.svg);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    padding-left: 35px;
}

.form_ask .two_input .phone {
    background-image: url(../images/phone.svg);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    padding-left: 35px;
}

.form_ask .btn {
}

.form_ask .btn button {
    width: auto;
    background-color: #444444;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 16px 24px 16px 58px;
    background-image: url(../images/send.svg);
    background-repeat: no-repeat;
    background-position: 27px 15px;
    cursor: pointer;
}

.form_ask .btn button:hover {
    background-color: #FE8705;
}

.maps {
    position: relative;
    background: url(../images/maps.png);
    height: 400px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    margin-top: -50px;
    z-index: 1;
}

.maps iframe {
}

.footer {
    display: flex;
    gap: 20px;
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    margin-top: 30px;
}

.footer .logo {
}

.footer .logo a {
}

.footer .phone {
}

.footer .phone a {
}

.copy_m {
    display: none;
}

.copy {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #444444;
}

.mobile {
    display: none;
}

.mobile.active {
    display: block;
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0px;
}

.mobile_link {
    display: none
}

.mobile {
}

.mobile_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_content {
    background: #fff;
    z-index: 200;
    position: fixed;
    width: 65%;
    box-shadow: 1px 1px 1px #f2f2f2;
    padding: 20px;
    height: -webkit-fill-available;
}

.mobile_logo {
}

.mobile_close {
    background: url(../images/close.svg);
    width: 24px;
    height: 24px;
}

.mobile_menu {
    margin-top: 20px;
}

.mobile_menu ul {
}

.mobile_menu ul li {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0px;
    height: 39px;
    border-bottom: 1px solid #E0E0E0;
}

.mobile_menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    text-decoration: none;
}

.mobile_phone {
    position: absolute;
    bottom: 30px;
}

.mobile_phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #444444;
    text-decoration: none;
    background: url(../images/phone.svg);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.live_block {
    margin-bottom: 100px;
}

.live_block_items {
}

.live_block_item {
    border: 1px solid #44444442;
    border-radius: 10px;
    padding: 32px 16px;
     /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ table ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ flex */
    flex: 0 0 calc(33.333% - 20px); /* 3 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ */
    box-sizing: border-box;
    min-width: 263px;
    max-width: 402px;
    width: -webkit-fill-available;
}

.live_block_img {
    margin-bottom: 10px;
}

.live_block_img img {
    width: 100%;
}

.live_block_title {
   font-style: normal;
   font-weight: 500;
   font-size: 22px;
   line-height: 24px;
   color: #2B2C2E;
   margin-bottom: 10px;
   height: 48px;
}

.live_block_desc {
    
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    margin-bottom: 10px;
}

.live_block_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.live_block_price {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #444444;
}

.live_block_link {
}

.live_block_link a {
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    text-decoration: none;
    background-position: 88% 50%;
    border: 1px solid #44444433;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
}

.live_block_link a:hover {
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.card_body {
    margin-bottom: 100px;
}

.wrapp_card {
}

.card_title {
}

.card_container {
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}

.card_img {
    width: -webkit-fill-available;
    min-width: 500px;
}

.card_img img {width: 100%;}

.card_box {
    padding: 20px 24px;
    max-width: 800px;
    min-width: 480px;
}

.card_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
    margin-bottom: 5px;
}

.card_rating {
    margin-bottom: 20px;
}

.card_rating svg {
}

.card_price_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    margin-bottom: 5px;
}

.card_price {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FE8705;
    margin-bottom: 15px;
}

.card_notice {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #D71C1C;
    margin-bottom: 20px;
}

.card_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    margin-bottom: 10px;
}

.wrapp_card .table {
}

.card_title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 20px;
}

.baner {
    background: #F4F4F4;
    border-radius: 6px;
    display: flex;
    padding: 20px 40px;
    align-items: center;
    margin-bottom: 60px;
}

.baner_text {
}

.baner_title {
   
font-style: normal;
   
font-weight: 500;
   
font-size: 66px;
   
line-height: 123.19%;
   
text-transform: uppercase;
   
color: #3B3B3B;
   
margin-bottom: 20px;
}

.baner_title span {
    color: #FE8705;
}

.baner_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #3B3B3B;
}

.banner_img {
}

.banner_img img {
}

.wrapp_catalog {
    margin-bottom: 100px;
}

.wrapp_catalog_box {
    display: flex;
    gap: 20px;
}

.catalog_sidebar {
    min-width: 350px;
    max-width: 402px;
}

.cat_menu {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #CECECE;
}

.cat_menu .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
    margin-bottom: 10px;
}

.cat_menu ul {
}

.cat_menu ul li {
    list-style: none;
}

.cat_menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
    text-decoration: none;
    border-bottom: 1px solid #CECECE;
    display: table;
    width: -webkit-fill-available;
    padding: 9.5px 10px;
}

.cat_menu ul li a:hover {
    background: #FE8705;
    color: #fff;
}

.cat_menu ul li a.active {
    background: #FE8705;
    color: #fff;
}

.catalog_content {
    width: 100%;
}

.cat_link {
    margin-bottom: 20px;
}

.cat_link ul {
    display: flex;
    gap: 10px;
}

.cat_link ul li {
    list-style: none;
}

.cat_link ul li a {
    padding: 8px 16px;
    border: 1px solid #FFECD8;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #383545;
    text-decoration: none;
    display: table;
}

.cat_link ul li a:hover {
    background: #FE8705;
    color: #fff;
    border: 1px solid#FE8705;
}

.cat_link ul li a.active {
    background: #FE8705;
    color: #fff;
    border: 1px solid#FE8705;
}

.search {
    margin-bottom: 20px;
    position: relative;
}

.search input.text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    border-radius: 4px;
    border: 1px solid #CECECE;
    width: -webkit-fill-available;
    padding: 15px 10px;
}

.search input.btn {
    background: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 0px;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.catalog {
    gap: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.pager_bottom {
    display: flex;
    justify-content: space-between;
}

.pager_list {
}

.pager_list ul {
    display: flex;
    gap: 5px;
}

.pager_list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.pager_list ul li a.active {
    background: #FE8705;
    color: #fff;
    border-radius: 7px
}

.pager_list ul li a:hover {
    background: #FE8705;
    color: #fff;
    border-radius: 7px
}

.pager_list ul li a.left_arr.active {
    background: url(../images/left_arr.png);
    ;color: #444444;
    border-radius: 7px
}

.pager_list ul li a.left_arr:hover {
    background: url(../images/left_arr.png);
    ;color: #444444;
    border-radius: 7px
}

.pager_list ul li a.left_arrows.active {
    background: url(../images/left_arrows.png);
    ;color: #444444;
    border-radius: 7px
}

.pager_list ul li a.left_arrows:hover {
    background: url(../images/left_arrows.png);
    ;color: #444444;
    border-radius: 7px
}

.pager_list ul li a.right_arr.active {
    background: url(../images/right_arrows.png);
    ;color: #444444;
    border-radius: 7px
}

.pager_list ul li a.right_arr:hover {
    background: url(../images/right_arrows.png);
    ;color: #444444;
    border-radius: 7px
}

.pager_list ul li a.right_arrows.active {
    background: url(../images/right_arr.png);
    color: #444444;
    border-radius: 7px
}

.pager_list ul li a.right_arrows:hover {
    background: url(../images/right_arr.png);
    color: #444444;
    border-radius: 7px
}

.pager_list ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #444444;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.pager_list .left_arr {
    background: url(../images/left_arr.png);
    width: 16px;
    height: 16px;
    display: table;
}

.pager_list .left_arrows {
    background: url(../images/left_arrows.png);
    width: 16px;
    height: 16px;
    display: table;
}

.pager_list .right_arr {
    background: url(../images/right_arrows.png);
    width: 16px;
    height: 16px;
    display: table;
}

.pager_list .right_arrows {
    background: url(../images/right_arr.png);
    width: 16px;
    height: 16px;
    display: table;
}

.pager_info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.pager_txt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #444444;
}

.pager_select {
}

.pager_select select {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #444444;
}

.one_slider {
    margin-bottom: 100px;
}

.one_slider_title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin: 40px 0px;
}

.one_slider_title span {
    color: #FE8705;
}

.one_slider_box {
}

.one_slider_items_one {border-radius: 20px;overflow: hidden;}

.one_slider_item_one {
}

.one_slider_item_one img {width: 100%;}

.one_slider_items_small {margin-top: -46px;}

.one_slider_items_one .slick-dots .custom-dot {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    align-items: flex-start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    display: table!important;
    width: auto!important;
}
.one_slider_items_one .slick-dots .slick-current .one_slider_item_small {
    color: #FE8705;
    background: #fff;
}
.one_slider_items_one li.slick-active .custom-dot {color: #FE8705;
    background: #fff;}

.one_slider_items_one li:hover .custom-dot {color: #FE8705;
    background: #fff;cursor:pointer;}
.one_slider_items_one .slick-dots .slick-slide:hover .one_slider_item_small {}
.one_slider_items_one .slick-dots li {list-style:none;}
.one_slider_items_one .slick-dots {list-style:none;display: flex!important;margin-top: -67px;margin-left: 20px;gap: 20px;position: absolute;}


.one_slider_item_small {
}

.block_catalog {
    margin-bottom: 100px;
}

.block_catalog_title {
    display: flex;
    gap: 200px;
    align-items: center;
    margin-bottom: 30px;
}

.block_catalog_title_name {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
}

.block_catalog_title_desc {
    max-width: 930px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.block_catalog_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.block_catalog_tab {
}

.block_catalog_tab ul {
    display: flex;
    gap: 10px;
}

.block_catalog_tab ul li {
    list-style: none;
    padding: 8px 16px;
    border: 1px solid #FFECD8;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #383545;
    text-decoration: none;
    display: table;
}

.block_catalog_tab ul li.active {
    background: #FE8705;
    color: #fff;
    border: 1px solid #FE8705;
}

.block_catalog_tab ul li a {
}

.block_catalog_tab ul li a.active {
}

.block_catalog_link {
}

.block_catalog_link a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 94% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.dealer {
    background: url(../images/dealer.png);
    padding-top: 90px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 100px;
}

.dealer_title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.dealer_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 775px;
    margin: 0 auto 40px auto;
}

.dealer_bottom {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.dealer_call {
}

.dealer_call a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 88% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.dealer_phone {
}

.dealer_phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    text-decoration: none;
    background: url(../images/phone-color.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0% 50%;
}

.services {
    margin-bottom: 100px;
}

.services_header {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.services_title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    width: 669px;
}

.services_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.services_box {
    display: flex;
    gap: 125px;
    align-items: flex-end;
}

.services_box_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 544px;
}

.services_list {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444444;
}

.services_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.services_item {text-decoration:none;}

.services_item {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    border-radius: 10px;
    display: table;
    padding: 98px 50px 15px 15px;
    height: 0px;
}

.cert {
    margin-bottom: 100px;
}

.cert_title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
}

.cert_wrap {
}

.cert_img {
}

.cert_img img {width: 100%;}

.reshenia {
    margin-bottom: 100px;
    display: flex;
    gap: 50px;
}

.reshenia_tab {width: 436px;}

.reshenia_tab_title {font-style: normal;font-weight: 500;font-size: 48px;line-height: 123.19%;text-transform: uppercase;color: #444444;margin-bottom: 30px;}

.reshenia_tab_desc {
font-style: normal;font-weight: 400;font-size: 18px;line-height: 23px;
color: #444444;
margin-bottom: 30px;}

.reshenia_tab_menu {
}
.reshenia_tab_menu ul {}
.reshenia_tab_menu ul li {
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}
.reshenia_tab_menu ul li a { 
font-style: normal;
    
font-weight: 400;
    
font-size: 18px;
    
line-height: 23px;
    
color: #444444;

text-decoration: none;
    
text-decoration: none;
    
background-image: url(../images/arrow_menu.svg);
    
background-repeat: no-repeat;
    
padding: 10px 10px 10px 45px;
    
background-position: 8px 50%;
    
display: table;
    
width: -webkit-fill-available;
} 
.reshenia_content {
}

.reshenia_tab_content {
}

.reshenia_tab_content_1 {
}

.reshenia_tab_content_2 {
}

.reshenia_tab_content_3 {
}

.reshenia_tab_content_4 {
}

.reshenia_tab_content_5 {
}

.reshenia_tab_content_6 {
}

.pochemy {
    margin-bottom: 100px;
}

.pochemy_title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    max-width: 825px;
    margin-bottom: 30px;
}

.pochemy_box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pochemy_item {
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #44444444;
    width: calc(50% - 45px);
}

.pochemy_header {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.pochemy_icon {
}

.pochemy_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
}

.pochemy_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
}

.portfolio {
    margin-bottom: 100px;
}
.portfolio_page {    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;}
.portfolio_title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
}

.portfolio_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    gap: 20px;
}
.portfolio_item a {text-decoration:none;} 
.portfolio_item {
    display: table;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
    max-width: 396px;
    min-width: 270px;
    width: -webkit-fill-available;
    flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
}

.portfolio_item img {
    margin-bottom: 10px;
    width: 100%;
}

.portfolio_name {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
}

.portfolio_bottom {
    display: flex;
    justify-content: center;
}

.portfolio_bottom a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 92% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.pochemy_imenno {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 100px;
}

.pochemy_imenno .title, .pochemy_imenno_item:nth-child(2), .pochemy_imenno_item:nth-child(3) {
    width: calc(33.333% - 58px);
}

.pochemy_imenno_item:nth-child(4), .pochemy_imenno_item:nth-child(5), .pochemy_imenno_item:nth-child(6), .pochemy_imenno_item:nth-child(7) {
    width: calc(25% - 82px);
}

.pochemy_imenno .title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    display: flex;
    align-items: center;
}

.pochemy_imenno_item {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
}

.pochemy_imenno_title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 123.19%;
    text-align: center;
    text-transform: uppercase;
    color: #FE8705;
    margin-bottom: 20px;
}

.pochemy_imenno_desk {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2B2C2E;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cert_nav {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.cert_prev {
    background: url(../images/slick_arrow_left.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.catalog_prev {
    background: url(../images/slick_arrow_left.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}

.cert_dots {
}

.cert_dots li.slick-active {
}

.cert_dots li button {
    font-size: 0px;
    width: 47px;
    height: 2px;
    background: #44444433;
}

.cert_dots li.slick-active button {
    background: #FE8705;
}

.cert_dots ul {
    display: flex!important;
    gap: 5px;
}

.cert_dots ul li {
    cursor: pointer;
    list-style: none;
    height: 2px;
    position: relative;
    font-size: 0px;
    width: 47px;
    height: 0px;
}

.cert_next {
    background: url(../images/slick_arrow_right.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.catalog_next {
    background: url(../images/slick_arrow_right.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}


.catalog_dots li {    cursor: pointer;
    list-style: none;
    height: 2px;
    position: relative;
    font-size: 0px;
    width: 47px;
    height: 0px;}
.catalog_dots li.slick-active {}

.catalog_dots li button {
    font-size: 0px;
    width: 47px;
    height: 2px;
    background: #44444433;
}

.catalog_dots li.slick-active button {
    background: #FE8705;
}


.catalog_dots ul {
    display: flex!important;
    gap: 5px;
}

.reshenia_tab_content{
	display: none;
}

.reshenia_tab_img {}
.reshenia_tab_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #444444;
    margin-bottom: 40px;
}
.reshenia_tab_content.active{
	display: flex;
	gap: 50px;
}
.reshenia_tab_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-bottom: 20px;
}
.reshenia_tab_text ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.reshenia_tab_text ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-bottom: 20px;
    list-style: none;
    list-style-type: disc;
}
.reshenia_tab_text a.btn {
        background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 92% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.reshenia_tab_menu li.active a{
font-style: normal;
font-weight: 400;	
font-size: 18px;
line-height: 23px;	
color: #FFFFFF;
background-color: #FE8705;
text-decoration: none;
background-image: url(../images/arrow_menu_active.svg);
background-repeat: no-repeat;
padding: 10px 10px 10px 45px;
background-position: 8px 50%;
display: table;
}
.reshenia_tab_menu li a:hover {	
font-style: normal;	
font-weight: 400;	
font-size: 18px;	
line-height: 23px;	
color: #FFFFFF;	
background-color: #FE8705;
text-decoration: none;
background-image: url(../images/arrow_menu_active.svg);
background-repeat: no-repeat;
padding: 10px 10px 10px 45px;
background-position: 8px 50%;
display: table;
}
.one_slider_items_one .slick-slide {margin: 0px 0px!important;}
.slick-slide {margin: 0px 10px;}

@media (max-width: 1620px) {
	.live_block_price {
		font-size:20px;		
	}
	.live_block_title {font-size: 22px;}

}


@media (max-width: 1520px) {
	.live_block_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

}

@media (max-width: 1450px) {
.live_block_item {
    border: 1px solid #44444442;
    border-radius: 10px;
    padding: 32px 16px;
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
    min-width: 260px;
    max-width: 402px;
    width: -webkit-fill-available;
}
.catalog_sidebar {
    min-width: 320px;
    max-width: 350px;
}
}


@media (max-width: 1397px) {
    .live_block_item {
        border: 1px solid #44444442;
        border-radius: 10px;
        padding: 16px;
        flex: 0 0 calc(33.333% - 20px);
        box-sizing: border-box;
        min-width: 260px;
        max-width: 402px;
        width: -webkit-fill-available;
    }
	.baner {gap:50px;}
	.baner_title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
	gap:50px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #3B3B3B;
}
}


@media (max-width: 1240px) {
.reshenia_tab_content.active {
    display: flex;
    gap: 50px;
    flex-direction: column;
}
    .portfolio_name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #444444;
}
.portfolio_box .portfolio_item {
    display: table;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #44444442;
    max-width: 400px;
    min-width: 255px;
    width: -webkit-fill-available;
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
}
.portfolio_item {
    display: table;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
    max-width: 400px;
    min-width: 270px;
    width: -webkit-fill-available;
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
}


.pochemy_imenno {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 100px;
}

.pochemy_imenno .title, .pochemy_imenno_item:nth-child(2), .pochemy_imenno_item:nth-child(3) {
    width: calc(50% - 85px);
}

.pochemy_imenno_item:nth-child(4), .pochemy_imenno_item:nth-child(5), .pochemy_imenno_item:nth-child(6), .pochemy_imenno_item:nth-child(7) {
    width: calc(50% - 82px);
}

.pochemy_imenno .title {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    display: flex;
    align-items: center;
    width: 100%;
}

.pochemy_imenno_item {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
}

.pochemy_imenno_title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 123.19%;
    text-align: center;
    text-transform: uppercase;
    color: #FE8705;
    margin-bottom: 20px;
}

.pochemy_imenno_desk {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2B2C2E;
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .live_block_item {
        border: 1px solid #44444442;
        border-radius: 10px;
        padding: 32px 16px;
        flex: 0 0 calc(50% - 20px);
        box-sizing: border-box;
        min-width: 300px;
        max-width: 402px;
        width: -webkit-fill-available;
    }
	.baner_title {
        
        font-size: 40px;
        
    }
	
	    .live_block_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-direction: row;
    }
}


@media (max-width: 1100px) {
    .portfolio_box .portfolio_item {
        display: table;
        padding: 16px;
        border-radius: 10px;
        border: 1px solid #44444442;
        max-width: 100%;
        min-width: 255px;
        width: -webkit-fill-available;
        flex: 0 0 calc(50% - 20px);
        box-sizing: border-box;
    }
    .baner {
        background: #F4F4F4;
        border-radius: 6px;
        display: flex;
        padding: 40px 20px;
        align-items: center;
        margin-bottom: 60px;
        flex-direction: row;
        gap: 20px;
    }
	.main_menu ul {
    display: flex;
    gap: 15px;
}

    .baner_text {
    width: 50%;
    }

    .baner_title {
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 123.19%;
        text-transform: uppercase;
        color: #3B3B3B;
        margin-bottom: 20px;
    }

    .pager_bottom {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }

    .baner_title span {
        color: #FE8705;
    }

    .baner_desc {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        color: #3B3B3B;
    }

    .banner_img {
    }

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

    .banner_img img {
        width: 100%;
    }

    .card_body {
        margin-bottom: 40px;
    }

    .live_block {
        margin-bottom: 40px;
    }

    .card_title {
        font-size: 36px;
    }

    .card_img img {
        width: 100%;
        height: auto;
    }

    .card_container {
        display: flex;
        margin-bottom: 20px;
    }

    .card_box {
        padding: 0px;
    }

    .logo {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .mobile_link {
        display: none;
        width: 30px;
        height: 30px;
        background: url(../images/menu.svg);
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .main_menu {
        /* display: none; */
    }

    h1, h2 {
        font-size: 34px;
    }

    .seo_text h2 {
        font-size: 24px;
    }

    .form_ask {
        padding: 48px 20px;
    }

    .form_ask .two_input {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .form_ask .two_input .name {
        width: -webkit-fill-available;
    }

    .form_ask .two_input .phone {
        width: -webkit-fill-available;
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid #E0E0E0;
    }

    .header .phone a {
        font-size: 18px
    }

    .wrapp {
        padding: 0px 10px;
    }

    .single_img {
        margin-bottom: 20px;
        min-height: 350px;
        height: auto;
        width: 100%;
        display: table;
        border-radius: 6px;
    }

    .copy_m {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        text-decoration-line: underline;
        color: #444444;
        margin-bottom: 20px;
    }

    .copy {
        display: none;
    }

    .blur-block {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        width: 100%;
        height: 100%;
        z-index: 2;
        position: fixed;
        left: 0px;
    }

    .maps {
    }

    .wrapp_catalog {
        margin-bottom: 50px;
    }
.live_block_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }
    .live_block_item {
        border: 1px solid #44444442;
        border-radius: 10px;
        padding: 32px 16px;
        flex: 0 0 calc(50% - 20px);
        box-sizing: border-box;
        min-width: 250px;
        max-width: 402px;
        width: -webkit-fill-available;
    }

    .cat_link ul {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog_sidebar {
        min-width: 300px;
    }
	
	
.one_slider {
    margin-bottom: 50px;
}

.one_slider_title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin: 40px 0px;
}

.one_slider_title span {
    color: #FE8705;
}

.one_slider_box {
}

.one_slider_items_one {border-radius: 20px;overflow: hidden;}

.one_slider_item_one {
}

.one_slider_item_one img {
}

.one_slider_items_small {margin-top: -46px;}

.one_slider_items_one .slick-dots .custom-dot {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    align-items: flex-start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    display: table!important;
    width: auto!important;
}
.one_slider_items_one .slick-dots .slick-current .one_slider_item_small {
    color: #FE8705;
    background: #fff;
}
.one_slider_items_one li.slick-active .custom-dot {color: #FE8705;
    background: #fff;}

.one_slider_items_one li:hover .custom-dot {color: #FE8705;
    background: #fff;cursor:pointer;}
.one_slider_items_one .slick-dots .slick-slide:hover .one_slider_item_small {}
.one_slider_items_one .slick-dots li {list-style:none;}
.one_slider_items_one .slick-dots {list-style:none;display: flex!important;gap: 10px;position: absolute;flex-wrap: wrap;bottom: 20px;left: 0px;}


.one_slider_item_small {
}

.block_catalog {
    margin-bottom: 100px;
}

.block_catalog_title {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
}

.block_catalog_title_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
}

.block_catalog_title_desc {
    max-width: 930px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.block_catalog_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 20px;
}

.block_catalog_tab {order: 2;}

.block_catalog_tab ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.block_catalog_tab ul li {
    list-style: none;
    padding: 8px 16px;
    border: 1px solid #FFECD8;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #383545;
    text-decoration: none;
    display: table;
}

.block_catalog_tab ul li.active {
    background: #FE8705;
    color: #fff;
    border: 1px solid #FE8705;
}

.block_catalog_tab ul li a {
}

.block_catalog_tab ul li a.active {
}

.block_catalog_link {order: 1;width: 100%;}

.block_catalog_link a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 94% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
    width: -webkit-fill-available;
}

.dealer {
    background: url(../images/dealer.png);
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 100px;
    border-radius: 20px;
}

.dealer_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.dealer_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 775px;
    margin: 0 auto 40px auto;
    padding: 0% 4%;
}

.dealer_bottom {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dealer_call {
}

.dealer_call a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 88% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.dealer_phone {
}

.dealer_phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    text-decoration: none;
    background: url(../images/phone-color.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0% 50%;
}

.services {
    margin-bottom: 100px;
}

.services_header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.services_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    width: auto;
}

.services_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.services_box {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    flex-direction: column;
}

.services_box_list {
    display: flex;
    gap: 5px;
    width: 100%;
    flex-direction: row;
    max-width: 100%;
}

.services_list {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #2B2C2E;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #44444444;
}

.services_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.services_item {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    border-radius: 10px;
    display: table;
    padding: 98px 50px 15px 15px;
    height: 0px;
    width: calc(50% - 75px);
}

.cert {
    margin-bottom: 100px;
}

.cert_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
}

.cert_wrap {
}

.cert_img {
}

.cert_img img {width: -webkit-fill-available;}

.reshenia {
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.reshenia_tab {width: -webkit-fill-available;}

.reshenia_tab_title {
font-style: normal;font-weight: 500;font-size: 24px;line-height: 123.19%;
text-transform: uppercase;
color: #444444;
margin-bottom: 30px;}

.reshenia_tab_desc {
font-style: normal;font-weight: 400;font-size: 18px;line-height: 23px;
color: #444444;
margin-bottom: 30px;}

.reshenia_tab_menu {
}
.reshenia_tab_menu ul {}
.reshenia_tab_menu ul li {
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}
.reshenia_tab_menu ul li a {

  
font-style: normal;
    
font-weight: 400;
    
font-size: 18px;
    
line-height: 23px;

    
color: #444444;


    
text-decoration: none;
    
text-decoration: none;
    
background-image: url(../images/arrow_menu.svg);
    
background-repeat: no-repeat;
    
padding: 10px 10px 10px 45px;
    
background-position: 8px 50%;
    
display: table;
    
width: -webkit-fill-available;
} 
.reshenia_content {
}

.reshenia_tab_content {
}

.reshenia_tab_content_1 {
}

.reshenia_tab_content_2 {
}

.reshenia_tab_content_3 {
}

.reshenia_tab_content_4 {
}

.reshenia_tab_content_5 {
}

.reshenia_tab_content_6 {
}

.pochemy {
    margin-bottom: 100px;
}

.pochemy_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    max-width: 825px;
    margin-bottom: 30px;
    display: none;
}

.pochemy_box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

.pochemy_item {
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #44444444;
    width: -webkit-fill-available;
}

.pochemy_header {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.pochemy_icon {
}

.pochemy_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
}

.pochemy_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
}

.portfolio {
    margin-bottom: 100px;
}
.portfolio_page {    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;}
.portfolio_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
}

.portfolio_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.portfolio_item {
    display: table;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
    width: -webkit-fill-available;
}

.portfolio_item img {
    width: 100%;
    margin-bottom: 10px;
}

.portfolio_name {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
}

.portfolio_bottom {
    display: flex;
    justify-content: center;
}

.portfolio_bottom a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 92% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.pochemy_imenno {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 100px;
    flex-direction: column;
}

.pochemy_imenno .title, .pochemy_imenno_item:nth-child(2), .pochemy_imenno_item:nth-child(3) {
    width: -webkit-fill-available;
}

.pochemy_imenno_item:nth-child(4), .pochemy_imenno_item:nth-child(5), .pochemy_imenno_item:nth-child(6), .pochemy_imenno_item:nth-child(7) {
    width: -webkit-fill-available;
}

.pochemy_imenno .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    display: flex;
    align-items: center;
}

.pochemy_imenno_item {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
}

.pochemy_imenno_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-align: center;
    text-transform: uppercase;
    color: #FE8705;
    margin-bottom: 20px;
}

.pochemy_imenno_desk {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2B2C2E;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cert_nav {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.cert_prev {
    background: url(../images/slick_arrow_left.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.catalog_prev {
    background: url(../images/slick_arrow_left.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}

.cert_dots {
}

.cert_dots li.slick-active {
}

.cert_dots li button {
    font-size: 0px;
    width: 10px;
    height: 2px;
    background: #44444433;
}

.cert_dots li.slick-active button {
    background: #FE8705;
}

.cert_dots ul {
    display: flex!important;
    gap: 5px;
}

.cert_dots ul li {
    cursor: pointer;
    list-style: none;
    height: 2px;
    position: relative;
    font-size: 0px;
    width: 10px;
    height: 0px;
}

.cert_next {
    background: url(../images/slick_arrow_right.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.catalog_next {
    background: url(../images/slick_arrow_right.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}


.catalog_dots li {
    cursor: pointer;
    list-style: none;
    height: 2px;
    position: relative;
    font-size: 0px;
    width: 10px;
    height: 0px;
    }
.catalog_dots li.slick-active {}

.catalog_dots li button {
    font-size: 0px;
    width: 10px;
    height: 2px;
    background: #44444433;
}

.catalog_dots li.slick-active button {
    background: #FE8705;
}


.catalog_dots ul {
    display: flex!important;
    gap: 5px;
}

.reshenia_tab_content{
	display: none;
}

.reshenia_tab_img {
    text-align: center;
}
.reshenia_tab_name {

font-style: normal;
    
font-weight: 500;
    
font-size: 24px;
    
line-height: 31px;

    
color: #444444;
    
margin-bottom: 20px;
}
.reshenia_tab_content.active{
	display: flex;
	gap: 50px;
	flex-direction: column;
}
.reshenia_tab_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-bottom: 20px;
}
.reshenia_tab_text ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.reshenia_tab_text ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-bottom: 20px;
    list-style: none;
    list-style-type: disc;
}
.reshenia_tab_text a.btn {
        background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 92% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.reshenia_tab_menu li.active a{
font-style: normal;
font-weight: 400;	
font-size: 18px;
line-height: 23px;	
color: #FFFFFF;
background-color: #FE8705;
text-decoration: none;
background-image: url(../images/arrow_menu_active.svg);
background-repeat: no-repeat;
padding: 10px 10px 10px 45px;
background-position: 8px 50%;
display: table;
}
.reshenia_tab_menu li a:hover {	
font-style: normal;	
font-weight: 400;	
font-size: 18px;	
line-height: 23px;	
color: #FFFFFF;	
background-color: #FE8705;
text-decoration: none;
background-image: url(../images/arrow_menu_active.svg);
background-repeat: no-repeat;
padding: 10px 10px 10px 45px;
background-position: 8px 50%;
display: table;
}
}

@media (max-width: 900px) {
    .baner {
        background: #F4F4F4;
        border-radius: 6px;
        display: flex;
        padding: 40px 20px;
        align-items: center;
        margin-bottom: 60px;
        flex-direction: column;
        gap: 20px;
    }

    .baner_text {
    width: 100%;
    }

    .baner_title {
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 123.19%;
        text-transform: uppercase;
        color: #3B3B3B;
        margin-bottom: 20px;
    }

    .pager_bottom {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 15px;
    }

    .baner_title span {
        color: #FE8705;
    }

    .baner_desc {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        color: #3B3B3B;
    }

    .banner_img {
    }

    .wrapp_catalog_box {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .banner_img img {
        width: 100%;
    }

    .card_body {
        margin-bottom: 40px;
    }

    .live_block {
        margin-bottom: 40px;
    }
.card_img {
    width: -webkit-fill-available;
    min-width: 100%;
}
    .card_title {
        font-size: 30px;
    }

    .card_img img {
        width: 100%;
        height: auto;
    }

    .card_container {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .card_box {
        padding: 0px;
        max-width: 100%;
        min-width: 100%;
    }

    .logo {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .mobile_link {
        display: table;
        width: 30px;
        height: 30px;
        background: url(../images/menu.svg);
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .main_menu {
        display: none;
    }

    h1, h2 {
        font-size: 34px;
    }
    .live_block_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-direction: row;
    }
    .seo_text h2 {
        font-size: 24px;
    }

    .form_ask {
        padding: 48px 20px;
    }

    .form_ask .two_input {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .form_ask .two_input .name {
        width: -webkit-fill-available;
    }

    .form_ask .two_input .phone {
        width: -webkit-fill-available;
    }

    .footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid #E0E0E0;
    }

    .header .phone a {
        font-size: 18px
    }

    .wrapp {
        padding: 0px 10px;
        width: 375px;
    }

    .single_img {
        margin-bottom: 20px;
        min-height: 350px;
        height: auto;
        width: 100%;
        display: table;
        border-radius: 6px;
    }

    .copy_m {
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        text-decoration-line: underline;
        color: #444444;
        margin-bottom: 20px;
    }

    .copy {
        display: none;
    }

    .blur-block {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        width: 100%;
        height: 100%;
        z-index: 2;
        position: fixed;
        left: 0px;
    }

    .maps {
    }

    .wrapp_catalog {
        margin-bottom: 50px;
    }

    .live_block_item {
        padding: 32px 16px;
        width: -webkit-fill-available;
        max-width: -webkit-fill-available;
        min-width: -webkit-fill-available;
    }

    .cat_link ul {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog_sidebar {
        min-width: 100%;
    }
	
	
.one_slider {
    margin-bottom: 50px;
}

.one_slider_title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin: 40px 0px;
}

.one_slider_title span {
    color: #FE8705;
}

.one_slider_box {
}

.one_slider_items_one {border-radius: 20px;overflow: hidden;}

.one_slider_item_one {
}

.one_slider_item_one img {
}

.one_slider_items_small {margin-top: -46px;}

.one_slider_items_one .slick-dots .custom-dot {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    align-items: flex-start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    display: table!important;
    width: auto!important;
}
.one_slider_items_one .slick-dots .slick-current .one_slider_item_small {
    color: #FE8705;
    background: #fff;
}
.one_slider_items_one li.slick-active .custom-dot {color: #FE8705;
    background: #fff;}

.one_slider_items_one li:hover .custom-dot {color: #FE8705;
    background: #fff;cursor:pointer;}
.one_slider_items_one .slick-dots .slick-slide:hover .one_slider_item_small {}
.one_slider_items_one .slick-dots li {list-style:none;}
.one_slider_items_one .slick-dots {list-style:none;display: flex!important;gap: 10px;position: absolute;flex-wrap: wrap;bottom: 20px;left: 0px;}


.one_slider_item_small {
}

.block_catalog {
    margin-bottom: 100px;
}

.block_catalog_title {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
}

.block_catalog_title_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
}

.block_catalog_title_desc {
    max-width: 930px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.block_catalog_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 20px;
}

.block_catalog_tab {order: 2;}

.block_catalog_tab ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.block_catalog_tab ul li {
    list-style: none;
    padding: 8px 16px;
    border: 1px solid #FFECD8;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #383545;
    text-decoration: none;
    display: table;
}

.block_catalog_tab ul li.active {
    background: #FE8705;
    color: #fff;
    border: 1px solid #FE8705;
}

.block_catalog_tab ul li a {
}

.block_catalog_tab ul li a.active {
}

.block_catalog_link {order: 1;width: 100%;}

.block_catalog_link a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 94% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
    width: -webkit-fill-available;
}

.dealer {
    background: url(../images/dealer.png);
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 100px;
    border-radius: 20px;
}

.dealer_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.dealer_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 775px;
    margin: 0 auto 40px auto;
    padding: 0% 4%;
}

.dealer_bottom {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dealer_call {
}

.dealer_call a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 88% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.dealer_phone {
}

.dealer_phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    text-decoration: none;
    background: url(../images/phone-color.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0% 50%;
}

.services {
    margin-bottom: 100px;
}

.services_header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.services_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    width: auto;
}

.services_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #7D7D7D;
}

.services_box {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    flex-direction: column;
}

.services_box_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 544px;
}

.services_list {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #2B2C2E;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #44444444;
}

.services_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.services_item {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    border-radius: 10px;
    display: table;
    padding: 98px 50px 15px 15px;
    height: 0px;
    width: 100%;
}

.cert {
    margin-bottom: 100px;
}

.cert_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
}

.cert_wrap {
}

.cert_img {
}

.cert_img img {width: -webkit-fill-available;}

.reshenia {
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.reshenia_tab {width: -webkit-fill-available;}

.reshenia_tab_title {
font-style: normal;font-weight: 500;font-size: 24px;line-height: 123.19%;
text-transform: uppercase;
color: #444444;
margin-bottom: 30px;}

.reshenia_tab_desc {
font-style: normal;font-weight: 400;font-size: 18px;line-height: 23px;
color: #444444;
margin-bottom: 30px;}

.reshenia_tab_menu {
}
.reshenia_tab_menu ul {}
.reshenia_tab_menu ul li {
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}
.reshenia_tab_menu ul li a {

  
font-style: normal;
    
font-weight: 400;
    
font-size: 18px;
    
line-height: 23px;

    
color: #444444;


    
text-decoration: none;
    
text-decoration: none;
    
background-image: url(../images/arrow_menu.svg);
    
background-repeat: no-repeat;
    
padding: 10px 10px 10px 45px;
    
background-position: 8px 50%;
    
display: table;
    
width: -webkit-fill-available;
} 
.reshenia_content {
}

.reshenia_tab_content {
}

.reshenia_tab_content_1 {
}

.reshenia_tab_content_2 {
}

.reshenia_tab_content_3 {
}

.reshenia_tab_content_4 {
}

.reshenia_tab_content_5 {
}

.reshenia_tab_content_6 {
}

.pochemy {
    margin-bottom: 100px;
}

.pochemy_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    max-width: 825px;
    margin-bottom: 30px;
    display: none;
}

.pochemy_box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

.pochemy_item {
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #44444444;
    width: -webkit-fill-available;
}

.pochemy_header {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.pochemy_icon {
}

.pochemy_name {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #2B2C2E;
}

.pochemy_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2B2C2E;
}

.portfolio {
    margin-bottom: 100px;
}
.portfolio_page {    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;}

    .portfolio_item {
        display: table;
        padding: 32px;
        border-radius: 10px;
        border: 1px solid #44444442;
        max-width: 400px;
        min-width: 270px;
        width: -webkit-fill-available;
        flex: 0 0 calc(33.333% - 20px);
        box-sizing: border-box;
    }

.portfolio_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px;
}

.portfolio_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 20px;
}

.portfolio_item {
    display: table;
    padding: 16px 16px;
    border-radius: 10px;
    border: 1px solid #44444442;
    width: -webkit-fill-available;
    width: 100%;
    max-width: -webkit-fill-available;
    min-width: -webkit-fill-available;
}

.portfolio_item img {
    width: 100%;
    margin-bottom: 10px;
}

.portfolio_name {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
}

.portfolio_bottom {
    display: flex;
    justify-content: center;
}

.portfolio_bottom a {
    background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 92% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.pochemy_imenno {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 100px;
    flex-direction: column;
}

.pochemy_imenno .title, .pochemy_imenno_item:nth-child(2), .pochemy_imenno_item:nth-child(3) {
    width: -webkit-fill-available;
}

.pochemy_imenno_item:nth-child(4), .pochemy_imenno_item:nth-child(5), .pochemy_imenno_item:nth-child(6), .pochemy_imenno_item:nth-child(7) {
    width: -webkit-fill-available;
}

.pochemy_imenno .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #444444;
    display: flex;
    align-items: center;
}

.pochemy_imenno_item {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #44444442;
}

.pochemy_imenno_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    text-align: center;
    text-transform: uppercase;
    color: #FE8705;
    margin-bottom: 20px;
}

.pochemy_imenno_desk {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2B2C2E;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cert_nav {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.cert_prev {
    background: url(../images/slick_arrow_left.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.catalog_prev {
    background: url(../images/slick_arrow_left.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}

.cert_dots {
}

.cert_dots li.slick-active {
}

.cert_dots li button {
    font-size: 0px;
    width: 10px;
    height: 2px;
    background: #44444433;
}

.cert_dots li.slick-active button {
    background: #FE8705;
}

.cert_dots ul {
    display: flex!important;
    gap: 5px;
}

.cert_dots ul li {
    cursor: pointer;
    list-style: none;
    height: 2px;
    position: relative;
    font-size: 0px;
    width: 10px;
    height: 0px;
}

.cert_next {
    background: url(../images/slick_arrow_right.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}
.catalog_next {
    background: url(../images/slick_arrow_right.png);
    width: 43px;
    height: 43px;
    cursor: pointer;
}


.catalog_dots li {
    cursor: pointer;
    list-style: none;
    height: 2px;
    position: relative;
    font-size: 0px;
    width: 10px;
    height: 0px;
    }
.catalog_dots li.slick-active {}

.catalog_dots li button {
    font-size: 0px;
    width: 10px;
    height: 2px;
    background: #44444433;
}

.catalog_dots li.slick-active button {
    background: #FE8705;
}


.catalog_dots ul {
    display: flex!important;
    gap: 5px;
}

.reshenia_tab_content{
	display: none;
}

.reshenia_tab_img {
    text-align: center;
}
.reshenia_tab_name {

font-style: normal;
    
font-weight: 500;
    
font-size: 24px;
    
line-height: 31px;

    
color: #444444;
    
margin-bottom: 20px;
}
.reshenia_tab_content.active{
	display: flex;
	gap: 50px;
	flex-direction: column;
}
.reshenia_tab_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-bottom: 20px;
}
.reshenia_tab_text ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.reshenia_tab_text ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #444444;
    margin-bottom: 20px;
    list-style: none;
    list-style-type: disc;
}
.reshenia_tab_text a.btn {
        background-repeat: no-repeat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    background-position: 92% 50%;
    padding: 16px 48px 16px 24px;
    border-radius: 6px;
    display: table;
    background-image: url(../images/arrow_right_hover.svg);
    border: 1px solid #FE8705;
    background-color: #FE8705;
    color: #fff;
}

.reshenia_tab_menu li.active a{
font-style: normal;
font-weight: 400;	
font-size: 18px;
line-height: 23px;	
color: #FFFFFF;
background-color: #FE8705;
text-decoration: none;
background-image: url(../images/arrow_menu_active.svg);
background-repeat: no-repeat;
padding: 10px 10px 10px 45px;
background-position: 8px 50%;
display: table;
}
.reshenia_tab_menu li a:hover {	
font-style: normal;	
font-weight: 400;	
font-size: 18px;	
line-height: 23px;	
color: #FFFFFF;	
background-color: #FE8705;
text-decoration: none;
background-image: url(../images/arrow_menu_active.svg);
background-repeat: no-repeat;
padding: 10px 10px 10px 45px;
background-position: 8px 50%;
display: table;
}
}

@media (max-width: 500px) {
    .single_img {
        margin-bottom: 20px;
        min-height: 233px;
        height: auto;
        width: 100%;
        display: table;
        border-radius: 6px;
    }

    .live_block_item {
        max-width: -webkit-fill-available;
        min-width: -webkit-fill-available;
    }
}


.ajax_search {
    position: relative;
}

.ajax_search_results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 50;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.search_ajax_item {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.search_ajax_item a {
    font-weight: 600;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #2B2C2E;
    margin-bottom: 10px;
    text-decoration: none;
}

.search_ajax_desc {
    font-size: 14px;
    margin-top: 4px;
}
.maps {border-radius:10px;overflow:hidden;}
.maps iframe {width:100%;height:100%;}