@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body {
    font-family: 'Montserrat', sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 700 !important;
}

header .h_logo {
	max-width: 125px;
}
a {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.city_menu {
	color: #131313 !important;
	background: #f9f9f9 !important;
}

.call_widget {
	position: fixed;
	right: .75rem;
	bottom: .75rem;
	z-index: 9;
	width: 3.5rem;
	height: 3.5rem;
	transition: .3s all;
}

.whatsapp_widget {
	position: fixed;
	right: .75rem;
	bottom: 4.25rem;
	z-index: 9;
	width: 3.5rem;
	height: 3.5rem;
	transition: .3s all;
}

.call_widget:hover,
.whatsapp_widget:hover {
	transform: scale(1.2);
}

header {
    padding-top: 1rem;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: .5s;
    background: #fff;
}

.nav-up {
    top: -200px;
}

.manufacturer_cart {
    display: block;
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid #e1e1e1;
    font-size: 12px;
}

.variations {
    display: block;
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid #e1e1e1;
}

.variations input {
    display: none;
}

.var_label {
    padding: .75rem;
    border-radius: 6px;
    font-size: 13px;
    color: #024080;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: 500;
    transition: .3s all;
}

.var_label:hover {
    background: #f1f1f1;
}

.var_label.selected {
    background: #03509E;
    color: #fff;
}

.variations b {
    display: block;
    font-size: 15px;
    margin-bottom: .5rem;
}

.variations label {
    margin-right: .375rem;
}

main {
    margin-top: calc(160px + 1.5rem);
}

header .row:first-child .col {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

header .row:first-child .col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

header .row:first-child .col ul a {
    color: #000;
}

header .row:first-child .col ul a:hover {
    color: #03509E;
}

header .row:first-child .col ul img {
    margin-right: .75rem;
}

header ul ul {
    display: none !important;
}

header .row:last-child ul ul {
    background: white !important;
}

header .row:last-child ul ul {
	border: 0 !important;
	box-shadow: 0 15px 35px rgba(0,0,0,.2);
	align-items: start;
}

header ul ul::after {
	content: '';
	width: 50%;
	height: 1.1rem;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -1.1rem;
}

header ul ul li {
    margin: .75rem 0 !important;
}

header ul li:hover ul {
    display: flex !important;
	flex-direction: column;
    position: absolute;
    background: #03509E;
    padding: .75rem 2rem !important;
    border-radius: 5px;
    line-height: 130%;
}

header ul ul a {
    color: #fff !important;
}

header .row:last-child ul ul a {
    color: #000 !important;
}

header .row:last-child ul ul a:hover {
    color: #03509E !important;
}

header ul ul a:hover {
    color: rgba(255,255,255,.5) !important;
}

.catalog_button {
    display: flex;
    align-items: center;
}

.h_search input {
    width: 416px;
    padding: 0 1.5rem;
    height: 40px;
    background: #F5F7F9;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: .3s all;
    display: block;
}

header form {
    position: relative;
}

header form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 6px;
}

.h_search button svg rect,
.h_search button svg path,
.h_social svg rect,
.h_social svg path,
.h_cart svg rect,
.h_cart svg path,
.product_inner_opisanie_price path,
.product_inner_opisanie_price rect {
    transition: .3s all;
}

.h_search button:hover svg rect,
.h_social svg:hover rect {
    fill: #03509E;
}

.h_cart svg:hover rect,
.product_inner_opisanie_price svg:hover rect {
    fill: #F5F7F9;
}

.h_cart svg:hover path,
.product_inner_opisanie_price svg:hover path {
    stroke: #03509E;
}

.h_cart {
    position: relative;
}

.h_cart span {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.h_search button:hover svg path {
    stroke: #fff;
}

.h_social svg:hover path {
    fill: #fff;
}

.h_social a {
    margin: 0 .375rem;
}

.h_phone a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.h_phone a:hover {
    color: #03509E;
}

.h_phone {
	flex-direction: column;
}

.h_phone > div {
	display: flex;
	align-items: center;
}

.h_phone > div button {
	margin-left: 1rem;
	padding: .5rem 1rem;
    background: #F5F7F9;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: .3s all;
}

.h_phone > div button:hover {
	background: #024080;
	color: white;
}

.h_phone p {
	margin: .5rem 0 0 0;
	font-size: .9rem;
}

.h_phone p:empty {
	display: none;
}

#cities .modal-body button {
	margin: .5rem;
	padding: .5rem 1rem;
    background: #F5F7F9;
	color: #131313 !important;
	font-weight: 400 !important;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: .3s all;
}

#cities .modal-body button i {
	margin-right: .5rem !important;
}

#cities .modal-body .selected-city {
	background: #024080;
	color: white !important;
}

.availability {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.availability i {
    font-style: normal !important;
}

.availability img {
    margin-right: 4px;
    display: inline-block !important;
}

.product_block svg {
    cursor: pointer;
}

.added rect {
    fill: #f9f9f9;
}

.added path {
    stroke: #03509E;
}

header .row:last-child ul {
    margin: 1rem 0 0 0;
    padding: 1.5rem 0;
    border-top: 1px solid #F0F0F0;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .first_menu>ul>li:nth-child(3) a {
	color: #dc3545 !important;
    font-size: 18px;
    font-weight: 600;
}

header .row:last-child ul a {
    color: #000;
}

header .row:last-child ul a:hover {
    color: #03509E;
}

#menu .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

#menu ul {
    list-style: none;
    font-size: 25px;
    padding: 0;
    margin: 1.5rem;
}

#menu ul ul {
	font-size: 20px;
}

#menu ul li {
    margin-bottom: .75rem;
}

#menu ul a {
    color: #000;
}

#menu button {
    padding: .75rem 1.5rem .75rem .75rem;
    border-radius: 6px;
    margin: 0 1.5rem 3rem 1.5rem;
    border: 0;
    background: #03509E;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}

#menu button picture {
    margin-right: 1.5rem;
}

.menu_phone {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 1.5rem;
}

.menu_social {
    margin: 1.5rem 0 1.5rem 2rem;
}

.menu_social svg {
    transform: scale(1.5);
    margin-right: 2rem;
}

#search .modal-dialog {
    background: rgba(0,0,0,.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#search .modal-content {
    background: transparent;
    border: 0;
    padding: .375rem;
    color: #fff;
    text-align: center;
}

#search .modal-content input {
    width: 100%;
    border: 0;
    text-align: center;
    background: transparent;
    font-size: 17px;
    padding: .75rem;
    font-weight: 300;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #444;
    margin-bottom: 1.5rem;
}

#search .modal-content input::placeholder {
    color: #fff;
}

#search .modal-content button {
    padding: .75rem 3rem;
    font-size: 15px;
    border: 0;
    background: #03509E;
    color: #fff;
    border-radius: 6px;
}

#search .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

footer .container-fluid {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #222;
    color: #fff;
    font-size: 15px;
    line-height: 130%;
    margin-top: 6rem;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #999;
}

footer li {
    margin-bottom: 1.5rem;
}

.categories_list ul {
    column-count: 2;
}

.categories_list ul li {
    page-break-inside: avoid;
    break-inside: avoid;
}

.footer_contacts div {
    display: flex;
    margin-bottom: .75rem;
    align-items: center;
}

.footer_contacts div picture {
    display: inline-block;
    width: 40px;
    margin-right: 16px;
}

.footer_contacts div div {
    display: inline-block;
    line-height: 160%;
}

.cpy {
    color: #999;
}

.cpy a {
    color: #999;
}

.cpy a:hover {
    color: #fff;
}

.cpy .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem !important;
    padding-top: 2rem;
    border-top: 1px solid #444;
}

.slider {
    color: #fff;
    position: relative;
}

.slider .item {
    border-radius: 20px;
	height: 400px;
}

.slider h1 {
    font-size: 35px;
    font-weight: 500 !important;
    line-height: 130%;
    display: block;
    position: relative;
    z-index: 1;
}

.slider .item button {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 3rem 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    background: #024080;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .3s all;
}

.slider .item button:hover {
    background: #fff;
    color: #024080;
}

.slider .item .container-fluid,
.slider .item .container-fluid .row {
	height: 100%;
	align-items: end;
}

.slider picture {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.slider picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider_block {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 20px;
    background: #03509E;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.slider_block h1 {
    font-size: 35px;
    font-weight: 500 !important;
    line-height: 130%;
    margin-left: 4rem;
    display: block;
    max-width: 625px;
    position: relative;
    z-index: 1;
}

.slider_block picture {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.slider_block picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.benefits_block {
    margin-top: 1.5rem;
}

.benefits_block .row {
    width: 100%;
    margin-left: 0;
}

.benefits_block .col {
    overflow: scroll;
    padding: 0 0 1.5rem 0 !important;
}

.benefits_block .col div {
    position: relative;
    display: inline-flex;
    overflow-x: scroll;
}

.dostavka {
	border-radius: 20px;
    padding: 1.5rem;
    background: #03509f;
    align-items: center;
    margin-top: 25px;
}
.dostavka p {
	margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
	color: #fff;
}

.benefit {
    border-radius: 20px;
    margin-right: 1.5rem;
    padding: 0.5rem;
    background: #F9F9F9;
    display: inline-flex;
    align-items: center;
}

.benefit p {
    width: 210px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
}

.benefit picture {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: #fff;
}

.benefit picture img {
    object-fit: contain !important;
    width: 70% !important;
    height: 70% !important;
    margin: 15%;
}

.benefit div:first-child {
    border-radius: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
    margin-right: 1.5rem;
}

.benefits_block .col div .benefit:last-child {
    margin-right: 0;
}

.benefits_block .col::-webkit-scrollbar {
    height: 5px;
    width: 0;
    border-radius: 5px;
    background: #F9F9F9;
}

.benefits_block .col div {
    overflow:hidden !important;
}

.benefits_block .col::-webkit-scrollbar-thumb {
    background-color: #EAEAEA;
    border-radius: 5px;
}

.category_block {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
    border-radius: 20px;
    margin-top: 1.5rem;
	height: 175px;
}

.product_block {
    background: #fff;
    border-radius: 20px;
    margin-top: 1.5rem;
}

.category_block picture {
    display: inline-flex;
    padding: 1.5rem 1.5rem .75rem 1.5rem;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transition: .3s all;
}

.product_block picture {
    display: inline-flex;
    padding: 1.5rem 1.5rem .75rem 1.5rem;
    width: 100%;
    height: 140px;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transition: .3s all;
}

.category_block picture:hover,
.product_block picture:hover {
    opacity: .7;
}

.category_block picture img,
.product_block picture img {
    object-fit: contain !important;
}

.product_block a {
    color: #000;
}

.product_block a:hover {
    color: #03509E;
}

.category_block div {
    width: 100%;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    padding: .75rem 1.5rem 1.5rem 1.5rem;
    display: inline-flex;
    justify-content: space-between;
}

.product_block div {
    width: 100%;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    padding: .75rem 1.5rem 1.5rem 1.5rem;
    display: inline-flex;
    justify-content: space-between;
}

.product_block p {
    font-size: 15px;
    line-height: 130%;
    margin: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
	height: 125px;
}

.category_block div a,
.product_block div a {
    color: #000;
}

.category_block div a:hover,
.product_block div a:hover {
    color: #03509E;
}

.product_block div a {
    background: #0A6CD0;
    border-radius: 4px;
    padding: .150rem .300rem .300rem .5rem !important;
    cursor: pointer;
}

.product_block div a::before {
    content:'В корзину';
    font-size: 13px;
    color: #fff;
    position: relative;
    top: -1px;
    margin-right: .5rem;
    font-weight: 400;
}

.product_block div .added {
    background: #eaeaea;
}

.product_block div .added::before {
    content:'В корзине';
    font-size: 13px;
    color: #000;
    position: relative;
    top: -1px;
    margin-right: .5rem;
    font-weight: 400;
}

.category_block svg rect,
.category_block svg path,
.product_block svg rect,
.product_block svg path {
    transition: .3s all;
}

.category_block svg:hover rect,
.product_block svg:hover rect {
    fill: #EAEAEA;
}

.category_block svg:hover path,
.product_block svg:hover path {
    stroke: #03509E;
}

.more {
    width: 26px;
    height: 26px;
    margin-left: 1.5rem;
    cursor: pointer !important;
}

.video_block {
    background: #F9F9F9;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
}

.video_block h2 {
    font-size: 25px;
    font-weight: 500 !important;
}

.owl-carousel {
    position: relative;
}

.videos .ratio {
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.videos .ratio span {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.videos .ratio span svg {
    transition: .3s all;
}

.videos .ratio picture {
    position: absolute;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.videos .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.videos svg {
    position: absolute;
    z-index: 99;
}

.videos .ratio:hover img {
    transform: scale(1.2);
}

.videos .ratio:hover span svg {
    transform: scale(1.5);
}

.modal iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.banner_block {
    margin-top: 4rem;
    padding: 3rem 6rem 3rem 6rem;
    border-radius: 20px;
    background: #03509E;
    color: #fff;
    position: relative;
}

.banner_block h4 {
    font-size: 25px;
    font-weight: 700 !important;
    text-transform: uppercase;
	line-height: 2.1rem;
}

.banner_block h2 {
    color: #ffc313;
}

.banner_block button {
    padding: 1rem 1.5rem;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 0;
    display: inline-block;
    margin-top: 1.5rem;
    background: #024080;
    transition: .3s all;
}

.banner_block button:hover {
    background: #fff;
    color: #024080;
}

.banner_block picture {
    position: absolute;
    right: 6rem;
	max-width: 40%;
}

.banner_block .col {
    display: flex;
    height: 100%;
    align-items: center;
}

.about_block {
    margin-top: 4rem;
}

.about_block h2 {
    font-size: 25px;
    font-weight: 500 !important;
    display: block;
    margin-bottom: .75rem;
}

.about_block p {
    font-size: 17px;
    line-height: 160%;
    margin: 1.5rem 0 0 0;
}

.about_block img {
    width: 100% !important;
    border-radius: 20px;
    margin: .75rem 0;
}

.popular .product_block {
    margin: 0;
}

.product_block add-t-cart {
    cursor: pointer;
}

.news_main_block {
    margin-top: 4rem;
}

.news_main_block h2 {
    font-size: 25px;
    font-weight: 500 !important;
}

.new picture {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.new picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.new .ratio {
    margin-bottom: 1.5rem;
}

.new a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.new a:hover {
    color: #03509E;
}

.new p {
    font-size: 15px;
    font-weight: 130%;
    margin: .375rem 0 0 0;
    width: 100%;
}

.new button {
    display: inline-block;
    margin-top: .75rem;
    padding: .375rem .75rem;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #03509E;
    border: 0;
    transition: .3s all;
}

.new button:hover {
    background: #024080;
}

.news {
    margin-top: 4rem;
}

.new picture:hover img {
    transform: scale(1.1);
}

.slider_block ul {
    list-style: none;
    padding: 0;
    margin: .5rem 0 0 0;
    font-size: 12px;
    color: rgba(255,255,255,.3);
}

.slider_block ul li {
    display: inline-block;
}

.slider_block ul li::after {
    content: '»';
    margin-left: .375rem;
}

.slider_block ul li:last-child::after {
    content: '';
    margin-left: 0;
}

.slider_block a {
    color: #fff;
}

.slider_block a:hover {
    color: rgba(255,255,255,.3);
}

.inner_zag h1 {
    margin: 0 !important;
}

.inner_zag {
    padding: 3rem;
}

.inner_page {
    margin-top: 1.5rem;
}

.inner_page p {
    font-size: 15px;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
}

.banner_block_page {
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-radius: 20px;
    background: #03509E;
    color: #fff;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    margin-top: 1.5rem;
}

.banner_block_page h6 {
    font-size: 20px;
    font-weight: 500 !important;
}

.banner_block_page h4 {
    font-size: 20px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.banner_block_page button {
    padding: 1rem 1.5rem;
    border-radius: 6px;
    background: #024080;
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    transition: .3s all;
    display: inline-block;
    margin-top: .75rem;
}

.banner_block_page button:hover {
    color: #024080;
    background: #fff;
}

.banner_block_page picture {
    position: relative;
    margin-top: -2rem;
    margin-bottom: 1.5rem;
}

.inner_categories {
    padding: 1.5rem;
    border-radius: 20px;
    background: #F9F9F9;
    margin: 0 0 1.5rem 0;
    list-style: none;
}

.inner_categories li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F0F0F0;
    font-size: 15px;
    font-weight: 500;
}

.inner_categories li a {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner_categories li a svg {
    display: inline-block;
    margin-left: .375rem;
}

.inner_categories li a:hover {
    color: #03509E;
}

.inner_categories li a rect,
.inner_categories li a path {
    transition: .3s all;
}

.inner_categories li a:hover rect {
    fill: #fff;
}

.inner_categories li a:hover path {
    stroke: #03509E;
}

.inner_categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.inner_page .category_block {
    margin: 0 0 1.5rem 0;
}

.inner_page .product_block {
    margin: 0 0 1.5rem 0;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
}

header ul .active a {
    color: #03509E !important;
    font-weight: 700;
}

footer ul .active a {
    color: #999 !important;
}

.offcanvas ul .active a {
    color: #03509E !important;
    font-weight: 700;
}

.inner_page .new {
    margin-bottom: 3rem;
}

.inner_page .new p {
    margin-bottom: 0;
}

.inner_new .ratio {
    position: relative;
}

.inner_new .ratio picture {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.inner_new .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.shared {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    background: #fff;
    padding: .5rem;
    border-radius: 100px;
}

.inner_new_text {
    padding: 3rem;
}

.inner_page iframe {
    border: 0;
    width: 100%;
    height: 460px;
    border-radius: 20px;
}

.contact {
    margin-top: 3rem;
}

.contact p {
    margin-bottom: .75rem;
}

.contact a {
    color: #000;
}

.contact a:hover {
    color: #03509E;
}

.contact strong {
    font-size: 20px;
    font-weight: 500 !important;
}

.review {
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
    background: #fff;
    margin-bottom: 1.5rem;
}

.review p {
    font-size: 13px;
    line-height: 130%;
    margin: 0 0 1.5rem 0;
}

.review button {
    padding: .375rem 1rem;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: 0;
    background: #03509E;
    transition-property: .3s all;
}

.review button:hover {
    background: #024080;
}

.review_header {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 12px;
}

.review_header picture {
    display: inline-block;
    margin-left: .75rem;
}

.review_header b {
    font-size: 17px;
}

.inner_page .ratio picture {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.inner_page .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.inner_page .ratio picture:hover img  {
    transform: scale(1.1);
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
    cursor: pointer;
    margin-bottom: 1.5rem;
}

.show_categories {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: .5rem;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    font-size: 15px;
}

.show_categories picture {
    display: inline-block;
    margin-right: .375rem;
}

#category_mobile .close {
    position: absolute;
    right: 1.5rem;
}

#category_mobile ul {
    margin-top: 3rem;
}

.numbers {
    padding: .75rem;
    border-radius: 20px;
    background: #F9F9F9;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

.numbers b {
    font-size: 35px;
    font-weight: 700 !important;
    color: #03509E;
    display: block;
}

.numbers div {
    width: 200px;
    background: #fff;
    padding: 1.5rem;
    margin: .75rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
}

.diller_certificates {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 20px;
    text-align: center;
}

.diller_certificates h3 {
    font-size: 25px;
    display: block;
    margin-bottom: 2.25rem;
}

.active_catalog {
    color: #03509E !important;
    font-weight: 700;
}

.product_inner_photos .ratio picture {
    display: flex;
    text-align: center;
    justify-content: center;
    height: 100%;
    padding: 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
}

.product_inner_photos .ratio picture img {
    object-fit: contain !important;
    width: auto !important;
    height: auto !important;
}

.product_inner_photos .ratio picture:hover img {
    transform: scale(1.1);
}

.product_inner_photos_mini .ratio picture {
    padding: .75rem;
    display: flex;
    align-items: center;
}

.product_inner_opisanie h3 {
    font-size: 17px;
    font-weight: 500 !important;
    display: block;
    line-height: 130%;
    margin-bottom: 1.5rem;
}

.product_inner_opisanie_price {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 1.5rem;
}

.product_inner_opisanie_price svg {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.product_inner_opisanie_price b {
    font-size: 30px;
    font-weight: 600 !important;
    display: inline-block;
    margin-right: 1.5rem;
}

.product_inner_opisanie_price a {
    background: #0A6CD0;
    padding-right: .75rem;
    border-radius: 6px;
    cursor: pointer;
}

.product_inner_opisanie_price a:hover rect {
    fill: #f9f9f9;
}

.product_inner_opisanie_price a:hover path {
    stroke: #03509E;
}

.product_inner_opisanie_price a::after {
    content: 'В корзину';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-left: .75rem;
}

.product_inner_opisanie_price .added {
    background: #eaeaea;
}

.product_inner_opisanie_price .added::after {
    content: 'В корзинe';
    color: #000;
}

.product_info {
    padding: .75rem 1.5rem;
    border-radius: 20px;
    background: #F9F9F9;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    font-size: 12px;
}

.product_info div {
    display: inline-flex;
    align-items: center;
    margin: .375rem 0;
}

.product_info picture {
    display: inline-block;
    width: 20px;
    margin-right: .75rem;
}

.product_inner_text {
    padding-top: 4rem;
}

.product_inner_text button {
    border: 0 !important;
    font-size: 20px;
    color: #000;
    margin-right: 1.5rem;
    padding: .75rem !important;
}

.product_inner_text nav button:last-child {
    margin-right: 0;
}

.product_inner_text button:hover {
    color: #03509E !important;
}

.product_inner_text nav .active {
    border-bottom: 2px solid #03509E !important;
    color: #03509E !important;
    font-weight: 600;
}

.product_inner_text nav {
    margin-bottom: 2rem;
}

.product_inner_text p {
    font-size: 15px;
    line-height: 130%;
    margin: 0 0 1.5rem 0;
}

.pag {
    padding-top: 1.5rem;
}

.pag span {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #03509E;
    font-size: 15px;
    color: #fff;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.pag a {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: transparent;
    font-size: 15px;
    color: #000 !important;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

.pag a:hover {
    background-color: #f9f9f9;
}

.cart_product_list {
    margin-bottom: 1.5rem !important;
}

.cart_product_list .row {
    display: inline-flex;
    width: 100%;
    padding-bottom: .75rem;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: .75rem;
}

.cart_product_list .row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.cart_product_list .ratio {
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
    overflow: hidden;
    border-radius: 20px;
}

.cart_product_list picture {
    display: block;
    height: 100%;
    border-radius: 20px;
    padding: .75rem;
}

.cart_product_list picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.cart_product_list picture:hover img {
    transform: scale(1.1);
}

.cart_product_list a {
    font-size: 17px;
    font-weight: 500 !important;
    color: #000;
}

.cart_product_list a:hover {
    color: #03509E;
}

.cart_product_list strong {
    font-size: 20px;
    font-weight: 600 !important;
}

.cart_product_list svg {
    opacity: .25;
    transition: .3s all;
    cursor: pointer;
}

.cart_product_list svg:hover {
    opacity: 1;
}

.number {
    padding: .5rem 1rem;
    border: 1px solid rgba(3,80,158,.3);
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
}

.number a:hover {
    opacity: .5;
}

.number-text {
    width: 40px !important;
    margin: 0 .75rem;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}

.cart_itogo {
    display: block;
    background: #F9F9F9;
    padding: 2rem;
    border-radius: 20px;
}

.cart_itogo b {
    font-size: 25px;
    font-weight: 500 !important;
    display: block;
    margin-bottom: 2rem;
}

.cart_itogo input {
    width: 100%;
    padding: 1rem;
    border-radius: 6px;
    background: #fff;
    border-color: transparent;
    font-size: 15px;
    margin-bottom: .75rem;
}

.cart_itogo button {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    border: 0;
    background: #03509E;
    transition: .3s all;
}

.cart_itogo button:hover {
    background: #024080;
}

#prices .accordion-item {
	border: none !important;
	margin-bottom: 1.5rem !important;
}

#prices .accordion-item button {
	background: #F1F1F1 !important;
	color: #000 !important;
	padding: 1.5rem 2rem !important;
	border-radius: 20px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

#prices .accordion-button::after {
    width: 15.5px !important;
    height: 8.5px !important;
    background-image: url(../img/arrow_price_black.svg) !important;
    background-size: 15.5px !important;
}

#prices .accordion-button:not(.collapsed) {
	color: #fff !important;
	background: #03509E !important;
}

#prices .accordion-button:not(.collapsed)::after {
    background-image: url(../img/arrow_price_white.svg) !important;
}

#prices .accordion-body {
	overflow-x: scroll;
	overflow-y: hidden;
	font-size: 12px;
	font-weight: 500;
	position: relative;
}

#prices .accordion-body .row {
	min-width: 700px;
}

#prices .accordion-body picture {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	border: 1px solid #f1f1f1;
	transition: .3s all;
	cursor: pointer;
}

#prices .accordion-body picture:hover {
	border-color: #c1c1c1;
}

#prices .accordion-body picture img {
	object-fit: contain !important;
	width: 50% !important;
	height: 50% !important;
}

#prices .accordion-body p {
	font-size: 12px;
	margin: .5rem 0 0 0;
}

#prices .offset-md-1 {
	display: flex;
	font-size: 15px;
	font-weight: 500;
}

#prices .offset-md-1 p {
	display: block;
	font-size: 15px;
	padding: .5rem;
	margin: 0;
}

#prices .offset-md-1 p:nth-child(2n) {
	background: #f9f9f9;
}

#prices .offset-md-1 div {
	width: 100%;
}

#prices .table_header,
#prices .table_header .offset-md-1 {
	font-weight: 500;
	font-size: 12px !important;
	color: #999;
}

#prices .table_header span {
	padding-left: .75rem;
}

#prices .table_header {
	margin-bottom: 1.5rem;
}

#prices .accordion-body .list_price {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #F1F1F1;
}

#prices .accordion-body .list_price:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .h_search input {
        width: 220px;
    }

    .cpy .col div {
        margin: .375rem 0;
    }

    .cpy .col {
        flex-direction: column;
    }

    .slider_block picture {
        opacity: .3;
    }

    .banner_block {
        padding: 3rem;
    }

    .banner_block picture {
        right: 1.5rem;
        width: 300px;
    }

    .numbers {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 13px;
        text-align: center;
    }

    .numbers div {
        width: calc(50% - 1.5rem);
    }

    .numbers div:last-child {
        width: 100%;
    }

    .numbers b {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    header {
        padding-top: .75rem;
    }

    main {
        margin-top: calc(84px + .75rem);
    }

    .banner_block .col div:last-child {
        width: 50%;
    }

    .banner_block picture {
        right: 1.5rem;
        width: 280px;
    }

    .news_main_block p {
        width: 100%;
    }

    .product_inner_opisanie h3 {
        font-size: 20px;
    }

    .product_inner_text {
        padding-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    footer ul {
        column-count: 2;
        margin-bottom: 3rem;
    }
    
    footer ul li {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .cpy {
        font-size: 12px;
    }

    .slider_block {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .slider_block h1,
    .slider_block button {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .slider_block h1 {
        font-size: 25px;
    }

    .slider_block button {
        margin-top: .75rem;
        font-size: 12px;
    }

    .benefit div:first-child {
        margin-right: .75rem;
    }

    .benefit {
        padding: .75rem;
    }

    .benefit p {
        width: 150px;
        font-size: 12px;
    }

    .category_block div {
        padding: .375rem .75rem .75rem .75rem;
    }

    .category_block picture {
        padding: .75rem;
    }

    .category_block a {
        font-size: 13px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .more {
        margin-left: .75rem;
    }

    .video_block {
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .banner_block {
        padding: 1.5rem;
    }
    
    .banner_block .col {
        flex-direction: column;
    }

    .banner_block .col div {
        width: 100% !important;
    }

    .banner_block picture {
        position: relative;
        width: 100%;
        right: auto;
    }

    .banner_block picture img {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

    .banner_block .col div:last-child {
        margin-top: 1.5rem;
    }

    .banner_block h6,
    .banner_block_page h6 {
        font-size: 17px;
    }

    .banner_block h4,
    .banner_block_page h4 {
        font-size: 17px;
    }
    
    .banner_block button ,
    .banner_block_page button {
        font-size: 13px;
        margin-top: .75rem;
    }

    .about_block {
        margin-top: 2rem;
    }

    .about_block p {
        font-size: 15px;
    }

    .product_block div {
        flex-direction: column;
        font-size: 17px;
        padding: .75rem;
    }
    
    .product_block div a {
        margin-top: .75rem;
    }
    
    .product_block div a::before {
        top: 0;
    }

    .product_block p {
        font-size: 12px;
        padding: .75rem .75rem 0 .75rem;
    }

    .popular_block h2 {
        font-size: 20px;
    }

    .news_main_block,
    .news {
        margin-top: 2rem;
    }

    .inner_zag {
        padding: 1.5rem;
    }

    .inner_zag h1 {
        font-size: 20px;
    }

    .inner_zag ul {
        font-size: 10px;
    }

    .inner_new_text {
        padding: 1.5rem 0 0 0;
    }

    .shared {
        padding: .375rem;
        right: .375rem;
        bottom: .375rem;
    }

    .contact p strong {
        font-size: 15px;
    }

    .contact p {
        font-size: 13px;
    }
    
    .inner_page iframe {
        height: 230px;
    }

    .product_inner_text button {
        font-size: 17px;
    }

    .cart_product_list a {
        font-size: 13px;
    }
	
	.slider {
		margin-top: 5px;
	}
    
    .slider h1 {
        font-size: 20px;
    }
    
    .slider .col-lg-7 {
        padding: 1.5rem .75rem !important;
    }
	
	.slider .item {
		height: 350px;
	}
    
    .slider .item button {
        font-size: 12px !important;
		margin: .75rem;
    }
	
	.slider .item picture {
		border-radius: 25px;
	}
	
	#prices .accordion-item {
		margin-bottom: .75rem !important;
	}
	
	#prices .accordion-item button {
		border-radius: 10px !important;
		padding: .75rem 1rem !important;
		font-size: 15px !important;
	}
	
	#prices .table_header div,
	#prices .accordion-body p,
	#prices .accordion-body b {
		font-size: 10px !important;
	}
		
}

#preloader img {
	height: 100%!important;
}