/* For old browsers */
@supports (not(--css: variables))
{
    .supports_error
    {
        display: flex !important;
    }
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .supports_error
    {
        display: flex !important;
    }
}



/*-----------
    Fonts
-----------*/
/*
@font-face
{
    font-family: 'Geometria';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/Geometria.woff') format('woff'),
    url('../fonts/Geometria.ttf') format('truetype');
}

@font-face
{
    font-family: 'Geometria';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/Geometria-Medium.woff') format('woff'),
    url('../fonts/Geometria-Medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Geometria';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/Geometria-Bold.woff') format('woff'),
    url('../fonts/Geometria-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Geometria';
    font-weight: 800;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/Geometria-ExtraBold.woff') format('woff'),
    url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
}
*/


/*------------------
    Reset styles
------------------*/
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;

    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

img
{
    border-style: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button
{
    margin: 0;

    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

:focus
{
    outline: 0;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*-------------------
    Global styles
-------------------*/
:root
{
    --bg: #fff;
    --sidebar_width: 262px;
    --scroll_width: 17px;
    --text_color: #333333;;
    --font_size: 16px;
    --font_size_title: 36px;
    /*--font_family: 'Geometria', 'Arial', sans-serif;*/
	
	font-family: "Open Sans", sans-serif !important;
}


::selection
{
    color: #fff;

    background: #eb6f1f;
}

::-moz-selection
{
    color: #fff;

    background: #eb6f1f;
}


.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}



html
{
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}

html.custom_scroll ::-webkit-scrollbar
{
    width: 10px;
    height: 10px;

    background-color: #ccc;
}

html.custom_scroll ::-webkit-scrollbar-thumb
{
    background-color: #eb7007;
}

html.custom_scroll
{
    scrollbar-color: #eb6f1f #ccc;
    scrollbar-width: thin;
}


body
{
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}


button
{
    color: var(--text_color);
    font: var(--font_size) var(--font_family);

    cursor: pointer;

    border: none;
    background: none;
}


.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-width: 360px;
    min-height: 100%;

    background: var(--bg);
}


.main
{
    flex: 1 0 auto;
}


.cont
{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}


.compensate-for-scrollbar
{
    margin-right: var(--scroll_width) !important;
}


.lozad
{
    transition: opacity .5s linear;

    opacity: 0;
}

.lozad.loaded
{
    opacity: 1;
}


.row
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}



.content_flex.row,
.content_flex > .cont.row
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.content_flex .content
{
    position: relative;

    width: calc(100% - var(--sidebar_width) - 29px);
}

/*
.content_flex .content > :first-child
{
    margin-top: 0;
}

.content_flex .content > :last-child
{
    margin-bottom: 0;
}*/



.block
{
    margin-bottom: 70px;
}

.block.bg
{
    padding: 70px 0 74px;

    background: linear-gradient(90deg, #f0f0f1 34.27%, rgba(240, 240, 241, 0) 50%), linear-gradient(270deg, #f0f0f1 36.46%, rgba(240, 240, 241, 0) 50%);
}

.block.no_margin
{
    margin-bottom: 0 !important;
}



.overlay
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .65;
    background: #000;
}



.supports_error
{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;

    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show
{
    display: flex;
}



/*----------------
    Mini modal
----------------*/
.modal_cont
{
    position: relative;
}

.mini_modal_link
{
    display: inline-block;

    vertical-align: top;
}

.mini_modal
{
    position: absolute;
    z-index: 100;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}

.mini_modal.active
{
    top: 100%;

    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}



/*----------------
    Pagination
----------------*/
.pagination
{
    display: flex;

    margin-top: 40px;

    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.pagination .go_to
{
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.pagination .go_to .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 108.8%;

    display: block;

    width: 66px;
    height: 41px;
    margin-left: 17px;
    padding: 0 13px;

    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #f1f1f2;
}

.pagination .go_to .total
{
    font-weight: 400;

    margin-left: 14px;
}


.pagination .prev,
.pagination .next
{
    color: currentColor;
    font-size: 14px;
    line-height: 108.8%;

    display: flex;

    text-decoration: none;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.pagination .prev
{
    margin-right: auto;
}

.pagination .next
{
    margin-left: 29px;
}


.pagination .prev .arrow,
.pagination .next .arrow
{
    color: #a0a4a8;

    display: flex;

    width: 40px;
    height: 40px;

    border-radius: 50%;
    background: #f1f1f2;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.pagination .prev .arrow > *,
.pagination .next .arrow > *
{
    display: block;

    width: 16px;
    height: 14px;
}

.pagination .prev .arrow > *
{
    transform: rotate(180deg);
}


.pagination .prev span
{
    margin-left: 10px;
}

.pagination .next span
{
    margin-right: 10px;
}


.pagination .prev:hover .arrow,
.pagination .next:hover .arrow
{
    color: #fff;

    border-color: transparent;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}



/*------------
    Header
------------*/
header
{
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
	
	/*background: #f6d654 url(/img/content/general/header-bg.jpg) repeat-y !important;*/
	background: #000;
	
	height: 230px;
	background-image: url(../img/content/general/header-bg.jpg);
	
}




header .info
{
    padding: 20px 0;
}

header .info .cont
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


header .bottom
{
    
}

header .bottom .cont
{
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}



header .logo
{
    color: #eb6f1f;
	color: #fff;
    font-size: 12.2089px;
    line-height: 15px;
    display: flex;

    text-decoration: none;
    text-transform: uppercase;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .logo img
{
    display: block;
}

header .logo img + *
{
    margin-left: 12px;
}

header .logo .name
{
    font-size: 31.8074px;
    font-weight: bold;
    line-height: 40px;
}



header .contacts
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


header .contacts .phone
{
    position: relative;

    padding-left: 27px;

    text-align: center;
}

header .contacts .phone .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}

header .contacts .time
{
    color: #a5a5a5;
    font-size: 13px;
    line-height: 15px;
}

header .contacts .number
{
    color: #2f3443;
    font-size: 17px;
    font-weight: bold;
    line-height: 146.52%;
}

header .contacts .number a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: none;
}


header .contacts .callback_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-left: 23px;
    padding: 18px 30px 17px;

    vertical-align: top;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

header .contacts .callback_btn:hover
{
    background: #eb6f1f;
}



header .catalog_menu
{
    position: static;

    width: 236px;
    max-width: 100%;
}


header .catalog_menu .btn
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    position: relative;
    z-index: 3;

    display: flex;

    width: 100%;
    height: 57px;
    padding-right: 16px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .catalog_menu .btn:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    display: block;

    width: calc((100vw - 1142px) / 2 + 236px + 5px);
    height: 100%;

    content: '';
    pointer-events: none;

    background: #424a5b;
}

header .catalog_menu .btn .icon
{
    display: block;

    margin-right: 28px;
}

header .catalog_menu .arrow
{
    position: relative;

    margin-left: auto;

    transition: transform .2s linear;
}


header .catalog_menu .btn:hover:before,
header .catalog_menu .btn.active:before
{
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}

header .catalog_menu .btn.active .arrow
{
    transform: rotate(180deg);
}


header .catalog_menu .mini_modal
{
    left: 0;

    width: 100%;
    padding: 36px 0 52px;

    background: #f1f1f2;
    box-shadow: 0 5px 10px rgba(44, 49, 53, .5);
}


header .catalog_menu .mini_modal .row
{
    margin-bottom: -40px;
    margin-left: -40px;
}

header .catalog_menu .mini_modal .row > *
{
    width: calc(33.333% - 40px);
    margin-bottom: 40px;
    margin-left: 40px;
}

header .catalog_menu .mini_modal .row > *.big
{
    width: calc(66.666% - 40px);
}


header .catalog_menu .mini_modal .title
{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;

    margin-bottom: 17px;
}
header .catalog_menu .mini_modal .items
{

    list-style: none;
}

header .catalog_menu .mini_modal .big .items
{
    column-gap: 40px;
    column-count: 2;
}

header .catalog_menu .mini_modal .big .items > *
{
    transform: translateZ(0);

    --webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

header .catalog_menu .mini_modal .items > * + *
{
    margin-top: 8px;
}


header .catalog_menu .mini_modal .items a
{
    color: currentColor;
    font-size: 14px;
    line-height: 18px;

    position: relative;

    display: inline-block;

    padding-right: 16px;

    transition: color .2s linear;
    vertical-align: top;
    text-decoration: none;
}

header .catalog_menu .mini_modal .items a:after
{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 0;

    display: block;

    width: 8px;
    height: 8px;
    margin: auto;

    content: '';
    transition: border-color .2s linear;
    transform: rotate(-45deg);

    border-right: 1px solid #a5a9b5;
    border-bottom: 1px solid #a5a9b5;
}


header .catalog_menu .mini_modal .items a:hover,
header .catalog_menu .mini_modal .items a.active
{
    color: #e2851b;
}

header .catalog_menu .mini_modal .items a:hover:after,
header .catalog_menu .mini_modal .items a.active:after
{
    border-color: #e2851b;
}



header .menu
{
    margin-right: auto;
    margin-left: auto;
	    list-style: none;
}

header .menu .item + .item
{
    margin-left: 20px;
}

header .menu .item > a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    display: flex;

    min-height: 57px;

    transition: color .2s linear;
    text-align: center;
    text-decoration: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .menu .item:hover > a,
header .menu .item > a.active
{
    color: #eb6f1f;
}



header .cart a
{
    color: #fff;

    display: flex;

    width: 170px;
    max-width: 100%;
    min-height: 57px;
    padding-left: 12px;

    text-decoration: none;

    border-left: 1px solid #424a5b;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .cart .icon
{
    display: block;

    margin-right: 16px;
}

header .cart .count
{
    color: #eb6f1f;
    font-size: 12px;
    line-height: 15px;

    white-space: nowrap;
}

header .cart .price
{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    white-space: nowrap;
}



header .search
{
    display: flex;

    width: 206px;
    max-width: 100%;
    min-height: 57px;
    margin-left: 25px;
    padding-left: 29px;

    transition: .3s linear;

    border-left: 1px solid #424a5b;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search form
{
    display: flex;

    width: 100%;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search form ::-webkit-input-placeholder
{
    color: #999;
}

header .search form :-moz-placeholder
{
    color: #999;
}

header .search form :-ms-input-placeholder
{
    color: #999;
}

header .search form .input
{
    color: #fff;
    font-family: var(--font_family);
    font-size: 13px;
    line-height: 16px;

    display: block;

    width: 100%;
    height: 37px;
    padding: 0 42px 2px 16px;

    border: none;
    border-radius: 10px;
    background: #fff;
}

header .search form .submit_btn
{
    position: relative;

    display: flex;

    width: 20px;
    height: 20px;
    margin-left: -31px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search form .submit_btn img
{
    display: block;
}


header .search.full_w
{
    width: 100%;
    margin-left: auto;
    padding-left: 0;

    border: none;
}



/*----------------
    Mob. ÑˆÐ°Ð¿ÐºÐ°
----------------*/
.mob_header
{
    position: relative;
    z-index: 101;
    top: 0;
    left: 0;

    display: none;

    width: 100%;

    background: #2f3443;
	
	position:fixed;
	
}


.mob_header .top
{
    padding: 10px 0;
}


.mob_header .bottom
{
    padding: 16px 0;

    background: var(--bg);
	display:none !important;
}


.mob_header .cont
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	
	
}



.mob_header .mob_menu_btn
{
    display: flex;

    margin-right: 14px;
    margin-left: -10px;
    padding: 10px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .mob_menu_btn img
{
    display: block;
}



.mob_header .search
{
    display: flex;

    width: 131px;
    max-width: 100%;

    transition: .2s linear;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	
}

.mob_header .search form
{
    display: flex;

    width: 100%;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .search form ::-webkit-input-placeholder
{
    color: #999;
}

.mob_header .search form :-moz-placeholder
{
    color: #999;
}

.mob_header .search form :-ms-input-placeholder
{
    color: #999;
}

.mob_header .search form .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 13px;
    line-height: 16px;

    display: block;

    width: 100%;
    height: 37px;
    padding: 0 42px 2px 16px;

    border: none;
    border-radius: 10px;
    background: #fff;
}

.mob_header .search form .submit_btn
{
    position: relative;

    display: flex;

    width: 20px;
    height: 20px;
    margin-left: -31px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .search form .submit_btn img
{
    display: block;
}

.mob_header .search.full_w
{
    width: calc(100% - 44px);
}


.mob_header .cart
{
    margin-left: auto;
}

.mob_header .cart a
{
    color: #fff;

    display: flex;

    text-decoration: none;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .cart .icon
{
    display: block;

    margin-right: 12px;
}

.mob_header .cart .count
{
    color: #eb6f1f;
    font-size: 12px;
    line-height: 15px;

    white-space: nowrap;
}

.mob_header .cart .price
{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    white-space: nowrap;
}



.mob_header .logo
{
    color: #eb6f1f;
    font-size: 12px;
    line-height: 15px;

    display: flex;

    margin-right: auto;
    margin-left: auto;

    text-decoration: none;
    text-transform: uppercase;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.mob_header .logo img
{
    display: block;

    width: 54px;
}

.mob_header .logo img + *
{
    margin-left: 11px;
}

.mob_header .logo .name
{
    font-size: 26px;
    font-weight: bold;
    line-height: 33px;
}



/*---------------
    Mob. menu
---------------*/
#mob_menu
{
    position: absolute;
    z-index: 102;
    top: 68px;
    left: 0;

    display: none;

    width: 100%;
    padding: 21px 0 40px;

    background: #424a5b;
	
	position: fixed;
}

#mob_menu .cont
{
    padding: 0 20px;
}


#mob_menu .menu
{
    text-align: left;
    list-style: none;
}

#mob_menu .menu > * + *
{
    margin-top: 4px;
}

#mob_menu .menu a
{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;

    display: block;

    padding: 8px 0;

    transition: color .2s linear;
    text-decoration: none;
}

#mob_menu .menu a:hover,
#mob_menu .menu a.active
{
    color: #e2851b;
}


#mob_menu .contacts
{
    display: flex;
    flex-direction: column;

    margin-top: 32px;
}


#mob_menu .contacts .phone
{
    position: relative;

    margin-right: auto;
    /*margin-left: auto;*/
    padding-left: 27px;

    text-align: center;
}

#mob_menu .contacts .phone .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}

#mob_menu .contacts .time
{
    color: #a5a5a5;
    font-size: 12px;
    line-height: 15px;
}

#mob_menu .contacts .number
{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 146.52%;
}

#mob_menu .contacts .number a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: none;
}


#mob_menu .contacts .callback_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 30px 17px;

    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

#mob_menu .contacts .callback_btn:hover
{
    background: #eb6f1f;
}


#mob_menu .catalog_links
{
    display: none;
}

#mob_menu .catalog_links .back_link
{
    margin-bottom: 20px;
}

#mob_menu .catalog_links .back_link .btn
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;

    text-decoration: underline;
}


#mob_menu .catalog_links .item + .item
{
    margin-top: 24px;
}

#mob_menu .catalog_links .title
{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;

    margin-bottom: 8px;
}

#mob_menu .catalog_links .items
{
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
}

#mob_menu .catalog_links .items a
{
    color: #fff;
    font-size: 13px;
    line-height: 17px;

    display: block;

    padding: 6px 20px;

    transition: .2s linear;
    text-decoration: none;
}

#mob_menu .catalog_links .items a span
{
    position: relative;

    display: inline-block;

    padding-right: 16px;

    vertical-align: top;
}

#mob_menu .catalog_links .items a span:after
{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 0;

    display: block;

    width: 8px;
    height: 8px;
    margin: auto;

    content: '';
    transition: border-color .2s linear;
    transform: rotate(-45deg);

    border-right: 1px solid #a5a9b5;
    border-bottom: 1px solid #a5a9b5;
}


#mob_menu .catalog_links .items a:hover,
#mob_menu .catalog_links .items a.active
{
    color: #e2851b;

    background: #2f3443;
}

#mob_menu .catalog_links .items a:hover span:after,
#mob_menu .catalog_links .items a.active span:after
{
    border-color: #e2851b;
}



/*-------------
    Sidebar
-------------*/
aside
{
    position: relative;

    width: var(--sidebar_width);
    max-width: 100%;
}



aside .filter
{
    padding-bottom: 20px;

    border-radius: 10px;
    background: #f1f1f2;

    --form_border_color: #e4e8ed;
    --form_focus_color: #e4e8ed;
    --form_bg_color: #fff;
    --form_placeholder_color: #999;
}


aside .filter .title
{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 108.8%;

    display: flex;

    padding: 20px 23px 20px 21px;

    border-radius: 10px;
    background: #2f3443;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

aside .filter .title .icon
{
    display: block;

    margin-right: 15px;
}

aside .filter .title .spoler_btn
{
    display: none;

    margin: -16px -16px -16px auto;
    padding: 16px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

aside .filter .title .spoler_btn img
{
    display: block;

    width: 26px;
    max-width: 100%;
    max-height: 100%;
}


aside .filter .reset_btn
{
    color: #8b8b8b;
    font-size: 13px;
    line-height: 108.8%;

    display: inline-block;

    margin-top: 2px;
    margin-left: auto;

    transition: color .2s linear;
    vertical-align: top;
    text-decoration: none;
}

aside .filter .reset_btn:hover
{
    color: #fff;
}


aside .filter .item
{
    margin: 0 20px;
    padding: 2px 0;

    border-bottom: 1px solid #e1e1e3;
}


aside .filter .item .name
{
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    position: relative;

    padding: 16px 32px 16px 0;

    cursor: pointer;
}

aside .filter .item .name:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 13px;
    height: 7px;
    margin: auto;

    content: '';
    transition: transform .2s linear;

    background: url(../img/ic_arrow_down_blue.html) 0 0 no-repeat;
}

aside .filter .item .name.active:after
{
    transform: rotate(180deg);
}


aside .filter .item .data
{
    display: none;

    padding-bottom: 18px;
}

aside .filter .item .field + .field
{
    margin-top: 8px;
}


aside .filter .search .row
{
    padding-top: 18px;

    align-items: center;
    align-content: center;
}

aside .filter .search .input
{
    font-weight: normal;

    padding: 0 42px 2px 16px;
}

aside .filter .search .btn
{
    position: relative;

    display: flex;

    width: 20px;
    height: 20px;
    margin-left: -31px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

aside .filter .search .btn img
{
    display: block;
}


aside .filter input[type=checkbox] + label
{
    font-size: 14px;
    line-height: 18px;
}



aside .support
{
    color: #fff;
    font-size: 14px;
    line-height: 144.3%;

    padding: 41px 14px 32px;

    text-align: center;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}


aside .support .photo
{
    position: relative;

    width: 120px;
    height: 120px;
    margin: 0 auto 29px;

    border-radius: 50%;
    background: #ddd;
}

aside .support .photo:before
{
    position: absolute;
    top: -10px;
    left: -10px;

    display: block;

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    content: '';

    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}

aside .support .photo img
{
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
}


aside .support .phone
{
    font-size: 22px;
    font-weight: 500;
    line-height: 144.3%;

    margin: 8px 0;
}

aside .support .phone a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: none;
}


aside .support .callback_btn
{
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-top: 23px;
    padding: 17px 30px 18px;

    transition: color .2s linear;
    vertical-align: top;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

aside .support .callback_btn:hover
{
    color: #eb6f1f;
}



aside .compare_category
{
    font-size: 14px;
    line-height: 156.8%;

    width: 228px;
    max-width: 100%;
}

aside .compare_category .name
{
    color: #eb6f1f;
    font-size: 20px;
    font-weight: 500;
    line-height: 156.8%;

    margin-top: 16px;
}



aside .clear_btn
{
    color: #a0a4a8;
    font-size: 14px;
    line-height: 156.8%;

    display: inline-block;

    margin-top: 18px;

    transition: color .2s linear;
    text-align: left;
    vertical-align: top;

    text-decoration-line: underline;
}

aside .clear_btn:hover
{
    color: var(--text_color);
}



aside .compare_exp
{
    color: #c1c1c1;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    line-height: 133.8%;

    width: 228px;
    max-width: 100%;
    margin-top: 114px;
}

aside .compare_exp .links
{
    display: flex;

    margin-bottom: 22px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

aside .compare_exp .compare-swiper-button-next,
aside .compare_exp .compare-swiper-button-prev
{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0;
}

aside .compare_exp .links > * + *
{
    margin-left: 21px;
}



aside .compare_features
{
    font-size: 14px;
    font-weight: 500;
    line-height: 156.8%;

    margin-top: auto;
    padding: 20px 12px 20px 20px;

    border: 1px solid #fff;
    border-radius: 10px;
    background: #f1f1f2;
}

aside .compare_features > * + *
{
    margin-top: 16px;
}



/*---------------
    Page head
---------------*/
.page_head
{
    position: relative;
    z-index: 3;

    margin-bottom: 64px;
    padding-top: 16px;
    padding-bottom: 27px;

    text-align: center;

    background: #ddd;
}

.page_head .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}

.page_head.no_bg.bottom_padding .bg{
    display: none;
}


.breadcrumbs
{
    font-size: 14px;
    line-height: 108.8%;
	line-height: 1.3em;
    width: 100%;
}

.breadcrumbs a
{
    color: #eb6f1f;

    text-decoration: none;
}

.breadcrumbs a:hover
{
    text-decoration: underline;
}

.breadcrumbs .sep
{
    color: #c4c4c4;

    display: inline-block;

    margin: 0 10px;

    vertical-align: top;
}


.page_title
{
    font-size: var(--font_size_title);
    font-weight: bold;
    line-height: 108.8%;

    position: relative;

    display: block;

    margin-top: 25px;
    padding-bottom: 20px;
}

.page_title.blue
{
    color: #eb6f1f;
}

/*.page_title:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 56px;
    height: 2px;
    margin: auto;

    content: '';

    background: #eb6f1f;
}
*/


.page_head .product_name
{
    font-size: 26px;
    font-weight: bold;
    line-height: 153.8%;

    display: block;

    width: 841px;
    max-width: calc(100% - 298px);
    margin-top: 12px;
    margin-bottom: 12px;
}


.page_head .brand
{
    width: 184px;
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
}

.page_head .brand a
{
    display: inline-block;

    vertical-align: top;
}

.page_head .brand img
{
    display: block;

    max-width: 100%;
}



.page_head.no_bg
{
    margin: 0;
    padding: 16px 0 20px;

    text-align: left;

    background: none;
}

.page_head.no_bg .page_title
{
    padding-bottom: 0;
}

.page_head.no_bg .page_title:after
{
    display: none;
}



/*----------------
    Block head
----------------*/
.block_head
{
    display: flex;

    width: 100%;
    margin-bottom: 60px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.block_head .pre_title
{
    font-size: 20px;
    font-weight: bold;
    line-height: 108.8%;

    width: 100%;
    margin-bottom: 16px;
}


.block_head .title
{
    font-size: var(--font_size_title);
    font-weight: bold;
    line-height: 108.8%;

    position: relative;

    padding-bottom: 20px;
}

.block_head .title.blue{
    color: #eb6f1f;
	
}

.block_head .title:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 56px;
    height: 2px;
    margin: auto;

    content: '';

    background: #eb6f1f;
}


.block_head .desc
{
    font-size: 17px;
    line-height: 144.3%;

    width: 860px;
    max-width: 100%;
    margin-top: 30px;
}


.block_head .link
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-top: 38px;
    padding: 23px 38px 22px;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

.block_head .link:hover
{
    background: #eb6f1f;
}


.block_head.white
{
    color: #fff;
}

.block_head.white .title:after
{
    background: #fff;
}

.block_head.white .link
{
    color: var(--text_color);

    transition: color .2s linear;

    background: #fff;
}

.block_head.white .link:hover
{
    color: #eb6f1f;
}


.block_head.center
{
    text-align: center;

    justify-content: center;
}

.block_head.center .title
{
    width: 100%;
}

.block_head.center .title:after
{
    right: 0;
}



/*------------------
    Form elements
------------------*/
.form
{
    --form_border_color: #e0e0e3;
    --form_focus_color: #e0e0e3;
    --form_border_radius: 10px;
    --form_bg_color: #f1f1f2;
    --form_placeholder_color: #b3b7c3;
}


.form ::-webkit-input-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-moz-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder
{
    color: var(--form_placeholder_color);
}


.form .columns
{
    margin-left: calc(var(--form_columns_offset) * -1);

    --form_columns_offset: 8px;
}

.form .columns > *
{
    width: calc(50% - var(--form_columns_offset));
    margin-left: var(--form_columns_offset);
}


.form .columns > *.width1of3
{
    width: calc(33.333% - var(--form_columns_offset));
}

.form .columns > *.width2of3
{
    width: calc(66.666% - var(--form_columns_offset));
}

.form .columns > *.width3of3
{
    width: calc(100% - var(--form_columns_offset));
}


.form .line
{
    margin-bottom: 12px;
}


.form .field
{
    position: relative;
}


.form .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    display: block;

    width: 100%;
    height: 41px;
    padding: 0 17px;

    transition: border-color .2s linear;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form textarea
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    display: block;

    width: 100%;
    height: 67px;
    padding: 12px 17px;

    resize: none;
    transition: border-color .2s linear;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}


.form .input:-webkit-autofill
{
    -webkit-box-shadow: inset 0 0 0 50px var(--form_bg_color) !important;
}


.form .input:focus,
.form textarea:focus
{
    border-color: var(--form_focus_color);
}

.form .input.error,
.form textarea.error
{
    color: #f00;

    border: 1px solid #ffa7a7;
    background: #ffe3e3;
}


.form input[type=checkbox],
.form input[type=radio]
{
    display: none;
}

.form input[type=checkbox] + label,
.form input[type=radio] + label
{
    font-size: 12px;
    line-height: 146.52%;

    position: relative;

    display: table-cell;

    height: 22px;
    padding-left: 32px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.form input[type=checkbox] + label a
{
    color: currentColor;
}

.form input[type=checkbox] + label a:hover
{
    text-decoration: none;
}

.form input[type=checkbox] + label:before,
.form input[type=radio] + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    border: 1px solid var(--form_border_color);
    border-radius: 3px;
    background: var(--form_bg_color);
}

.form input[type=checkbox] + label:after,
.form input[type=radio] + label:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';
    transition: opacity .2s linear;

    opacity: 0;
    background: url(../img/ic_check.svg) 50% no-repeat;
}

.form input[type=checkbox]:checked + label:after,
.form input[type=radio]:checked + label:after
{
    opacity: 1;
}


.form .file
{
    padding-top: 10px;
}

.form .file input[type=file]
{
    display: none;
}

.form .file label
{
    color: #b3b7c3;
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    display: flex;

    width: 100%;
    padding: 13px 17px 12px;

    cursor: pointer;
    transition: color .2s linear;

    border: 1px dashed #a3b2c5;
    border-radius: 10px;
    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.form .file label .path
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.form .file label .load
{
    color: #eb6f1f;
    font-size: 12px;
    line-height: 108.8%;

    display: none;

    margin-left: auto;
    padding-left: 16px;

    text-decoration-line: underline;
}


.form .file label.active
{
    color: var(--text_color);
}

.form .file label.active .load
{
    display: block;
}


.form .agree
{
    margin-top: 24px;
    padding: 0 26px;
}


.form .submit
{
    padding-top: 12px;
}

.form .submit_btn
{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 85%;

    display: block;

    width: 100%;
    padding: 23px 24px 22px;

    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: var(--form_border_radius);
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
	
	background: linear-gradient(45deg, #eb6f1f 0%, #8a0c0c 100%);
	
}

.form .submit_btn:hover
{
    background: #eb6f1f;
}



/*----------------
    Typography
----------------*/
.text_block
{
    line-height: 154.8%;
}

.text_block > :last-child,
.text_block .message > :last-child
{
    margin-bottom: 0 !important;
}

.text_block > :first-child,
.text_block .message > :first-child
{
    margin-top: 0 !important;
}


.text_block > *,
.text_block .message > *
{
    margin-bottom: 20px;
}


.text_block h2
{
    font-size: 28px;
    font-weight: bold;
    line-height: 139.3%;

    margin-bottom: 16px !important;
}

.text_block h3
{
    font-size: 24px;
    font-weight: 500;
    line-height: 154.8%;

    margin-bottom: 8px !important;
}

.text_block h4
{
    font-size: 18px;
    font-weight: 500;
    line-height: 153.3%;

    margin-bottom: 8px !important;
}


.text_block * + h2,
.text_block * + h3,
.text_block * + h4
{
    margin-top: 28px;
}

.text_block h2 + *,
.text_block h3 + *,
.text_block h4 + *
{
    margin-top: 0 !important;
}


.text_block img
{
    display: block;

    max-width: 100%;
}

.text_block img.loaded
{
    height: auto !important;
}


.text_block figure
{
    display: block;

    max-width: 100%;
    margin-top: 46px;
    margin-bottom: 46px;
}

.text_block figure img
{
    margin: 0;
}

.text_block figure figcaption
{
    color: #c5c5c5;
    font-weight: normal;
    font-style: italic;
    line-height: 139.3%;

    display: block;

    margin-top: 18px;
}


.text_block b,
.text_block strong
{
    font-weight: 500;
}


.text_block ul li
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-left: 16px;

    list-style-type: none;
}

.text_block ul li + li
{
    margin-top: 4px;
}

.text_block ul li:before
{
    position: absolute;
    top: 11px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background: var(--text_color);
}


.text_block .message
{
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 21px 72px 23px 28px;

    border-radius: 10px;
    background: #f1f1f2;
}


.text_block .gallery
{
    margin-top: 46px;
    margin-bottom: 46px;
}

.text_block .gallery .row
{
    margin-bottom: -30px;
    margin-left: -30px;
}

.text_block .gallery .row > *
{
    width: calc(33.333% - 30px);
    margin-bottom: 30px;
    margin-left: 30px;
}

.text_block .gallery .row > *.big
{
    width: calc(50% - 30px);
}

.text_block .gallery img
{
    width: 100%;
    margin: 0;
}

.text_block .gallery .caption
{
    color: #c5c5c5;
    font-weight: normal;
    font-style: italic;
    line-height: 139.3%;

    margin-top: 24px;
}


.text_block a
{
    color: #eb6f1f;
}

.text_block a:hover
{
    text-decoration: none;
}


.text_block small
{
    font-size: 13px;
    line-height: 152.8%;

    display: block;
}



/*-----------------
    Main slider
-----------------*/
.main_slider
{
    background: #ddd;
}

.main_slider .slide
{
    position: relative;
    z-index: 3;

    overflow: hidden;
}


.main_slider .slide .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}


.main_slider .slide .cont
{
    display: flex;

    min-height: 547px;
    padding-top: 48px;
    padding-bottom: 63px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.main_slider .slide .info
{
    width: 560px;
    max-width: 100%;
}


.main_slider .slide .title
{
    font-size: 52px;
    font-weight: bold;
    line-height: 108.8%;
}


.main_slider .slide .desc
{
    color: #2F3443;
    font-size: 22px;
    line-height: 108.8%;

    margin-top: 22px;
}


.main_slider .slide .price
{
    font-size: 22px;
    line-height: 28px;

    margin-top: 26px;
}

.main_slider .slide .price b
{
    color: #eb6f1f;
    font-weight: bold;
}


.main_slider .slide .row
{
    margin-top: 54px;
}


.main_slider .slide .link
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    padding: 23px 38px 22px;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

.main_slider .slide .link:hover
{
    background: #eb6f1f;
}


.main_slider .slide .free_delivery
{
    font-size: 15px;
    font-weight: bold;
    line-height: 108.8%;

    display: flex;

    margin-left: 38px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    align-self: center;
}

.main_slider .slide .free_delivery .icon
{
    display: block;

    margin-right: 13px;
}


.main_slider .slide .image
{
    width: 525px;
    max-width: 100%;
}

.main_slider .slide .image img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}



/*----------------
    Advantages
----------------*/
.advantages
{
    padding: 35px 0;

    /*border-bottom: 1px solid #dcdcdc;*/
}

.action_form + .advantages
{
    border: none;
}

.advantages.border_top
{
    border: none;
    border-top: 1px solid #dcdcdc;
}


.advantages .row
{
    margin-bottom: -30px;
    margin-left: -30px;

    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.advantages .row > *
{
    margin-bottom: 30px;
    margin-left: 30px;
}


.advantages .item
{
    display: flex;

    white-space: nowrap;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.advantages .item .icon
{
    display: flex;

    width: 50px;
    height: 50px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.advantages .item .icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.advantages .item .icon + *
{
    width: calc(100% - 66px);

    align-self: center;
}

.advantages .item .name
{
    font-size: 17px;
    font-weight: bold;
    line-height: 144.3%;
}

.advantages .item .desc
{
    font-size: 14px;
    line-height: 144.3%;
}



/*-------------
    Catalog
-------------*/
.catalog
{
    padding-bottom: 10px;
}


.catalog .row
{
    margin-bottom: -30px;
    margin-left: -30px;

    align-items: stretch;
    align-content: stretch;
}

.catalog .row > *
{
    width: calc(25% - 30px);
    margin-bottom: 30px;
    margin-left: 30px;
}


.catalog .category
{
    color: currentColor;
    line-height: 108.8%;

    position: relative;

    display: block;

    padding: 11px 18px 15px;

    transition: .2s linear;
    text-decoration: none;

    border: 1px solid #f1f1f2;
    border-radius: 10px;
	
	
    background: #fff;
    border: 1px solid #cdcdd1;
			
    background-color: rgb(255 255 255 / 80%);
			
}


.catalog .category .thumb
{
    display: flex;

    height: 176px;
    margin-bottom: 12px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.catalog .category .thumb img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.catalog .category .name
{
    display: flex;

    min-height: 42px;
    padding-right: 60px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.catalog .category .arrow
{
    color: #a0a4a8;

    position: absolute;
    right: 21px;
    bottom: 15px;

    display: flex;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    background: #f1f1f2;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.catalog .category .arrow .icon
{
    display: block;

    width: 16px;
    height: 14px;
}


.catalog .category:hover
{
    border-color: transparent;
    box-shadow: 0 15px 20px rgba(47, 52, 67, .25);
	border: 1px solid #f37113;
	
	background-color: rgb(255 255 255 / 100%);
	/*background-color: rgb(252 251 251);*/
	/*background-color: rgb(25 25 25 / 30%);*/
	
}

.catalog .category:hover .arrow
{
    color: #fff;

    border-color: transparent;
    background: linear-gradient(90deg, #000 0%,  #f37113 100%);
	background: #f37113;
	
}



/*--------------
    Products
--------------*/
.products.promo
{
    padding: 78px 0 79px;

    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}


.products.promo .cont
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.products.promo .block_head
{
    width: 212px;
    max-width: 100%;
    margin: 0 !important;

    align-self: center;
}


.products.promo .slider_wrap
{
    position: relative;

    width: calc(100% - 292px);
}

.products.promo .swiper-container
{
    overflow: visible !important;
}

.products.promo .swiper-container .slide
{
    visibility: hidden;

    transition: opacity .2s linear, visibility .2s linear;
    pointer-events: none;

    opacity: 0;
}

.products.promo .swiper-container .slide.visible
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}



.products .row
{
    margin-bottom: -30px;
    margin-left: -30px;

    align-items: stretch;
    align-content: stretch;
    --products_count: 4;
}

.products .row > *
{
    width: calc(25% - 30px);
    margin-bottom: 30px;
    margin-left: 30px;
}


.content .products .row
{
    --products_count: 3;
}

.content .products .row > *
{
    width: calc(33.333% - 30px);
}


.products .product
{
    position: relative;

    padding: 32px 20px 25px;

    transition: .2s linear;

    border: 1px solid #e9e9ef;
    border-radius: 10px;
    background: #fff;
}


.products .product .sticker
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 20px;

    position: absolute;
    z-index: 5;
    top: 9px;
    left: 9px;

    padding: 0 8px;

    white-space: nowrap;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 4px;
}

.products .product .sticker.orange
{
    background: #e2851b;
}


.products .product .modifications
{
    color: #a2a5ad;
    font-size: 12px;
    line-height: 135.8%;

    position: absolute;
    z-index: 5;
    top: 13px;
    right: 10px;

    white-space: nowrap;
}


.products .product .del_btn
{
    position: absolute;
    z-index: 5;
    top: 9px;
    right: 9px;

    display: flex;

    width: 23px;
    height: 23px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.products .product .del_btn > *
{
    color: #d6d7d9;

    display: block;

    width: 20px;
    height: 20px;
}


.products .product .thumb
{
    position: relative;

    display: block;

    margin-bottom: 25px;
    padding-bottom: 72.52%;
}

.products .product .thumb div
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.products .product .thumb img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.products .product .name
{
    font-size: 15px;
    line-height: 135.8%;
}

.products .product .name a
{
    color: currentColor;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}


.products .product .price
{
    font-size: 15px;
    font-weight: bold;
    line-height: 135.8%;

    margin-top: 12px;
}

.products .product .price b
{
    font-size: 20px;
    line-height: 135.8%;
}


.products .product .buy_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: block;

    width: 100%;
    margin-top: 18px;
    padding: 18px 18px 17px;

    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

.products .product .buy_btn:hover
{
    background: #eb6f1f;
}


.products .product:hover
{
    border-color: transparent;
    box-shadow: 0 25px 60px rgba(47, 52, 67, .2);
}



/*-------------------
    Products head
-------------------*/
.products_head
{
    display: flex;

    margin-bottom: 33px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.products_head select
{
    display: none;
}

.products_head .nice-select
{
    position: relative;

    display: block;
}

.products_head .nice-select .current
{
    font-size: 14px;
    line-height: 39px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 41px;
    padding: 0 41px 0 13px;

    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #f1f1f2;
}

.products_head .nice-select .current:after
{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;

    display: block;

    width: 13px;
    height: 7px;
    margin: auto;

    content: '';

    background: url(../img/ic_arrow_down_blue.html) 50% no-repeat;
}

.products_head .nice-select .list
{
    position: absolute;
    z-index: 9;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;
    padding: 8px 0;

    transition: .2s linear;

    opacity: 0;
    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #f1f1f2;
}

.products_head .nice-select.open .list
{
    top: calc(100% + 1px);

    visibility: visible;

    opacity: 1;
}

.products_head .nice-select .list .scrollbar
{
    overflow: auto;

    max-height: 240px;
}

.products_head .nice-select .list .list_item
{
    font-size: 14px;
    line-height: 18px;

    padding: 4px 13px;

    cursor: pointer;
    transition: color .2s linear;
}

.products_head .nice-select .list .list_item:empty
{
    display: none;
}

.products_head .nice-select .list .list_item:hover,
.products_head .nice-select .list .list_item.selected
{
    color: #eb6f1f;
}


.products_head input[type=checkbox]
{
    display: none;
}

.products_head input[type=checkbox] + label
{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;

    position: relative;

    display: table-cell;

    height: 22px;
    padding-left: 32px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.products_head input[type=checkbox] + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    border: 1px solid #e0e0e3;
    border-radius: 4px;
    background: #f1f1f2;
}

.products_head input[type=checkbox] + label:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';
    transition: opacity .2s linear;

    opacity: 0;
    background: url(../img/ic_check.svg) 50% no-repeat;
}

.products_head input[type=checkbox]:checked + label:after
{
    opacity: 1;
}


.products_head .sort
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.products_head .sort .name
{
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    margin-right: 14px;
}

.products_head .sort .nice-select
{
    width: 193px;
}


.products_head .status
{
    margin-left: 46px;
}


.products_head .pagination
{
    margin-top: 0;
    margin-left: auto;
}

.products_head .pagination .next
{
    margin-left: 9px;
}



/*-----------
    About
-----------*/
.about
{
    padding-bottom: 10px;
}


.about .goal
{
    font-size: 12px;
    font-weight: bold;
    line-height: 144.3%;

    margin-bottom: 67px;

    text-align: center;
    letter-spacing: .175em;
    text-transform: uppercase;
}

.about .goal .val
{
    color: #eb6f1f;
    font-size: 20px;
    line-height: 144.3%;

    letter-spacing: 0;
    text-transform: none;
}


.about .items
{
    display: flex;

    margin-bottom: -40px;
    margin-left: -30px;

    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.about .items > *
{
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    margin-left: 30px;
}


.about .items .item
{
    line-height: 144.3%;

    text-align: center;
}

.about .items .item .thumb
{
    position: relative;

    width: 181px;
    height: 181px;
    margin: 0 auto 38px;

    transform: matrix(-1, 0, 0, 1, 0, 0);

    border-radius: 50%;
    background: linear-gradient(0deg, #fff 0%, #f1f1f2 100%);
}

.about .items .item .thumb img
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;

    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.about .items .item .thumb1 img,
.about .items .item .thumb2 img
{
    /*filter: drop-shadow(0 25px 60px rgba(47, 52, 67, .2));*/
}

.about .items .item .thumb1 img
{
    bottom: -4px;
    left: -24px;
}

.about .items .item .thumb2 img
{
    bottom: 20px;
}

.about .items .item .name
{
    font-size: 22px;
    font-weight: bold;
    line-height: 144.3%;
}

.about .items .item .desc
{
    margin-top: 12px;
}



/*-----------------
    Action form
-----------------*/
.action_form
{
    position: relative;
    z-index: 3;
}


.action_form .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


.action_form .cont
{
    justify-content: space-between;
}


.action_form .block_head
{
    width: 376px;
    max-width: 100%;
    margin: 0 !important;

    align-self: center;
	
	
	
	background: rgb(255 255 255 / 90%);padding: 30px;border-radius: 20px;
}

.action_form .block_head .desc
{
    width: 305px;
}


.action_form .form
{
    width: 315px;
    max-width: 100%;
    padding: 34px 39px 21px;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(47, 52, 67, .1);
}



/*--------------------
    Product banner
--------------------*/
.product_banner
{
    color: #fff;

    position: relative;
    z-index: 3;

    display: flex;

    margin-bottom: 30px;

    text-decoration: none;

    border-radius: 10px;
    background: #2f3443;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}


.product_banner .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
}


.product_banner .thumb
{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 12px;

    display: flex;

    width: 211px;

    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}

.product_banner .thumb img
{
    display: block;

    max-width: 100%;
}


.product_banner .info
{
    width: calc(100% - 182px);
    padding: 15px 24px 13px 211px;
}

.product_banner .info .name
{
    font-size: 20px;
    font-weight: bold;
    line-height: 108.8%;
}

.product_banner .info .desc
{
    color: #999;
    font-size: 12px;
    line-height: 108.8%;

    margin-top: 10px;

    text-transform: uppercase;
}

.product_banner .info .price
{
    font-size: 18px;
    line-height: 23px;

    margin-top: 5px;
}

.product_banner .info .price b
{
    color: #eb6f1f;
    font-weight: bold;
}


.product_banner .free_delivery
{
    font-size: 12px;
    font-weight: bold;
    line-height: 108.8%;

    display: flex;

    width: 182px;
    margin-left: auto;
    padding: 20px;

    text-align: center;

    border-radius: 0 9px 9px 0;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_banner .free_delivery .icon
{
    display: block;

    margin: 0 auto 8px;
}

.product_banner .free_delivery div
{
    width: 100%;
}



/*---------------------
    Categories list
---------------------*/
.categories_list
{
    margin-bottom: 32px;
}


.categories_list .row
{
    margin-bottom: -10px;
    margin-left: -10px;

    align-items: stretch;
    align-content: stretch;
}

.categories_list .row > *
{
    max-width: calc(100% - 10px);
    margin-bottom: 10px;
    margin-left: 10px;
}


.categories_list .hide
{
    display: none;
}


.categories_list a
{
    color: currentColor;
    font-size: 15px;
    line-height: 146.52%;

    display: block;

    padding: 8px 17px 9px;

    text-align: center;
    text-decoration: none;

    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #fff;
}

.categories_list a:hover
{
    color: #fff;

    border-color: #fff;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}


.categories_list .more_btn
{
    color: #eb6f1f;
    font-size: 15px;
    font-weight: 500;
    line-height: 146.52%;

    display: block;

    padding: 8px 5px;
}

.categories_list .more_btn span + span,
.categories_list .more_btn.active span
{
    display: none;
}

.categories_list .more_btn.active span + span
{
    display: inline;
}



/*----------------
    Error info
----------------*/
.error_info
{
    padding-top: 100px;

    text-align: center;
}

.error_info .code
{
    color: #4b82c7;
    font-size: 200px;
    font-weight: bold;
    line-height: 108.8%;

    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.error_info .desc
{
    font-size: 20px;
    line-height: 108.8%;
}

.error_info .links
{
    display: flex;

    margin-top: 66px;
    margin-bottom: -12px;
    margin-left: -20px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.error_info .links > *
{
    max-width: calc(100% - 20px);
    margin-bottom: 12px;
    margin-left: 20px;
}


.error_info .links a
{
    color: currentColor;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: block;

    padding: 2px;

    transition: color .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}

.error_info .links a span
{
    display: block;

    padding: 16px 46px 15px;

    transition: background .2s linear;

    border-radius: 8px;
    background: var(--bg);
}


.error_info .links a:hover
{
    color: #fff;
}

.error_info .links a:hover span
{
    background: transparent;
}



/*-------------------
    Contacts info
-------------------*/
.contacts_info .row
{
    margin-bottom: -20px;
    margin-left: -20px;
}

.contacts_info .row > *
{
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
}



.contacts_info .phone
{
    position: relative;

    padding-left: 27px;
}

.contacts_info .phone .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}

.contacts_info .phone .icon + div
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}

.contacts_info .time
{
    color: #a5a5a5;
    font-size: 12px;
    line-height: 15px;
}

.contacts_info .number
{
    color: #2f3443;
    font-size: 17px;
    font-weight: bold;
    line-height: 146.52%;
}

.contacts_info .number a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: none;
}



.contacts_info .location
{
    font-size: 14px;
    line-height: 18px;

    position: relative;

    padding-left: 27px;
}

.contacts_info .location .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}



.contacts_info .email
{
    font-size: 13px;
    line-height: 16px;

    position: relative;

    padding-left: 35px;
}

.contacts_info .email .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}

.contacts_info .email a
{
    color: currentColor;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;

    white-space: nowrap;
    text-decoration: none;
}



.contacts_info .callback_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-top: 20px;
    padding: 18px 30px 17px;

    vertical-align: top;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

.contacts_info .callback_btn:hover
{
    background: #eb6f1f;
}



.contacts_info .map_wrap
{
    position: relative;

    overflow: hidden;

    margin-top: 34px;
    padding-bottom: 400px;

    transform: translateZ(0);

    border-radius: 10px;
    background: #ddd;
	
	box-shadow: 3px 3px 3px rgb(47 52 67 / 15%);
	border:1px solid #ccc;
}

.contacts_info .map_wrap .map
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}



.contacts_info .requisites
{
    margin-top: 33px;
    padding: 33px 36px 32px;

    border-radius: 10px;
    background: linear-gradient(0deg, #f1f1f2, #f1f1f2);
	/*box-shadow: 5px 10px 10px rgb(47 52 67 / 55%);*/
}


.contacts_info .requisites .block_title
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    display: flex;

    margin-bottom: 25px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.contacts_info .requisites .block_title a
{
    color: #eb6f1f;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    margin-top: 4px;
    margin-left: 29px;
}

.contacts_info .requisites .block_title a:hover
{
    text-decoration: none;
}


.contacts_info .requisites .row
{
    justify-content: space-between;
}

.contacts_info .requisites .col
{
    width: calc(50% - 40px);
}


.contacts_info .requisites .title
{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;

    letter-spacing: .17em;
}

.contacts_info .requisites .name
{
    font-size: 20px;
    line-height: 33px;
}

.contacts_info .requisites .data
{
    font-size: 14px;
    line-height: 165.8%;

    margin-top: 12px;
}



/*--------------
    Articles
--------------*/
.articles .list > *
{
    padding-bottom: 40px;

    border-bottom: 1px solid #e9e9ef;
}

.articles .list > * + *
{
    margin-top: 40px;
}


.articles .article
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.articles .article .thumb
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 263px;
    max-width: 100%;
    height: 171px;

    transform: translateZ(0);

    border-radius: 10px;
    background: #ddd;
}

.articles .article .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.articles .article .info
{
    width: calc(100% - 289px);
}


.articles .article .name
{
    font-size: 22px;
    font-weight: 500;
    line-height: 129.8%;
}

.articles .article .name a
{
    color: currentColor;

    display: inline;

    vertical-align: top;
    text-decoration: none;
}


.articles .article .desc
{
    font-size: 15px;
    line-height: 148.8%;

    margin-top: 12px;
}


.articles .article .link
{
    color: currentColor;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-top: 20px;
    padding: 2px;

    transition: color .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}

.articles .article .link span
{
    display: block;

    padding: 16px 46px 15px;

    transition: background .2s linear;

    border-radius: 8px;
    background: var(--bg);
}


.articles .article .link:hover
{
    color: #fff;
}

.articles .article .link:hover span
{
    background: transparent;
}



/*------------------
    Payment info
------------------*/
.payment_info > * + *
{
    margin-top: 33px;
}


.payment_info .data
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.payment_info .data .icon
{
    display: flex;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: #f1f1f2;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.payment_info .data .icon img
{
    display: block;
}


.payment_info .data .info
{
    line-height: 147.8%;

    width: calc(100% - 118px);
}

.payment_info .data .info .title
{
    font-size: 24px;
    font-weight: 500;
    line-height: 108.8%;
}

.payment_info .data .info > * + *
{
    margin-top: 12px;
}


.payment_info .text_block
{
    font-size: 14px;
    line-height: 153.3%;
}



/*-------------------
    Delivery info
-------------------*/
.delivery_info
{
    margin-top: 46px;
}

.delivery_info > * + *
{
    margin-top: 33px;
}


.delivery_info .data
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.delivery_info .data .icon
{
    display: flex;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: #f1f1f2;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.delivery_info .data .icon img
{
    display: block;
}


.delivery_info .data .info
{
    line-height: 147.8%;

    width: calc(100% - 118px);
}

.delivery_info .data .info .title
{
    font-size: 24px;
    font-weight: 500;
    line-height: 108.8%;
}

.delivery_info .data .info > * + *
{
    margin-top: 12px;
}


.delivery_info .text_block
{
    font-size: 14px;
    line-height: 153.3%;
}



/*------------
    Stocks
------------*/
.stocks .row
{
    margin-bottom: -50px;
    margin-left: -30px;

    align-items: stretch;
    align-content: stretch;
}

.stocks .row > *
{
    width: calc(50% - 30px);
    margin-bottom: 50px;
    margin-left: 30px;
}


.stocks .stock .thumb
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    margin-bottom: 21px;
    padding-bottom: 66.84%;

    transform: translateZ(0);

    border-radius: 10px;
    background: #ddd;
}

.stocks .stock .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.stocks .stock .name
{
    font-size: 20px;
    font-weight: 500;
    line-height: 129.8%;
}

.stocks .stock .name a
{
    color: currentColor;

    display: inline;

    vertical-align: top;
    text-decoration: none;
}


.stocks .stock .desc
{
    font-size: 14px;
    line-height: 148.8%;

    margin-top: 15px;
}


.stocks .stock .link
{
    color: currentColor;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-top: 21px;
    padding: 2px;

    transition: color .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}

.stocks .stock .link span
{
    display: block;

    padding: 16px 46px 15px;

    transition: background .2s linear;

    border-radius: 8px;
    background: var(--bg);
}


.stocks .stock .link:hover
{
    color: #fff;
}

.stocks .stock .link:hover span
{
    background: transparent;
}



/*----------------
    About info
----------------*/
.about_info .text_block
{
    font-size: 18px;
    line-height: 152.8%;
}

.about_info .text_block > *,
.about_info .text_block .message > *
{
    margin-bottom: 24px;
}


.about_info .goal
{
    font-size: 12px;
    font-weight: bold;
    line-height: 152.8%;

    margin-top: 30px;

    letter-spacing: .3em;
    text-transform: uppercase;
}

.about_info .goal .val
{
    color: #eb6f1f;
    font-size: 18px;
    font-weight: 500;
    line-height: 152.8%;

    letter-spacing: 0;
    text-transform: none;
}

.about_info .goal ~ *
{
    margin-top: 60px;
}


.about_info .items
{
    display: flex;

    margin-bottom: -40px;
    margin-left: -28px;

    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.about_info .items > *
{
    width: calc(33.333% - 28px);
    margin-bottom: 40px;
    margin-left: 28px;
}


.about_info .items .item
{
    font-size: 15px;
    line-height: 129.3%;

    text-align: center;
}

.about_info .items .item .thumb
{
    position: relative;

    width: 181px;
    height: 181px;
    margin: 0 auto 27px;

    transform: matrix(-1, 0, 0, 1, 0, 0);

    border-radius: 50%;
    background: linear-gradient(0deg, #fff 0%, #f1f1f2 100%);
}

.about_info .items .item .thumb img
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;

    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.about_info .items .item .thumb1 img,
.about_info .items .item .thumb2 img
{
    filter: drop-shadow(0 25px 60px rgba(47, 52, 67, .2));
}

.about_info .items .item .thumb1 img
{
    bottom: -4px;
    left: -24px;
}

.about_info .items .item .thumb2 img
{
    bottom: 20px;
}

.about_info .items .item .name
{
    font-size: 18px;
    font-weight: bold;
    line-height: 144.3%;
}

.about_info .items .item .desc
{
    margin-top: 15px;
}



/*------------------
    Article info
------------------*/
.article_info .date
{
    color: #b6b6b6;
    font-size: 14px;
    line-height: 108.8%;

    margin-bottom: 24px;
}



/*------------------
    Compare info
------------------*/
.compare_info aside
{
    display: flex;
    flex-direction: column;

    padding-bottom: 61px;
}


.compare_info .products
{
    padding-bottom: 61px;
}

.compare_info .products .product
{
    padding: 32px 15px 0;
}

.compare_info .products .product:hover
{
    border-color: #e9e9ef;
    box-shadow: none;
}


.compare_info .product_features
{
    font-size: 14px;
    line-height: 156.8%;

    margin-top: 36px;
    padding: 20px 0;

    border: 1px solid transparent;
}

.compare_info .product_features > * + *
{
    margin-top: 16px;
}



/*------------------
    Product info
------------------*/
.product_info .product_data
{
    justify-content: space-between;
}


.product_info .product_data .images
{
    position: relative;

    width: 457px;
    max-width: 100%;
}


.product_info .product_data .images .sticker
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 20px;

    position: absolute;
    z-index: 5;
    top: 9px;
    left: 9px;

    padding: 0 8px;

    white-space: nowrap;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 4px;
}

.product_info .product_data .images .sticker.orange
{
    background: #e2851b;
}


.product_info .product_data .images .big
{
    border: 1px solid #e9e9ef;
    border-radius: 10px;
    background: #fff;
}

.product_info .product_data .images .big .slide a
{
    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 100%;
}

.product_info .product_data .images .big .slide div
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;
    padding: 64px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .product_data .images .big .slide img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.product_info .product_data .images .big .slide .zoom
{
    position: absolute;
    z-index: 5;
    right: 16px;
    bottom: 17px;

    display: block;

    width: 30px;
    height: 30px;

    fill: #dcdcdc;
}


.product_info .product_data .images .thumbs
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 106px;
    height: 100%;
    padding: 79px 19px;
}

.product_info .product_data .images .thumbs .slide button
{
    width: 100%;
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
    padding: 1px;

    border-radius: 4px;
    background: #e9e9ef;
}

.product_info .product_data .images .thumbs .slide button div
{
    display: flex;

    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
    padding: 7px;

    border-radius: inherit;
    background: var(--bg);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .product_data .images .thumbs .slide img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.product_info .product_data .images .thumbs .slide button:hover,
.product_info .product_data .images .thumbs .slide.swiper-slide-thumb-active button
{
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}


.product_info .product_data .info
{
    display: flex;

    width: calc(100% - 487px);
    margin-left: auto;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.product_info .product_data .articul
{
    font-size: 14px;
    line-height: 135.8%;
}


.product_info .product_data .status
{
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;

    display: flex;

    margin-left: 76px;

    white-space: nowrap;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .product_data .status img
{
    display: block;

    width: 18px;
    margin-right: 6px;
}


.product_info .product_data .compare_btn
{
    font-size: 14px;
    line-height: 108.8%;

    display: flex;

    margin-left: auto;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .product_data .compare_btn .icon
{
    display: block;

    width: 15px;
    height: 17px;
    margin-right: 9px;

    fill: #a0a4a8;
}


.product_info .product_data .buy
{
    display: flex;

    width: 100%;
    margin-top: 23px;
    padding: 22px 20px 22px 34px;

    border-radius: 10px;
    background: #f1f1f2;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.product_info .product_data .buy .price
{
    font-size: 22px;
    font-weight: bold;
    line-height: 135.8%;

    display: inline-block;

    vertical-align: middle;
}

.product_info .product_data .buy .price b
{
    font-size: 33px;
    line-height: 135.8%;
}


.product_info .product_data .buy .nds
{
    color: #a0a4a8;
    font-size: 13px;
    line-height: 135.8%;

    display: inline-block;

    margin-left: 18px;

    vertical-align: middle;
}


.product_info .product_data .buy .amount
{
    display: flex;

    margin-top: 22px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .product_data .buy .amount .name
{
    font-size: 14px;
    font-weight: 500;
    line-height: 135.8%;

    margin-right: 14px;
}

.product_info .product_data .buy .amount > div
{
    position: relative;

    width: 118px;
}

.product_info .product_data .buy .amount button
{
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 9px;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;
}

.product_info .product_data .buy .amount button.plus
{
    right: 9px;
    left: auto;
}

.product_info .product_data .buy .amount button > *
{
    color: #d6d7d9;

    display: block;

    width: 20px;
    height: 20px;

    transition: color .2s linear;
}

.product_info .product_data .buy .amount .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 108.8%;

    display: block;

    width: 100%;
    height: 41px;
    padding: 0 36px;

    text-align: center;

    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #fff;
}


.product_info .product_data .buy .buy_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: block;

    width: 230px;
    padding: 19px;

    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

.product_info .product_data .buy .buy_btn:hover
{
    background: #eb6f1f;
}


.product_info .product_data .buy .quike_buy_btn
{
    color: currentColor;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: block;

    width: 230px;
    margin-top: 12px;
    padding: 2px;

    transition: color .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}

.product_info .product_data .buy .quike_buy_btn span
{
    display: block;

    padding: 17px;

    transition: background .2s linear;

    border-radius: 8px;
    background: #f1f1f2;
}

.product_info .product_data .buy .quike_buy_btn:hover
{
    color: #fff;
}

.product_info .product_data .buy .quike_buy_btn:hover span
{
    background: transparent;
}


.product_info .product_data .delivery_payment_info
{
    width: 100%;
    margin-top: 29px;
}

.product_info .product_data .delivery_payment_info .title
{
    font-size: 18px;
    font-weight: 500;
    line-height: 146.52%;

    margin-bottom: 17px;
}

.product_info .product_data .delivery_payment_info .row
{
    margin-bottom: -20px;
    margin-left: -38px;
    align-items: center;
}

.product_info .product_data .delivery_payment_info .row > *
{
    font-size: 14px;
    line-height: 124.02%;

    display: flex;

    max-width: calc(100% - 38px);
    margin-bottom: 20px;
    margin-left: 38px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.product_info .product_data .delivery_payment_info .icon
{
    display: block;

    min-width: 40px;
    margin-right: 14px;
}

.product_info .product_data .delivery_payment_info .icon img
{
    display: block;
}

.product_info .product_data .delivery_payment_info .delivery .icon img
{
    width: 44px;
}



.product_info .compare_link
{
    color: currentColor;

    position: fixed;
    z-index: 90;
    top: 0;
    right: 24px;
    bottom: 0;

    display: flex;

    width: 60px;
    height: 60px;
    margin: auto;

    text-decoration: none;

    border-radius: 50%;
    background: #fff;
    box-shadow: 0 25px 60px rgba(47, 52, 67, .2);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .compare_link .icon
{
    display: block;

    width: 15px;
    height: 17px;
    margin-top: 10px;
    margin-right: 8px;

    fill: #a0a4a8;
}

.product_info .compare_link .count
{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;

    position: absolute;
    top: 15px;
    right: 13px;

    width: 20px;
    height: 20px;

    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 50%;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}



.product_info .modifications,
.product_info .features,
.product_info .documents
{
    margin-top: 46px;
}



/*----------------------------------
    Product info - Modifications
----------------------------------*/
.product_info .modifications .block_title
{
    font-size: 22px;
    font-weight: bold;
    line-height: 153.8%;

    margin-bottom: 14px;
}


.product_info .modifications .titles
{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 153.8%;

    display: flex;

    margin-bottom: 10px;
    padding: 13px 22px 12px 30px;

    border: 1px solid transparent;
    border-radius: 10px;
    background: #2f3443;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.product_info .modifications .titles > * + *
{
    padding-left: 30px;
}

.product_info .modifications .titles .dn_col,
.product_info .modifications .titles .price_col
{
    text-align: center;
}


.product_info .modifications .list > * + *
{
    margin-top: 10px;
}


.product_info .modifications .modification
{
    font-size: 14px;
    line-height: 151.8%;

    display: flex;

    padding: 17px 22px 17px 30px;

    transition: .2s linear;

    border: 2px solid transparent;
    border-radius: 10px;
    background: #f1f1f2;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.product_info .modifications .modification > * + *
{
    padding-left: 30px;
}

.product_info .modifications .modification .modifications_col b
{
    font-weight: 500;
}

.product_info .modifications .modification .dn_col
{
    text-align: center;

    align-self: center;
}

.product_info .modifications .modification .price_col
{
    font-weight: bold;
    line-height: 153.8%;

    text-align: center;

    align-self: center;
}

.product_info .modifications .modification .buy_col
{
    display: flex;

    align-self: center;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .modifications .modification .buy_col > * + *
{
    margin-left: 30px;
}


.product_info .modifications .modification .amount
{
    position: relative;

    width: 118px;
}

.product_info .modifications .modification .amount button
{
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 9px;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;
}

.product_info .modifications .modification .amount button.plus
{
    right: 9px;
    left: auto;
}

.product_info .modifications .modification .amount button > *
{
    color: #d6d7d9;

    display: block;

    width: 20px;
    height: 20px;

    transition: color .2s linear;
}

.product_info .modifications .modification .amount .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 108.8%;

    display: block;

    width: 100%;
    height: 41px;
    padding: 0 36px;

    text-align: center;

    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #fff;
}


.product_info .modifications .modification .buy_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    width: 127px;
    height: 41px;

    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

.product_info .modifications .modification .buy_btn:hover
{
    background: #eb6f1f;
}


.product_info .modifications .modification .report_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    width: 208px;
    height: 41px;

    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: #d0d0d0;
}


.product_info .modifications .modification:hover
{
    border-color: #4b82c7;
    background: #fff;
}



.product_info .modifications .modifications_col
{
    width: 100%;
}

.product_info .modifications .features_col
{
    width: 23.08%;
    min-width: 23.08%;
}

.product_info .modifications .dn_col
{
    width: 126px;
    min-width: 126px;
}

.product_info .modifications .price_col
{
    width: 100px;
    min-width: 100px;
}

.product_info .modifications .buy_col
{
    width: 305px;
    min-width: 305px;
}


.product_info .modifications .pagination
{
    margin-top: 18px;
}



/*-----------------------------
    Product info - Features
-----------------------------*/
.product_info .features .block_title
{
    font-size: 22px;
    font-weight: bold;
    line-height: 153.8%;

    margin-bottom: 14px;
}


.product_info .features .row
{
    justify-content: space-between;
}

.product_info .features .row > *
{
    width: calc(50% - 31px);
}


.product_info .features .item
{
    font-size: 15px;
    line-height: 165.8%;

    display: flex;

    padding: 12px 0;

    border-bottom: 1px solid #e1e1e3;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.product_info .features .item .name
{
    color: #a0a4a8;

    width: calc(100% - 262px);
    padding-right: 16px;
}

.product_info .features .item .val
{
    width: 262px;
    max-width: 100%;

    text-align: right;
}



/*---------------
    Documents
---------------*/
.documents .block_title
{
    font-size: 22px;
    font-weight: bold;
    line-height: 153.8%;

    margin-bottom: 26px;
}


.documents .row
{
    margin-bottom: -20px;
    margin-left: -30px;

    align-items: stretch;
    align-content: stretch;
}

.documents .row > *
{
    width: calc(33.333% - 30px);
    margin-bottom: 20px;
    margin-left: 30px;
}





.documents .document
{
    color: currentColor;

    display: flex;

    padding: 22px 20px 22px 24px;

    text-decoration: none;

    border-radius: 10px;
    background: #f1f1f2;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.documents .document .icon
{
    display: block;

    width: 25px;
    margin-right: 19px;
}

.documents .document .icon + *
{
    width: calc(100% - 88px);
}

.documents .document .name
{
    font-size: 15px;
    font-weight: bold;
    line-height: 153.8%;
}

.documents .document .size
{
    font-size: 13px;
    line-height: 153.8%;
}

.documents .document svg
{
    display: block;

    width: 25px;
    height: 22px;
    margin-left: 19px;

    fill: #a0a4a8;
}



/*---------------
    Cart info
---------------*/
.cart_info .titles
{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 153.8%;

    display: flex;

    margin-bottom: 10px;
    padding: 13px 40px 12px 30px;

    text-align: center;

    border: 1px solid transparent;
    border-radius: 10px;
    background: #2f3443;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.cart_info .titles > * + *
{
    padding-left: 30px;
}

.cart_info .titles .info_col
{
    text-align: left;
}


.cart_info .product
{
    font-size: 14px;
    line-height: 151.8%;

    display: flex;

    padding: 13px 40px 12px 30px;

    text-align: center;

    border: 1px solid transparent;
    border-radius: 10px;
    background: #f1f1f2;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.cart_info .product + .product
{
    margin-top: 10px;
}

.cart_info .product > * + *
{
    padding-left: 30px;
}


.cart_info .product .info_col
{
    display: flex;

    text-align: left;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.cart_info .product .thumb
{
    display: flex;
    overflow: hidden;

    width: 60px;
    height: 60px;

    border-radius: 10px;
    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.cart_info .product .thumb img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.cart_info .product .thumb + *
{
    width: calc(100% - 80px);

    align-self: center;
}


.cart_info .product .name
{
    font-weight: 500;
}

.cart_info .product .name a
{
    color: currentColor;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}


.cart_info .product .amount
{
    position: relative;

    width: 118px;
}

.cart_info .product .amount button
{
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 9px;

    display: block;

    width: 20px;
    height: 20px;
    margin: auto;
}

.cart_info .product .amount button.plus
{
    right: 9px;
    left: auto;
}

.cart_info .product .amount button > *
{
    color: #d6d7d9;

    display: block;

    width: 20px;
    height: 20px;

    transition: color .2s linear;
}

.cart_info .product .amount .input
{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 14px;
    line-height: 108.8%;

    display: block;

    width: 100%;
    height: 41px;
    padding: 0 36px;

    text-align: center;

    border: 1px solid #e0e0e3;
    border-radius: 10px;
    background: #fff;
}


.cart_info .product .price_col
{
    font-weight: bold;
    line-height: 153.8%;

    white-space: nowrap;
}


.cart_info .product .del_btn
{
    position: relative;

    display: block;

    width: 40px;
    height: 40px;
    margin: auto;
}

.cart_info .product .del_btn:before,
.cart_info .product .del_btn:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 50%;
    height: 2px;
    margin: auto;

    content: '';
    transform: rotate(45deg);

    border-radius: 1px;
    background: #a0a4a8;
}

.cart_info .product .del_btn:after
{
    transform: rotate(-45deg);
}



.cart_info .info_col
{
    width: 100%;
}

.cart_info .amount_col
{
    width: 148px;
    min-width: 148px;
}

.cart_info .price_col
{
    width: 132px;
    min-width: 132px;
}

.cart_info .action_col
{
    width: 112px;
    min-width: 112px;
}



.cart_info .cart_total
{
    line-height: 151.8%;

    margin-top: 37px;
}

.cart_info .cart_total .price
{
    font-size: 24px;
    font-weight: bold;
    line-height: 151.8%;
}



/*-------------------
    Checkout info
-------------------*/
.checkout_info
{
    margin-top: 49px;
}


.checkout_info .form
{
    padding: 42px 42px 31px;

    border-radius: 10px;
    background: #f1f1f2;

    --form_bg_color: #fff;
}


.checkout_info .form .section + .section
{
    margin-top: 32px;
}

.checkout_info .form .section .title
{
    font-size: 20px;
    font-weight: 500;
    line-height: 151.8%;

    margin-bottom: 12px;
}


.checkout_info .form .input
{
    font-weight: 400;

    padding-bottom: 2px;
}

.checkout_info .form textarea
{
    font-weight: 400;
}


.checkout_info .form .delivery_payment
{
    width: calc(50% - 16px);
    margin-top: 20px;
}


.checkout_info .form .payment_method .field.row,
.checkout_info .form .delivery_method .field.row
{
    margin-bottom: -10px;
    margin-left: -40px;
}

.checkout_info .form .payment_method .field.row > *,
.checkout_info .form .delivery_method .field.row > *
{
    max-width: calc(100% - 40px);
    margin-bottom: 10px;
    margin-left: 40px;
}

.checkout_info .form .payment_method input[type=radio] + label,
.checkout_info .form .delivery_method input[type=radio] + label
{
    font-size: 16px;
    line-height: 146.52%;
}


.checkout_info .form .map
{
    width: calc(50% - 16px);
    height: 195px;
    margin-top: 20px;
    margin-left: auto;

    background: #ddd;
}


.checkout_info .form .method_info
{
    line-height: 151.8%;

    display: none;
}


.checkout_info .form .submit
{
    display: flex;

    padding-top: 52px;

    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.checkout_info .form .total_price
{
    line-height: 151.8%;

    margin-right: auto;
}

.checkout_info .form .total_price b
{
    font-size: 24px;
    font-weight: bold;
    line-height: 151.8%;
}


.checkout_info .form .submit_btn
{
    width: 193px;
    max-width: 100%;
}



/*------------
    Footer
------------*/
footer
{
    padding: 50px 0 38px;

    background: #2f3443;
}

footer .cont
{
    justify-content: space-between;
}



footer .logo
{
    color: #fff;
    font-size: 12.2089px;
    line-height: 15px;

    display: flex;

    margin-bottom: 27px;

    text-decoration: none;
    text-transform: uppercase;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .logo img
{
    display: block;
}

footer .logo img + *
{
    margin-left: 12px;
}

footer .logo .name
{
    color: #eb6f1f;
    font-size: 31.8074px;
    font-weight: bold;
    line-height: 40px;
}

footer .logo .desc a
{
    color: #fff;
	text-decoration: none;
}




footer .copyright
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}


footer .privacy_policy
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;

    margin-top: 2px;
}

footer .privacy_policy a
{
    color: currentColor;
}

footer .privacy_policy a:hover
{
    text-decoration: none;
}



footer .links
{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    list-style: none;
}

footer .links a
{
    color: currentColor;

    display: inline-block;

    transition: color .2s linear;
    vertical-align: top;

}

footer .links a:hover
{
    color: #eb6f1f;

    text-decoration: none;
}



footer .contacts .row
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


footer .contacts .phone
{
    position: relative;

    padding-left: 27px;
}

footer .contacts .phone .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}

footer .contacts .phone > div
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}

footer .contacts .time
{
    color: #a5a5a5;
    font-size: 12px;
    line-height: 15px;
}

footer .contacts .number
{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 146.52%;
}

footer .contacts .number a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: none;
}


footer .contacts .callback_btn
{
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 146.52%;

    display: inline-block;

    margin-left: 23px;
    padding: 18px 30px 17px;

    vertical-align: top;
    letter-spacing: .1em;
    text-transform: uppercase;

    border-radius: 10px;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
    box-shadow: 0 5px 10px rgba(44, 49, 53, .2);
}

footer .contacts .callback_btn:hover
{
    background: #eb6f1f;
}


footer .contacts .location
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;

    position: relative;

    margin-top: 21px;
    padding-left: 27px;
}

footer .contacts .location .icon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    margin: auto;
}



/*-----------
    PopUp
-----------*/
.modal
{
    display: none;
    visibility: visible !important;

    width: 380px;
    max-width: 100%;
    padding: 54px 72px 45px;

    border-radius: 10px;
    background: #fff;
}


.modal_title
{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;

    margin-bottom: 19px;

    text-align: center;
}



#quike_buy_modal
{
    width: 983px;
    padding: 33px 45px 51px 40px;
}


#quike_buy_modal .modal_title
{
    margin-bottom: 25px;

    text-align: left;
}


#quike_buy_modal .cart_info
{
    margin-bottom: 25px;
}

#quike_buy_modal .cart_info .product
{
    font-size: 14px;
    line-height: 151.8%;

    padding: 15px 22px;
}


#quike_buy_modal .form .bottom
{
    display: flex;

    padding-top: 12px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

#quike_buy_modal .form .agree
{
    width: 188px;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
}

#quike_buy_modal .form .submit
{
    margin: 0;
    padding: 0;
}

#quike_buy_modal .form .submit_btn
{
    width: 237px;
    max-width: 100%;
}


.page-numbers{
    display: none;
}

a.page-numbers{
    color: #eb6f1f;
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pagination .go_to .input{

}


.blocks-gallery-grid li:before {
    display: none !important;
}


.alert{
    background: #d0d0d0 !important;
}

.error{
    border:1px solid red !important;
}

.form input[type=checkbox].error + label:before{
    border:1px solid red !important;
}

.whatsup{
    background: #F1F1F2;
    border-radius: 10px;
    padding: 35px 15px;
    text-align: center;
	border: 1px solid #ccc;
	box-shadow: 5px 10px 10px rgb(47 52 67 / 55%);
}

.whatsup .photo{
    margin-bottom: 25px;
}

.whatsup .phone{
     margin-bottom: 35px;
     margin-top: 25px;
}

.whatsup .phone a{
    font-size: 22px;
    color:#2F3443;
    text-decoration: none;
        font-weight: 500;
}
.whatsup .button{
    background: #67D449;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
        width: 176px;
    display: inline-block;
    text-decoration: none;
    height: 50px;
    padding: 0 30px;
    filter: drop-shadow(0px 5px 10px rgba(44, 49, 53, 0.2));
}

.modifications_col a{
    color: var(--text_color);
    text-decoration: none;
}

header .bottom .catalog_btn {
    display: none;
}


.loadm_more{
    font-size: 14px;
    font-weight: 500;
    line-height: 108.8%;
    position: relative;
    padding: 16px 32px 0px 0;
    cursor: pointer;
    display: none;
}


.main_slider .slide2 .row{
    flex-wrap: nowrap;
}

.main_slider .slide2 .row li{
    max-width: 197px;
    margin-left: 27px;

}
.main_slider .slide2 .row li::marker{
    color: #eb6f1f;
    font-size: 1.5em;
    display: block;
}


.main_slider .slide3 .row{
    flex-wrap: nowrap;
}

.main_slider .slide3 .row li{
    max-width: 160px;
    margin-left: 27px;

}
.main_slider .slide3 .row li::marker{
    color: #eb6f1f;
    font-size: 1.5em;
    display: block;
}

.main_slider .slide4 .row{
    margin-bottom: 22px;
}
.main_slider .slide4 .row a{
    border: 1px solid #eb6f1f;
    box-sizing: border-box;
    border-radius: 90px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2F3443;
    text-decoration: none;
    line-height: 41px;
    padding: 0 20px;
    margin-right: 12px;
    margin-bottom: 12px;
}














.documents .document{
	background: #f37113;position: relative;
	padding: 15px 20px 15px 24px;
}
.documents a::before {
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    border: 45px solid transparent;
    border-left: 45px solid rgba(255, 255, 255, 0.2);
    border-top: 45px solid rgba(255, 255, 255, 0.2);
}

.documents .document .name{
	font-size:17px;
	color:#fff;
	font-weight: 400;
}


.documents .document svg{
	fill: #fff;
}


.download_pdf{
	position: absolute;
	margin-top: -46px;
	z-index: 99999999999;
	margin-left: 240px;
	width: 26px;
	margin-top: -42px;
}





