a {
    transition-delay: 0.2s;
}

a:visited {
    color: var(--color-grey);
}

* {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    color: var(--color-black);
}

:root {
    --color-primary: #063971;
    --color-fly: #F5F5F8;
    --color-blue: #4D81C2;
    --color-black: #2B2A28;
    --color-white: #fff;
    --color-text-black: #2B2A28;
    --color-text-gray: #505050;
    --color-primary-button: #063971;
    --color-text-validation: #605DEC;
    --color-text-error: #F93232;
    --color-text-validation: #FFB82E;
    --color-text-successr: #439F6E;
}

button,
.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 200px;
    height: 54px;
    background: var(--color-primary);
    border-radius: 8px;
    color: var(--color-white);
}

button a, .open-popup1 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

section {
    max-width: 1920px;
    margin: 0 auto;
}

.main_container {
    width: 1160px;
    margin: 0 auto;
}

header .header_info {
    background: var(--color-primary);
}

header .header_info .main_container {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

header .soc_icons {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

header .soc_icons span {
    font-size: 18px;
    line-height: 25px;
    margin-right: 20px;
    color: var(--color-white);
}

#search {
    width: 200px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 10px 0 0;
}

#search .input-lg {
    height: 34px;
    border-radius: 20px 0 0 20px;
}

.btn-default {
    color: var(--color-primary);
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

#search .btn-lg {
    text-shadow: none;
    height: 31px;
    width: 16px;
    padding: 0;
}

.btn {
    border: none;
    box-shadow: none;
}

#search .form-control {
    border: none;
}

footer a,
.block_row_top .block_column1>div a img,
header .soc_icons a img {
    transition-delay: 0.2s;
}

.block_row_top .block_column1>div a img:hover,
header .soc_icons a img:hover {
    transform: rotate(25deg);
}

header .phone {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

header .phone span,
header .phone a {
    font-size: 18px;
    line-height: 25px;
    color: var(--color-white);
    transition-delay: 0.2s;
}

header .header_menu {
    padding: 24px 0;
    border-bottom: 1px solid var(--color-primary);
    position: relative;
    z-index: 44;
}

li {
    list-style: none;
}

header .header_menu li a {
    font-size: 18px;
    line-height: 25px;
    color: var(--color-text-black);
    text-transform: uppercase;
    transition-delay: 0.2s;
}

header .header_menu li a:hover,
header .phone a:hover,
footer a:hover,
.block_column2_inner>div a:hover {
    color: var(--color-blue);
}

.captionBlack a:hover {
    color: var(--color-blue) !important;
    background-color: transparent !important;
}

header .header_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 0px;
}

.section_row_1 {
    background: url(/image/catalog/home/bg2.png);
    background-repeat: no-repeat;
    padding: 90px 0;
    margin: 40px auto 20px auto;
}

.section_row_1 .main_container {
    display: flex;
    gap: 70px;
}

.section_row_1 .main_container .column_right .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 15px;
    width: 360px;
    height: 156px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(6, 57, 113, 0.12);
    backdrop-filter: blur(8px);
    border-radius: 20px;
}

.section_row_1 .main_container .column_right {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    gap: 10px;
}

.section_row_1 .main_container .column_left {
    width: 30%;
}

h2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 25px;
}

.section_row_1 .main_container .column_right .box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

.section_row_1 .main_container .column_right .box span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-gray);
}

.section_row_2,
.section_row_3 {
    padding: 50px 0;
}

.section_row_2 .content .box {
    display: flex;
    gap: 55px;
}

.section_row_2 .content .box>div {
    padding: 45px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_row_2 .content {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.section_row_2 .content .box {
    background: var(--color-fly);
}

.section_row_2 .content .box>div p {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}

.section_row_2 .content .box>div span {
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-gray);
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.section_row_2 .content .box>div span.color_blue {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-top: 20px;
    color: var(--color-primary);
}

.section_row_3 {
    background: var(--color-fly);
}

.section_row_3 .main_container>p {
    font-family: 'Fira Sans Extra Condensed';
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.section_row_3 .main_container .box {
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.section_row_3 .main_container .box:first-child {
    background: url(/image/catalog/home/brend_bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_row_3 .main_container .box:nth-child(2) {
    background: url(/image/catalog/home/brend_bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_row_3 .main_container .box:nth-child(3) {
    background: url(/image/catalog/home/brend_bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_row_3 .main_container .box h3 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin: 23px 0 10px 0;

}

.section_row_3 .main_container .box span {
    font-size: 16px;
    line-height: 140%;
    color: #2B2A28;
    opacity: 0.6;
    margin-bottom: 25px;
    text-align: center;
    width: 360px;
    display: block;
}

.section_row_3 .main_container .content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.section_row_4 {
    padding: 0 0 60px 0;
}

.section_row_4 .content .box:first-child {
    background: no-repeat url(/image/catalog/home/equipment_img1.png) 100%;
}

.section_row_4 .content .box:nth-child(2) {
    background: no-repeat url(/image/catalog/home/equipment_img2.png) 100%;
}

.section_row_4 .content .box:nth-child(3) {
    background: no-repeat url(/image/catalog/home/equipment_img3.png) 100%;

}

.section_row_4 .content .box {
    padding: 135px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
    height: 590px;
    border-radius: 20px;
    position: relative;
}

.section_row_4 .content {
    display: flex;
    gap: 40px;
}

.section_row_4 .content .box h3 {
    font-family: 'Fira Sans Extra Condensed';
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: var(--color-text-black);
    margin-bottom: 10px;
    text-align: center;
}

.section_row_4 .content .box span {

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #2B2A28;
    opacity: 0.6;
    margin-bottom: 90px;
}

.section_row_4 .content .box button {
    position: absolute;
    bottom: 130px;
    width: fit-content;
}

.section_row_5 {
    background: var(--color-fly);
    padding: 30px 0;
}

.section_row_5 .content .box {
    border-radius: 20px;
    padding: 25px;
    width: 360px;
    height: 390px;

}

.section_row_5 .content .box:first-child {
    background: no-repeat url(/image/catalog/home/step_img1.png) 100%;
}

.section_row_5 .content .box:nth-child(2) {
    background: no-repeat url(/image/catalog/home/step_img2.png) 100%;
}

.section_row_5 .content .box:nth-child(3) {
    background: no-repeat url(/image/catalog/home/step_img3.png) 100%;
}

.section_row_5 .content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.section_row_5 .content .box p {
    border-radius: 25px;
    background: var(--color-primary);
    width: 95px;
    height: 31px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-white);
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_row_5 .content .box span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--color-text-gray);
}

.section_row_6 {
    padding: 60px 0 60px;
}

.section_row_6 .main_container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.section_row_6 .main_container .box {
    width: 48%;
    padding: 130px 35px 145px 35px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    height: 706px;
}

.section_row_6 .main_container .box:first-child {
    background: no-repeat url(/image/catalog/home/installation_img.png) 100%;
}

.section_row_6 .main_container .box:last-child {
    background: no-repeat url(/image/catalog/home/service_img.png) 100%;
}

.section_row_6 .main_container .box h3 {
    text-align: center;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: var(--color-primary);
}

.section_row_6 .main_container .box div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_row_6 .main_container .box div span {
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-gray);
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: flex-start;
}

.section_row_6 .main_container .box button {
    margin: 0 auto;
    position: absolute;
    bottom: 145px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}

footer section {
    padding: 40px 0;
    border-top: 1px solid var(--color-primary);
}

.block_row_top,
.block_row_center {
    display: flex;
    gap: 90px;
}

.block_row_top .block_column1 {
    width: 310px;
}

.block_row_center .block_column3 {
    margin-left: 200px;
}

.block_row_top>div>a,
.block_row_top>div h3 {
    margin: 0;
    margin-bottom: 45px;
    display: block;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.block_row_top .block_column1>div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.block_row_top .block_column1>div>div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.block_row_top .block_column1>div>div span {
    margin-right: 22px;
    display: block;
}

.block_row_top .block_column1>div>div span,
.block_row_top .block_column1>div>a,
.block_row_top .block_column1>div>span a,
.block_row_top .block_column1>div>span {
    font-size: 16px;
    line-height: 140%;
    color: var(--color-black);
}

.block_column2_inner>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.block_column2_inner>div>img {
    margin-top: 10px;
}

.block_column2_inner {
    display: flex;
    gap: 100px;
}

.block_column2_inner>div a {
    color: var(--color-black);
    font-size: 18px;
    line-height: 25px;
    transition-delay: 0.2s;
}

.block_row_center {
    margin-top: 80px;
}

.block_row_center .block_column1 {
    font-size: 14px;
    line-height: 140%;
    color: var(--color-black);
    opacity: 0.6;
}

.breadcrumb {
    margin: 50px 0 10px 0;
    padding: 8px 0;
    border: none;
    background-color: transparent;
}

.product_description {
    width: 35%;
}

.product_description .product_info {
    border-right: 1px solid var(--color-black);
    padding-right: 30px;
}

.product_img {
    width: 45%;
    padding: 0;
    margin-left: 0px;
    margin-right: 60px;
}

.product_content .row {
    display: flex;
}

.fa.fa-star-o {
    color: var(--color-primary);
}

.fa-star-o:before {
    margin-right: 15px;
}

i.fa.fa-star-o {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-black);
}

.image-additional a {
    padding: 0;
    border: none;
    width: 119px;
    height: 111px;
    background: #ECF3F7;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnails .image-additional {
    margin-left: 8px;
    width: 120px;
    display: block;
    max-width: 120px;
}

.thumbnail {
    background-color: #ECF3F7;
    mix-blend-mode: normal;
    border-radius: 20px;
    margin-bottom: 15px;
    border: none;
    padding: 0;
}

.thumbnails>li:first-child {
    margin-left: 0px;
    border: none;
    max-width: 500px;
    max-height: 393px;
}

.product_info h1 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: var(--color-black);
    margin-bottom: 24px;
}

.thumbnails .image-additional:nth-child(2) {
    margin-left: 0px;
}

.breadcrumb>li:after {
    top: 4px;
    right: -2px;
    width: 0;
    height: 13px;
    border-left: 1px solid #DDD;
    -webkit-transform: rotate(102deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.breadcrumb>li {
    padding: 0 5px;
}

.breadcrumb li a {
    color: #6C6C6C;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.breadcrumb li:last-child a {
    color: #4D81C2;
}

.breadcrumb>li:last-child:after {
    border: none;
}

#product-category h1 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    ;
    margin-bottom: 25px;
}

.catalog-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 60px;
}

.catalog-content .content_column_left {
    width: 260px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.catalog-content .content_column_left .box,
.catalog-content .content_column_right .box {
    width: 260px;
    background: #ECF3F7;
    border-radius: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
}

.catalog-content .content_column_right .box img {
    height: 270px;
}

.catalog-content .content_column_right .box {
    width: 300px;
    height: 100%;
    padding: 50px 20px 0 20px;
    position: relative;
}

.catalog-content .content_column_right .box h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;
}

.catalog-content .content_column_right .box span:nth-child(3) {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    opacity: 0.7;
    margin-bottom: 20px;
    height: 58px;
}

.catalog-content .content_column_right .box span:nth-child(4) {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.catalog-content .content_column_right .box button {
    position: absolute;
    bottom: 17px;
}

.catalog-content .content_column_left .box h2 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.catalog-content .content_column_left .box img {
    height: 193px;
}

.catalog-content .content_column_right {
    display: flex;
    gap: 5px;
}

.product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 360px;
    height: 650px;
    position: relative;
    border: none;
}

.product-info.product-thumb {
    overflow: hidden;
}

.product_forms {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}

.product-info .price_info {
    margin-top: 20px;
}

.product-list .product-info.product-thumb .caption {
    margin: 0;
    padding: 0;
}

.product-info .image {
    width: 360px;
    height: 343px;
    background: #ECF3F7;
    mix-blend-mode: normal;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container h1 {
    margin: 0;
}

.product-info .caption h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    margin: 30px 0 15px 0;
}

.product-info .caption span {
    font-weight: 800;
}

.product-info .caption button {
    position: absolute;
    bottom: 0;
}

.products-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_content_top_right button {
    font-weight: 400;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-black);
    width: fit-content;
}

.product_content_top_right button img {
    margin-right: 15px;
}

.product_content_top_right .btn-group>.btn {
    font-size: 16px;
}

.product_content_top_right button input[type=checkbox] {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    border: 1px solid #063971;
}

.product_content {
    width: 1160px;
    margin: 0 auto;
}

.product_content_top {
    display: flex;
}

.product_content_top_right {
    width: 250px;
}

.product_content_top_right {
    width: 20%;
    padding-left: 20px;
}

.product_content_bottom {
    margin: 70px 0 180px 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    border: none;
    color: var(--color-black);
    border-bottom: 1px solid #063971;
}

.nav-tabs>li {
    width: 30%;
    text-align: center;
}

.nav-tabs>li>a {
    color: var(--color-black);
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
}

.product-list {
    width: 360px;
}

.section_banner {
    /*background: url(/image/catalog/home/main_bg.png);
    border-radius: 40px;
    height: 753px;*/
    margin-bottom: 128px;
    position: relative;
    display: flex;
    flex-direction: column;
}

/*.section_banner .main_container>img {
    position: absolute;
    bottom: -50px;
}*/
.captionBlack, .captionOrange {
    left: 10% !important;
    /*top: 10% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
}

.section_banner .main_container h1,
.section_banner .main_container>h1>span {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    width: 500px;
    text-align: center;
    color: var(--color-black);
}

.section_banner .main_container>h1>span {
    color: var(--color-primary);
}

.section_banner .main_container>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 45px;
    display: block;
    width: 474px;
}

.section_banner .main_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* margin-top: 100px; */
}

.jssorb03 {
    display: none;
}

.section_banner .main_container .box_btn {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.section_banner .main_container .box_btn button {
    width: fit-content;
}

.see_also {
    margin: 60px 0;
}

.see_also_inner {
    display: flex;
    gap: 40px;
}

.see_also_inner .box {
    border-radius: 20px;
}

.see_also_inner .box h3 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.see_also_inner .box>div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: var(--color-primary);
    border-radius: 0 0 20px 20px;
}

.see_also_inner .box>div button {
    background: var(--color-white);
}

.see_also_inner .box>div button a {
    color: var(--color-primary);
}

.bottom_content .see_also {
    margin: 60px auto;
    width: 1160px;
}

.icons_info {
    margin: 0px 0 13px;
}

.icons_info .main_container {
    display: flex;
    justify-content: flex-end;
}

.icons_info .main_container>div {
    display: flex;
    gap: 30px;
}

#cookies-block .container {
    justify-content: space-between;
    display: flex;
    padding: 20px 10px;
    align-items: center;
    gap: 100px;
}

#cookies-block .cookies_left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

#cookies-block .cookies_left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.6;
}


#cookies-block {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.simpleajaxform-layout {
    padding: 60px;
    border-radius: 20px;
    background: no-repeat url(/image/catalog/form.png) 100%/100%;
    display: flex;
    justify-content: space-between;
    height: 470px;
    margin: 60px 0 !important;
}

.fancybox-skin,
.fancybox-skin .simpleajaxformwrap .fancybox-inner {
    background: var(--color-primary) !important;
}

#simpleajaxform39_result {
    color: var(--color-white);
}

.fancybox-skin .simpleajaxformwrap {
    background: var(--color-primary);
}

.fancybox-skin .simpleajaxformwrap h3,
.fancybox-skin .simpleajaxformwrap label {
    color: var(--color-white);
}

.fancybox-skin .simpleajaxformwrap button {
    background: var(--color-white);
    color: var(--color-primary);
}

.simpleajaxform-layout input,
.simpleajaxform-layout textarea {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    width: 360px;
    height: 60px;
    background: transparent;
    color: var(--color-white);
    position: relative;
}

.simpleajaxformwrap {
    border: none !important;
    width: 390px !important;
    padding: 15px !important;
    overflow: visible !important;
}

.simpleajaxform-layout textarea {
    width: 360px;
    height: 60px;
    max-height: 100px;
    min-height: 60px;
    max-width: 360px;
    min-width: 360px;
    padding: 20px;
}

.simpleajaxform-layout button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 360px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50px;
    color: var(--color-primary);
}

.simpleajaxform-layout .form-group {
    position: relative;
}

.simpleajaxform-layout .form-group label {
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--color-fly);
}

.privacy_policy {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin-top: 15px;
    color: var(--color-white);
}

.simpleajaxform-layout h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    width: 400px;
}

.simpleajaxform38_result {
    font-size: 24px;
    color: var(--color-white);
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    background-color: var(--color-primary);
    height: 3px;
    width: 100%;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.about_banner {
    background: url(/image/catalog/about_company/about_bg.png);
    height: 550px;
    margin-bottom: 100px !important;
}

.about_banner .main_container {
    height: 100%;
    margin-top: 0;
}

.section_faq .main_container>img:last-child {
    position: absolute;
    bottom: -15px;
}
.about_banner .main_container>img:last-child {
    position: absolute;
    bottom: -50px;
}
.about_banner .main_container>img:first-child {
    border-radius: 40px;
}


.section_faq {
    background: url(/image/catalog/home/main_bg.png);
    height: 515px;
    background-size: 100% 100%;
    justify-content: center;
}

.section_banner.section_faq .main_container .box_btn {
    justify-content: center;
    position: absolute;
    bottom: 100px;
    align-items: flex-end;
}

.section_banner {
    /* border-radius: 40px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    max-width: 1440px;
}

.section_banner>img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    bottom: -70px;
}

.about_banner .main_container>span:nth-child(3) {
    opacity: 0.8;
}

.about_banner .main_container>span {
    margin-bottom: 10px;
}

.section_row_7 h2,
.section_row_7 h2 span {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    font-family: 'Fira Sans Extra Condensed';
}

.section_row_7 h2 span {
    color: var(--color-primary);
}

.section_row_7 .content {
    display: flex;
    gap: 40px;
    flex-direction: row;
    margin-top: 45px;
}

.section_row_7 .content .column_right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section_row_7 .content .column_right .box>div,
.section_row_9 .content_top .column_left .box>div {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
}

.section_row_7 .content .column_right .box>div span,
.section_row_9 .content_top .column_left .box>div span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    opacity: 0.8;
}

.section_row_7 .content .column_right .box>span,
.section_row_9 .content_top .column_left .box>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    opacity: 0.8;
}

.section_row_8 {
    margin: 60px auto;
}

.section_row_8 .main_container {
    background: url(/image/catalog/about_company/about_bg2.png);
    border-radius: 40px;
    height: 423px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
}

.section_row_8 .main_container p {
    color: var(--color-white);
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
}

.section_row_9 {
    padding: 90px 0;
    background: var(--color-fly);
    position: relative;
}

.section_row_9 .content_top {
    display: flex;
    gap: 360px;
}

.section_row_9 .content_top .column_left h2 {
    margin: 0;
    margin-bottom: 15px;
}

.section_row_9 .content_top .column_left>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 35px;
    display: block;
}

.section_row_9 .content_top .column_left .box {
    margin-bottom: 40px;
}

.section_row_10 {
    margin: 0px auto 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/image/catalog/about_company/about_img2.png);
    height: 400px;
    background-size: 1000px 456px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

.section_row_10 p,
.section_row_10 p span {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    width: 550px;
}

.section_row_10 p span {
    color: var(--color-primary);
}

.section_row_10 img {
    width: 1040px;
    height: 456px;
}

.section_row_10 .main_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section_row_11 .main_container {
    background: url(/image/catalog/about_company/about_bg3.png);
    border-radius: 40px;
    height: 423px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 240px;
}

.section_row_11 .main_container span {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.section_row_11 .main_container button {
    margin-top: 35px;
}

.section_row_12 {
    margin: 60px auto;
}

.section_row_12 .main_container h2,
.section_row_12 .main_container h2 span {
    text-align: center;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
}

.section_row_12 .main_container h2 span {
    color: var(--color-primary);
}

.section_row_12 .main_container .content {
    display: flex;
    gap: 73px;
    align-items: center;
}

.section_row_12 .main_container .content .column_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_row_12 .main_container .content .column_left span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    opacity: 0.8;
}

.section_row_13 .main_container>span {
    display: block;
    width: 50%;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-text-gray);
}

.section_row_13 .main_container .content {
    display: flex;
    margin-top: 25px;
    gap: 40px;
}

.section_row_13 .main_container .content .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    gap: 15px;
    width: 360px;
    background: #ECF3F7;
    border-radius: 20px;
}

.section_row_13 .main_container .content .box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.section_row_13 .main_container .content .box span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-text-gray);
}

.section_row_13 .main_container .text {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    width: 700px;
    margin: 68px auto 0 auto;
}

.section_row_13 .main_container .text span {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: var(--color-primary);
}

.bottom_content>.row {
    width: 1160px;
    margin: 0 auto;
}

.service_banner {
    background: url(/image/catalog/service/service_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 515px;
    justify-content: center;
}

.service_banner .main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: row;
    gap: 180px;
    padding: 0 140px;
}

.section_banner.service_banner>div>div .service_banner .main_container h1,
.service_banner .main_container h1 span {
    font-family: 'Fira Sans Extra Condensed';
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    text-align: left;
    margin-top: 45px;
    width: 540px;
}

.service_banner .main_container h1 span {
    color: var(--color-primary);
}

.service_banner .column_left>span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0 25px;
}

.service_banner .main_container .box_btn {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    position: absolute;
    bottom: 175px;
    left: 150px;
    align-items: flex-end;
}

.service_banner .main_container .column_right {
    width: 650px;
    background: rgba(246, 246, 245, 0.89);
    border-radius: 20px;
    padding: 30px 30px 30px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service_banner .main_container .column_right span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.service_banner .main_container .column_right span img {
    margin-right: 15px;
}

.section_row_14 .content {
    display: flex;
    gap: 40px;
    margin-top: 25px;
}

.section_row_14 .content .box {
    padding: 25px;
    background: #ECF3F7;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 31%;
}

.section_row_14 .content .box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.section_row_14 .content .box span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #505050;
}

.section_row_14 {
    margin: 60px auto;
}

.section_banner.service_banner .main_container>img:last-child {
    position: absolute;
    bottom: -130px;
}

.service_banner .main_container h1 {
    text-align: left;
}

.section_row_15 {
    padding: 45px 0;
    background: var(--color-fly);
}

.section_row_15 .main_container {
    display: flex;
    gap: 60px;
}

.section_row_15 .main_container h3 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    margin: 0;
    margin-bottom: 20px;
}

.section_row_15 .main_container span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.section_row_15 .main_container .box_btn {
    margin-top: 50px;
    display: flex;
    gap: 40px;
}

.section_row_15 .main_container .box_btn button {
    width: fit-content;
}

.section_row_16 .main_container .box_btn button {
    width: 100%;
}

.section_row_15 .main_container .content_left p {
    margin-top: 35px;
}

.section_row_15 .main_container .content_left p,
.section_row_15 .main_container .content_left p span {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.section_row_15 .main_container .content_left p span {
    color: var(--color-primary)
}

.section_row_16 .main_container .add_style {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_row_16 .main_container .add_style>span img {
    margin-right: 15px;
}

.section_row_16 .main_container .add_style>span {
    font-weight: 400;
}

.section_row_16 .main_container .add_style>span>span {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.section_row_15 .main_container .add_style2 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
    display: block;
}

.section_row_15:last-child .main_container {
    align-items: flex-end;
}

.question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
}

.question .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 32px;
    margin-right: 10px;
    transform: rotate(0deg);
    transition: transform 0.2s ease-out;
    color: var(--color-primary);
}

.answer {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}

.answer.hidden {
    max-height: 0 !important;
    opacity: 0 !important;
}

.answer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 20px;
}

.box_question {
    padding: 25px 0;
    border-top: 1px solid #063971;
}

.section_row_18 .main_container {
    display: flex;
    gap: 170px;
}

.section_row_18 .main_container .left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section_row_18 .main_container .left .left_box1,
.section_row_18 .main_container .left .left_box2,
.section_row_18 .main_container .left .left_box3,
.section_row_18 .main_container .left .left_box4 {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.section_row_18 .main_container .left span,
.section_row_18 .main_container .left span a,
.section_row_18 .main_container .left .left_box2>div>div a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.section_row_18 .main_container .left .left_box2 p,
.section_row_18 .main_container .left .left_box3 p,
.section_row_18 .main_container .left .left_box4 p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

.section_row_18 .main_container .left span img {
    margin-right: 25px;
}

.left_box3 div:nth-child(2) {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

#information-contact h1 {
    margin: 0;
    margin-bottom: 25px;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
}

#information-contact .content {
    padding: 0;
}

.section_row_18 .main_container .service {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 48px;
}

.section_row_18 .main_container .service span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.alert-success {
    background-color: var(--color-fly);
}

#account-wishlist button {
    display: inline-block;
}

#account-wishlist .btn-danger {
    background-color: transparent;
    background-image: none;
}

#account-wishlist .btn-danger:hover {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.add_style2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well p,
.well span,
.well p span,
.tab-content p,
.tab-content span,
.tab-content li {
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: 'Manrope', sans-serif !important;
}

#product-compare .text-center button {
    width: 160px;
    height: 54px;
    margin: 30px auto;
}

.section_row_19 .main_container p {
    width: 641px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    opacity: 0.7;
    margin: 0 auto;
}

.section_row_19 {
    margin: 30px auto 90px auto;
}

.recommended_product,
.search_product_container .product-grid {
    width: 360px;
}

.recommended_product>div,
.search_product_container .product-thumb {
    border-radius: 20px;
    border: none;
}

.recommended_product .product-thumb .image,
.search_product_container .product-thumb .image {
    text-align: center;
    background: #ECF3F7;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommended_product .product-thumb .caption {
    background: var(--color-primary);
    padding: 20px 20px 30px 20px;
    height: 360px;
    position: relative;
}

.search_product_container .product-thumb .caption {
    background: var(--color-primary);
    padding: 20px 20px 30px 20px;
    height: 300px;
    position: relative;
}

.recommended_product .product-thumb .caption h3,
.search_product_container .product-thumb .caption h4 a {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    color: var(--color-white);
}

.recommended_product .product-thumb .caption>p {
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: var(--color-white);
    margin: 0 0 5px;
}

.search_product_container .product-thumb .caption>p {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: var(--color-white);
    margin: 0 0 10px;
}

.recommended_product .product-thumb .caption button {
    background: var(--color-white);
    position: absolute;
    bottom: 30px;
}

.recommended_product .product-thumb .caption button a {
    color: var(--color-primary);
}

.bottom_content>.row.recommended_container {
    margin: 60px auto;
}

.recommended_container h2 {
    margin-bottom: 76px;
}

.recommended_content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.main_container.top {
    display: flex;
    padding: 25px 0 0;
    align-items: flex-start;
    gap: 100px;
}

.main_container_left,
.main_container_right {
    width: 45%;
}

.main_container_left aside,
.main_container_right aside {
    width: 100%;
}

.main_container_right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.main_container_left h1 {
    margin: 0;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 46px;
}

.swiper-viewport {
    border: none;
    box-shadow: none;
}

.search_product_container {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.product-thumb .button-group button {
    width: 45%;
    float: none;
    line-height: 0;
}

.product-thumb .button-group button+button {
    width: 45%;
}

.product-list .product-thumb .caption {
    margin-left: 0px;
}

.search_product_container .product-thumb {
    display: flex;
    flex-direction: column;
}

.btn-group>.btn:first-child {
    width: 210px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.btn-group button.image-1 {
    background: url(/image/catalog/product/star.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 235px;
}

.btn-group button.image-2 {
    background: url(/image/catalog/product/Star_full.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 235px;
}

.attribute_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product_attr_wishlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.product_attr_wishlist>p {
    margin-right: 10px;
    margin-bottom: 5px;
}

.product_name a {
    font-size: 16px;
}

.product_name h2 {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
    right: calc(2%);
}

#toTop {
    position: fixed;
    display: inline-block;
    bottom: 30px;
    right: -40px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: 4px solid var(--color-primary);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

#toTop svg {
    position: relative;
    top: 12px;
    right: -1px;
    fill: var(--color-primary);
    transition: all .3s ease-in-out;
}

.running_line .content_bottom span {
    color: rgba(0, 0, 0, .1);
    flex: 0 0 620px;
    font-size: 128px;
    font-weight: 600;
    line-height: 175px;
    text-align: center;
    width: 620px;
    display: block;
}

.running_line .content_bottom {
    align-items: center;
    animation: runningLineAnimation 10s linear infinite;
    display: flex;
}

.running_line {
    max-width: 100%;
    overflow: hidden;
}

.list-unstyled button {
    margin-top: 30px;
}

.btn-default:hover {
    color: #333;
    background-color: transparent;
}

.price_info {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.list-param {
    font-size: 16px;
    margin: 10px;
}

.alert-success.alert-dismissible {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    justify-content: center;
}

.podcategory_box {
    width: 360px;
    height: 535px;
    position: relative;
    margin-bottom: 60px;
}

.podcategory_box img {
    border-radius: 20px;
    width: 360px;
    height: 343px;
}

.panel-default {
    border: 1px solid #BBB9B9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.podcategory_box h2 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin: 15px 0 40px;
}

.podcategory_box h2 a {
    color: var(--color-black);
}

.podcategory_box_img {
    background: #ECF3F7;
    border-radius: 20px;
    border: 1px solid #ECF3F7;
}

.podcategory_box button {
    position: absolute;
    bottom: 0;
}

.podcategory {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.icons_info.form-group a {
    display: flex;
    align-items: flex-end;
}

.list-group a {
    padding: 8px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.list-group-item {
    border: none;
}

.breadcrumb>li>span {
    font-size: 16px;
    color: var(--color-blue);
}

.contact-running-line {
    margin-top: 60px;
}

@keyframes runningLineAnimation {
    0% {
        transform: translateX(-620px)
    }

    to {
        transform: translateX(-1240px)
    }
}

.filter-icon, #close {
    display: none;
}

.running_line_contact .content_bottom span {
    flex: 0 0 470px;
    width: fit-content;
}


#container_run-line {
    height: 50px;
    /* Высота строки */
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    line-height: 50px;
    /* Высота строки */
}

#content_run-line {
    height: 50px;
    /* Высота строки */
    padding-left: 10px;
    animation: marquee 20s linear infinite;
    display: flex;
    align-items: center;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee span {
    animation: marquee 20s linear infinite;
    color: rgba(0, 0, 0, .1);
    flex: 0 0 620px;
    font-size: 128px;
    font-weight: 600;
    line-height: 175px;
    text-align: center;
    width: 620px;
    display: block;
    text-transform: uppercase;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.bottom_content>.row {
    width: 1160px;
    margin: 0 auto;
}

.bottom_content>div:nth-child(2) {
    margin: 0 auto;
    width: 1160px;
}

/*.bottom_content>div:nth-child(1) {
    margin-top: 80px;
}*/

.table-wishlist.table-bordered>tbody>tr>td {
    border: none;
}

.table-wishlist.table-bordered>tbody>tr {
    border-bottom: 1px solid var(--color-primary);
}

.table-wishlist.table-bordered {
    border: none;
    margin-bottom: 50px;
}

.table_last_column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.table_last_column a,
.icons_info.form-group a {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.table_last_column span,
.icons_info span {
    background: var(--color-blue);
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-fly);
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 17px;
}

.table_last_column span {
    right: -5px;
}

.btn-danger {
    width: fit-content;
    background-color: var(--color-blue);
    background-image: var(--color-blue);
    border-color: var(--color-blue);
}

.popUp1_top {
    background: #F5F5F8;
    padding: 60px 0;
}

.popUp1_top .content {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.popUp1_top .content .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    gap: 15px;
    text-align: center;
}

.popUp1_top .content .box>img {
    width: 60px;
}

.popUp1_bottom {
    background: no-repeat url(/image/catalog/service/work_bg.png) center/100% 100%;
    padding: 30px 0;
}

.content-table {
    margin-top: 42px;
}

.content-table table {
    width: 100%;
    background: var(--color-white);
    text-align: center;
}

.row-first {
    background: var(--color-primary);
}

.row-first th {
    padding: 24px;
    color: var(--color-fly);
    text-align: center;
    font-size: 18px;
    font-family: Manrope;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid var(--color-white);
}

.row-first th span {
    font-size: 16px;
    font-family: Manrope;
    line-height: 140%;
    color: var(--color-white);
}

.popUp1_bottom .content {
    display: flex;
    gap: 72px;
}

.popUp1_bottom .content .content-left {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(6, 57, 113, 0.12);
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 45%;
    font-size: 18px;
    font-family: Manrope;
    font-weight: 600;
}

.popUp1_bottom .content .content-left span {
    font-size: 16px;
    font-family: Manrope;
    line-height: 140%;
}

.popUp1_bottom .content .content-left span img {
    margin-right: 5px;
}

.popUp1_bottom .content .content-right {
    font-size: 32px;
    font-family: Fira Sans Extra Condensed;
    font-weight: 600;
    line-height: 110%;
    WIDTH: 50%;
}

.popUp1_bottom .content .content-right span {
    color: var(--color-primary);
    font-size: 32px;
    font-family: Fira Sans Extra Condensed;
    font-weight: 600;
}

.popUp2_bottom {
    padding: 60px 0;
}

.popUp2_bottom .main_container {
    background: no-repeat url(/image/catalog/service/work2_bg.png) center/100%;
    height: 860px;
    position: relative;
}

.popUp2_bottom .main_container span {
    font-size: 16px;
    font-family: Manrope;
    line-height: 140%;
    text-align: center;
    display: inline-block;
}

.popUp2_bottom .main_container .span-1 {
    position: absolute;
    left: 18%;
    top: 12%;
}

.popUp2_bottom .main_container .span-2 {
    position: absolute;
    right: 11%;
    top: 3%;
}

.popUp2_bottom .main_container .span-3 {
    position: absolute;
    left: 3%;
    top: 28%;
}

.popUp2_bottom .main_container .span-4 {
    position: absolute;
    right: 0;
    top: 15%;
}

.popUp2_bottom .main_container .span-5 {
    top: 45%;
    position: absolute;
    left: 0;
}

.popUp2_bottom .main_container .span-6 {
    position: absolute;
    right: 5%;
    top: 37%;
}

.popUp2_bottom .main_container .span-7 {
    position: absolute;
    left: 6%;
    bottom: 23%;
}

.popUp2_bottom .main_container .span-8 {
    position: absolute;
    right: 13%;
    bottom: 30%;
}

.popUp2_bottom .main_container .span-9 {
    position: absolute;
    left: 20%;
    bottom: 9%;
}

.popUp2_bottom .main_container .span-10 {
    position: absolute;
    right: 17%;
    bottom: 13%;
}

.popUp2_top h2 {
    text-align: center;
}

#simpleajaxform38_result {
    color: var(--color-white);
    font-size: 24px;
}

.section_row_13 {
    margin-bottom: 60px;
}

.section_row_18 .main_container .left .left_box2>div {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.section_row_18 .main_container .left .left_box2>div>div {
    display: flex;
    flex-direction: column;
}

#account-wishlist button.order-product {
    display: flex;
}

.block_row_img {
    display: flex;
    justify-content: flex-start;
}

.block_row_img>img {
    width: 50%;
}

.section_banner .main_container.home_slider {
    margin-top: 500px;
}

.under_banner {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    justify-content: center;
}

.under_banner>p {
    color: #2B2A28;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.under_banner .box_btn {
    display: flex;
    gap: 65px;
}
.section_banner>div>div>div>div>div img {
    border-radius: 40px;
}
.product-thumb .price-old {
    font-size: 28px;
    line-height: 110%;
}
.old_price_info
{
    font-size: 24px;
    margin-top: 20px;
    display: block;
}
.search__attribute_box span
{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px;
}
.search__attribute_box img
{
    background: #fff;
    padding: 1px; 
}
@media (max-width: 1160px) {

    /*slider*/
    .slider_banner>div,
    .slider_banner>div>div,
    .slider_banner>div>div>div,
    .slider_banner>div>div>div>div,
    .slider_banner>div>div>div>div>div {
        width: 100% !important;
        height: 200px !important;
    }

    .section_banner>div>div>div>div>div img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 20px;
    }

    .captionBlack, .captionOrange {
        left: 50% !important;
        margin-right: -50%;
        transform: translate(-50%, 0%) !important;
    }

    .section_banner>div>div {
        transform: none !important;
    }

    /*slider end*/
    .main_container,
    .bottom_content .see_also {
        width: 100%;
        padding: 0 10px;
    }

    header .header_info .main_container {
        flex-wrap: wrap;
    }

    .product_content {
        width: 100%;
    }

    .section_row_9 .content_bottom {
        display: none;
    }

    .bottom_content>.row {
        width: 100%;
    }

    .alert-success.alert-dismissible {
        width: 100%;
    }

    .bottom_content>div:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 999px) {
    #close {
        display: flex;
        background: var(--color-blue);
        width: 20px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: var(--color-fly);
    }

    .panel-heading {
        display: flex;
        justify-content: space-between;
    }

    .filter-icon {
        display: block;
        background-image: url(/image/catalog/funnel.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
    }

    #box {
        position: relative;
    }

    .hidden-xs {
        display: block !important;
    }

    /*.panel.panel-default {*/
    /*    position: absolute;*/
    /*    left: -330px;*/
    /*    top: 0;*/
    /*    width: 300px;*/
    /*    background-color: #fff;*/
    /*    transition: left 0.3s ease-in-out;*/
    /*}*/

    /*.panel.panel-default.show {*/
    /*    left: 0;*/
    /*    z-index: 99;*/
    /*}*/


    .block_row_top {
        gap: 30px;
        flex-wrap: wrap;
    }

    .block_row_center {
        margin-top: 50px;
    }

    .block_row_center {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .block_row_center .block_column3 {
        margin-left: 0;
    }

    .nav-tabs>li {
        width: 100%;
        text-align: left;
    }

    .menu {
        display: none;
        position: absolute;
        top: 42px;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        flex-direction: column;
        z-index: 998;
    }

    .menu li {
        margin: 0;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active {
        transform: rotate(0deg);
    }

    .menu.active {
        display: flex;
        animation: appear 0.3s ease forwards;
    }

    @keyframes appear {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    header {
        position: relative;
    }

    header .header_menu {
        padding: 10px;
    }

    header .header_info .main_container {
        flex-wrap: nowrap;
        gap: 10px;
    }

    header .header_menu ul {
        gap: 10px;
        flex-direction: column;
    }

    /* header .phone {
        gap: 40px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 77;
    } */
    .section_row_19 .main_container p {
        width: 100%;
    }

    .running_line {
        display: none;
    }

    button.close {
        height: fit-content;
        width: fit-content;
        right: 10px !important;
    }

    .alert-success.alert-dismissible {
        display: inline-block;
        height: fit-content;
    }

    .col-sm-9 {
        width: 100%;
    }

    .section_banner.service_banner .main_container>img:first-child {
        width: 100%;
        height: 100%;
    }

    .under_banner {
        gap: 30px;
        margin: 40px 0;
        flex-wrap: wrap;
    }

    .under_banner .box_btn {
        gap: 30px;
    }

    .under_banner .box_btn button {
        width: fit-content;
    }
}

@media (min-width: 601px) and (max-width: 990px) {

    /*slider*/
    .section_banner>img {
        display: none;
    }

    .section_banner>div {
        min-height: 400px !important;
    }

    /*slider end*/
    .section_row_2 .content .box {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_banner.section_faq {
        height: 650px;
    }

    .section_banner.section_faq .main_container {
        margin-top: 0px;
    }

    .section_row_13 .main_container .content {
        gap: 20px;
        justify-content: center;
    }

    .section_row_4 .content,
    .section_row_5 .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_6 .main_container .box button {
        margin: 0 auto;
        position: relative;
        bottom: auto;
        left: auto;
        margin-right: auto;
        transform: none;
    }

    .section_row_6 .main_container .box {
        width: 45%;
        padding: 30px 10px;
        position: relative;
        height: auto;
    }

    .catalog-content .content_column_right .box {
        width: 300px;
        padding: 20px 10px;
        height: fit-content;
        height: auto;
        min-height: 850px;
    }

    .catalog-content .content_column_right .box button {
        position: absolute;
        bottom: 20px;
    }

    .catalog-content .content_column_right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .see_also_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_9 .content_top {
        gap: 40px;
    }

    .section_row_11 .main_container {
        padding: 50px;
    }

    .section_row_12 {
        margin: 90px auto;
    }

    .section_row_4 {
        padding: 90px 0;
    }

    .section_row_8 .main_container {
        height: fit-content;
        padding: 50px;
    }

    .section_banner {
        height: 400px;
        margin-bottom: 50px;
    }
    .slider_banner>div, .slider_banner>div>div, .slider_banner>div>div>div, .slider_banner>div>div>div>div, .slider_banner>div>div>div>div>div {
        height: 400px !important;
    }
    .section_row_9 {
        padding: 50px 0;
    }

    .service_banner {
        height: fit-content;
    }

    .section_row_14 .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service_banner .main_container {
        gap: 40px;
    }

    .section_row_15 .main_container {
        align-items: flex-start;
    }

    .section_row_15 img {
        width: 100%;
    }

    .section_row_16 .main_container .add_style>span img {
        width: 17px;
    }

    .section_row_15 .main_container>div {
        width: 45%;
    }

    .section_row_18 .main_container {
        display: flex;
        gap: 40px;
    }

    .section_row_18 .main_container .left,
    .section_row_18 .main_container .right {
        width: 45%;
    }

    #cookies-block .container {
        gap: 20px;
    }

    .catalog-content .content_column_left {
        width: 100%;
        gap: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .catalog-content .content_column_left .box {
        height: 320px;
    }

    .catalog-content .content_column_left .box, .catalog-content .content_column_right .box {
        width: 30%;
    }

    .catalog-content {
        gap: 50px;
        flex-wrap: wrap;
    }

    .catalog-content .content_column_left .box button {
        width: 100%;
    }

    .catalog-content .content_column_right .box button {
        width: calc(100% - 40px);
    }

    .catalog-content .content_column_right .box img {
        width: 100%;
    }

    .section_row_1 .main_container .column_left {
        width: 100%;
    }

    .section_row_1 .main_container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_1 .main_container .column_right {
        width: 100%;
        justify-content: center;
    }

    .section_row_1 .main_container .column_right .box {
        width: 45%;
        height: 180px;
    }

    .section_row_1 {
        background-size: 100% 100%;
    }

    .section_row_18 .right .map iframe {
        width: 100%;
    }
    .about_banner .main_container>img:last-child, .section_faq .main_container>img:last-child {
        bottom: -50px;
    }
}

@media (min-width: 110px) and (max-width: 1160px) {
    .see_also_inner .box {
        width: 30%;
    }

    .see_also_inner .box img {
        width: 100%;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .product_content_top_right {
        width: 25%;
    }

    .catalog-content .content_column_right .box {
        width: 270px;
    }
}

@media (min-width: 990px) and (max-width: 1100px) {
    .see_also_inner .box {
        border-radius: 20px;
        width: 33%;
    }

    .see_also_inner .box>img {
        width: 100%;
    }

    .section_row_5 .content .box {
        width: 30%;
    }

    .catalog-content .content_column_right .box {
        width: 220px;
    }

    .catalog-content .content_column_right .box img {
        width: 100%;
        height: 150px;
    }

    .section_row_14 .content .box {
        width: 30%;
    }

    .section_row_15 .main_container {
        align-items: flex-start;
    }

    .section_banner>div {
        min-height: 650px !important;
    }

    .section_banner>img {
        bottom: -30px;
    }

    #content {
        width: 70%;
    }

    .product-list {
        width: 45%;
    }

    .product-info {

        width: 100%;
    }

    .product-info .image {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 850px) and (max-width: 1100px) {
    .product_img {
        width: 45%;
        margin-right: 20px;
    }

    .product_info h1 {
        font-size: 20px;
    }

    .product_content_top_right .btn-group>.btn {
        font-size: 14px;
    }

    .btn-group>.btn:first-child,
    .btn-group button.image-1 {
        width: 190px;
    }

    .btn-group>.btn:first-child {
        justify-content: flex-start;
    }

    .product_content_top_right button input[type=checkbox] {
        margin-right: 5px;
        width: 19px;
        height: 19px;
    }

    .product_content_top_right {
        width: 24%;
        padding-left: 15px;
    }

    .thumbnails {
        margin-left: 0;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    header .phone {
        gap: 10px;
        flex-wrap: nowrap;
    }

    header .soc_icons span,
    header .phone span, header .phone a {
        font-size: 14px;
    }
}

@media (min-width: 850px) and (max-width: 990px) {
    .simpleajaxform-layout h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .simpleajaxform-layout input, .simpleajaxform-layout textarea {
        width: 360px;
    }

    .simpleajaxform-layout {
        padding: 30px;
        height: auto;
        background-size: 100% 100%;
    }

    header .phone span, header .phone a {
        color: var(--color-white);
    }

    .section_row_10 {
        background-size: 602px;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
    }

    .section_row_10 .main_container {
        justify-content: flex-start;
    }

    .section_row_13 .main_container>span {
        width: 100%;
    }

    .section_row_18 .right .map iframe {
        width: 100%;
    }

    .product_img {
        margin-right: 15px;
    }
}

@media (max-width: 850px) {

    .soc_icons span,
    .phone span {
        display: none;
    }

    #search {
        display: table;
        position: absolute;
        bottom: 3px;
        right: 10px;
        width: 50%;
        z-index: 66;
        border: 1px solid var(--color-primary);
        height: 25px;
        margin: 0;
    }

    .soc_icons a img {
        width: 24px;
    }

    #logo {
        margin: 0 0 10px 0;
        width: 120px;
    }

    header .phone span {
        font-size: 16px;
        color: var(--color-primary);
    }

    header .phone a {
        font-size: 14px;
        color: var(--color-fly);
    }

    .section_row_4 .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    h2 {
        text-align: center;
    }

    .simpleajaxform-layout {
        padding: 20px;
        flex-wrap: wrap;
        background: var(--color-primary);
        display: flex;
        justify-content: space-between;
        height: fit-content;
        flex-direction: column;
        align-items: center;
    }

    .section_row_7 .content {
        flex-wrap: wrap;
    }

    .section_row_10 p, .section_row_10 p span,
    .section_row_12 .main_container h2, .section_row_12 .main_container h2 span {
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        width: 100%;
        text-align: center;
    }

    .section_row_12 .main_container .content {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_13 .main_container .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_13 .main_container>span {
        width: 100%;
    }

    .section_row_13 .main_container .text {
        font-weight: 500;
        width: 100%;
        margin: 30px auto 0 auto;
        font-size: 24px;
        line-height: 32px;
    }

    .section_row_13 .main_container .text span {
        font-size: 24px;
        line-height: 32px;
    }

    .section_row_13 {
        margin-bottom: 20px;
    }

    .section_row_8,
    .section_row_10 {
        margin: 30px auto;
    }

    .section_row_7 h2, .section_row_7 h2 span {
        font-weight: 500;
        font-size: 24px;
    }

    .service_banner .main_container {
        gap: 30px;
        padding-top: 30px;
        flex-wrap: wrap;
    }

    .section_row_14 .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_15 .content_left>img,
    .section_row_16 .content_right>img {
        width: 100%;
    }

    .section_row_15 .main_container {
        gap: 30px;
        flex-wrap: wrap;
    }

    .section_row_16 .main_container {
        flex-direction: column-reverse;
    }
    .section_row_column .main_container {
        flex-direction: column;
    }
    .section_row_14 .content .box {
        width: 360px;
    }

    .section_row_18 .main_container {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }

    .section_banner {
        padding-bottom: 100px;
    }

    .section_row_18 {
        margin-bottom: 50px;
    }

    .section_banner .main_container .box_btn button {
        width: 120px;
        height: 40px;
    }

    .see_also_inner .box>div button {
        margin: 0 auto;
        width: fit-content;
    }

    .popUp1_bottom .content {
        gap: 40px;
        flex-wrap: wrap;
    }

    .content-table {
        overflow-x: scroll;
    }

    .main_container_left, .main_container_right {
        width: 100%;
    }

    .main_container.top {
        gap: 0px;
        flex-wrap: wrap;
    }

    .recommended_container h2 {
        margin-bottom: 30px;
    }

    .products-list {
        justify-content: center;
    }

    .block_row_img>img {
        width: 100%;
        margin-top: 20px;
    }

    .block_row_center {
        gap: 20px;
    }

    .block_row_top>div>a, .block_row_top>div h3 {
        margin-bottom: 20px;
    }

    .thumbnails {
        margin-left: 0;
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
        width: 100%;
    }

    .table-wishlist.table-bordered>tbody>tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .table-responsive {
        overflow-x: hidden;
    }

    .table-responsive .product_name h2 {
        margin: 0;
    }

    .table_last_column {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .about_banner .main_container>span:nth-child(3),
    .about_banner .main_container>span {
        opacity: 1;
        text-shadow: 1px 1px 1px #fff;
    }
}

@media (min-width: 601px) and (max-width: 850px) {
    .product_img {
        width: 100%;
        padding: 0;
        margin-left: 20px;
        margin-right: 0;
    }

    .thumbnails {
        margin-left: 0;
    }

    .product_content_top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product_content_top_right,
    .product_description {
        width: 45%;
    }

    .popUp1_top .content {
        gap: 20px;
        justify-content: center;
    }

    .popUp1_bottom .content .content-right {
        WIDTH: 45%;
    }

    .popUp1_bottom .content .content-right,
    .popUp1_bottom .content .content-right span {
        font-size: 24px;
    }
    #product-category .col-sm-3
    {
       width: 50%;
    }
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 20px);
    }
}

@media (max-width: 600px) {
    .section_row_8 .main_container {
        padding: 20px;
        height: fit-content;
        background: no-repeat url(/image/catalog/about_company/about_bg2.png);
    }

    .service_banner .column_left>span {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        display: block;
    }

    .section_row_15 .main_container .box_btn {
        margin-top: 30px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .section_row_11 .main_container {
        height: fit-content;
        padding: 20px;
    }

    .section_row_15 .main_container h3 {
        font-weight: 500;
        font-size: 32px;
    }

    .section_banner .main_container h1, .section_banner .main_container h1 span,
    .service_banner .main_container h1, .service_banner .main_container h1 span {
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .section_row_8 .main_container p {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .section_row_14 {
        margin: 50px 0;
    }

    .section_row_15 {
        padding: 20px 0;
    }

    .popUp1_top {
        padding: 20px 0;
    }

    .section_row_9 .content_top {
        gap: 30px;
        flex-wrap: wrap;
    }

    .section_row_15 .main_container .content_left p, .section_row_15 .main_container .content_left p span {
        font-size: 24px;
        line-height: 32px;
    }

    .section_faq .main_container>img:last-child {
        bottom: 0px;
        width: 50px;
    }

    .section_faq .main_container>img:first-child {
        width: 100%;
        height: 100%;
    }

    .section_banner.section_faq .main_container .box_btn {
        margin-top: 6px;
    }

    .section_banner .main_container .box_btn button a {
        line-height: 14px;
    }

    .question {
        font-size: 18px;
        line-height: 120%;
    }

    .contact-running-line {
        margin-top: 20px;
    }

    .marquee span {
        font-size: 90px;
        line-height: 100px;
    }

    .section_banner .main_container>span {
        width: 100%;
        padding: 0 10px;
    }

    .section_banner .main_container .box_btn {
        display: flex;
        gap: 15px;
        margin-top: -33px;
        position: absolute;
        bottom: 20px;
        left: 0;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: center;
    }

    button a, .open-popup1 {
        font-weight: 500;
        font-size: 14px;
    }

    .section_banner .main_container {
        padding-top: 0;
        width: 100%;
    }

    .section_banner {
        display: flex;
        flex-direction: column;
        background-position: center;
        background-repeat: no-repeat;
    }

    .section_row_1 {
        background: #e8e4e0;
        padding: 30px 0;
    }

    .section_row_1 .main_container {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_row_1 .main_container .column_left,
    .section_row_1 .main_container .column_right {
        width: 100%;
    }

    .section_row_1 .main_container .column_right .box {
        padding: 15px;
        gap: 15px;
        width: 100%;
        height: fit-content;
    }

    h2 {
        font-weight: 500;
        font-size: 2em;
        line-height: 110%;
        margin-bottom: 25px;
    }

    .section_row_2 .content .box {
        gap: 30px;
        flex-wrap: wrap;
    }

    .section_row_2 .content .box>img {
        width: 100%;
    }

    .section_row_2 .content .box>div {
        padding: 20px;
    }

    .section_row_3 .main_container>p {
        font-weight: 500;
        font-size: 2em;
        line-height: 30px;
    }

    .section_row_4 .content {
        gap: 20px;
        flex-wrap: wrap;
    }

    .section_row_4 {
        padding: 20px 0;
    }

    .section_row_6 .main_container .box {
        width: 100%;
        padding: 50px 20px;
        gap: 20px;
        height: 600px;
    }

    .section_row_6 .main_container .box button {
        margin: 0 auto;
        position: relative;
        bottom: auto;
        left: auto;
        margin-right: auto;
        transform: none;
    }

    .catalog-content {
        margin-bottom: 90px;
        flex-wrap: wrap;
    }

    .catalog-content .content_column_right .box {
        height: fit-content;
        padding: 20px;
        position: relative;
    }

    .catalog-content .content_column_right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalog-content .content_column_right .box button {
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }

    .catalog-content {
        margin-bottom: 90px;
        flex-wrap: wrap;
    }

    .bottom_content .see_also {
        margin: 90px auto;
        width: 100%;
    }

    .see_also_inner {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product_content_top {
        flex-wrap: wrap;
    }

    .product_img,
    .product_description,
    .product_content_top_right {
        width: 100%;
        margin-right: 0;
    }

    .product_content {
        width: 100%;
    }

    .product_description .product_info {
        border-right: none;
        padding-right: 0px;
    }

    .simpleajaxform-layout input, .simpleajaxform-layout textarea {
        width: 100%;
    }

    .simpleajaxformwrap {
        width: 100% !important;
    }

    .simpleajaxform-layout h2 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    .simpleajaxform-layout textarea {
        min-width: 100%;
    }

    .simpleajaxform-layout button {
        width: 100%;
    }

    .section_row_7 .content>img,
    .section_row_12 .column_right>img {
        width: 100%;
    }

    .section_row_10 {
        height: fit-content;
    }

    .service_banner .main_container .column_right {
        width: 100%;
        padding: 30px;
    }

    .section_banner {
        height: fit-content;
        background-size: 100% 100%;
        margin: 0;
        padding-bottom: 0;
    }

    .section_row_18 .right .map iframe {
        width: 100%;
    }

    #cookies-block .container {
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .catalog-content .content_column_left {
        gap: 20px;
    }

    .see_also_inner .box {
        width: 340px;
    }

    .see_also_inner .box>img {
        width: 100%;
    }

    .breadcrumb>li:last-child {
        white-space: initial;
    }

    .row {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    #information-contact h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }

    .product-list .product-thumb .image {
        float: none;
        padding: 0;
        width: 100%;
    }

    .product-list,
    .product-info {
        width: 320px;
        padding: 0;
    }

    .product-list .product-thumb .image img {
        width: 100%;
    }

    .product-info {
        min-height: 630px;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        font-size: 10px;
    }

    .section_row_18 .main_container .left span img {
        margin-right: 15px;
    }

    .section_banner.about_banner>div {
        /* height: 300px;
        min-height: 300px !important; */
        margin: 0 50px 0;
        padding: 20px;
    }

    .about_banner .main_container>img:first-child {
        border-radius: 20px;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .about_banner {
        margin-bottom: 50px !important;
    }

    .company_info img {
        width: 100%;
    }

    .main_container_left h1 {
        padding-left: 0;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .popUp1_top .content {
        gap: 30px;
    }

    .popUp2_bottom .main_container span {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        margin-bottom: 15px;
    }

    .popUp2_bottom .main_container {
        background: none;
        height: auto;
        position: relative;
    }

    .section_banner>div,
    .section_banner>div>div {
        top: 10px !important;
    }

    /* .section_banner>div {
        min-height: 600px !important;
    } */
    .section_banner.service_banner {
        /* height: 300px; */
        padding: 0;
        background-size: 100% 270px;
        background-position: top;
    }

    .section_banner .main_container .column_left {
        width: 100%;
        padding: 20px 0;
    }

    .section_banner.service_banner .main_container>img:first-child {
        width: 100%;
        height: 100%;
    }

    .section_banner.service_banner .main_container {
        margin-top: 0px;
        padding: 1px;
    }

    .section_banner.service_banner .main_container>img:last-child {
        position: absolute;
        bottom: -25px;
        width: 50px;
    }

    .popUp1_bottom .content .content-left,
    .popUp1_bottom .content .content-right {
        width: 100%;
    }

    .popUp1_bottom .content .content-right,
    .popUp1_bottom .content .content-right span {
        font-size: 24px;
    }

    .section_banner>img {
        width: 50px;
        height: 50px;
        bottom: -34px;
    }
    .section_faq
    {
        min-height: 300px;
    }
    .about_banner .main_container>img:last-child {
        bottom: -25px;
        width: 50px;
    }

    .thumbnails .image-additional {
        width: 23%;
    }

    .image-additional a {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 990px) {
    #content-category {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        padding: 0;
    }

    .section_banner>div,
    .section_banner>div>div {
        width: 100% !important;
        top: 20px !important;
    }

    /* .section_banner>div>div>div>div>div>img {
        height: 850px !important;
    } */

    /* .section_banner.service_banner>div,
    .section_banner.service_banner>div>div {
        width: 1160px !important;
    } */

    .col-sm-9 {
        width: 75% !important;
    }
}
header .header_menu {
	background: #f2f2f2;
	border-bottom: none;
	box-shadow: none;
}
