

/* Start:/bitrix/templates/1/components/bitrix/menu/header_menu1_new/style.css?177503345615581*/
.header-wrapper header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 104px;
    z-index: 0;
    width: 1600px;
}

.container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
    width: calc(100% - 40px);
}

.header__menu ul{
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
}
.header__menu a{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none!important;

}

.header__burger {
    display: none;
}

.header__close {
    display: none;
}

.header__arrow {
    position: absolute;
    display: none;
}

.header__menu ul {
    display: flex;
    gap: 28px;
}

.header__menu a {
    position: relative;
}

.header__link a {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.header__link-plus {
    display: none;
}

.header__menu-active {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.header__full-size-m{
    position: fixed!important;
    border-bottom: 1px solid #E6E6E6;
    background: white;
}
.header-wrapper a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.5s;
}
.full-screen-menu .breadcrumbs{
    display: none;
}
.header__link a:hover::after {
    opacity: 1;
}

.header.header__full-size-menu .header__link a::after {
    background-color: #272727;
}

.header__logo {
    position: absolute;
    left: 45%;
    width: 167px;
    height: 122px;
}

.logo-dark {
    display: none;
}

.side-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.side-menu__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.header.header__full-size-menu {
    height: 104px;
    background-color: #fff;
    /* border-bottom: 1px solid #E6E6E6;*/
}

.header.header__full-size-menu .logo-white{
    display: none;
}

.header.header__full-size-menu .logo-dark{
    display: block;
}

.header.header__full-size-menu a {
    line-height: 132.2%;
    color: #272727;
}

.header.header__full-size-menu .header__logo {
    width: 109px;
    height: 80px;
}

.header.header__full-size-menu svg line {
    stroke: #000;
}

.header.header__full-size-menu svg path {
    stroke: #000;
}

.header.header__full-size-menu svg circle {
    stroke: #000;
}

.header.header__full-size-menu svg.loc circle {
    fill: #000;
}

@media (max-width: 1400px) {
    .header__menu ul {
        gap: 24px;
    }
}

@media (max-width: 1140px) {
    .header__menu ul {
        gap: 20px;
        font-size: 16px;
    }
    .side-menu {
        font-size: 16px;
        gap: 22px;
    }
    .header__logo {
        width: 147px;
        height: 110px;
    }
}

@media (max-width: 992px) {

    .header.header__full-size-menu {
        height: 78px;
        border-bottom: 1px solid #E6E6E6;
    }

    .header.header__full-size-menu .header__logo {
        width: 89px;
        height: 60px;
    }

    .header__menu.open {
        top: 90px;
        left: 0;
        width: 100%;
    }

    .header__menu.open ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .header__menu.open li a {
        display: flex;
        justify-content: space-between;
    }

    .header__menu.open a {
        font-size: 20px;
        color: #272727;
    }

    .header__menu.open svg path {
        stroke: #878787;
    }

    .header__menu.open .header__link-plus {
        display: block;
    }

    .header__link a:hover {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header__menu {
        display: none;
    }

    .header__burger {
        display: block;
        z-index: 5;
    }

    .header__logo {
        width: 120px;
        height: 90px;
    }

    .header {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .side-menu {
        gap: 18px;
    }
    .side-menu__item span {
        display: none;
    }
    .header__logo {
        left: 40%;
    }
}

@media (max-width: 850px) {
    .header.header__full-size-menu {
        height: 57px;
    }

    .header.header__full-size-menu .header__logo {
        width: 64px;
        height: 45px;
    }
    .header__menu{
        display: none;
    }
    .header__menu.open {
        padding: 0 20px;
    }

    .header__menu.open ul {
        gap: 12px;
    }
    .header__menu.open a {
        font-size: 16px;
    }

    .header__close {
        left: 20px !important;
    }

    .header__logo {
        width: 68px;
        height: 48px;
    }

    .logo-dark {
        display: block;
    }

    .logo-white {
        display: none;
    }

    .header {
        height: 75px;
        background-color: #fff;
        padding: 5px 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .side-menu {
        gap: 13px;
    }

    svg#header__arrow path{
        stroke: #fff;
    }

    .header svg line {
        stroke: #000;
    }

    .header svg path {
        stroke: #000;
    }

    .header svg circle {
        stroke: #000;
    }

    .header svg.loc circle {
        fill: #000;
    }


}






.burger {
    fill: #fff;
}

.link {
    font-weight: 500;
    line-height: 139.5%;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

.link span {
    color: var(--main-color);
    padding-left: 10px;
}

.link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #878787;
    transition: width 0.4s;
}

.link:hover::after {
    width: 0;
}

.catalog__group h3 {
    padding-right: 15px;
    margin: 0;
}

.title-h2 {
    font-family: "Lithium Typeface (LT)", sans-serif;
    font-size: 80px;
}

.title-h3 {
    font-family: "Lithium Typeface (LT)", sans-serif;
    font-size: 50px;
}

.title-h4 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 141.386%;
    letter-spacing: 0.72px;
    margin-bottom: 32px;
}

.btn-white {
    font-size: 20px;
    padding: 18px 32px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .5s;
    color: white;
}

.btn-white:hover {
    color: var(--main-color);
    background-color: #fff;
    transition: all .5s;
}

.btn-white svg path {
    stroke: #fff;
    transition: all .5s;
}

.btn-white:hover svg path {
    stroke: var(--main-color);
    transition: all .5s;
}

.btn-dark {
    font-size: 20px;
    line-height: 119%;
    padding: 18px 32px;
    background-color: transparent;
    border: 1px solid var(--main-color);
    transition: all .5s;
}

.btn-dark:hover {
    background-color: #630A09;
    border: 1px solid #630A09;
    transition: all .5s;
}

.btn-dark:hover svg path {
    stroke: #fff;
}

.btn-dark:hover span {
    color: #fff;
}
.full-screen-menu__bottom ul{
    list-style: none!important;
    padding-left: 0!important;
    margin-bottom: 0!important;
}
.full-screen-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-top: 143px;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
}

.full-screen-menu-wrapper {
    position: relative;
    font-family: "Lithium Typeface (LT)", sans-serif;
    font-size: 50px;
    line-height: 88.5%;
    color: #272727;
    padding: 60px 0;
}

.full-screen-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.full-screen-menu__img {
    position: absolute;
    width: 470px;
    height: 600px;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#previewImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
    max-height: 1200px;
}

.menu-list-item {
    width: 562px;
    min-height: 47px;
}

.menu-list-item a {
    position: relative;
    color: #272727;
}

.menu-list-item a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #878787;
    opacity: 0;
    transition: opacity 0.5s;
}

.menu-list-item a:hover::after {
    opacity: 1;
}

.menu-list__count {
    opacity: 0;
    font-size: 18px;
    font-style: italic;
    color: #878787;
    margin-left: 12px;
}


@media (max-width: 1500px) {
    .full-screen-menu-wrapper {
        font-size: 40px;
        padding: 40px 0;
    }

    .full-screen-menu__top {
        margin-bottom: 40px;
    }

    .full-screen-menu__img {
        width: 200px;
        height: 200px;
    }

    .menu-list {
        gap: 18px 0;
    }

    .menu-list-item {
        /* width: 350px; */
        min-height: 10px;
    }
}


@media (max-width: 1140px) {
    .title-h2 {
        font-size: 62px;
    }
    .title-h3 {
        font-size: 42px;
    }
    .catalog__text {
        font-size: 16px;
    }
    .menu-list-item {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .full-screen-menu {
        margin-top: 0px;
    }
    .full-screen-menu-wrapper {
        font-size: 36px;
        padding: 30px 0;
    }
    .breadcrumbs {
        font-family: Inter;
        font-size: 12px;
        line-height: 132%;
        color: #878787;
        margin-bottom: 30px;
    }
    .breadcrumbs a {
        margin-right: 8px;
    }
    .menu-list__count {
        opacity: 1;
    }
    .title-h2 {
        font-size: 52px;
    }
    .title-h3 {
        font-size: 38px;
    }
    .title-h4 {
        font-size: 16px;
        letter-spacing: 0.65px;
        margin-bottom: 28px;
    }
    .catalog__text {
     /*   display: none;*/
    }
}

@media (max-width: 768px) {
    .header.header__full-size-menu {
        position: fixed!important;
    }
    .order {
        order: 2;
    }
}


@media (max-width: 850px) {
    .header-wrapper header.header{
        width: 100%!important;
        padding: 0 23px!important;
    }
    .full-screen-menu {
        margin-top: 57px;
    }
    .full-screen-menu-wrapper {
        font-size: 28px;
        padding: 20px 0;
    }
    .title-h2 {
        font-size: 44px;
    }
    .title-h3 {
        font-size: 36px;
    }
    .title-h4 {
        font-size: 14px;
        letter-spacing: 0.56px;
        margin-bottom: 16px;
    }
    .link span {
        padding-left: 5px;
        font-size: 14px;
    }
    .btn-white {
        font-size: 16px;
    }
    .btn-dark {
        font-size: 16px;
    }
}



.hero__slider {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.hero__slider-1 {
    position: relative;
    height: 100%;
    background-image: url(/bitrix/templates/1/components/bitrix/menu/header_menu1_new/assets/bg-hero1.jpg);
    background-size: cover;
    background-position: center;
}

.hero__slider-2 {
    position: relative;
    height: 100%;
    background-image: url(/bitrix/templates/1/components/bitrix/menu/header_menu1_new/assets/news/hands.jpg);
    background-size: cover;
    background-position: center;
}

.hero__slider-3 {
    position: relative;
    height: 100%;
    background-image: url(/bitrix/templates/1/components/bitrix/menu/header_menu1_new/assets/news/hands.jpg);
    background-size: cover;
    background-position: center;
}


.hero__slider wrapper{
    position: relative;
}


/* .hero__slider .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  bottom: 151px;
  padding-right: 131px;
  z-index: 10;
}

.swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  width: 55px;
  height: 55px;
  margin: 0 8px;
  text-align: center;
  cursor: pointer;
  line-height: 55px;
  font-size: 18px;
  font-style: italic;
}

.swiper-pagination-bullet::before {
  content: attr(data-index);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-pagination-bullet span {
  position: relative;
  z-index: 2;
}

.swiper-pagination-bullet-active {
  border: 1px solid #630A09;
} */



.hero__content {
    z-index: 5;
    color: white;
    height: 100%;
    padding-top: 526px;
    max-width: 1600px;
    margin: 0 auto;
}

.hero__title {
    font-family: "Lithium Typeface (LT)", sans-serif;
    font-size: 147px;
    font-weight: 400;
    line-height: 84.8%;
    margin-bottom: 28px;
}

.hero__text {
    margin-bottom: 61px;
}

.hero__btn span {
    padding-left: 10px;
}


@media (max-width: 1400px) {
    .hero {
        padding: 0 0 100px;
    }
    .hero__title {
        font-size: 135px;
    }
}

@media (max-width: 1140px) {
    .hero__title {
        font-size: 110px;
    }
}

@media (max-width: 992px) {
    .hero__title {
        font-size: 95px;
    }
    .hero__content {
        z-index: 0;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 0 0 90px;
    }
    .hero__title {
        font-size: 85px;
    }
}
.hero__container {
    overflow: hidden;
}
@media (max-width: 600px) {
    .hero {
        padding: 0 0 88px;
        background-position: center 70px;
    }
    .hero__container {
        justify-content: end;
    }
    .hero__title {
        font-size: 55px;
    }
}

/*------------------------------/HERO---------------------------------*/

/*------------------------------LEARN-MORE---------------------------------*/

.learn-more {
    padding: 100px 0;
    text-align: center;
}

.learn-more__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.learn-more__subtitle {
    margin-bottom: 60px;
}

.learn-more__title {
    max-width: 1132px;
    line-height: 105%;
    margin-bottom: 40px;
}

.learn-more__text {
    max-width: 753px;
    line-height: 132%;
    margin-bottom: 60px;
}

.learn-more__btn {
    margin-bottom: 78px;
}

.learn-more__btn span {
    color: var(--main-color);
    padding-left: 10px;
}

.learn-more__photos {
    display: flex;
    gap: 97px;
    align-items: center;
}

.learn-more__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1140px) {
    .learn-more__photos {
        gap: 70px;
    }
}

@media (max-width: 992px) {
    .learn-more__photos {
        gap: 55px;
    }
}

@media (max-width: 768px) {
    .learn-more {
        padding: 70px 0 40px;
    }
    .learn-more__subtitle {
        margin-bottom: 40px;
    }

    .learn-more__title {
        margin-bottom: 30px;
    }

    .learn-more__text {
        margin-bottom: 40px;
    }
    .learn-more__photos {
        gap: 40px;
    }
    .learn-more__btn {
        margin-bottom: 48px;
    }
}

@media (max-width: 600px) {
    .learn-more__photo-2 {
        display: none;
    }
    .learn-more {
        padding: 40px 0 30px;
    }
    .learn-more__subtitle {
        margin-bottom: 28px;
    }
    .learn-more__title {
        margin-bottom: 20px;
    }
    .learn-more__text {
        margin-bottom: 28px;
        font-size: 14px;
    }
    .learn-more__btn {
        margin-bottom: 37px;
    }
}

/*------------------------------/LEARN-MORE---------------------------------*/






@media (max-width: 1650px) {
    .header-wrapper header.header{
        width: calc(100% - 50px);
        margin: 0 auto;
    }
}
@media (max-width: 995px) {
body {
    padding-top: 0!important;
}}


@media (max-width: 850px) {
    svg.header__logo {
        width: 64px;
        height: 45px;
    }
    .header-wrapper header.header{
        height: 57px;
    }
    .header{
        padding: 0!important;
    }
    .header-wrapper{
       position: relative!important;
    }
}


/* End */


/* Start:/bitrix/templates/1/components/bitrix/news.list/menu_header/style.css?1774430338150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/1/components/bitrix/breadcrumb/my_2024/style.css?17744303382416*/
.breadcrumbs {
	padding: 172px 0 30px;
}
:root {
	--main-color: #272727;
}
body{
	background: white!important;
}
.header__link a{
	color: #272727;
}
.side-menu__item{
	color: #272727;
}
.side-menu__item svg path{
	stroke: #272727;
}
.side-menu__item svg circle{
	fill: #272727;
}
.header__logo path{
	stroke:#272727;
}
.header__logo path:nth-child(13), .header__logo path:nth-child(14), .header__logo path:nth-child(15) , .header__logo path:nth-child(16), .header__logo path:nth-child(17), .header__logo path:nth-child(18), .header__logo path:nth-child(19), .header__logo path:nth-child(20){
	fill:#272727;
}
.header__logo {
	width: 109px;
	height: 80px;
}
.header-wrapper{
	border-bottom: 1px solid #E6E6E6
}
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: var(--main-color);
	overflow-x: hidden;
}
.title-h2 {
	font-family: "Lithium Typeface (LT)", sans-serif;
	font-size: 80px;
}

.title-h3 {
	font-family: "Lithium Typeface (LT)", sans-serif;
	font-size: 50px;
	line-height: 88.5%;
}
a,
a:visited {
	text-decoration: none;
	color: #272727;
	box-sizing: border-box;
}

a:hover {
	text-decoration: none;
}
.title-h4 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 141.386%;
	letter-spacing: 0.72px;
	margin-bottom: 32px;
}
.breadcrumbs__wrapper {
	display: flex;
	gap: 12px;
	font-size: 14px;
	line-height: 132%;
}

.breadcrumbs a {
	color: #878787;
	position: relative;
}

.breadcrumbs a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #878787;
	margin-left: 6px;
}

@media (max-width: 992px) {
	.breadcrumbs {
		padding: 40px 0 20px;
	}
}

@media (max-width: 991px) {
	.breadcrumbs {
		padding: 20px 0;
	}
	.breadcrumbs__wrapper {
		gap: 12px;
		font-size: 12px;
	}
}

@media (max-width: 1140px) {
	.title-h2 {
		font-size: 62px;
	}
	.title-h3 {
		font-size: 42px;
	}
}
.btn-white {
	font-size: 20px;
	padding: 18px 32px;
	border: 1px solid #fff;
	background-color: transparent;
	transition: all .5s;
	color: white;
}
@media (max-width: 992px) {
	.title-h2 {
		font-size: 52px;
	}
	.title-h3 {
		font-size: 38px;
	}
	.title-h4 {
		font-size: 16px;
		letter-spacing: 0.65px;
		margin-bottom: 28px;
	}
	.container{
		padding: 0;
	}
}

@media (max-width: 360px) {
	.title-h2 {
		font-size: 44px;
	}
	.title-h3 {
		font-size: 36px;
	}
	.title-h4 {
		font-size: 14px;
		letter-spacing: 0.56px;
		margin-bottom: 16px;
	}
}
/* End */


/* Start:/bitrix/templates/1/components/bitrix/menu/customer_menu1_nex/style.css?1774430338869*/
/* Top menu*/
.customer-menu-wrapper .title {font-family: 'CoreSans_E'; font-weight: 400; color: #000; font-size: 14px; padding-bottom: 6px; border-bottom: 1px solid #bf2321}

ul.customer-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
}
.url_black{
	color: #272727;
}
.url_black:hover{
	border-bottom: 1px solid black;
}
ul.customer-menu li
{
	padding: 5px 10px;
    float: left;
    color: #000;
    width: 110px;
}

ul.customer-menu li a,
ul.customer-menu li span
{
	font-family: CoreSans35;
	font-size:100%;
	color:#000;
	text-decoration:none;
}

ul.customer-menu li a:visited
{
	color:#000;
}

ul.customer-menu li a:hover
{
	color:#000;
    text-decoration: underline
}


ul.customer-menu li a.selected:link,
ul.customer-menu li a.selected:visited,
ul.customer-menu li a.selected:active,
ul.customer-menu li a.selected:hover
{
	color:#000;
}




/* End */


/* Start:/bitrix/templates/1/template_styles.css?177443034139262*/
img {
    max-width: 100%;
}
a.a_none {
    text-decoration: none;
    color:inherit;
}
a:hover{
    text-decoration: none;
    color:inherit;
}
a.a_none:hover {
    text-decoration: none;
    color:inherit;
}
.seo_section.content-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.seo_section .one_seo_section{
    color: #a13d3c;
    margin-right: 10px;
}
.seo_section .one_seo_section:hover{
    text-decoration: underline;
}
.red_button {
    outline: none;
    display: inline-block;
    background-color: #a13d3c;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-family: 'CoreSans_E', sans-serif;
    font-weight: 200;
    padding: 12px 20px 9px;
    border-radius: 6px;
    border-bottom: 2px solid #813130;
    text-transform: uppercase;
    background-color: #BF2422;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s linear 0s;
}
.red_button i{
    margin-left: 15px;
    font-size: 16px;
}
.red_button:hover {
    background-color: #b14d4c;
    color: #fff;
}
.red_button:active {
    border-radius: 6px; border-bottom: 2px solid #813130;
    box-shadow: none;
}


/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("/fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
        url("/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
        url("/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("/fonts/MyriadProBold/MyriadProBold.eot");
    src: url("/fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
        url("/fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
        url("/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("/fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("/fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
        url("/fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBold"; */
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("/fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("/fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
        url("/fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
        url("/fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
        url("/fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
        url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
        url("/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: CoreSans15; /* Гарнитура шрифта */
    src: url(/fonts/CoreSansE-15Thin.otf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: CoreSans35; /* Гарнитура шрифта */
    src: url(/fonts/CoreSansE-35Light.otf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: CoreSans45; /* Гарнитура шрифта */
    src: url(/fonts/CoreSansE-45Regular.otf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: CoreSans65; /* Гарнитура шрифта */
    src: url(/fonts/CoreSansNR65Bold.otf); /* Путь к файлу со шрифтом */
}

body {margin: 0px; background-color: #f9fbfb}

.social{transition: all 0.2s linear 0s;}
.header-wrapper {position: absolute; width: 100%; z-index: 3}
.header-wrapper .header {width: 1200px; margin: 0px auto; max-width: 100%;}
.header-wrapper .social {float: right; margin: 0px 10px 10px; color: #fff; font-size: 14px; cursor: pointer;}
.header-wrapper .social:hover {color: #a13d3c;}
.header-wrapper .social i {font-size: 16px; margin-right: 10px}
.footer .social {font-size: 16px; display: inline-block; margin: 0px 6px; cursor: pointer; color:#6c6c6c; padding: 2px 6px; border-radius: 5px;}
.footer .share div{font-family: 'CoreSans_E'; font-weight: 400;}
.footer .social i{margin-right: 10px; color:#333;}
.footer .social:hover {color:#fff; background: #a13d3c;}
.footer .social:hover i{color:#fff;}

.main-head {width: 100%;  padding: 0px; height: 600px; position: relative;}
.main-head .slider-wrapper {border-bottom: 2px solid #BF2422; height: 602px;}
.main-head .slider-frame {width: 100%; height: 600px; margin: 0px auto; position: absolute;}
.main-head .slider-frame .content {width: 1100px; height: 600px; margin: 0px auto;}
.main-head .slider-frame .title {font-family: CoreSans45; color: #fff; font-size: 50px; line-height: 50px; margin-bottom: 14px;}
.main-head .slider-frame .text {font-family: CoreSans35; color: #fff;  font-size: 20px; margin-bottom: 20px}
.main-head .slider-frame .btn {background-color: #BF2422; letter-spacing: 1px; font-family: CoreSans45; font-size: 14px;  color: #fff; padding: 9px 18px; border-radius: 6px; border-bottom: 2px solid #941D19; cursor: pointer; text-transform: uppercase;}

.small-head {border-bottom: 2px solid #BF2422; width: 100%; min-height: 250px; padding: 0px; background-image: url(/i/small-head.jpg); background-position: center center; background-size: cover;}

/*.slider-wrapper {width: 1100px; margin: 0px auto; position: relative}
.slider-frame {margin: auto; display: none;}
.slider-frame .title {margin-top: 190px; font-family: CoreSans35; color: #fff; font-size: 46px; margin-bottom: 0px}
.slider-frame .text {font-family: CoreSans35; color: #fff; font-size: 16px; margin-bottom: 20px}
.slider-frame .btn {background-color: #BF2422; color: #fff; padding: 8px 12px; border-radius: 6px; border-bottom: 2px solid #941D19; cursor: pointer}
*/

.content-wrapper {width: 1200px; margin: 0px auto; max-width: 100%;}
.section-list-main{
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.section-title{border-left: 8px solid #bf2321; text-transform: uppercase; color: #3d3d45; font-size: 24px; font-family: CoreSans65; padding: 0px 0px 0px 12px; line-height: 1; margin-bottom: 25px; margin-left: 30px;}
.section-title h1{font-size: 24px;}
.catalog-section {margin: 0px; background-color: #fff; border: 1px solid #e6e6e6; margin-bottom: 30px; vertical-align: top;}
.catalog-section .img {float: left; width: 450px; cursor: pointer; background-size: cover; background-position: center center;}
.catalog-section .img img{width: 100%}
.catalog-section .catalog-text {margin-left: 480px;}
.catalog-section .catalog-text .date {float: right; color: #3d3d45; font-size: 16px; font-family: CoreSans45}
.catalog-section .catalog-text .title {border-bottom: 1px solid #bf2321; padding: 25px 0px 9px; color: #3d3d45; font-size: 24px; line-height: 24px; font-family: CoreSans45; text-transform: uppercase; margin-bottom: 10px}
.catalog-text .title:hover {text-decoration: underline;}
.catalog-section .catalog-text .text {min-height: 180px; margin-top: 10px; font-size: 16px; font-family: CoreSans35;}
.catalog-section .btn {float: right; margin: 0px 18px 15px 0px; letter-spacing: 1px; background-color: #BF2422; letter-spacing: 1px; font-family: CoreSans45; font-size: 14px; color: #fff; padding: 9px 18px; border-radius: 6px; border-bottom: 2px solid #941D19; cursor: pointer; text-transform: uppercase;}
.catalog-section .catalog-text .button_div{display: block; text-align: right; width: 100%; padding: 10px 20px;}

/*.catalog-section-small {margin: 0px 0px 30px; background-color: #fff; border: 1px solid #e6e6e6; width: 32%; display: inline-block;vertical-align: top;}*/
.catalog-section-small {margin: 0px 0px 30px; background-color: #fff; border: 1px solid #e6e6e6; width: 286px; display: inline-block;vertical-align: top;}
/*.catalog-section-small:nth-child(3) {margin: 0px 1.5% 30px;}*/
.catalog-section-small .img {text-align: center; cursor: pointer; background-position: center center; background-size: cover;}
.catalog-section-small .img img{width: 100%}
.catalog-section-small .catalog-text {padding: 0px 20px 20px}
.catalog-section-small .catalog-text .title {border-bottom: 1px solid #bf2321; padding: 10px 0px; color: #3d3d45; font-size: 24px; font-family: CoreSans45; text-transform: uppercase; margin-bottom: 10px}
.catalog-section-small .catalog-text .text {min-height: 90px; color: #000; font-size: 16px; font-family: CoreSans35;}

.article-text {font-size: 16px; font-family: CoreSans35; margin-left: 30px;
    -o-column-width: 1200px;
    -mox-column-width: 1200px;
    -webkit-column-width: 1200px;
    column-width: 1200px}
.article-text .bx-rating{
    position: relative;
    bottom: auto;
}

.order-wrapper {background-color: #F0F0F0; color: #8f8f95; font-size: 14px; font-family: CoreSans45; margin-bottom: 10px; border: 1px solid #e3e3e3; padding: 4px 0px 3px 10px}
.order-wrapper a {color: #8f8f95; font-size: 14px; font-family: CoreSans45;}

.filter-wrapper {background-color: #ebecec; border: 1px solid #dedede;}
.filter-wrapper .title {border-bottom: 1px solid #dedede; color: #3d3d45; font-size: 16px; font-family: CoreSans45; text-transform: uppercase; text-align: center; padding: 10px}
.filter-wrapper .subtitle {margin: 0px 15px; font-size: 16px; font-family: MyriadProRegular; color: #000; padding: 5px 0px; border-bottom: 1px solid #bf2321;}
.filter-wrapper .cb-wrapper {margin: 5px 0px 5px 15px;}
.filter-wrapper .checkbox {font-size: 14px; font-family: MyriadProRegular; color: #000;}
.filter-wrapper .reset {text-align: center; margin: 10px 0px;}
.filter-wrapper .reset a {text-decoration:none!important;color: #bf2321; font-size: 14px; font-family: MyriadProRegular;}
.filter-wrapper .btn {margin: 10px auto; letter-spacing: 1px; background-color: #BF2422; letter-spacing: 1px; font-family: CoreSans45; font-size: 14px; color: #fff; padding: 9px 50px; border-radius: 6px; border-bottom: 2px solid #941D19; cursor: pointer; text-transform: uppercase;}

.news-item .img {text-align: center; max-width: 285px; max-height: 200px;}
.news-item .name {margin: 10px 0px}
.news-item .name a {text-transform: uppercase; color: #3d3d45; text-decoration: none; font-family: CoreSans45; font-size: 16px;}
.news-item .cost {text-align: center; text-transform: uppercase; color: #bf2321; font-weight: bold}

.footer {width: 100%; background-color: #e9f1f2; overflow: hidden;}
.footer .wrapper {width: 1200px; margin: 10px auto; padding-bottom: 20px; max-width: 100%; position: relative;}
.footer .bottom-menu-1 {float: left; width: 220px; padding: 0px 0px 50px 0px; margin-right: 20px;}
.footer .bottom-menu-2 {float: left; width: 120px; padding: 0px 0px; margin-right: 20px;}
.footer .bottom-social {overflow: hidden; min-width: 240px;}
.footer .bottom-social .title {font-family: 'CoreSans_E'; font-weight: 400; color: #000; font-size: 14px; padding-bottom: 6px; border-bottom: 1px solid #bf2321}
.footer .bottom-social .wrapper {padding: 12px 3px;}
.footer .contacts {float: right;  margin-left: 15px;}
.footer .contacts .phone {color: #67676d; font-family: CoreSans35; font-size: 24px; margin-top: 5px;}
.footer .contacts .phone a{color: #67676d; font-family: CoreSans35; font-size: 24px; text-decoration: none}
.footer .contacts .btn {background-color: #a13d3c; color: #fff; font-size: 14px; padding: 10px 32px; margin: 10px auto 14px; border-radius: 6px; border-bottom: 2px solid #813130; cursor: pointer; text-transform: uppercase}
.footer .contacts .city {font-family: 'CoreSans_E'; font-weight: 400; color: #000; font-size: 14px; clear: both; margin-bottom: 12px}
.footer .contacts .city a {color: #a13d3c}
.footer .contacts .share {font-family: 'CoreSans_E'; font-weight: 400; color: #000; font-size: 14px; text-align: center}
.footer .contacts .share .bages {color: #6c6c6c; font-family: CoreSans45; margin-top: 10px;}

.modal-content .modal-header {background-color: #490605; color: #fff; font-size: 18px; font-family: CoreSans_E; font-weight: 500; text-transform: uppercase; border-radius: 5px 5px 0px 0px; padding: 10px;}
.modal-content .modal-header i {color: #fff; float: right; font-size: 18px; cursor: pointer}
.modal-content .modal-body div {margin: 5px 30px}
.modal-content .modal-body input {width: 100%}
.modal-content .modal-body textarea {width: 100%; height: 100px}

.infoBox{
    /*margin-bottom: -110px;*/
    margin-bottom: -32px;
    margin-left: 224px;
}
.infoBox:before{
    content: "";
    position: absolute;
    opacity: 1;
    left: -84px;
    /*top: 114px;*/
    top: 2px;
    width: 9px;
    height: 13px;
    border-right: 48px solid #fff;
    border-left: 36px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.mwin-wrapper {
    max-width: 330px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.mwin-wrapper .marker_img img{
    max-width: 330px;
    width: 330px;
    height: 195px;
    position: absolute;
    z-index: -1;
}
.map-text {padding: 5px 10px; font-family: CoreSans45; font-size: 14px; color: #3d3d45}
.map-text i {color: #a7a7a7; margin-right: 10px;}

.content_page{
    width: 100%;
    text-align: center;
    position: relative;
}
.content_page .menu{
    background-color: #fff;
    z-index: 20;
    margin: 0px auto;
    width: 320px;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
}

.content_page .menu .menu_link{
    display: inline-block;
    vertical-align: middle;
    color: #3d3d45;
    font-size: 16px;
    font-family: CoreSans45;
    text-transform: uppercase;
    padding: 16px 14px;
    margin: 0px 5px;
    font-size: 14px;

}
.menu .selected{
    text-decoration: underline;
}


#map{
    width: 100%;
    height: 500px;
    margin: auto;
}

/* lightbox styles */
#lightbox_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}
#lightbox_wrapper .lightbox_window {
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0px;
    width: 340px;
    max-width: 100%;
    opacity: 0;
    background: #f0f0f0;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.7);
    text-align: center;
    font-family: 'CoreSansE', sans-serif;
}
#lightbox_wrapper .lightbox_window .lightbox_window_close{
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}
#lightbox_wrapper .lightbox_window .lightbox_window_title{
    border-bottom: 1px solid #c9c9c9;
    background-color: #490605;
    color: #fff;
    font-size: 18px; font-family: CoreSans_E; font-weight: 500; text-transform: uppercase;
    padding: 15px 10px 10px;
    border-radius: 5px 5px 0px 0px;
}
#lightbox_wrapper .lightbox_window .lightbox_window_content {
    padding: 10px 10px;
}
#lightbox_wrapper .window_close_button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 23px;
    height: 23px;
    background: url(/bitrix/templates/tegruss_vsevset/images/black_close_20_21.png) no-repeat scroll center center #fff;
    padding: 5px;
    z-index: 100;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
/* end lightbox styles */

/* vsevset styles */
.counter{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    padding: 0px 7px;
}
.vsevset_field_complex{
    position: relative;
    margin: 2px 0px 12px;
    display: block;
}
.vsevset_field_icon_complex{
    position: relative;
}
.vsevset_field_icon_complex_text{
    text-align: left;
    position: reletive;
    display:block;
    margin-left: 20px;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 0px;
    color: #333;
}
.vsevset_field_icon_complex .vsevset_field_wrap{
    padding: 0px 20px;
    position: relative;
    display: block;
}
.vsevset_field_icon_complex .vsevset_field_wrap .vsevset_field_item{
    outline: none;
    width:90%;
    padding: 8px 5%;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
}
.vsevset_field_icon_complex .vsevset_field_wrap .vsevset_field_select{
    outline: none;
    width:100%;
    padding: 5px 5%;
    font-size: 14px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}
.vsevset_field_icon_complex .vsevset_field_wrap .vsevset_field_select_s{
    position: absolute;
    padding: 0px 7px;
    right: 20px;
    top:0px;
    height: 93%;
    z-index: 1;
    background: #f4f4f4;
    border: 1px solid #ccc;
    cursor: default;
    line-height: 30px;
    font-size: 22px;
    vertical-align: middle;
}
.vsevset_field_icon_complex .vsevset_field_wrap .vsevset_field_textarea{
    outline: none;
    width:90%;
    padding: 5px 5%;
    font-size: 14px;
    background: #fbfbfb;
    resize: none;
    border: 1px solid #ccc;
}
.vsevset_field_icon_complex .vsevset_field_wrap .vsevset_tovar_name{
    outline: none;
    width:90%;
    padding: 0px 5% 0px;
    font-size: 14px;
    display: block;
    word-wrap: break-word;
}
.showError{
    background: #dd2233;
    padding: 0px 0px;
    left: 0px;
    margin: 0px 20px 0px 20px;
    position: absolute;
    width:84%;
    height: 0px;
    color: #eee;
    z-index: 1;
}
.tegruss_popup_button{
    display: inline-block;
    background-color: #a13d3c; color: #fff; font-size: 14px; padding: 10px 32px; margin: 10px auto 14px; border-radius: 6px; border-bottom: 2px solid #813130; cursor: pointer; text-transform: uppercase
}
.tegruss_popup_button i {margin-left: 12px; font-size: 16px;}
/* end vsevset styles */

.city-choose {padding: 10px 15px; color: #737373; font-size: 14px; font-family: CoreSans_E; font-weight: 300; text-align: left;}
.city-choose b {color: #a42826; font-weight: 300}
.city-choose .item {padding: 5px 0px 0px 5px}
.city-choose .btn {background-color: #a13d3c; color: #fff; font-size: 14px; padding: 10px 32px; margin: 10px auto 14px; border-radius: 6px; border-bottom: 2px solid #813130; cursor: pointer; text-transform: uppercase}
.city-choose .btn i {font-size: 16px; margin-left: 5px;}

.site_head_line{
    background: transparent;
    display: block;
    text-align: right;
    margin: 20px 5px 0px 0px;
}
.header .site_logo{
    position: absolute;
    left: 0px;
    top: 20px;
}
.site_head_line .site_menu{
    display: inline-block;
    margin-right: 40px;
}
.site_head_line .site_like{
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.header .menu_button_place{
    float: left;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}
.header .menu_button{
    border: 1px solid #ddd;
    text-align: center;
    line-height: 20px;
    padding: 3px 10px;
    margin-top: 4px;
    margin-left: 10px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: none;
}
.header .menu_button:hover{
    background-color: rgba(255,255,255,0.2);
}
.menu_button .menu_icon{
    padding: 0px 10px 0px 0px;
    font-size: 22px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}
.header .menu_button .menu_button_text{
    font-weight: 500;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.content_page .menu_list .title{
    display: none;
}

/* lightbox menu styles*/
#lightbox_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}
#lightbox_menu .lightbox_window {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    max-width: 460px;
    opacity: 0;
    background: #bf2321;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.7);
    text-align: left;
    color: #eee;
    padding: 0px 0px 50px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#lightbox_menu .lightbox_window .lightbox_window_close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
#lightbox_menu .lightbox_window .lightbox_window_content {
    padding: 10px 0px;
    width: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#lightbox_menu .menu_site_logotipe {
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 32px 0px 50px;
}
#lightbox_menu .lb_menu_block {
    padding: 0px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 16px;
    cursor: pointer;
}
#lightbox_menu .lb_menu_block:last-child{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#lightbox_menu .lb_menu_block a{
    color: #FFFFFF;
    display: inline-block;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0px 7px 0px;
    width: 100%;
}
#lightbox_menu .lb_menu_block a:after {
    background: none repeat scroll 0 0 #bf2321;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 0px;
}
#lightbox_menu .lb_menu_block a:hover:after{
    background: #b14d4c;
    width: 100%;
}
#lightbox_menu .lb_menu_block a span{
    position: relative;
    z-index: 2;
    padding-left: 155px;
}
#lightbox_menu .selected {
    cursor: default;
    color: #FFFFFF;
    background: #a13d3c;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 0px 9px 0px;
    width: 100%;
}
#lightbox_menu .selected span{
    padding-left: 155px;
}
#lightbox_menu .lightbox_window .lb_spisok{
    display: none;
}
#lightbox_menu .one_category_sections{
    width: 460px;
}
#lightbox_menu .preview_picture_img{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.content_page .menu_list:hover .content_page .menu{
    display: block;
}

@media (max-width: 1270px) {
    .footer .wrapper{
        padding: 0px 10px;
    }
    .content-wrapper{
        padding: 0px 10px;
    }
    .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    .article-text{
        margin-left: 0px;
    }
    .section-title{
        margin-left: 0px;
    }
    .novinki{
        margin-bottom: 10px;
    }
}

/* lightbox menu styles*/


@media (max-width: 1010px) {
    .site_head_line .site_menu{
        margin-right: 20px;
    }
}
@media (max-width: 955px) {
    .site_head_line .site_menu{
        display: none;
    }
    body{
        padding-top: 35px;
    }
    .site_head_line{
        margin: 0px auto;
        background: #bf2321;
    }
    .header .site_logo{
        display: none;
    }
    .site_head_line .site_like{
        margin: 7px 10px 0px 0px;
    }
    .header{
        position: fixed;
        top:0px;
    }
    .header .menu_button{
        display: block;
    }
    /*.catalog-section-small{*/
    /*    width: 47%;*/
    /*    margin: 0px 0px 30px 2%;*/
    /*}*/
    .catalog-section-small:nth-child(3) {
        margin: 0px 0px 30px 2%;
    }
    .section-list-main{
        text-align: left;
    }
}
@media (max-width: 885px) {
    .footer .bottom-social{
        display: none;
    }
}
@media (max-width: 745px) {
    .catalog-section{
        display: inline-block;
        width: 47%;
        margin: 0px 0px 30px 2%;
    }
    .catalog-section .img{
        width: auto;
        float: none;
    }
    .catalog-section .catalog-text{
        padding: 0px 20px 20px;
        margin-left: 0px;
    }
    .catalog-section .catalog-text .button_div{
        display: none;
    }
    .catalog-section .catalog-text .title{
        padding: 14px 0px;
        margin-bottom: 10px;
    }
    .catalog-section .catalog-text .text{
        min-height: 90px;
        margin-top: 12px;
    }
}
@media (max-width: 690px) {
    .catalog-section .catalog-text .text{
        font-size: 14px;
    }
    .catalog-section-small .catalog-text .text{
        font-size: 14px;
    }
}
@media (max-width: 645px) {
    .footer .bottom-menu-1{
        margin-right: 0px;
    }
    .footer .bottom-menu-2{
        margin-right: 0px;
    }
    .footer .contacts .phone i{
        display: none;
    }
    .footer .contacts{
        margin-left: 0px;
    }
}
@media (max-width: 580px) {
    .footer .contacts .phone i{
        display: inline-block;
    }
    .footer .contacts{
        float: none;
        clear: both;
        position: absolute;
        top:0px;
        width: 100%;
    }
    .footer .bottom-menu-2{
        position: absolute;
        top: 220px;
        right: 0px;
    }
    .footer .bottom-menu-1{
        margin-top: 220px;
        margin-right: 109px;
        width: auto;
    }
}
@media (max-width:470px) {
    .catalog-section .catalog-text .button_div{
        display: block;
    }
    .catalog-section{
        width: 96%;
        margin: 0px 2% 10px;
    }
    .catalog-section-small:nth-child(3){
        margin: 0px 2% 10px;
    }
    .catalog-section-small:nth-child(4){
        margin: 0px 2% 30px;
    }
    /*.catalog-section-small{*/
    /*    width: 96%;*/
    /*    margin: 0px 2% 10px;*/
    /*}*/
    .catalog-section .catalog-text .text{
        min-height: 0px;
    }
    .catalog-section-small .catalog-text .text{
        min-height: 0px;
    }
    #lightbox_menu .lightbox_window {
        max-width: 100%;
    }
    #lightbox_menu .lightbox_window .lightbox_window_content {
        width: 120%;
    }
    #lightbox_menu .one_category_sections{
        display: none;
    }
    #lightbox_menu .menu_site_logotipe {
        width: 83.3%;
    }
    #lightbox_menu .lightbox_window .lb_spisok{
        display: block;
    }
    #lightbox_menu .lightbox_window .footer_category{
        display: none;
    }
    #lightbox_menu .menu_site_logotipe {
        text-align: center;
        overflow: hidden;
        display: block;
        padding: 22px 0px 30px;
    }
    #lightbox_menu .lb_menu_block a span{
        padding-left: 30%;
    }
    #lightbox_menu .selected span{
        padding-left: 30%;
    }
}
@media (max-width:420px) {
    #lightbox_menu .lb_menu_block a span{
        padding-left: 28%;
    }
    #lightbox_menu .selected span{
        padding-left: 28%;
    }
    #lightbox_menu .menu_site_logotipe {
        padding: 12px 0px 20px;
    }
}
@media (max-width:375px) {
    #lightbox_menu .menu_site_logotipe img{
        max-width: 99%;
    }
    #lightbox_menu .lb_menu_block a span{
        padding-left: 22%;
    }
    #lightbox_menu .selected span{
        padding-left: 22%;
    }
}
@media (max-width: 350px) {
    .content_page .menu .menu_link{
        padding: 4px 5px;
    }
    .content_page .menu{
        width: 280px;
    }
    #lightbox_menu .lb_menu_block a span{
        padding-left: 16%;
    }
    #lightbox_menu .selected span{
        padding-left: 16%;
    }
}
@media (max-width: 330px) {
    .content_page .menu_list{
        width: 153px;
        background: #444;
        position: absolute;
        top: 2px;
        left: 0px;
        z-index: 2;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
    }
    .content_page .menu_list .title{
        display: inline-block;
        vertical-align: middle;
        color: #3d3d45;
        font-size: 16px;
        font-family: CoreSans45;
        text-transform: uppercase;
        padding: 3px 14px;
        margin: 0px 5px;
        font-size: 14px;
        cursor: pointer;
    }
    .content_page .menu{
        width: 153px;
        right: inherit;
        display: none;
        opacity: 0;
        transition: all 0.4s ease;
    }
    .content_page .menu span{
        display: none;
    }
    #lightbox_menu .lb_menu_block a span{
        padding-left: 10%;
    }
    #lightbox_menu .selected span{
        padding-left: 10%;
    }
    .catalog-section .catalog-text .button_div{
        padding: 10px 0px 0px;
        text-align: center;
    }
}

@media (max-width:300px) {
    #lightbox_menu .lb_menu_block a span{
        padding-left: 5%;
    }
    #lightbox_menu .selected span{
        padding-left: 5%;
    }
}
@media (max-width:272px) {
    #lightbox_menu .lb_menu_block a span{
        padding-left: 2%;
    }
    #lightbox_menu .selected span{
        padding-left: 2%;
    }
}

/* Сворачивалка текста */

.description{
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    padding-bottom: 45px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.description .text_wrapper{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    overflow: hidden;
}
.description .text_wrapper.hidden_text{
    opacity: 0;
    position: absolute;
}
.description .text_wrapper.viewed_text {
    -o-column-width: 1200px;
    -mox-column-width: 1200px;
    -webkit-column-width: 1200px;
    column-width: 1200px;
    height: 100%;
}
.description .btn {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    outline: none;
    box-shadow: none;
    cursor: default;
}
.description .read_button{
    font-size: 12px;
    padding: 9px 20px;
    text-transform: uppercase;
}
.description .read_button.close{
    float: none;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}
.description .read_button.hidden_text{
    opacity: 0;
}



.top_banner{
    content: '';
    transition: all 0.3s ease-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
    background-image: url('/bitrix/templates/1/images/banner_1.jpg');
    background-position: center center;
    background-size: cover;
    display: block;
    transition: all 0.3s ease-out;
    overflow: hidden;
    background-position: center center;
}
.top_banner .close_banner{

}
.top_banner .close_banner {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    z-index: 1; }
.top_banner .close_banner:before,.top_banner .close_banner:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.7;
    transform: rotate(45deg);
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;}
.top_banner .close_banner:after {
    transform: rotate(-45deg);
}
.top_banner .close_banner:hover:before,.top_banner .close_banner:hover:after {
    opacity: 1}
body{
    transition: margin-top 0.3s ease-out;
}
@media (max-width: 760px){
    .action_main_news_over{
        display: none;
    }
    body.show_banner{
        margin-top: 450px;
    }
    body.show_banner .header{
        top: -35px;
        position: absolute;
        transition: top 0.3s ease-out, padding 0.5s;
    }
    .top_banner{
        height: 450px;
    }
    body.show_banner .top_banner{
        opacity: 1;
    }
}
@media (max-width: 470px){
    body.show_banner{
        margin-top: 280px;
    }
    .top_banner{
        background-image: url('/bitrix/templates/1/images/banner_2.jpg');
        height: 280px;
    }
}



footer.footer{
    background: none;
}
.footer {
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.footer__top {
    padding: 105px 0 122px;
    display: flex;
    position: relative;
}

.foter-top__left {
    flex: 1;
    display: flex;
    gap: 112px;
}

.footer__menu {
    display: flex;
    gap: 104px;
}

.footer__title {
    margin-bottom: 28px;
}

.connection {
    display: flex;
    flex-direction: column;
    padding-right: 8px;
}

.connection__addresses {
    text-decoration: none!important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.connection__phone {
    color: #630a09;
    font-size: 28px;
    font-weight: 500;
    line-height: 132.2%;
    letter-spacing: 0.42px;
    margin-bottom: 32px;
}

.connection__addresses span {
    color: #630a09;
    font-size: 20px;
    font-weight: 500;
    line-height: 132.2%;
    letter-spacing: 0.3px;
    position: relative;
}

.connection__addresses span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #630a09;
    transition: width 0.4s;
}

.connection__addresses span:hover::after {
    width: 0;
}
.footer__client ul, .messengers__menu ul{
    list-style: none;
    padding-left: 0;
}
.footer__client a {
    color: var(--main-color);
}
.footer__client a:hover{
    color: #878787;
}

.client__menu ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__messengers a {
    color: var(--main-color);
}
.footer__messengers a:hover{
    color: #878787;
}
.messengers__menu ul {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.line {
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    left: 50%;
    top: 0;
}

.foter-top__right {
    flex: 1;
}

.updates {
    padding-left: 47px;
}



.updates__input {
    border: 1px solid #e6e6e6;
    padding: 18px 32px;
    width: 100%;
    margin-bottom: 8px;
}

.updates__agreement {
    color: #878787;
    font-size: 14px;
    line-height: 139.5%;
    margin-bottom: 40px;
}

.updates__agreement a {
    color: #630a09;
    font-size: 14px;
    line-height: 139.5%;
    margin-bottom: 40px;
    border-bottom: 2px solid #630a09;
}

.updates__btn span {
    padding-left: 10px;
}

.footer__bottom {
    padding: 16px 0 90px;
    font-size: 16px;
    line-height: 139.5%;
    color: #878787;
    display: flex;
    position: relative;
}

.footer__bottom a span {
    font-size: 16px;
    line-height: 139.5%;
    color: #878787;
}

.line__bottom {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    top: 79%;
}

.footer__bottom span:first-child {
    flex-basis: 50%;
}

.footer__bottom span:nth-child(2) {
    flex-basis: 38%;
}

@media (max-width: 1550px) {
    .footer {
        position: relative;
    }
    .footer__top {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 75px;
        border-bottom: 1px solid #e6e6e6;
    }
    .foter-top__left {
        display: flex;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 75px;
    }
    .footer__top {
        padding: 75px 0 75px;
    }
    .footer__bottom span:first-child {
        flex-basis: 45%;
    }

    .footer__bottom span:nth-child(2) {
        flex-basis: 33.33%;
    }
    .line {
        display: none;
    }
    .line__bottom {
        display: none;
    }
    .updates {
        padding-left: 0;
    }
    .updates__input {
        max-width: 600px;
    }
}

@media (max-width: 1400px) {
    .footer__bottom {
        padding: 16px 0 60px;
    }

    .footer__bottom span:first-child {
        flex-basis: 33.33%;
    }

    .footer__bottom span:nth-child(2) {
        flex-basis: 30%;
    }
}

@media (max-width: 1140px) {
    .footer__bottom {
        padding: 16px 0 60px;
    }

    .footer__bottom span:first-child {
        flex-basis: 28%;
    }

    .footer__bottom span:nth-child(2) {
        flex-basis: 35%;
    }
}

@media (max-width: 992px) {
    .footer__bottom {
        padding: 20px 0 43px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .line__bottom {
        top: 80%;
    }
}

@media (max-width: 900px) {
    .footer {
        background-color: #f7f4f0;
        border-top: none;
    }
    .footer__top {
        padding: 50px 0;
        gap: 50px;
    }
    .foter-top__left {
        flex-direction: column;
        gap: 50px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 50px;
    }
    .footer__title {
        margin-bottom: 20px;
    }
    .connection {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 60px;
    }
    .connection__phone {
        margin-bottom: 13px;
    }
    .line {
        top: 21%;
    }
}

@media (max-width: 850px) {
    .messengers__menu ul{
        gap: 15px;
    }
    .client__menu ul{
        gap: 15px;
    }
    .updates__btn {
        width: 100%;
    }
    .footer__bottom {
        gap: 12px;
    }
    .footer__bottom a span{
        font-size: 12px;
        gap: 12px;
    }
    .footer__top {
        gap: 40px;
        padding: 40px 0;
    }
    .foter-top__left {
        padding-bottom: 40px;
        gap: 40px;
    }
    .footer__menu {
        gap: 71px;
    }
    .connection {
        padding-bottom: 40px;
    }
    .connection__phone {
        font-size: 24px;
        margin-bottom: 13px;
    }
    .connection__addresses span {
        font-size: 14px;
    }
    .client__menu {
        font-size: 14px;
    }
    .messengers__menu {
        font-size: 14px;
    }
    .client__menu ul {
        gap: 16px;
    }
    .updates__agreement {
        font-size: 12px;
    }
}

/* End */
/* /bitrix/templates/1/components/bitrix/menu/header_menu1_new/style.css?177503345615581 */
/* /bitrix/templates/1/components/bitrix/news.list/menu_header/style.css?1774430338150 */
/* /bitrix/templates/1/components/bitrix/breadcrumb/my_2024/style.css?17744303382416 */
/* /bitrix/templates/1/components/bitrix/menu/customer_menu1_nex/style.css?1774430338869 */
/* /bitrix/templates/1/template_styles.css?177443034139262 */
