/*
	Theme Name: legendinterior.ru
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*
	root
*/
:root {
  --black: #001115;
  --bg: #002A34;
  --white: #fff;
  --accente: #176E74;
  --accente_hover: #289198;
  --accente_light: #67bfa8;
  --accente_light_hover: #A5D6C9;
  --grey: #F4F4F4;
  --grey_dark: #264851;
  --green: #46BA23;
  --green_light: #58DA30;
}

html.main {
    overflow-x: hidden;
}

html {
	margin: 0%;
	padding: 0%;
    background-color: var(--grey);
	color: var(--black);
}
body {
    margin: 0%;
    padding: 0%;
    line-height: 140%;
    font-size: 16px;
    font-family: 'Montserrat', 'Calibri', sans-serife;
	font-weight: 400;
    overflow-x: hidden;
}
a {
	color: var(--accente);
    text-decoration: none;
}
a:hover {
    color: var(--accente_hover);
    text-decoration: underline;
}
h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, h6 {
    font-family: 'Montserrat', 'Calibri', sans-serife;
	font-weight: 700;
    letter-spacing: 0px;
	position: relative;
}
h1, p.h1 {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title_h2,
p.h2, h2 {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title_h2 {
	padding: 20px 0;
}
section.category .title_h2 {
    padding: 20px 0 30px;
}
p.h3, h3 {
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
    line-height: 120%;
	letter-spacing: 0;
}
p.h4, h4 {
    font-size: 20px;
    line-height: 20pt;
}
h5, h6 {
    font-size: 19px;
    text-transform: inherit;
    line-height: 20pt;
    margin: 0%;
    margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	outline: none;
}
.center {
    box-sizing: border-box;
    position: relative;
    padding: 0;
	width: 96%;
	max-width: 1920px;
	margin: 0 auto;
    clear: both;
    display: block;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}
a.button, input[type="button"], input[type="submit"] {
    background-color: var(--accente_light);
    color: var(--black);
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 19px 22px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 3%);
    transition: 0.5s;
    text-transform: uppercase;
}
a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: var(--accente_light_hover);
}
a.button:hover {
    color: var(--black);
}
input[type="button"].order.green {
    background-color: #89DB4A;
}
input[type="button"].order.green:hover {
    background-color: var(--accente_light_hover);
}
input[type="button"].order.green.middle {
    margin: 46px auto 30px;
    display: block;
}
a.avito {
    content: url('images/avito.svg');
    background: rgb(255 255 255 / 9%);
    border-radius: 4px;
    padding: 13px 20px;
	transition: .5;
}
a.avito:hover {
    background: rgb(255 255 255 / 12%);
}



/* 
	section
*/
section {
	position: relative;
	padding: 20px 0;
}
/*
section.bg_bottom:before {
    content: '';
    background-color: var(--bg);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    height: 50%;
}
*/
section.bg_bottom:before {
    content: '';
    background-color: var(--bg);
    bottom: 0;
    left: inherit;
    right: 0;
    width: 99%;
    position: absolute;
    height: 250px;
    border-radius: 0;
}
section.bg_bottom.light_blue:before {
    background-color: #E5EEEF;
}
section.bg_bottom {
    padding: 20px 0 60px;
}
section.bg_bottom.full {
	margin-top: -4px;
}
section.bg_bottom.full:before {
    height: 100%;
	border-radius: 0 0 0 6px;
}

/* 
	center
*/
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex.flex_left {
    justify-content: start;
}
.flex.flex_top {
    align-items: flex-start;
}
.center.content_none:after {
	content: none;
}
.center.flex.content_none.top {
    align-items: normal;
}



/*
	header
*/
header {
    position: relative;
    background-color: var(--bg);
    color: var(--white);
    color: #fff;
}
header a {
	color: var(--white);
}
body.home header {
    height: 100vh;
    max-height: 900px;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    max-height: 900px;
    -moz-transition: background-image .2s ease-out;
    -webkit-transition: background-image .2s ease-out;
    -o-transition: background-image .2s ease-out;
}
body.home header:before {
    content: '';
    background-color: #002128;
    opacity: .3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body.home header:after {
    content: '';
    background: linear-gradient(360deg, rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.5;
    transition: 1s;
    z-index: 0;
}
header > * {
	position: relative;
	z-index: 1;
}
header a:hover {
    color: var(--accente_light);
}
/*
	top
*/
nav.top {
    border-bottom: 1px solid rgb(255 255 255 / 17%);
    padding: 3px 0;
    position: relative;
    z-index: 2;
}
span.bmenu {
    content: url('images/bmenu.svg');
    cursor: pointer;
	opacity: 1;
	transition: .5s;
}
span.bmenu:hover {
	opacity: 0.9;
}
ul.main {
    gap: 0.5%;
    gap: 1%;
    list-style-type: none;
    width: 100%;
    justify-content: flex-start;
}
ul.main li {
	position: relative;
}
ul.main > li > a {
    padding: 10px 20px;
}
ul.main li.menu-item-has-children > a {
	position: relative;
}
ul.main li.menu-item-has-children > a:after {
    content: url('images/child.svg');
    right: -10px;
    position: relative;
}
ul.main > li.menu-item-has-children:hover > a {
    background: var(--accente);
    border-radius: 20px 20px 0 0;
}
ul.main > li > ul {
    display: none;
    background-color: var(--accente);
    border-radius: 0 6px 20px 20px;
    list-style-type: none;
    margin: 0;
    padding: 15px 25px;
    box-sizing: border-box;
    width: max-content;
    position: absolute;
    top: 30px;
    z-index: 2;
    left: 0;
}
ul.main > li:hover > ul {
	display: block;
}
ul.main > li > ul > li {
    margin: 10px 0;
}
ul.main > li.current_page_item > a {
    background: rgb(255 255 255 / 11%);
    border-radius: 20px;
    transition: 1s;
    color: var(--accente_light);
}
ul.main > li:hover > a {
    background: rgb(255 255 255 / 16%);
    border-radius: 20px;
}
ul.main > li > ul > li.current_page_item > a {
	color: var(--accente_light);
}


/*
	header_top
*/
section.header_top {
    padding: 20px 0 50px;
    min-height: 145px;
    box-sizing: border-box;
}
section.header_top span.bmenu {
	display: none;
}	
body.home section.header_top {
	padding: 20px 0;
    min-height: 250px;
}
section.header_top > .center {
    height: auto;
    padding: 20px 0 0;
}
body.home section.header_top > .center {
    height: 200px;
    padding: 50px 0 0;
}
.phone_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.mess > a {
    width: 30px;
}
a.whatsapp {
    content: url('images/whatsapp.svg');
}
a.telegram {
    content: url('images/telegram.svg');
}
a.max {
    content: url('images/max.svg');
}
a.tel,
.phone_top a.tel {
    font-size: 22px;
    font-weight: 500;
}
.phone_top .time {
    font-size: 12px;
}
.phone_top .mess {
    display: flex;
    gap: 15px;
}
.header_top a.email {
    font-size: 13px;
}
.header_top .loc {
    position: relative;
    max-width: 180px;
    font-size: 14px;
    line-height: 130%;
    margin-left: 40px;
}
.header_top .loc:before {
    content: url('images/location.svg');
    position: absolute;
    left: -40px;
}
section.header_top .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 38%;
    float: left;
}
section.header_top .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42%;
    float: right;
}
.header_top a.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: -30px auto 0;
    display: block;
    width: fit-content;
}
body.home .header_top a.logo {
    margin: -40px auto 0;
}
body.home .header_top a.logo {
    margin: -40px auto 0;
}
.header_top a.logo img {
    width: 110px;
}
body.home .header_top a.logo img {
    width: auto;
}


/*
	title
*/
section.title .title_h1 {
    font-size: 66px;
    line-height: 135%;
    max-width: 1000px;
    font-weight: 700;
    margin: 20px 0 30px;
}
section.title article {
    max-width: 600px;
}
section.title input[type="button"] {
	display: none;
}
section.title a.button {
	display: none;
}
section.title .min_price {
    margin: 15px 0 0;
}
/* pagination */
ul.pagination {
    position: absolute;
    right: 8%;
    list-style-type: none;
    text-align: right;
    top: 30%;
}
ul.pagination li {
	position: relative;
    margin: 60px 0;
}
ul.pagination li img {
	height: 0px;
	width: 0px;
}
ul.pagination li:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--accente);
    position: absolute;
    right: -20px;
    top: 8px;
}
ul.pagination li:hover:after {
    background-color: var(--accente_hover);
}
/* mouse */
header .mouse {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    display: block;
    width: max-content;
    margin: 0 auto;
    cursor: pointer;
	transition: .5s;
}
header .mouse:after {
    content: url('images/arrow_mouse.svg');
    position: absolute;
    bottom: -30px;
    left: 6px;
    right: 0;
    transition: 1s;
}
header .mouse span {
    content: url('images/mouse.svg');
}
body.online header .mouse:after,
header .mouse:hover:after {
	bottom: -40px;
}
/* numbers */
div.numbers {
    font-size: 33px;
    position: absolute;
    bottom: -80px;
}
div.numbers:after {
    content: url('images/numbers_arrow.svg');
    position: relative;
    right: -20px;
}
div.numbers span {
    font-size: 55px;
    font-weight: 600;
    transition: .5s;
}


/*
	cart
*/
section.header_top .cart {
    position: relative;
    margin: 0 20px;
    display: inline-block;
}
section.header_top .cart a.icon {
    content: url('images/cart.svg');
    padding: 10px;
}
section.header_top .cart span {
    background-color: var(--accente_light);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    text-align: center;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.5s;
}
.cart:hover span {
    background-color: var(--accente);
}
.pop_up.add_cart {
	opacity: 0;
    transition: .5s;
    position: relative;
    background-color: #89DB4A;
    color: var(--black);
    position: fixed;
    top: 50px;
    right: 1%;
    z-index: 4;
    padding: 10px 15px;
    border-radius: 6px;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
}
.pop_up.add_cart.active {
	opacity: 1;
}
.pop_up.add_cart:hover {
    background-color: var(--accente_light_hover);
}
.pop_up.add_cart:before {
    content: url('images/check_cart.svg');
    position: relative;
    bottom: -2px;
}


/*
	cart page
*/
section.cart_page h1 {
    text-align: center;
}
.category_list.full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.category_list.full .one {
	position: relative;
    width: 100%;
    border: 1px solid var(--grey);
    box-sizing: border-box;
    margin: 0;
	display: none;
}
.category_list.full .one.active {
	display: block;
}



.category_list .one span.delete {
    content: url('images/close_cart.svg');
    background-color: var(--accente);
    cursor: pointer;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
	transition: .5s;
}
.category_list .one span.delete:hover {
    background-color: #ef4c4c;
}
.cart_information_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: fit-content;
    margin: 0 auto 30px;
}
.cart_information {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0;
    background-color: var(--grey);
    padding: 10px 35px;
    box-sizing: border-box;
    max-width: fit-content;
    /* margin: 0; */
    border-radius: 6px;
}
.cart_information .text {
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 20px;
    display: flex;
}
.cart_information .text:before {
	content: url('images/cart_black.svg');
}
.cart_information_block span.clean_basket {
    position: relative;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    gap: 10px;
}
.cart_information_block span.clean_basket:hover {
	color: red;
}
.cart_information_block span.clean_basket:before {
	content: url('images/clean_basket.svg');
}
section.cart_page form.callback_form .double input {
    max-width: 100%;
}
section.cart_page.ready .category_list.full {
    opacity: 0.6;
}
.total_cost {
    text-align: center;
    margin: 30px 0;
    font-size: 21px;
    font-weight: 600;
}

/*
	services
*/
section.services {
    padding-bottom: 1px;
}
/*
section.services:before {
	content: '';
    background-color: var(--bg);
	height: 10%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}
*/
.services_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    left: -5px;
    position: relative;
    max-width: 2200px;
    margin: 0 auto;
}
.services_list .one {
    position: relative;
    width: calc(25% - 5px);
    height: 400px;
    background: var(--black);
}
.services_list .one:nth-child(-n+3) {
    width: calc(33.33% - 5px);
}
.services_list .one a.name {
    font-size: 34px;
    color: var(--white);
    font-weight: 700;
    position: absolute;
    top: 270px;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 120%;
    z-index: 2;
}
.services_list .one a.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.services_list .one a.bg img {
    object-fit: cover;
    height: 100%;
    display: block;
    width: 100%;
    transform: scale(1);
    transition: .5s;
}
.services_list .one a.bg:hover img {
    transform: scale(1.05);
    transition: 1.5s;
}
.services_list .one a.bg:before {
    content: '';
    background: linear-gradient(180deg,rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
    transition: 1s;
}
.services_list .one a.bg:hover:before {
    opacity: 0.6;
}


/*
	triggers
*/
section.triggers {
    background-color: var(--white);
    color: var(--white);
    padding: 10px 0 50px;
}
.triggers_list {
    display: flex;
    gap: 40px;
    counter-reset: list 0;
}
.triggers_list .one {
	position: relative;
}
.triggers_list .one img {
    display: block;
    margin-bottom: 10px;
}
.triggers_list .one strong {
    display: block;
    margin-bottom: 10px;
}
section.triggers .triggers_list .one:before {
    counter-increment: list;
    content: counter(list);
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 170px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    z-index: 0;
    opacity: 0.1;
	transition: 1s;
}
section.triggers .triggers_list .one:hover:before {
    opacity: 0.2;
}

/*
	complex
*/
section.complex {
    background-color: var(--white);
    color: var(--white);
    padding: 20px 0;
}
section.complex.bg_bottom.full:before {
    background-image: url('images/crown_bottom_center.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
section.complex > .center {
    border-top: 2px solid rgb(255 255 255 / 14%);
}
article {
    font-size: 17px;
    line-height: 140%;
}
section.complex article {
    width: 55%;
    float: left;
}
section.complex article ul {
	list-style-type: none;
}
section.complex article ul li {
	position: relative;
    margin: 20px 0 0;
}
section.complex article ul li:before {
    content: url('images/list.svg');
    position: absolute;
    left: -35px;
}
section.complex h2 strong,
section.complex h2 span {
    display: block;
    color: var(--accente_light);
    font-weight: 700;
}
section.complex .photos {
    width: 40%;
    float: right;
    display: flex;
    gap: 20px;
    margin: 30px 0 -30px;
}
section.complex .photos .one {
    background-color: var(--black);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 11%);
}
section.complex .photos .one img {
    display: block;
    height: 100%;
    object-fit: cover;
}

/*
	sale
*/
.sale_list {
    display: flex;
    gap: 20px;
    width: 101%;
    flex-wrap: wrap;
    max-width: 2200px;
    margin: 0 auto;
}
.sale_list .one {
    width: calc(25% - 15px);
    position: relative;
    height: 400px;
    background: var(--black);
    color: var(--white);
    border-radius: 6px;
    overflow: hidden;
}
.sale_list .one:first-child {
	border-radius: 0 6px 6px 0;
}
.sale_list .one:last-child {
	border-radius: 6px 0 0 6px;
}
.sale_list .one:before {
    content: '';
    background: linear-gradient(180deg,rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
	transition: 1s;
}
.sale_list .one:hover:before {
    opacity: 0.7;
}
.sale_list .one img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
	z-index: 0;
    transform: scale(1);
    transition: .5s;
}
.sale_list .one:hover img {
    transform: scale(1.05);
    transition: 1.5s;
}
.sale_list .one .content {
    position: absolute;
    padding: 0 52px;
    box-sizing: border-box;
    top: 150px;
	z-index: 1;
}
.sale_list .one h3 {
    font-size: 26px;
    min-height: 94px;
}

/*
	category
*/
.category_list .one {
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
    width: 400px;
    float: left;
    margin: 0 25px 0 0;
	transition: .5s;
}
.category_list .one:hover {
    box-shadow: 0 0 9px 7px rgb(209 209 209 / 11%);
}
.category_list .one .images {
    height: 410px;
    background-color: var(--bg);
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
}
.category_list .one .images .one_image {
    height: 410px;
    background-color: var(--bg);
    border-radius: 6px;
    overflow: hidden;
}
.category_list .one .images .one_image img {
    height: 100%;
    width: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    transform: scale(1);
    transition: .5s;
    object-fit: contain;
    object-fit: cover;
}
.category_list .one .images .one_image:first-child img {
    object-fit: cover;
    width: 100%;
}
.category_list .one .images .one_image:hover img {
    transform: scale(1.05);
    transition: 1.5s;
}
.category_list .one .content {
    position: relative;
    height: auto;
    padding: 15px 25px;
    box-sizing: border-box;
}
.category_list.regular .one .content {
    min-height: 160px;
}
.category_list .one .content div.heart {
    z-index: 1;
    position: absolute;
    right: 15px;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: 0.5s;
    cursor: pointer;
}
.category_list .one .content div.heart svg {
	pointer-events: none;
}
.category_list .one .content div.heart:hover {
    opacity: 0.5;
}
.category_list .one.in_cart .content div.heart:hover,
.category_list .one.in_cart .content div.heart {
    filter: grayscale(0%);
    opacity: 1;
}
.category_list .one .content .price {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
}
.category_list .one .content .price span.sale {
    background-color: #f43c3c;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    top: -2px;
    color: var(--white);
}
.category_list .one .content .price s {
    color: #858598;
    display: block;
    font-size: 16px;
    margin: 3px 0 0;
}
.category_list .one .content .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    display: block;
    margin: 0 0 7px 0;
    height: auto;
    overflow: hidden;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    height: 67px;
    overflow: hidden;
}
.category_list .one .content article {
    height: 82px;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 10px;
	display: none;
}
.category_list .one .content input[type="button"] {
    display: table;
    margin: 15px 0 0;
    font-size: 13px;
}
.category_list .one .content a.button {
    display: table;
    margin: 0;
}
.category_list .one .content button.cart {
    background-color: var(--accente_light);
    color: var(--black);
    border: none;
    font-weight: 600;
    padding: 19px 22px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 3%);
    transition: 0.5s;
    text-transform: uppercase;
}
.product_right .buttons,
.category_list .one .content .buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0;
}
.category_list .one .content .buttons input[type="button"] {
    margin: 0;
    font-size: 13px;
    padding: 19px 22px;
}
.category_list .one .content .buttons button {
	margin: 0;
	content: url(images/cart_black.svg);
}
button.cart,
input.cart {
    background-color: var(--accente_light);
    padding: 13px 22px;
    border-radius: 3px;
    margin: 0;
    transition: 0.5s;
}
button.cart:hover,
input.cart:hover {
    background-color: var(--accente_light_hover);
}
.category_list .one.in_cart .content .buttons input.cart {
    background-color: #89DB4A;
}
section.product_preview .bottom address input.cart {
    padding: 15px 22px;
}
.product_right .buttons {
    margin: 20px 0 0;
}
button.cart {
    display: flex;
    gap: 10px;
    width: auto;
    min-width: fit-content;
    align-items: center;
    font-weight: 600;
    justify-content: flex-start;
    border: none;
    padding: 15px 22px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}
button.cart.in_cart {
    background-color: var(--accente_light_hover);
}
section.cart_page form.callback_form {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
	about
*/
section.about {
    padding: 25px 0;
    background-image: url('images/crown_center_watermark.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}
section.about.director {
    max-width: 1330px;
    margin: 0 auto;
}
section.about > .center {
    position: relative;
}
.about article.left {
    float: left;
    width: 42%;
}
.photos_slider {
    float: right;
    width: 50%;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--bg);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 40px 0 0;
    height: 590px;
    box-shadow: 0 0 9px 7px rgb(209 209 209 / 11%);
}
.photos_slider a {
    height: 300px;
	overflow: hidden;
}
.photos_slider a img {
    height: -webkit-fill-available;
    object-fit: cover;
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .5s;
}
.photos_slider a:hover img {
    transform: scale(1.05);
    transition: 1.5s;
}
.photos_slider a:nth-child(1) {
    grid-row: 1/4;
    height: 600px;
}
aside {
    width: 270px;
    background: var(--accente);
    color: var(--white);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 9px 7px rgb(209 209 209 / 11%);
}
aside span {
    font-size: 75px;
    font-weight: 600;
    display: block;
    margin: 15px 0 35px;
}
section.about aside {
    position: absolute;
    z-index: 2;
    right: 37%;
    top: 42%;
}
.about article ul {
    list-style-type: none;
    padding-left: 55px;
}
.about article ul li {
    margin: 25px 0;
	position: relative;
}
.about article ul li:before {
    content: url('images/list_big.svg');
    position: absolute;
    left: -55px;
    top: -5px;
}

/*
	materials
*/
.materials_full {
    padding: 1px 0 40px;
}
.materials_block {
    display: table;
    clear: both;
    padding: 0 0 5px 0;
    width: 100%;
}
.materials_list .one {
    position: relative;
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
    border-radius: 6px;
    overflow: hidden;
    height: 300px;
    background-color: var(--bg);
}
.materials_list .one img {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s;
}
.materials_list .one:hover img {
    transform: scale(1.05);
    transition: 1.5s;
}
.materials_list .one:before {
    content: '';
    background: linear-gradient(180deg,rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
    transition: 1s;
}
.materials_list .one .name {
    position: absolute;
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    padding: 0 35px;
    box-sizing: border-box;
    top: 180px;
    color: var(--white);
    line-height: 120%;
}
.materials_list .one:hover {
    box-shadow: 0 0 9px 7px rgb(209 209 209 / 11%);
}
/*
	materials.php
*/
.materials_list.full {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.materials_list.full .one {
	width: 100%;
	height: 350px;
}
.materials_list.full .one .content {
    position: absolute;
    z-index: 2;
    padding: 0 35px;
    box-sizing: border-box;
    top: 180px;
    color: var(--white);
    line-height: 120%;
    width: 100%;
}
.materials_list .one .content .name {
    position: relative;
    top: 0;
    padding: 0 0 10px 0;
}
.materials_full .materials_block:first-child h3 {
    margin-top: 0;
}
.materials_full .one:before {
    opacity: 0.7;
}

/*
	step
*/
.step_list {
    display: flex;
    gap: 70px;
    counter-reset: list 0;
}
.step_list .one {
    position: relative;
}
.step_list .one img {
	display: block;
	margin: 0 0 10px 0;
}
.step_list .one strong {
	display: block;
	margin: 0 0 10px 0;
}
.step_list .one:before {
    counter-increment: list;
    content: counter(list);
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 0;
    color: var(--accente_light);
    font-family: Roboto;
    font-size: 170px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    z-index: 0;
    opacity: 0.27;
	transition: 1s;
}
.step_list .one:hover:before {
    opacity: 0.47;
}
.step_list .one:after {
    content: url('images/step_arrow.svg');
    right: -30px;
    top: 45%;
    position: absolute;
	transition: 1s;
}
.step_list .one:last-child:after {
	content: none;
}
.step_list .one:hover:after {
    right: -40px;
}


/*
	team
*/
.team_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 0;
    grid-row-gap: 0;
    gap: 20px;
}
.team_list.regular {
	display: block;
}
.team_list .one {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--bg);
    box-shadow: 0 0 9px 7px rgb(71 71 71 / 11%);
    height: 450px;
}
.team_list.regular .one {
    float: left;
    margin: 0 20px 0 0;
    width: 350px;
}
.team_list .one img {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
	z-index: 0;
}
.team_list .one:before {
    content: '';
    background: linear-gradient(180deg,rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: inherit;
    opacity: 0.7;
    transition: 1s;
    height: 50%;
}
.team_list .one .content {
    position: absolute;
    padding: 0 45px;
    box-sizing: border-box;
    z-index: 2;
    color: var(--white);
    width: 100%;
    top: 360px;
}
.team_list .one .content strong {
	font-size: 30px;
	font-weight: 600;
	display: block;
	margin: 0 0 10px 0;
}


/*
	reviews
*/
section.reviews {
    background-color: var(--white);
    padding: 20px 0 0;
}
section.reviews .reviews_code {
    height: 500px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background-color: var(--white);
    z-index: 1;
    position: relative;
    padding: 20px 0;
}


/*
	callback
*/
section.callback {
    background-color: var(--bg);
    color: var(--white);
    padding: 120px 0 30px;
    background-image: url(images/crown_bottom_center.png);
    background-position: left 30% bottom -150px;
    background-repeat: no-repeat;
    margin-top: -100px;
}
section.bg_bottom.white:before {
    background-color: var(--white);
}
section.callback > .center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
section.callback h3 {
    max-width: 40%;
}
section.callback .mess {
    display: flex;
    gap: 25px;
}
a.mess_big {
    background-color: var(--accente);
    width: auto;
    max-width: 250px;
    padding: 14px 31px;
    box-sizing: border-box;
    border-radius: 6px;
	color: var(--white);
}
a.mess_big b {
	display: block;
}
a.mess_big {
    background-color: var(--accente);
    line-height: 120%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
	transition: .5s;
    box-shadow: 0 0 9px 7px rgb(209 209 209 / 11%);
}
a.telegram_big span {
	content: url('images/telegram.svg');
}
a.whatsapp_big span {
	content: url('images/whatsapp.svg');
}
a.mess_big div {
    width: -webkit-fill-available;
    min-width: 100px;
}
a.mess_big.whatsapp_big.icon {
    background: #2CB742;
}
a.mess_big.whatsapp_big.icon:hover {
    background: #3ACF51;
}
a.mess_big.telegram_big.icon {
    background: #27A7E7;
}
a.mess_big.telegram_big.icon:hover {
    background: #3FB9F6;
}

a.max_big span {
	content: url('images/max.svg');
}
a.mess_big.max_big.icon {
    background: #3D5DFC;
    background: linear-gradient(90deg, #3D5DFC, #9E5ADC);
}
a.mess_big.max_big.icon:hover {
    background: #5871ef;
    background: linear-gradient(90deg, #5871ef, #ad6de7);
}

/*
	contact_bottom
*/
section.contact_bottom:before {
    content: '';
    background-color: var(--bg);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    height: 20%;
}
section.contact_bottom .content {
    display: flex;
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 9px 7px rgb(167 167 167 / 11%);
}
section.contact_bottom .content address {
	width: 30%;
}
section.contact_bottom .photo {
	width: 25%;
	position: relative;
    background-color: var(--bg);
    color: var(--white);
}
section.contact_bottom .photo img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 0;
}
section.contact_bottom .photo:before {
    content: '';
    background: linear-gradient(180deg,rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: inherit;
    opacity: 0.7;
    transition: 1s;
    height: 50%;
}
section.contact_bottom .photo .content_photo {
    position: absolute;
    z-index: 1;
    padding: 0 10%;
    top: 400px;
}
.photo .content_photo strong {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
section.contact_bottom .content .callback_form {
	width: 45%;
}
form.ready > * {
    opacity: 0.5;
	pointer-events: none;
}
form .visibility {
	display: none;
}
address {
    padding: 15px 50px;
    box-sizing: border-box;
    font-style: normal;
}
address span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin: 5px 0;
}
address > div {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 600;
}
address .phone a.tel {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 0;
    display: block;
}
address .mess {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
address .mess .icons {
    display: flex;
    gap: 10px;
}
address .mess .text {
    width: fit-content;
    max-width: 210px;
    font-size: 15px;
    display: block;
    font-weight: 400;
}
address .mess a {
	transition: 1s;
}
address .mess a:hover {
	opacity: 0.7;
}
a.telegram_black {
    content: url('images/telegram_black.svg');
}
a.whatsapp_black {
    content: url('images/whatsapp_black.svg');
}
a.max_black {
    content: url('images/max_black.svg');
}
address ul.social_network {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 10px;
}
address ul.social_network li a {
    background: rgb(121 196 213 / 25%);
    border-radius: 4px;
    padding: 13px 20px;
    transition: .5s;
    height: 45px;
    box-sizing: border-box;
}
address ul.social_network li a:hover {
    background: rgb(121 196 213 / 35%);
}
a.avito_black {
    content: url('images/avito_black.svg');
}
form.callback_form {
    background-color: var(--accente);
    color: var(--white);
    padding: 30px 55px;
    box-sizing: border-box;
    background-image: url('images/crown_center_watermark.png');
    background-position: right -100px bottom -200px;
    background-repeat: no-repeat;
}
form {
    position: relative;
}
form .title {
    font-size: 23px;
    display: block;
    font-weight: 600;
    display: block;
    margin: 0 0 20px 0;
    color: var(--accente_light);
}
textarea, input[type="tel"], input[type="email"], input[type="text"] {
    background: transparent;
    border: none;
    font-size: 23px;
    padding: 15px 0;
    color: var(--white);
    width: 100%;
    display: block;
    transition: .5s;
    border-bottom: 2px solid rgb(255 255 255 / 30%);
    margin: 15px 0 0;
}
textarea:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="text"]:hover {
    border-bottom: 2px solid rgb(255 255 255 / 30%);
}
form.callback_form input[type="tel"],
input[type="text"][name="name_form"] {
	max-width: 300px;
}
::placeholder {
    color: rgb(255 255 255 / 61%);
}
form .politic {
    margin: 35px 0;
}
form .politic a {
	color: var(--white);
	text-decoration: underline;
}
form .politic a:hover {
	color: var(--accente_light);
	text-decoration: none;
}
form .politic input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 10px 0 0;
}


/*
	footer
*/
footer {
    background-color: var(--bg);
    color: var(--white);
}

/*
	bottom_menu
*/
section.bottom_menu {
    padding: 0 0 10px 0;
}
section.bottom_menu .center.flex.flex_left {
    gap: 10%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 0 0;
}
nav.bottom_menu {
    display: flex;
    gap: 10%;
}
nav.bottom_menu div.title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #8cc9cd;
}
nav.bottom_menu ul {
    padding: 0;
    column-count: 2;
    margin: 25px 0 0;
    list-style-type: none;
    font-size: 14px;
    display: block;
}
nav.bottom_menu ul li {
	margin: 8px 0;
}
nav.bottom_menu ul li:first-child {
    margin-top: 0;
}
nav.bottom_menu ul li > a {
	color: var(--white);
}
nav.bottom_menu ul li.current_page_item > a {
	color: var(--accente_light);
}

/*
	copyright
*/
footer section.copyright {
    font-size: 13px;
    color: #B2B2B2;
}
footer section.copyright a {
    color: #B2B2B2;
}
footer section.copyright a:hover {
	color: var(--white);
}
footer section.copyright > .center {
    border-top: 2px solid rgb(255 255 255 / 18%);
    padding: 20px 0 0;
}


/*
	breadcrumbs
*/
section.breadcrumbs {
    background: #E4E4E4;
    padding: 7px 0;
    font-size: 14px;
    color: #656565;
}
.breadcrumbs a {
    position: relative;
    margin: 0 30px 0 0;
    color: var(--black);
}
.breadcrumbs a:after {
    content: url('images/breadcrumbs_arrow.svg');
    position: relative;
    right: -18px;
}


/*
	page simgle
*/
section.page_simple section.contact_bottom:before {
	content: none;
}
section.page_simple section.team.bg_bottom:before {
	height: 30%;
}
section.page_simple section.contact_bottom .content address {
	width: 30%;
}
section.page_simple section.contact_bottom .content form.callback_form {
	width: 70%;
}
section.page_simple section.contact_bottom .content form.callback_form input[type="tel"], 
section.page_simple section.contact_bottom .content form.callback_form input[type="text"][name="name_form"] {
    max-width: 500px;
}
section.page_simple section.contact_bottom .content form.callback_form .double > input {
    max-width: 100%;
}

/*
	rassrochka
	simple page.php
*/
body.page {
    background-color: var(--white);
}
section.page_simple {
    padding: 0 0 20px 0;
}
article.left {
    width: 70%;
    float: left;
    margin-bottom: 30px;
}
nav.aside_right {
    float: right;
    width: 23%;
    background-color: var(--accente_light);
    border-radius: 6px;
    padding: 25px 50px;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 3%);
}
nav.aside_right ul {
    font-size: 21px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
nav.aside_right ul li {
    margin: 32px 0;
}
nav.aside_right ul li > a {
    color: var(--black);
}
nav.aside_right ul li.current_page_item > a {
    color: var(--accente);
}


article hr {
    border: none;
    border-top: 2px dashed #ddd;
    margin: 40px 0;
    display: block;
}
article table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
	border-spacing: 0;
    height: auto !important;
}
table tr {
    height: auto !important;
}	
table td {
    padding: 15px 30px;
    box-sizing: border-box;
	vertical-align: top;
    border-right: 1px solid #e5e5e5;
    height: auto !important;
}
table tr td:first-child {
    padding-left: 0;
    width: 300px;
}
table tr td:last-child {
	padding-right: 0;
    border-right: none;
}
table tr:first-child td {
    padding-top: 10px;
}
table td {
    padding: 10px 30px;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 2px solid var(--accente_light);
    border-top: 1px solid hsl(164.32deg 40.74% 57.65% / 34%);
}
table tr:first-child td {
    border-top: none;
}
article input[type="button"] {
    display: table;
    margin: 20px 0 0;
}
section.callback.single {
    padding: 30px;
    box-sizing: border-box;
    margin: 25px auto;
    width: 96%;
    max-width: 1920px;
    border-radius: 6px;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 3%);
}
article ol {
    padding-left: 25px;
}
article ol li {
    margin: 10px 0;
}


/*
	reviews
*/
.reviews_services {
    display: flex;
    background: var(--white);
    font-size: 23px;
    font-weight: 500;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 8%);
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}
.reviews_services .text {
    width: 25%;
}
.reviews_services .servies {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5%;
}
a.yandex {
    content: url('images/yandex.svg');
}
a.google {
    content: url('images/google.svg');
}
a.gis2 {
    content: url('images/2gis.svg');
}
a.otzovik {
    content: url('images/otzovik.svg');
}
a.otziv {
    content: url('images/otziv.svg');
}
.reviews_code {
    width: 100%;
    min-height: max-content;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 8%);
    border-radius: 6px;
    background: var(--white);
}
.reviews_code > iframe {
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
}


/*
	
*/
ul.navi {
    margin: 1px 0 35px;
    padding: 0;
    list-style-type: none;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    gap: 0;
}
ul.navi li {
	padding: 15px 20px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
ul.navi li:hover {
	border-bottom: 2px solid var(--accente_light);
}
ul.navi li:first-child {
	padding-left: 0;
}
ul.navi li:last-child {
	padding-right: 0;
}
ul.navi li.active {
	border-bottom: 2px solid var(--accente);
}


/*
	portfolio
*/
.portfolio_list {
    counter-reset: list 0;
	display: none;
}
.portfolio_list.active {
	display: block;
}
.portfolio_list .one {
	position: relative;
    background-color: var(--white);
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 7%);
    border-radius: 6px;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.portfolio_list .one article {
    width: 35%;
    float: left;
    padding: 20px 40px;
    box-sizing: border-box;
}
.portfolio_list .one:before {
    counter-increment: list;
    content: counter(list);
    text-align: right;
    position: absolute;
    bottom: 80px;
    line-height: 0;
    left: 300px;
    z-index: 0;
    color: var(--accente_light);
    font-family: Roboto;
    font-size: 280px;
    letter-spacing: -32px;
    font-style: normal;
    font-weight: 600;
    line-height: 0;
    z-index: 0;
    opacity: 0.17;
}
.portfolio_list .one article h3 {
    margin: 20px 0 15px;
}
.portfolio_list .one .photos_gallery {
    width: 65%;
    float: right;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    box-sizing: border-box;
}
.photos_gallery a:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    height: 460px;
}
.portfolio_list .one .photos_gallery a {
    overflow: hidden;
    height: 220px;
}
.portfolio_list .one .photos_gallery a:nth-child(1) {
    height: 442px;
}
.photos_gallery a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
	transform: scale(1);
	transition: .5s;
}
.photos_gallery a:hover img {
	transform: scale(1.05);
}
.photos_gallery.photos4 a:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    height: 440px;
}
.photos_gallery.photos3 a:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
    height: 220px;
}
.photos_gallery.photos3 a:nth-child(3) {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    height: 220px;
}

/*
	about
*/
.preview_block {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin: 1px 0 20px;
}
section.gallery_about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    left: -5px;
    position: relative;
    max-width: 2200px;
    margin: 0 auto;
}
section.gallery_about a {
    height: 350px;
    background-color: var(--bg);
    border-radius: 4px;
    overflow: hidden;
    width: calc(20% - 5px );
}
section.gallery_about a:nth-child(1) {
    width: 50%;
    height: 450px;
}
section.gallery_about a:nth-child(2), section.gallery_about a:nth-child(3) {
    width: calc(25% - 5px);
    height: 450px;
    overflow: hidden;
}
section.gallery_about a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: .5s;
}
section.gallery_about a:hover img {
    transform: scale(1.05);
    transition: 1.5s;
}
section.about.director img.alignnone {
    float: right;
    max-width: 40%;
    margin: 0 0 20px 70px;
    border-radius: 6px;
    box-shadow: 0px 6px 20px 11px rgb(0 0 0 / 3%);
}
section.about.director img.alignnone {
    float: right;
    max-width: 50%;
    margin: 0 0 20px 70px;
}
section.about.director img.alignnone:nth-child(2) {
    position: absolute;
    right: 480px;
    width: 470px;
    margin-top: -20px;
}
section.preview_service .breadcrumbs {
    color: #b8c7c3;
}
section.preview_service .breadcrumbs a {
	color: var(--white);
}
section.preview_service .breadcrumbs a:hover {
	color: var(--white);
}


/*
	catalog
*/
.services_list.single .one {
    width: calc(33% - 5px);
}


/*
	one service
*/
section.preview_service {
    background-color: var(--accente);
    color: var(--white);
    background-position: center center;
    background-size: cover;
}
section.preview_service .center {
    padding: 30px 0;
    min-height: 500px;
}
section.preview_service:before {
    content: '';
    background-color: #020202;
    opacity: .3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*
section.preview_service:after {
    content: '';
    background: linear-gradient(360deg, rgba(0, 42, 52, 0) 0%, rgb(37 46 49) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.5;
    transition: 1s;
    z-index: 0;
}
*/
section.preview_service:after {
    content: '';
    background: linear-gradient(302deg, rgba(0, 42, 52, 0) 0%, rgb(37 46 49) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.8;
    transition: 1s;
    z-index: 0;
}
section.preview_service > * {
    position: relative;
    z-index: 1;
}
section.preview_service .triggers_list {
    position: relative;
}
section.preview_service .triggers_list .one {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 600;
}
section.preview_service .content {
    max-width: 1000px;
}
section.preview_service .content article {
    max-width: 700px;
}
section.preview_service .content h1 {
    margin: 40px 0 30px;
}
section.preview_service .content input[type="button"] {
    display: table;
    margin: 20px 0 60px;
}
section.preview_service .breadcrumbs a:after {
    content: url('images/breadcrumbs_arrow_white.svg');
    position: relative;
    right: -18px;
}

/*
	example
*/
section.example {
    padding: 0 0 40px;
}
.example_list .one {
    position: relative;
    float: left;
    width: 400px;
    margin: 0 20px 0 0;
    border-radius: 6px;
    overflow: hidden;
    height: 500px;
    background-color: var(--accente);
}
.example_list .one:before {
    content: '';
    background: linear-gradient(180deg,rgba(0, 42, 52, 0) 0%, rgba(0, 42, 52, 1) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
    transition: 1s;
}
.example_list .one img {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.example_list .one .content {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px;
    box-sizing: border-box;
    top: 270px;
    color: var(--white);
}
.example_list .one .content h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.example_list .one .content .location {
    font-size: 20px;
    margin: 0 0 15px 0;
	font-weight: 600;
}

/*
	triggers_service
*/
section.triggers_service {
    background-color: var(--grey);
    padding: 20px 0 40px;
}
.triggers_service_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.triggers_service_list .one {
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
}
.triggers_service_list .one .image {
	height: 380px;
	background-color: var(--accente)
}
.triggers_service_list .one .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.triggers_service_list .one .content {
    padding: 20px 25px 25px;
}
.triggers_service_list .one .content strong {
    font-size: 21px;
    display: block;
    margin: 0 0 10px 0;
}

/*
	pop_up
*/
nav.pop_up {
    display: none;
    background-color: var(--bg);
    background-image: url('images/crown_popup.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    color: var(--white);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    padding: 7% 15%;
}
nav.pop_up.active {
	display: block;
}
span.close {
    content: url('images/close_white.svg');
    background-color: var(--accente);
    border-radius: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: fixed;
    right: -17px;
    top: -17px;
    cursor: pointer;
    transition: .5s;
}
span.close:hover {
    background-color: var(--accente_hover);
}
nav.pop_up.menu .content {
    display: flex;
    gap: 10%;
}
nav.pop_up.menu .content .one {
	width: 50%;
}
nav.pop_up.menu .content ul {
    font-size: 29px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 500;
}
nav.pop_up.menu .content ul li {
    margin: 6% 0;
}
nav.pop_up.menu .content ul > li > a {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: var(--white);
}
nav.pop_up.menu .content ul > li > a:hover {
	color: var(--accente_hover);
}
nav.pop_up.menu .content ul > li.current_page_item > a {
    color: var(--accente_light);
}
nav.pop_up.menu .content .title {
    text-transform: uppercase;
    color: var(--accente_light);
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 10px;
}
article.left.article h2 {
    font-size: 31px;
}
article.left.article h2:first-child {
    margin-top: 0;
}

/*
	callback form
*/
nav.pop_up.callback {
	display: none;
}
nav.pop_up.callback.active {
	display: block;
}
nav.pop_up form {
    padding: 0;
    background: transparent;
}
nav.pop_up form .title {
    display: none;
}
form .double {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}
nav.pop_up form .double > input {
    width: 100%;
    max-width: 100%;
}
nav.pop_up form textarea {
    height: 120px;
    margin: 30px 0 0;
}
/*
	add mess icons
*/
nav.pop_up.callback .mess_content {
	display: none;
}

/*
	slick
*/
.regular.visible .slick-list {
    overflow: visible;
} 
.regular {
	opacity: 0;
	transition: 1s;
}
.regular.slick-initialized {
	opacity: 1;
}
span.white.top.arrow {
    content: url('images/arrow_white.svg');
    background-color: var(--bg);
    position: absolute;
    right: 0;
    top: -90px;
    width: 60px;
    padding: 15px;
    z-index: 1;
    border-radius: 6px;
    height: 60px;
    box-sizing: border-box;
	cursor: pointer;
}
span.white.top.arrow:hover {
    background-color: var(--accente);
}
span.white.top.arrow.prev {
    right: 70px;
    transform: rotate(180deg);
}



/*
	pagination
*/
.regular.slider ul.slick-dots {
    bottom: 20px;
    z-index: 2;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.regular.slider .slick-dots li button {
    border-radius: 100%;
    background: var(--accente_light);
}
.regular.slider li.slick-active button {
    background: var(--white);
}


/*
	error 404
*/
section.error404 {
    padding: 10px 0 50px;
}
section.error404 h1 {
    margin: 30px 0 20px;
}
section.error404 h2 {
    font-size: 40px;
    margin: 0 0 30px;
}




/* popup__toggle */
#popup__toggle {
	bottom: 8%;
    right: 10px;
    position: fixed;
    z-index: 9;
	cursor: pointer;
	transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{
	background-color: var(--green);
	box-sizing: ontent-box;
	-webkit-box-sizing: content-box;
	transition: 1s;
}
#popup__toggle:hover .img-circle {
	background-color: var(--green_light);
}
.circlephone {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border: 2px solid var(--green);
	width:150px;
	height:150px;
	bottom:-25px;
	right:10px;
	position:absolute;
	-webkit-border-radius:100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
	-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
	-o-animation: circle-anim 2.4s infinite ease-in-out !important;
	animation: circle-anim 2.4s infinite ease-in-out !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
#popup__toggle:hover .circlephone {
	border: 2px solid var(--green_light);
}
.circle-fill {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background-color: var(--green);
	width:100px;
	height:100px;
	bottom:0px;
	right:35px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}
.img-circle {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	bottom: 14px;
	right: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	transition: 0.5s;
}
.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 72px;
	height: 72px;
	background-image: url(images/callme.svg);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.img-circle:hover {
	opacity: 1;
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}


/*
	answer service back
*/
.notification.notification_accept {
    position: absolute;
    background: var(--green);
    color: var(--white);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    z-index: 2;
    width: 86%;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 33%;
}
.notification.notification_accept strong {
    display: block;
    margin: 5px 0;
}
section.callback_block.pop_up.active.ready form {
    opacity: 0.4;
}

/*
	single model
*/
section.previews_model {
    padding: 0 0 10px;
}
section.previews_model > .center {
    gap: 60px;
}
.rating {
    position: relative;
    top: -5px;
}
.rating:after {
    content: url('images/star5.svg');
    position: relative;
    bottom: -5px;
    margin-left: 10px;
}
section.previews_model .designer {
    display: flex;
    gap: 20px;
    align-items: center;
}
section.previews_model .designer .photo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
section.previews_model .designer .photo img {
    object-fit: cover;
}
section.previews_model .designer .name span {
	display: block;
	font-weight: 600;
}
section.slider_photos .one_image {
    margin: 0 5px;
    border-radius: 6px;
    overflow: hidden;
    height: 600px;
	background-color: var(--black);
}
section.slider_photos .one_image img {
    height: 600px;
	width: auto;
}
section.slider_photos .regular .slick-list {
    overflow: visible;
}
section.info_model > .center {
    gap: 30px;
}
section.info_model article {
    width: 70%;
}
section.info_model address {
    width: 30%;
    padding: 0;
}
section.info_model address a.tel {
    font-size: 26px;
    font-weight: 600;
}
section.info_model address .mess a.mess {
    background-color: hsl(164.08deg 37.4% 74.31% / 24%);
    border-radius: 6px;
    width: 50%;
    max-width: max-content;
    font-size: 14px;
    padding: 13px 20px;
    box-sizing: border-box;
    line-height: 120%;
    display: block;
}
address .mess a.mess {
	position: relative;
}
section.info_model address .mess a.mess:before {
    display: table;
    margin-bottom: 2px;
}
a.mess.telegram_big:before {
	content: url('images/telegram_big.svg');
}
a.mess.whatsapp_big:before {
	content: url('images/whatsapp_big.svg');
}
a.mess.max_big:before {
	content: url('images/max_big.svg');
}
.materials_list.sub_category .one {
    width: 400px;
}
.materials_list.sub_category .one a {
    color: var(--white);
}

/*
	single.php new style css
*/
.sphotos_list {
    float: left;
    width: 60%;
    background-color: #e9e9e9;
    border-radius: 6px;
}
span.white.top.arrow {
    top: 45%;
}
span.white.top.arrow.prev {
    left: 20px;
}
span.white.top.arrow.next {
    right: 20px;
}
.sphotos_list .one_image {
    margin: 0 5px;
}
.sphotos_list .one_image img {
    margin: 0 auto;
    display: block;
    max-height: 630px;
    width: auto;
}
.product_right {
    border: 1px solid #97D369;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    width: 39%;
    background-color: #EFEFEF;
}
.product_right .top {
    padding: 20px 30px 5px;
}
.previews_model {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    font-size: 14px;
}
.previews_model .article_rating {
    display: flex;
    gap: 20px;
}
.previews_model .article span {
    font-weight: 600;
}
.previews_model .rating {
    position: relative;
    top: 0;
}
.previews_model .rating:after {
    margin-left: 0;
    bottom: 1px;
}
.previews_model .designer {
    display: flex;
    gap: 20px;
}
.previews_model .designer .photo {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 100%;
    min-width: 55px;
}
.previews_model .designer .photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.previews_model .designer .name span {
    font-weight: 600;
}
section.product_preview .product_right h1 {
    font-size: 32px;
    line-height: 115%;
    margin: 10px 0 15px;
}
section.product_preview .middle {
    display: flex;
    gap: 10px;
    border: 1px solid #97D369;
    border-left: none;
    border-right: none;
    padding: 20px 30px;
}
section.product_preview .middle .triggers {
    display: flex;
    gap: 10px;
}
section.product_preview .middle .price {
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
section.product_preview .price .summ {
    font-size: 27px;
    font-weight: 600;
    margin: 10px 0;
}
section.product_preview .price .summ span.sale {
    background-color: #f43c3c;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    top: -2px;
    color: var(--white);
}
section.product_preview .price .summ s {
    color: #858598;
    display: block;
    font-size: 16px;
    margin: 3px 0 0;
}
section.product_preview .price .desc {
    font-size: 13px;
    line-height: 120%;
}
section.product_preview .middle .trigger {
    background-color: rgb(165 214 201 / 45%);
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 120%;
}
section.product_preview .middle .trigger img {
    display: block;
    margin-bottom: 10px;
}
section.product_preview .bottom address {
    padding: 14px 30px 30px;
}
address .content_phones a.tel {
    font-size: 25px;
    color: var(--text);
    font-weight: 600;
}
address .content_phones {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 15px;
}
.bottom address p {
    margin: 10px 0;
}
address .content_phones .mess {
    display: flex;
    gap: 10px;
    font-size: 11px;
}
address .content_phones .mess a.mess {
    background-color: rgb(165 214 201 / 45%);
    padding: 17px 12px;
    text-align: center;
    box-sizing: border-box;
    width: 80px;
    border-radius: 6px;
    height: 80px;
    display: block;
}
address .content_phones .mess a.mess:before {
    display: block;
    margin: 0 auto -5px;
}
address .content_phones .mess a.mess.whatsapp_big:before {
    content: url('images/whatsapp_big2.svg');
}
address .content_phones .mess a.mess.telegram_big:before {
    content: url('images/telegram_big2.svg');
}
address .content_phones .mess a.mess.max_big:before {
    content: url('images/max_big2.svg');
}
.product_right address input[type="button"] {
    background-color: #89DB4A;
    width: 100%;
    font-size: 16px;
    margin: 0;
    transition: 1s;
}
.product_right address input[type="button"]:hover {
    background-color: #98df53;
}
.left_side.infoblock .one {
    padding: 20px 30px;
    box-sizing: border-box;
    border: 2px solid var(--accente_light);
    border-radius: 6px;
    margin-bottom: 10px;
}
.left_side.infoblock .one article {
	display: block;
}
.right_side .one.blue {
    background-color: var(--accente);
    color: var(--white);
}
.right_side .one.blue strong {
    font-size: 24px;
    line-height: 120%;
}
.left_side.infoblock .one h2, .left_side.infoblock .one .title_h2 {
    font-size: 28px;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
}
.left_side.infoblock .one h2:after, .left_side.infoblock .one .title_h2:after {
    content: '+';
    position: absolute;
    right: 0;
    font-weight: 300;
    font-size: 50px;
    top: 0;
    transition: 1s;
	opacity: 0;
}
.left_side.infoblock .one .title_h2:after {
    top: -10px;
}
.left_side.infoblock .one h2:after, .left_side.infoblock .one .title_h2:after {
    transform: rotate(45deg);
}
.left_side.infoblock .one h2:hover,
.left_side.infoblock .one .title_h2:hover {
	color: var(--accente);
	cursor: pointer;
}

/*
	product_indormation
*/
section.product_indormation .left_side.infoblock {
    float: left;
    width: 70%;
}
section.product_indormation .right_side {
    float: right;
    width: 28%;
}
.right_side .one {
    background-color: #EAEAEA;
    border-radius: 6px;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.right_side .one.blue input[type="button"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: var(--white);
    color: var(--black);
}
.right_side .one.blue input[type="button"]:hover {
    background-color: var(--accente_light);
    color: var(--black);
}
.left_side.infoblock .one article table {
    margin-bottom: 15px;
}
.left_side.infoblock .one table tr {
    width: 50%;
    display: inline-table;
}
.left_side.infoblock .one article table tr:nth-child(2) td {
	border-top: none;
}

/*
	sertificates
*/
.sertificates_list .one {
    margin: 0 7px;
    border-radius: 6px;
    background-color: var(--accente_light);
    height: 500px;
}
.sertificates_list .one img {
    height: 100%;
    width: auto;
    object-fit: cover;
}


/*
	blog
*/
section.archive {
    padding: 1px 0 20px;
}
section.single_page {
    background-color: var(--white);
    color: var(--black);
}
.content_article {
    display: flex;
    gap: 4%;
}
.content_left {
    width: 75%;
}
.content_left time {
    margin: -10px 0 20px 0;
    display: table;
    font-weight: 500;
}
.aside_right {
    width: 25%;
    padding: 50px 0 0;
}
article {
    line-height: 145%;
}
article img.alignright {
    float: right;
    margin: 0 0 10px 40px;
    max-width: 50%;
}
article img.aligleft {
    float: left;
    margin: 0 40px 10px 0;
    max-width: 50%;
}
article img.alignnone {
    margin: 15px 0 5px;
    border-radius: 4px;
}
article hr {
    margin: 40px 0 30px;
    border: none;
    border-top: 1px dashed #ddd;
    clear: both;
}
article blockquote {
    margin-left: 0;
    margin-right: auto;
    background: #f6f6f6;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 4px;
    display: table;
}
article iframe {
    width: 100%;
    height: 600px;
    border-radius: 4px;
}
article li {
    margin: 8px 0;
}

/*
	article gallery
*/
.content_left article img {
    border-radius: 4px;
    overflow: hidden;
}
article div.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
	margin: 10px 0 0;
}
article div.gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
article div.gallery.gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
}
article div.gallery .gallery-item {
    width: 100% !important;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}
article div.gallery .gallery-item dt.gallery-icon {
    position: relative;
    height: auto;
    min-height: unset;
    position: relative;
    height: 330px;
    border-radius: 4px;
    overflow: hidden;
	background-color: var(--color-text);
}
dd.wp-caption-text.gallery-caption {
    padding: 12px 0;
    text-align: left;
}
article div.gallery br {
    display: none;
}
article div.gallery dt.gallery-icon  img {
    border: none !important;

    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    transform: scale(1);
    transition: 1.5s;
    filter: contrast(1);
    z-index: 0;
    transform: scale(1);
}
/*
	article gallery finish
*/

/*
	blogs
	archive blog
*/
.blog_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.blog_list .one {
	position: relative;
}
.blog_list .one .cat {
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog_list .one a.cat {
    position: absolute;
    padding: 10px 20px;
    background-color: #BBE7F1;
    border-radius: 14px;
    text-decoration: none;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.blog_list .one a.cat:hover {
    background-color: var(--black);
    color: var(--white);
}
.blog_list .one .image {
    height: 320px;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--accente_light_hover);
}
.blog_list .one .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: var(--grey);
}
.blog_list .one time {
    font-size: 13px;
    display: table;
}
.blog_list .one a.name {
    display: table;
    margin: 5px 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 130%;
}

/*
	aside
*/
.aside_right nav.category_blog {
    background-color: var(--grey);
    padding: 30px 35px;
    box-sizing: border-box;
    border-radius: 6px;
}
.aside_right nav.category_blog p.h4 {
    margin: 10px 0 25px;
}
.aside_right nav.category_blog ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    font-weight: 400;
}
.aside_right nav.category_blog ul li {
    margin: 12px 0;
}

/*
	button more
*/
a.more.longe {
    margin: 40px auto;
    background-color: var(--accente);
    color: var(--white);
    padding: 13px 105px;
    border-radius: 4px;
    display: table;
    max-width: 100%;
}
a.more.longe:hover {
    background-color: #323232;
	color: #fff;
}

/*
	section.archive
	nav.category_blog
*/
section.archive nav.category_blog ul {
    margin: -3px 0 0 0;
    padding: 0;
    list-style-type: none;
}
section.archive nav.category_blog ul li {
    display: inline-block;
    margin: 0 5px 25px 0;
}
section.archive nav.category_blog ul li a {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #e7e7e7;
}
section.archive nav.category_blog ul li a:hover {
    background-color: var(--accente);
	color: var(--white);
}
section.archive nav.category_blog ul li.current-menu-item > a {
	background-color: var(--accente_light_hover);
}
section.archive nav.category_blog ul li.current-menu-item > a:hover {
	color: var(--black);
}

/*
	pagination
*/
.navigation {
    padding: 45px 0 10px;
    text-align: center;
}
.navigation a {
    background-color: #e7e7e7;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 2px;
    text-decoration: none;
}
.navigation a:hover {
    background-color: var(--accente);
	color: var(--white);
}
.navigation span {
    background-color: #F3F3F3;
    padding: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 2px;
}
.navigation span, .navigation a.active {
    background-color: var(--accente_light_hover);
}
/*
	simular products in single-blogs.php aside
*/
.simular_products {
    margin: 45px 0;
}
.category_list.line_one > .one {
    margin: 0 0 20px 0;
    border: 1px solid var(--grey);
    width: 100%;
    float: none;
}


/*
	works
*/
.gellory_photos {
    margin: 25px 0;
}
.gellory_photos .one {
    margin: 0 5px;
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--black);
}
.gellory_photos .one img {
    height: 700px;
    width: auto;
}
.designer_project {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
article.short {
    margin-bottom: 30px;
    max-width: 1200px;
}
article.blockquote {
    padding: 10px 50px;
    background-color: var(--grey);
    box-sizing: border-box;
    border-radius: 4px;
    width: 80%;
}
.designer_project {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}
.designer_project .designer {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0 0;
    width: 20%;
}
.designer_project .designer .photo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 60px;
}
.designer_project .designer .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.designer_project .designer .name span {
	display: block;
	font-weight: 600;
}



/*
	works
*/
.works_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row dense;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.works_list .one {
    background-color: var(--white);
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid var(--grey);
}
.works_list .one .image {
    height: 500px;
    overflow: hidden;
    background-color: var(--black);
}
.works_list .one .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.works_list .one .content {
    padding: 25px 30px 15px;
    box-sizing: border-box;
}
.works_list .one .content a {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px 0;
    display: block;
}
a.all {
    text-align: center;
    width: fit-content;
    background-color: var(--accente);
    color: var(--white);
    margin: 20px auto;
    display: block;
    padding: 15px 200px;
    border-radius: 4px;
}
a.all:hover {
    background-color: var(--black);
    color: var(--white);
}


/*
	panel_mobile
*/
section.panel_mobile {
	display: none;
}

/*
	loading more products 
*/
.more_products {
    color: var(--white);
    margin: 40px auto 0;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: var(--accente);
    padding: 16px 70px;
    width: fit-content;
    border-radius: 4px;
    cursor: pointer;
	transition: .5s;
}
.more_products:hover {
    background: var(--accente_hover);
}
.more_products svg {
    position: relative;
    top: -2px;
}
.more_products:hover {
	color: #ddd;
}
.more_products:hover svg {
    opacity: 0.8;
}


/*
	single.php new style css
*/

@media(max-width: 1900px) {
	section.bg_bottom:before {
		width: 99.5%;
	}
	section.title .title_h1 {
		margin: 60px 0 20px;
	}
	section.about {
		padding: 0;
	}	
	section.materials {
		padding: 0 0 30px 0;
	}

	
}

@media(max-width: 1700px) {
	section.bg_bottom:before {
		width: 100%;
	}
	ul.main {
		font-size: 15px;
	}
	ul.main > li > a {
		padding: 10px 17px;
	}
	.header_top a.email {
		font-size: 12px;
	}	
	
}

@media(max-width: 1600px) {
	section.bg_bottom:before {
		width: 100%;
	}
	ul.main {
		font-size: 14px;
		gap: 0;
	}
}

@media(max-width: 1500px) {
	ul.main > li > a {
		padding: 10px 15px;
	}
	section.header_top .right,
	section.header_top .left {
		width: 42%;
	}	
	.sale_list .one h3 {
		font-size: 23px;
	}	

	/*
		single.php
		new stype product page
	*/
	section.product_preview .price .summ {
		font-size: 24px;
	}	
	address .content_phones a.tel {
		font-size: 22px;
	}	
	section.product_preview .product_right h1 {
		font-size: 30px;
		line-height: 110%;
		margin: 10px 0 15px;
	}	
	address .content_phones .mess a.mess {
		padding: 12px 12px;
		height: 70px;
	}	
	
}

@media(max-width: 1400px) {
	body {
		line-height: 135%;
		font-size: 14px;
	}	
	a.button, input[type="button"] {
		font-size: 13px;
		padding: 17px 22px;
	}
	p.h2, h2 {
		font-size: 43px;
	}
	p.h3, h3 {
		font-size: 27px;
	}	
		
	
	body.home header {
		max-height: 800px;
	}	
	section.header_top .right {
		justify-content: flex-end;
		gap: 30px;
	}	
	section.header_top .left {
		justify-content: flex-start;
		gap: 30px;
	}	
	ul.main {
		font-size: 13px;
		gap: 10px;
	}	
	ul.main > li > a {
		padding: 10px 10px;
	}
	.header_top .loc {
		font-size: 13px;
	}
	.header_top a.email {
		font-size: 11px;
        display: none;
	}
	a.avito {
		padding: 10px 12px;
	}
	.header_top .loc {
		max-width: 160px;
	}
	section.title .title_h1 {
		margin: 0;
	}	
	ul.pagination li {
		margin: 40px 0;
	}		
	
	
	.services_list .one {
		height: 320px;
	}	
	.services_list .one a.name {
		font-size: 28px;
		top: 210px;
	}
	
	.sale_list .one h3 {
		font-size: 21px;
		min-height: 94px;
	}	
	
	section.complex article ul li {
		position: relative;
		margin: 13px 0 0;
	}	
		
	/*
		aside
	*/
	section.about aside {
		right: 35%;
		top: 43%;
	}	
	aside {
		width: 240px;
	}
	
	/*
		materials
	*/
	.materials_list .one .name {
		font-size: 21px;
	}	
	.team_list.regular .one {
		margin: 0 15px 0 0;
		width: 280px;
		height: 370px;
	}
	.team_list .one .content {
		padding: 0 35px;
		top: 280px;
	}	
	
	/*
		address
	*/
	address {
		padding: 12px 35px;
	}	
	address .mess .text {
		font-size: 13px;
	}	
	address > div {
		font-size: 16px;
	}
	form.callback_form {
		padding: 30px 40px;
	}
	textarea, input[type="tel"], input[type="email"], input[type="text"] {
		font-size: 18px;
	}

	/*
		footer
	*/
	footer section.copyright {
		font-size: 12px;
	}
	section.complex .photos {
		gap: 10px;
	}
	
}

@media(max-width: 1300px) {
	p.h3, h3 {
		font-size: 22px;
	}	
	section.header_top .left,
	section.header_top .right {
		gap: 50px;
	}	
	.header_top .loc {
		max-width: 210px;
	}	
	.phone_top .mess {
		display: none;
	}
	ul.main {
		font-size: 13px;
		gap: 0;
	}
	section.title .title_h1 {
		font-size: 56px;
	}
	.triggers_list {
		gap: 20px;
	}
	section.complex .photos .one:nth-child(2) {
		display: none;
	}
	section.complex .photos {
		width: 30%;
	}	
	section.complex article {
		width: 65%;
	}	
	.sale_list .one {
		height: 370px;
	}	
	.sale_list .one .content {
		padding: 0 25px;
		top: 150px;
	}
	.category_list .one .content {
		height: auto;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	article {
		font-size: 15px;
		line-height: 135%;
	}
	.team_list {
		grid-template-columns: repeat(4, 1fr);
		gap: 12px;
	}	
	.team_list .one {
		height: 380px;
	}
	section.bottom_menu {
		padding: 20px 0 0;
	}	
	.reviews_services {
		padding: 30px;
		font-size: 17px;
		display: block;
	}	
	.reviews_services .servies {
		gap: 20px 40px;
		flex-wrap: wrap;
		width: 100%;
	}	
	.reviews_services .text {
		width: 100%;
		padding: 0 0 15px 0;
	}	
	nav.aside_right {
		width: 26%;
		padding: 10px 32px;
	}	
	nav.aside_right ul {
		font-size: 18px;
	}

	
}


@media(max-width: 900px) {
	html.main {
		margin-top: 0 !important;
		overflow-x: hidden;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}	
	
	.center {
		width: 92%;
		min-width: 92%;
		max-width: 92%;
	}
	h1 {
		font-size: 45px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	section.page_simple h1 {
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	p.h2, h2 {
		font-size: 33px;
		line-height: 130%;
		font-weight: normal;
		position: relative;
		font-weight: 700;
		letter-spacing: 0;
	}
	article.left.article h2 {
		font-size: 25px;
	}
	p.h3, h3 {
		font-size: 27px;
		line-height: 130%;
		font-weight: 700;
	}
	article.left.article h2 {
		font-size: 22px;
	}
	h4, h5, h6 {
		font-size: 20px;
		line-height: 130%;
		font-weight: 700;
	}


	html {
		background: #fff;
	}

	#popup__toggle {
		bottom: 14%;
		right: 3px;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}	
		
		
	/*
		panel_mobile
	*/
	section.panel_mobile {
		display: block;
		position: fixed;
		padding: 12px 4% 10px;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: var(--white);
		display: flex;
		gap: 0;
		text-align: center;
		z-index: 3;
		border-top: 1px solid var(--grey);
		align-items: center;
		justify-content: space-between;
	}	
	section.panel_mobile .one {
		position: relative;
	}
section.panel_mobile .one span {
    background-color: var(--accente);
    color: var(--white);
    padding: 4px;
    width: 22px;
    height: 22px;
    display: block;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: -7px;
    z-index: 2;
    display: flex;
    font-size: 9px;
    align-items: center;
    justify-content: center;
}
	section.panel_mobile .one svg {
		opacity: 0.7;
		display: block;
		margin: 0 auto 3px;
	}
	section.panel_mobile .one.active svg {
		opacity: 0.4;
	}
	section.panel_mobile .one a {
		color: var(--black);
	}
	section.panel_mobile .one.active a {
		color: #8f8f8f;
	}
	
	/*
		top
	*/
	body.home {
		height: 100%;
		max-width: 100%;
	}	
	nav.top {
		display: none;
	}
	body section.header_top {
		padding: 10px 0;
		min-height: auto;
	}	
	body.home section.header_top {
		border-bottom: 1px solid rgb(255 255 255 / 15%);
	}	
	.header_top .loc {
		display: none;
	}
	.header_top input[type="button"] {
		display: none;
	}
	.header_top a.avito {
		display: none;
	}
	section.header_top span.bmenu {
		display: block;
	}	
	section.header_top .left {
		display: none;
	}
	body.home section.header_top > .center,
	body section.header_top > .center {
		height: auto;
		min-height: auto;
		padding: 0;
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: space-between;
	}	
	body.home section.header_top {
		padding: 20px 0;
		min-height: auto;
	}
	body.home .header_top a.logo,
	.header_top a.logo {
		position: relative;
		margin: 0;
		left: inherit;
		right: inherit;
		margin: -30px auto 0;
		display: block;
		width: 21%;
		margin: 0;
	}	
	section.header_top .right {
		justify-content: space-between;
		gap: 30px;
		width: auto;
	}	
	.phone_top {
		gap: 7px;
	}	
	.phone_top .time {
		display: none;
	}
	.phone_top a.tel {
		font-size: 14px;
		font-weight: 500;
	}	
	.phone_top div.mess {
		display: flex;
		gap: 3px;
	}
	.phone_top .mess a.mess {
        height: 15px;
        width: auto;
		display: flex;
	}
	
	/*
		header
	*/
	section.title {
		padding: 40px 0 0;
	}	
	/*
	section.title .title_h1 {
		font-size: 45px;
		margin-bottom: 20px;
		line-height: 130%;
	}
	*/
	section.title .title_h1 {
		font-size: 38px;
		margin-bottom: 20px;
		line-height: 130%;
	}	
	section.title input[type="button"] {
		margin: 25px 0 0;
		display: block;
	}	
	ul.pagination {
		display: none;
	}
	div.numbers {
		display: none;
	}	
	/*
	header .mouse {
		bottom: 50px;
	}
	*/
	header .mouse {
		bottom: 120px;
	}	
	section.title a.button {
		display: table;
		margin: 15px 0 0;
	}

	
	/*
		default
	*/
	a.button, input[type="button"] {
		font-size: 12px;
		padding: 17px 22px;
	}	
	
	
	/*
		services
	*/
	.services_list {
		display: block;
		width: 100%;
		left: 0;
	}	
	.services_list .one, .services_list .one:nth-child(-n+3) {
		width: 100%;
		height: 200px;
		border-top: 2px solid var(--white);
	}	
	.services_list .one a.name {
		font-size: 28px;
		top: inherit;
		bottom: 14%;
		padding: 0 5%;
	}
	
	/*
		triggers
	*/
	section.triggers {
		padding: 1px 0 20px;
	}
	section.triggers h2 {
		margin-top: 0;
	}	
	.triggers_list .one {
		position: relative;
		width: 260px;
		padding: 0 30px 0 0;
		margin: 0;
		box-sizing: border-box;
	}	
	
	
	/*
		complex
	*/
	section.complex article {
		width: 100%;
	}	
	section.complex article ul {
		list-style-type: none;
		padding-left: 40px;
	}	
	section.complex .photos .one:nth-child(2) {
		display: block;
	}
	section.complex .photos {
		width: 100%;
		margin: 15px 0 -50px 0;
	}	
		
	/*
		sale
	*/
	.sale_list {
		display: block;
		gap: 20px;
		width: 100%;
		flex-wrap: wrap;
	}	
	.sale_list .one {
		height: 200px;
		width: 100%;
		border-radius: 0;
        border-top: 2px solid var(--white);
	}
	.sale_list .one:last-child,
	.sale_list .one:first-child {
		border-radius: 0;
	}
	.sale_list .one input[type="button"] {
		display: none;
	}
	.sale_list .one:last-child input[type="button"] {
		display: block;
	}
	section.sale {
		padding-bottom: 0;
	}
	.sale_list .one .content {
		padding: 0 25px;
		top: inherit;
		bottom: 10%;
	}
	.sale_list .one h3 {
		font-size: 21px;
		min-height: 94px;
		height: auto;
		min-height: auto;
		margin: 0 0 10px 0;
	}	
	
	/*
		about
	*/
	.category_list .one {
		width: 300px;
		margin: 0 15px 0 0;
	}	
	.category_list .one .content .name {
		font-size: 18px;
		height: auto;
	}	
	.category_list .one .content .price {
		font-size: 18px;
		font-weight: 600;
		padding-bottom: 0;
	}
	
	/*
		about
	*/
	.about article.left {
		float: none;
		width: 100%;
	}	
	.about article ul {
		list-style-type: none;
		padding-left: 40px;
	}
	.about article ul li {
		margin: 15px 0;
	}
	.about article ul li:before {
		content: url('images/list_big_mobile.svg');
		left: -40px;
		top: -3px;
	}
	
	.photos_slider {
		float: none;
		width: 100%;
		height: auto;
	}	
	.photos_slider a {
		height: 150px;
	}	
	.photos_slider a:nth-child(1) {
		height: 300px;
	}
	section.about aside {
		right: 0;
		top: 0;
		position: relative;
		transition: 0s;
		width: 100%;
		border-radius: 6px;
		margin-top: -10px;
	}
	aside span {
		font-size: 55px;
		font-weight: 600;
		display: block;
		margin: 12px 0 25px;
	}	
	
	/*
		step
	*/
	.step_list .one {
		position: relative;
		width: 250px;
		margin: 0 60px 0 0;
	}	
	.step_list .one:hover:after,
	.step_list .one:after {
		right: -40px;
	}
	
	
	/*
		bg_bottom
	*/
	section.bg_bottom {
		padding: 20px 0 40px;
	}	
	section.bg_bottom:before {
		border-radius: 0;
	}
		
	/*
		slick pagination
	*/
	.regular_mobile .slick-dots, .regular .slick-dots {
		bottom: -45px;
		text-align: left;
		display: flex;
	}	
	.slick-dots li button {
		background: var(--accente_light) !important;
		border-radius: 100% !important;
	}	
	.slick-dots li.slick-active button {
		background: var(--accente_light_hover) !important;
		border-radius: 100% !important;
	}
	.regular_mobile .slick-list {
		overflow: visible;
	}
	.regular_mobile .slick-dots li,
	.regular .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 4px 0 0;
	}
	
	/*
		reviews
	*/
	section.reviews {
		padding: 5px 0 0;
	}	
	section.reviews .reviews_code {
		height: auto;
		min-height: 200px;
	}	
	
	
	/*
		callback
	*/
	section.callback {
		padding: 100px 0 30px;
	}	
	section.callback > .center {
		display: block;
	}	
	section.callback h3 {
		max-width: 100%;
        font-size: 23px;
	}
	section.callback .mess {
		display: block;
		width: 100%;
	}
	section.callback a.mess_big {
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px 0;
	}	
	section.callback a.mess_big div {
		width: auto;
		min-width: auto;
	}
	
	/*
		contact_bottom
	*/
	section.contact_bottom {
		padding: 0;
	}	
	section.contact_bottom .content {
		display: block;
		background: var(--white);
		border-radius: 0;
		overflow: visible;
		box-shadow: none;
	}	
	section.contact_bottom .content address {
		width: 100%;
		padding: 0 0 10px 0;
	}
	address > div {
		font-size: 18px;
		line-height: 130%;
	}
	address .mess .text {
		font-size: 13px;
		line-height: 115%;
		max-width: 180px;
	}
	section.contact_bottom .photo {
		width: 100%;
		height: 350px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        min-width: 100vw;
        max-width: 100vw;
	}	
	section.contact_bottom .photo .content_photo {
		top: 75%;
		padding: 0 5%;
		width: 100%;
	}
	section.contact_bottom .content .callback_form {
		width: 100%;
	}
	form .title {
		font-size: 20px;
		line-height: 125%;
		margin: 0;
	}
	form .double {
		display: block;
	}
	section.contact_bottom form.callback_form {
		padding: 35px 5%;
		margin-left: calc(-50vw + 50%);
		min-width: 100vw;
		max-width: 100vw;
	}
	address .phone a.tel {
		font-size: 31px;
		margin: 0;
	}
	
	/*
		footer
	*/
	footer {
		margin-bottom: 64px;
	}
	
	/*
		bottom_menu
	*/
	section.bottom_menu {
		display: none;
	}	
	/*
		copyright
	*/
	footer section.copyright .center.content_none.flex {
		display: block;
		border: none;
		padding: 0;
	}	
	footer section.copyright .center.content_none.flex > * {
		display: block;
		width: 100%;
		margin: 4px 0;
	}
	footer section.copyright .center.content_none.flex > a.autor {
		display: none;
	}

	/*
		pop_up
	*/
	nav.pop_up {
		padding: 13% 15%;
		overflow: auto;
	}	
	span.close {
		padding: 17px;
		right: -10px;
		top: -10px;
		width: 75px;
		height: 75px;
	}
	nav.pop_up.menu .content {
		display: block;
		gap: 10%;
	}
	nav.pop_up.menu .content .one {
		width: 100%;
		padding: 0 0 20px 0;
	}
	nav.pop_up.menu .content ul {
		font-size: 17px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-weight: 500;
	}

	/*
		about
	*/
	section.breadcrumbs {
		padding: 10px 0;
		font-size: 13px;
	}
	.preview_block {
		display: block;
		align-items: flex-start;
		gap: 50px;
		margin: 0;
	}
	.triggers_list {
		display: block;
		display: none;
	}
	section.gallery_about a:nth-child(1) {
		width: 100%;
		height: 250px;
	}
	section.gallery_about a:nth-child(2), section.gallery_about a:nth-child(3) {
		width: calc(50% - 5px);
		height: 160px;
		overflow: hidden;
		border-radius: 0;
	}
	section.gallery_about a {
		height: 160px;
		background-color: var(--bg);
		border-radius: 0;
		overflow: hidden;
		width: calc(50% - 5px );
	}
	section.gallery_about a:last-child {
		display: none;
	}
	
	/*
		about director
	*/
	section.about.director img.alignnone {
		float: none;
		max-width: 100%;
		margin: 0;
	}	

	/*
		team full
	*/
	.team_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 7px;
	}
	.team_list .one {
		height: 250px;
		border-radius: 2px;
	}
	.team_list .one .content {
		padding: 0 15px;
		top: 67%;
		font-size: 13px;
	}
	.team_list .one .content strong {
		font-size: 17px;
		font-weight: 600;
		display: block;
		margin: 0 0 5px 0;
	}


	/*
		reviews
	*/
	.reviews_services {
		padding: 20px;
		font-size: 15px;
		display: block;
	}


	/*
		catalog
	*/
	.services_list.single .one {
		width: 100%;
	}


	/*
		one service
	*/
	section.preview_service {
		height: auto;
	}
	section.preview_service .breadcrumbs {
		font-size: 13px;
	}
	section.preview_service .center {
		padding: 10px 0 20px;
		min-height: auto;
	}
	section.preview_service .triggers_list {
		position: relative;
		display: block;
		display: none;
	}
	section.preview_service .triggers_list .one {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		font-weight: 600;
		width: 220px;
		margin: 0 40px 0 0;
	}
	section.preview_service .content input[type="button"] {
		display: table;
		margin: 25px 0 5px;
	}


	/*
		one service
		example
	*/
	.breadcrumbs a {
		margin: 0 20px 0 0;
	}	
	section.preview_service .breadcrumbs a:after {
		right: -13px;
	}
	.example_list .one {
		float: left;
		width: 300px;
		margin: 0 16px 0 0;
		height: 400px;
	}
	.example_list .one .content {
		font-size: 15px;
		padding: 0 25px;
		top: 45%;
	}
	.example_list .one .content .location {
		font-size: 16px;
		margin: 0 0 7px 0;
		font-weight: 600;
	}
	.example_list .one .content h3 {
		font-size: 22px;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	.triggers_service_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
	.triggers_service_list .one .image {
		height: 220px;
	}
	.triggers_service_list .one .content {
		padding: 15px 20px;
	}
	.triggers_service_list .one .content strong {
		font-size: 18px;
	}

	/*
		portfolio
	*/
	ul.navi {
		margin: -15px 0 5px;
		padding: 0;
		list-style-type: none;
		font-size: 14px;
		font-weight: 500;
		display: block;
		gap: 0;
		width: 100%;
	}
	ul.navi li {
		padding: 5px 0;
		cursor: pointer;
		width: fit-content;
		border-bottom: 2px solid transparent;
		display: inline;
		margin: 0 10px 10px 0;
		display: inline-block;
	}
	.portfolio_list .one {
		display: block;
		margin: 0 0 10px 0;
	}
	.portfolio_list .one article {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	.portfolio_list .one article h3 {
		margin: 5px 0 15px;
	}
		
	.portfolio_list .one .photos_gallery {
		width: 100%;
		display: block;
		margin: 0;
		overflow: hidden;
		background-color: var(--bg);
		height: 500px;
	}	
	.portfolio_list .one .photos_gallery a,
	.portfolio_list .one .photos_gallery a:nth-child(1) {
		height: 500px;
		float: left;
	}
	.portfolio_list .regular_mobile .slick-dots {
		bottom: 20px;
		text-align: left;
		padding: 0 5%;
	}
	.portfolio_list .one:before {
		bottom: 40px;
		right: 0;
		left: inherit;
		font-size: 130px;
		letter-spacing: -12px;
	}
	.photos_gallery a img {
		min-height: 500px;
	}
	.portfolio_list .one article {
		width: 100%;
		padding: 10px 20px 20px;
		box-sizing: border-box;
	}

	/*
		materials
	*/
	.materials_full {
		padding: 1px 0;
	}
	.materials_list.full {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.materials_list.full .one {
		width: 100%;
		height: auto;
		float: none;
		min-height: 240px;
	}
	.materials_list.full .one .content {
		padding: 0 25px;
		top: inherit;
		bottom: 0;
		position: relative;
		padding: 40px 20px 10px;
	}

	/*
		simple page
	*/
	article.left {
		width: 100%;
		float: none;
        margin-bottom: 25px;
	}
	nav.aside_right {
		width: 100%;
		padding: 5% 10%;
	}

	/*
		contact
	*/
	section.page_simple section.contact_bottom .content address {
		width: 100%;
	}
	table td {
		padding: 10px 15px;
	}
	nav.pop_up {
		padding: 10% 10% 15% 10%;
		overflow: auto;
	}
	nav.pop_up form textarea {
		height: 60px;
		margin: 20px 0 0;
	}
	form .politic {
		margin: 25px 0;
	}
	nav.pop_up.callback h2 {
		font-size: 28px;
	}
	nav.pop_up form .double {
		display: grid;
		gap: 15px;
		align-items: center;
		justify-content: normal;
	}
	/*
		added messangers icons
	*/
	nav.pop_up.callback .mess_content {
		display: block;
		margin-bottom: 40px;
	}
	nav.pop_up.callback .mess_content .mess {
		display: grid;
		gap: 16px;
	}
	nav.pop_up.callback .mess_content .mess > a.mess_big {
		width: 100%;
		max-width: 100%;
		text-align: left;
		align-items: center;
		justify-content: center;
	}
	nav.pop_up.callback .mess_content .mess a.mess_big div {
		width: -webkit-fill-available;
		min-width: 100px;
		max-width: fit-content;
	}
	nav.pop_up.callback .mess_content .mess a.mess_big span {
		height: 30px;
	}

	/*
		single
		model
	*/
	section.single_model h1 {
		font-size: 32px;
		margin: 0 0 15px 0;
	}
	section.previews_model > .center {
		display: block;
	}
	section.previews_model .designer {
		margin: 10px 0 0;
	}
	.rating:after {
		bottom: -7px;
	}
	section.slider_photos .one_image {
		margin: 0 5px 0 0;
		height: 400px;
	}
	section.slider_photos .one_image img {
		height: 400px;
	}
	section.info_model > .center {
		display: block;
	}
	section.info_model article {
		width: 100%;
	}
	section.info_model article .title_h2 {
		font-size: 30px;
		margin: 0;
		padding: 0;
	}
	section.info_model address {
		width: 100%;
		padding: 0;
	}
	section.info_model address .mess a.mess {
		font-size: 11px;
		padding: 10px;
	}
	section.info_model address a.tel {
		font-size: 26px;
		font-weight: 600;
		display: table;
		margin: 10px 0 0;
	}
	section.info_model address .mess {
		margin: 10px 0;
	}
	section.info_model address input.order {
		width: 100%;
	}
	section.info_model {
		padding-bottom: 0;
	}
	section.category .title_h2 {
		padding: 20px 0 30px;
		font-size: 35px;
	}
	.materials_list.sub_category .one {
		width: 300px;
		margin: 0 10px 0 0;
	}


	/*
		product_preview
	*/
	section.single_model {
		padding: 5px 0;
	}	
	section.product_preview {
		padding: 0;
	}
	section.product_preview > .center {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}		
	.sphotos_list {
		float: none;
		width: 100%;
		background-color: #e9e9e9;
		border-radius: 6px;
	}
	.sphotos_list.regular.slider {
		margin: 0;
		border-radius: 0;
	}
	.sphotos_list .one_image img {
		margin: 0 auto;
		display: block;
		max-height: 360px;
		width: auto;
	}
	.product_right {
        border: none;
        border-radius: 0;
		box-sizing: border-box;
		float: none;
		width: 100%;
		background-color: #EFEFEF;
	}

	.previews_model {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 30px;
		font-size: 14px;
	}
	.product_right .top {
		padding: 20px 4%;
	}		
	.previews_model .article_rating {
		display: block;
		gap: 20px;
	}	
	.article_rating .article {
		margin-bottom: 5px;
	}
	.previews_model .designer .photo {
		width: 65px;
		height: 65px;
		min-width: 65px;
		position: relative;
		top: 0;
	}
	.previews_model .rating:after {
		margin-left: 0;
		bottom: 1px;
		display: block;
		content: url(images/star5.svg);
	}
	section.product_preview .product_right h1 {
		font-size: 24px;
		line-height: 115%;
		margin: 10px 0 5px;
	}
	section.product_preview .middle {
		display: block;
		gap: 10px;
		padding: 20px 4%;
	}
	section.product_preview .middle .price {
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	section.product_preview .price .summ {
		font-size: 30px;
		font-weight: 600;
		margin: 15px 0;
	}	
	.triggers {
		display: flex;
		gap: 15px;
		align-items: normal;
		justify-content: space-between;
	}
	.triggers .trigger {
		width: 100%;
	}
	address .content_phones {
		display: block;
		gap: 30px;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 15px 0;
	}
	address .content_phones .phone {
		margin-bottom: 20px;
	}
	address .content_phones .mess {
		display: flex;
		gap: 10px;
		font-size: 11px;
		align-items: center;
		justify-content: flex-start;
	}
	address .content_phones .mess a.mess {
		background-color: rgb(165 214 201 / 45%);
		padding: 17px 12px;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		border-radius: 6px;
		height: 80px;
		display: block;
	}
	address .content_phones .mess a.mess {
		padding: 15px 10px 8px;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		border-radius: 6px;
		height: auto;
		display: block;
	}
	address .content_phones .mess a.mess:before {
		margin: 0 auto -6px;
	}
	section.product_preview .bottom address {
		padding: 10px 4% 30px;
	}
	.product_right address input[type="button"] {
		background-color: #89DB4A;
		width: 100%;
		font-size: 15px;
		margin: 5px 0 0;
		transition: 1s;
		padding: 22px;
	}	
	section.product_indormation .left_side.infoblock {
		float: none;
		width: 100%;
	}	
	.left_side.infoblock .one {
		padding: 7px 0 0;
		box-sizing: border-box;
		border: 2px solid var(--accente_light);
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
	.left_side.infoblock .one h2,
	.left_side.infoblock .one .title_h2 {
		font-size: 23px;
		margin: 10px 0 15px;
	}	
	.left_side.infoblock .one .title_h2:after {
		top: -17px;
	}	
	.left_side.infoblock .one h2:after,
	.left_side.infoblock .one .title_h2:after {
		transform: rotate(0deg);
		opacity: 1;
	}
	.left_side.infoblock .one.active h2:after,
	.left_side.infoblock .one.active .title_h2:after {
		transform: rotate(45deg);
	}	
	.left_side.infoblock .one article {
		display: none;
	}
	.left_side.infoblock .one.active article {
		display: block;
	}
	.left_side.infoblock .one table tr {
		width: 100%;
		display: table-row;
	}
	table tr td:first-child {
		padding-left: 0;
		width: 60%;
	}	
	section.product_indormation .right_side {
		float: none;
		width: 100%;
	}
	.right_side .one {
		padding: 15px 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
		background-color: rgb(165 214 201 / 45%);
	}	
	.right_side .one .rating {
		font-weight: 600;
		font-size: 18px;
		margin-bottom: 10px;
	}
	section.product_indormation {
		padding: 20px 0 0;
		margin-bottom: -20px;
	}
	section.product_preview .regular ul.slick-dots {
		bottom: 20px;
		padding: 0 5%;
	}
	.sphotos_list.regular.big_slider_width {
		margin-bottom: 5px;
	}	


	/*
		blogs
	*/
	section.archive nav.category_blog ul {
		margin: -12px 0 0 0;
		padding: 0;
		list-style-type: none;
		font-size: 13px;
	}
	section.archive nav.category_blog ul li {
		display: inline-block;
		margin: 0 2px 15px 0;
	}	
	section.archive nav.category_blog ul li a {
		padding: 7px;
	}
	.blog_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 15px;
	}
	.blog_list .one .image {
		height: 230px;
	}
	.blog_list .one a.name {
		font-size: 18px;
	}
	.content_article {
		display: block;
		gap: 0;
	}
	.content_left h1 {
		font-size: 32px;
	}	
	.content_left {
		width: 100%;
	}
	.content_left time {
		margin: -5px 0 20px 0;
		display: table;
		font-weight: 500;
	}
	article img.alignright {
		float: none;
		margin: 0 0 10px 0;
		max-width: 100%;
	}
	article ul {
		margin-left: 0;
		padding-left: 20px;
	}
	article div.gallery.gallery-columns-2,
	article div.gallery.gallery-columns-3,
	article div.gallery.gallery-columns-4,
	article div.gallery {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 1px;
		margin: 10px 0 0;
	}
	article iframe {
		width: 100%;
		height: 300px;
		border-radius: 4px;
	}	
	.aside_right {
		width: 100%;
		padding: 10px 0 0;
	}
	.aside_right nav.category_blog {
		padding: 20px 35px;
	}
	section.other_blog {
		padding: 0;
	}
	a.more.longe {
		margin: 25px auto 10px;
		background-color: var(--accente);
		color: var(--white);
		padding: 15px 0;
		border-radius: 4px;
		display: table;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	section.complex h2 strong, section.complex h2 span {
		display: contents;
	}

	/*
		cart vidjet
	*/
	body.home section.header_top {
		z-index: 3;
	}
	section.header_top .cart {
		position: fixed;
		margin: 0 10px;
		display: inline-block;
		left: 10px;
		bottom: 22px;
		background-color: var(--accente);
		border-radius: 100%;
		height: 56px;
		width: 56px;
		padding: 6px 0 0;
		box-sizing: border-box;
		z-index: 3;
		
		display: none;
	}
	section.header_top .cart span {
		background-color: var(--accente_light);
		width: 30px;
		height: 30px;
		border-radius: 100%;
		position: absolute;
		top: -5px;
		text-align: center;
		right: -5px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.5s;
	}
	.pop_up.add_cart {
		display: none;
		width: fit-content;
		transition: .5s;
		position: relative;
		background-color: #89DB4A;
		color: var(--black);
		position: fixed;
		bottom: inherit;
		left: inherit;
		right: 20px;
		top: 30px;
		z-index: 4;
		padding: 8px 10px;
		border-radius: 6px;
		gap: 5px;
		align-items: center;
		justify-content: space-between;
		font-weight: 500;
		font-size: 11px;
		margin: 0 auto;
	}
	.pop_up.add_cart.active {
		display: flex;
	}
	.category_list .one .content .buttons input[type="button"] {
		margin: 0;
		font-size: 12px;
		padding: 19px 14px;
	}
	button.cart, input.cart {
		padding: 13px 10px;
	}
	.product_right .buttons, .category_list .one .content .buttons {
		gap: 7px;
	}
	.product_right address input[type="button"] {
		font-size: 13px;
		margin: 0;
	}
	.product_right .buttons button.cart {
		content: url('images/cart_black.svg');
		padding: 16px 25px;
	}
	.category_list.full {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 15px;
	}
	.cart_information {
		display: block;
		align-items: center;
		justify-content: center;
		gap: 40px;
		margin: 0 auto 20px;
		background-color: var(--grey);
		padding: 20px 25px;
		box-sizing: border-box;
        max-width: 100%;
		/* margin: 0; */
		border-radius: 6px;
	}
	.cart_information .text {
		position: relative;
		align-items: center;
		justify-content: center;
		gap: 20px;
		display: flex;
		margin-bottom: 10px;
	}
	.cart_information input.order.green {
		width: 100%;
	}	
	section.cart_page form.callback_form {
		padding: 25px 25px;
	}
	.cart_information_block {
		display: block;
		align-items: center;
		justify-content: center;
		gap: 50px;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 30px;
	}
	section.cart_page {
		min-height: 500px;
	}
	.cart_information_block span.clean_basket {
		position: relative;
		font-weight: 600;
		cursor: pointer;
		display: flex;
		gap: 10px;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
	}
	.total_cost {
		text-align: center;
		margin: 20px 0;
		font-size: 21px;
		font-weight: 600;
	}

	/*
		works
	*/
	section.works {
		padding: 0;
	}	
	.works_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-auto-flow: row dense;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.works_list .one {
		background-color: var(--white);
		border-radius: 4px;
		box-sizing: border-box;
		border: 1px solid var(--grey);
        overflow: hidden;
	}
	.works_list .one .image {
		height: 350px;
	}
	.works_list .one .content {
		padding: 15px 20px 10px;
		box-sizing: border-box;
	}
	.works_list .one .content a {
		font-size: 21px;
		font-weight: 600;
		margin: 0 0 10px 0;
		display: block;
		line-height: 120%;
	}
	
	/*
		single works
	*/
	section.single_works h1 {
		font-size: 24px;
		line-height: 115%;
	}	
	.designer_project {
		display: block;
		gap: 0;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	.designer_project .designer {
		display: flex;
		gap: 20px;
		align-items: center;
		margin: 0 0 15px 0;
		width: fit-content;
	}
	article.blockquote {
		padding: 5px 25px;
		width: 100%;
	}	
	.gellory_photos .one img {
		height: 450px;
		width: auto;
	}	
	a.all {
		padding: 15px 0;
		width: 100%;
		margin: 30px 0 10px;
	}
	.more_products {
		padding: 16px 0;
		width: 100%;
	}	
	.category_list.regular .one .content .name {
		height: 58px;
		overflow: hidden;
	}
	.category_list.regular .one .content {
		min-height: 146px;
	}	
	
}