

/* Start:/bitrix/templates/lamatorf/components/bitrix/search.suggest.input/first/style.css?1677079431501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/lamatorf/components/bitrix/menu/blank/style.min.css?1677079431490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/lamatorf/components/bitrix/menu/blank/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/lamatorf/template_styles.css?173815782871128*/
body,
html {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
}

body#index {}

body#index #index_head {
    position: relative;
}

body#index #wrapper {}

body#other header.main {
    margin-bottom: 2em;
}

.total {
    width: 100%;
    overflow: hidden;
    position: relative;
}

footer.main {
    /*
	background:url(/bitrix/templates/lamatorf/images/footer_main_bg.jpg) left top;
	background-size:100% auto;
	*/
    background: #694d3a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #694d3a 0%, #806452 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #694d3a 0%, #806452 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #694d3a 0%, #806452 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#694d3a', endColorstr='#806452', GradientType=1);
    /* IE6-9 */
    box-shadow: -1px 5px 0px #739e76;
}

body#index footer.main div.iwr {
    padding-top: 20px;
}

body#other footer.main div.iwr {
    padding-top: 100px;
}

#demo_panel {
    border: 1px solid #3baeee;
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    left: -200px;
    top: 80px;
    background: white;
    width: 210px;
    z-index: 888;
    font-size: 18px;
}

#demo_panel a {
    display: block;
    margin: 10px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h1 {
    margin-bottom: 36px;
    font-size: 28px;
    color: #52ba59;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    color: #47b5f5;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h4 {
    font-size: 28px;
    color: #52ba59;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
}

img.full {
    width: 100%;
}

.total input,
.total textarea,
.total button {
    box-sizing: border-box;
    -webkit-appearance: none;
}

.total input[type="text"],
.total textarea,
.total button {
    border-radius: 10px;
    border: 1px solid #ececec;
}

.total input[type="text"] {
    padding: 0px 34px;
    height: 54px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}

.total textarea {
    padding: 20px 34px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}

.total textarea:focus,
.total input:focus {
    outline: none;
}

.jq-checkbox {
    width: 19px;
    height: 19px;
    background: url(/bitrix/templates/lamatorf/images/checkbox.png) 0px 0px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox.checked {
    background: url(/bitrix/templates/lamatorf/images/checkbox.png) 19px 0px;
}

.jq-selectbox {
    display: inline-block;
    vertical-align: top;
}

.jq-selectbox .jq-selectbox__select-text {
    height: 58px;
    padding-right: 35px;
}

.jq-selectbox .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 26px;
    width: 9px;
    height: 8px;
    background: url(/bitrix/templates/lamatorf/images/up-down.png) 0px 0px;
}

.jq-selectbox.opened .jq-selectbox__select-text:before {
    background: url(/bitrix/templates/lamatorf/images/up-down.png) 0px 8px;
}


/*
.jq-file{
	padding-left:9px;
	height:52px;
	line-height:52px;
	color:#b7b7b7;
	font-size:90%;
	overflow:hidden;
	border:1px solid #ececec;
	border-radius:20px;
}

.jq-file .jq-file__browse{
	float:left;
	background:#89ce78;
	height:34px;
	line-height:34px;
	border-radius:34px;
	padding:0px 18px;
	color:#fff;
	margin-top:9px;
	margin-right:2.5em;
	font-size:80%;
	cursor:pointer;
}

.jq-file .jq-file__name{
	cursor:pointer;
	float:right;
	padding-right:2.5em;
	font-size:80%;
	color:#000;
	max-width:13em;
	overflow:hidden;
	text-overflow:ellipsis;
}
*/

.jq-file {
    cursor: pointer;
}

.jq-file .jq-file__name {
    background: url(/bitrix/templates/lamatorf/images/file.png) left center no-repeat;
    height: 34px;
    line-height: 34px;
    color: #b7b7b7;
    font-size: 19px;
    cursor: pointer;
    padding-left: 41px;
}

.jq-file .jq-file__browse {
    display: none;
}

.success {
    color: #59b561;
}

.error {
    color: red;
}

header,
footer,
time,
section,
main {
    display: block;
}

img {
    border: none;
    outline: none;
    vertical-align: top;
}

a {
    color: #50baf7;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.total input[type="submit"],
button,
a.btn {
    display: inline-block;
    background: #412a18;
    border-radius: 30px;
    height: 60px;
    line-height: 60px;
    border: none;
    padding: 0px 47px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    box-shadow: -1px 5px 0px #75655a;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-size: 100%;
    font-weight: bold;
}

input[type="submit"].green,
button.green,
a.btn.green {
    background: #66bc29;
    box-shadow: -1px 5px 0px #436639;
}

input[type="submit"].kislo,
button.kislo,
a.btn.kislo {
    background: #3ca94a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3ca94a 0%, #d1ed72 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3ca94a 0%, #d1ed72 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3ca94a 0%, #d1ed72 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3ca94a', endColorstr='#d1ed72', GradientType=1);
    /* IE6-9 */
    box-shadow: -1px 5px 0px #739e76;
}

.wr {
    width: 1366px;
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 100%;
}

.over {
    overflow: hidden;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.col1 {
    width: 68px;
}

.col2 {
    width: 166px;
}

.col3 {
    width: 264px;
}

.col4 {
    width: 362px;
}

.col5 {
    width: 460px;
}

.col6 {
    width: 558px;
}

.col7 {
    width: 656px;
}

.col8 {
    width: 754px;
}

.col9 {
    width: 852px;
}

.col9 {
    width: 950px;
}

.col9 {
    width: 1048px;
}

.col9 {
    width: 1146px;
}

ul {}

ul li {}

ul.blank {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.inline {
    word-spacing: -.36em;
}

ul.inline li {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
}

header.main {}

header.main .wr {
    padding-left: 113px;
    padding-right: 120px;
}

header.main .info {
    height: 99px;
}

header.main .logo {
    padding-top: 24px;
}

header.main .sitetext {
    color: #3ebe40;
    padding-top: 27px;
    padding-left: 60px;
}

header .left-mobile-link {
    display: inline-block;
    box-shadow: none;
    margin-top: 10px;
    padding: 6px 15px;
    border-radius: 10px;
    background: #69ba36;
    color: #fff;
    text-decoration: none;
}

@media (min-width:720px) {
    header .left-mobile-link {
        display: none;
    }
}

header.main .menu {
    height: 50px;
    background: #66bc2a;
}

header.main .menu li {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 61px;
    position: relative;
}

header.main .menu li:last-of-type {
    margin-right: 0%;
}

header.main .menu li a,
header.main .menu li span {
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}

header.main .menu li a:hover,
header.main .menu li.active a {
    text-decoration: underline;
}

header.main .menu li.active ul li a {
    text-decoration: none;
}

header.main .menu li.active ul li.active a {
    text-decoration: underline;
}

header.main .menu li div.sub {
    position: absolute;
    z-index: 222;
    margin-left: -20px;
    padding-top: 7px;
    display: none;
}

header.main .menu li div.sub a {
    color: #000;
    line-height: 1.5;
}

header.main .menu li:hover div.sub {
    display: block;
}

header.main .menu li div.sub:before {
    content: '';
    display: block;
    position: absolute;
    left: 26px;
    top: 7px;
    height: 8px;
    width: 17px;
    background: url(/bitrix/templates/lamatorf/images/cloud1.png) left top no-repeat;
    z-index: 111;
}

header.main .menu li div.sub ul {
    border: 2px solid #62c369;
    border-radius: 10px;
    padding: 20px 20px 12px 20px;
    font-size: 130%;
    background: #fff;
    margin-top: 6px;
    white-space: nowrap;
}

header.main .menu div.sub li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

header.main .menu div.sub ul li:last-of-type {}

header.main .menu div.sub.sub1 li {
    text-align: center;
}

header.main .menu div.sub.sub2 {
    margin-left: -320px;
}

header.main .menu div.sub.sub2.sub3 {
    margin-left: -300px;
}

header.main .menu li div.sub.sub2:before {
    left: auto;
    right: 26px;
}

header.main .search {
    padding-top: 36px;
    padding-left: 41px;
}

header.main .search input {
    padding: 0px 38px 0px 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: url(/bitrix/templates/lamatorf/images/head_loop.png) right center no-repeat #fff;
    width: 197px;
    vertical-align: top;
    height: 38px;
}

header.main .phone {
    font-size: 20px;
    padding-left: 30px;
    background: url(/bitrix/templates/lamatorf/images/head_phone.png) left center no-repeat;
    color: #3ebe40;
    position: relative;
    /*padding-top:27px;*/
    padding-top: 0px;
    margin-top: 44px;
    line-height: 1;
}

header.main .phone a.link {
    color: #3ebe40;
    text-decoration: none;
    display: block;
    text-align: center;
}

header.main .phone a.link span {
    display: block;
    font-size: 23px;
    font-weight: bold;
}

header.main .phone #callback {
    border: 2px solid #62c369;
    border-radius: 10px;
    padding: 23px 15px;
    font-size: 130%;
    background: #fff;
    margin-top: 6px;
    position: absolute;
    right: 10px;
    display: none;
    z-index: 300;
}

header.main .phone #callback:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 4px;
    background: url(/bitrix/templates/lamatorf/images/cloud2.png) left center no-repeat;
    top: -4px;
    right: 25px;
}

header.main .phone #callback input {
    width: 260px;
    vertical-align: top;
}

header.main .phone #callback input[type="text"] {
    margin-bottom: 18px;
    color: #c9c9c9;
}

header.main .phone #callback input[type="submit"] {
    font-size: 80%;
    height: 40px;
    line-height: 40px;
    background: #69b933;
    /* Old browsers */
    background: -moz-linear-gradient(left, #69b933 0%, #87d235 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #69b933 0%, #87d235 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #69b933 0%, #87d235 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#69b933', endColorstr='#87d235', GradientType=1);
    /* IE6-9 */
    box-shadow: -1px 5px 0px #729d75;
}

header.main .phone #callback a.close {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 14px;
    background: url(/bitrix/templates/lamatorf/images/phone_close.png) left center no-repeat;
}

header.main .phone #callback div.note {
    color: #66bd29;
    text-transform: none;
    margin-bottom: 0.5em;
    font-weight: normal;
    font-size: 90%;
    text-align: center;
}

header.main .phone #callback div.note.error {
    color: red;
}

div.breadcrumbs {
    margin-top: 2.3em;
    font-size: 72%;
    text-transform: uppercase;
}

div.breadcrumbs a {
    color: #59b561;
}

div.breadcrumbs .link:after {
    content: ' / ';
}

.iwr {
    width: 1140px;
    margin: 0px auto;
}

.look_video {
    display: block;
    position: absolute;
    /*
	width:446px;
	height:134px;
	*/
    width: 490px;
    height: 177px;
    background: url(/bitrix/templates/lamatorf/images/look_video.png) left top no-repeat;
    z-index: 111;
    right: 200px;
    top: 49px;
}

.look_video a {
    display: block;
    height: 135px;
    width: 104px;
    left: 43px;
}

section#inner {
    padding: 2em 15%;
}

section#blank {
    padding: 0px;
}

#index_fire {
    background: url(/bitrix/templates/lamatorf/images/index_fire_bg.jpg) center top no-repeat, url(/bitrix/templates/lamatorf/images/index_fire_bg2.jpg) center top repeat-x;
}

#index_fire div.wr {
    height: 614px;
    padding-left: 113px;
    padding-top: 127px;
    position: relative;
}

#fire_block {
    margin-bottom: 53px;
}

#fire_block,
#fire_block li {
    height: 335px;
    width: 540px;
    overflow: hidden;
    position: relative;
}

#fire_block .label {
    position: absolute;
    left: 278px;
    top: -5px;
    font-size: 28px;
    color: #47b5f5;
    font-weight: bold;
    text-transform: uppercase;
}

#fire_block .caroufredsel_wrapper,
#fire_block ul {
    height: 335px !important;
}

#fire_block a {
    text-decoration: none;
}

#fire_block a:hover {
    text-decoration: underline;
}

#fire_block li .left {
    width: 245px;
    height: 335px;
    padding: 10px 23px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 18px;
}

#fire_block li .left .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 199px;
    height: 206px;
}

#fire_block li .left img {
    max-width: 199px;
    max-height: 206px;
    vertical-align: middle;
}

#fire_block li .left .title {
    padding-top: 7px;
}

#fire_block li .content {
    margin-left: 278px;
    color: #fff;
    font-size: 19px;
    padding-top: 51px;
}

#fire_block li .content a {
    color: #fff;
}

#fire_block li .content .txt {
    height: 153px;
}

#fire_block li .content .l {
    content: '';
    display: block;
    width: 136px;
    height: 2px;
    background: #66bc29;
    border: 1px solid #717541;
    border-radius: 1px;
}

#fire_block .pagelist {
    width: 193px;
    height: 73px;
    position: absolute;
    bottom: 5px;
    left: 290px;
    background: url(/bitrix/templates/lamatorf/images/ellipse.png) center center no-repeat;
}

#fire_block .pagelist a {
    display: block;
    width: 73px;
    height: 73px;
    border-radius: 73px;
    background: url(/bitrix/templates/lamatorf/images/m_nov_list_prev.png) center center no-repeat #fff;
}

#fire_block .pagelist a.next {
    background: url(/bitrix/templates/lamatorf/images/m_nov_list_next.png) center center no-repeat #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

#index_fire .social {
    color: #fff;
    font-size: 0px;
}

#index_fire .social span.txt,
#index_fire .social a {
    display: inline-block;
    vertical-align: middle;
}

#index_fire .social span.txt {
    font-size: 16px;
    margin-right: 33px;
}

#index_fire .social a {
    margin-right: 14px;
}

#index_fire .social a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #fff;
}


/**/

#news_company {
    background: #fff;
    border-top: 50px solid #67bc29;
    border-bottom: 50px solid #67bc29;
}

#news_company .wr {
    position: relative;
    height: 750px;
    padding-top: 51px;
}

.index_news_list {
    position: relative;
}

#news_company h2 {
    margin-bottom: 32px;
}

#index_news {
    position: relative;
}

.index_news_list {
    overflow: hidden;
    margin-bottom: 40px;
}

.index_news_list .caroufredsel_wrapper {
    height: 510px !important;
    width: 1140px !important;
}

.index_news_list ul {
    height: 510px !important;
    width: 9999px;
}

.index_news_list ul li {
    width: 360px;
    margin-right: 30px;
    height: 510px !important;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: #69ba30;
    font-size: 21px;
}

.index_news_list ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.index_news_list ul li a:hover {
    text-decoration: underline;
}

.index_news_list ul li .pic {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.index_news_list ul li .title {
    padding: 10px 20px 0px 20px;
    text-align: center;
}

#index_news .pagelist {}

#index_news .pagelist a {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    box-shadow: 2px 5px 43px 0px rgba(0, 0, 0, 0.11);
    top: 220px;
    position: absolute;
}

#index_news .pagelist a.prev {
    background: url(/bitrix/templates/lamatorf/images/m_nov_list_prev.png) center center no-repeat #fff;
    left: 0px;
}

#index_news .pagelist a.next {
    background: url(/bitrix/templates/lamatorf/images/m_nov_list_next.png) center center no-repeat #fff;
    right: 0px;
}

#index_news .pagenav {
    font-size: 0px;
    text-align: center;
}

#index_news .pagenav a {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

#index_news .pagenav a:before,
#index_news .pagenav a:after {
    content: '';
}

#index_news .pagenav a span,
#index_news .pagenav a:before,
#index_news .pagenav a:after {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 18px;
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    margin: 0px 24px;
}

#index_news .pagenav a.active span,
#index_news .pagenav a.selected span,
#index_news .pagenav a.selected:before,
#index_news .pagenav a.selected:after {
    background: #40aeee;
}

#index_foot {
    background: url(/bitrix/templates/lamatorf/images/pomidor.jpg) 0px 43px no-repeat, url(/bitrix/templates/lamatorf/images/infoot_bg.png) right top repeat-x #66bc2a;
    overflow: hidden;
}

#index_foot .wr {}

#index_foot .iwr.tot {
    padding-top: 51px;
    position: relative;
}

#index_foot .iwr.tot:before {
    content: '';
    display: block;
    position: absolute;
    right: -9000px;
    top: 0px;
    width: 9000px;
    height: 1031px;
    background: url(/bitrix/templates/lamatorf/images/infoot_m.png) left top no-repeat #66bc2a;
}

#index_foot .iwr.tot:after {}

#index_catalog {
    text-align: center;
}

#index_catalog h2 {
    text-align: left;
    margin-bottom: 32px;
}

#index_catalog .box_list {
    text-align: left;
    font-size: 0px;
}

#index_catalog .box {
    display: inline-block;
    vertical-align: top;
    word-spacing: normal;
    margin-right: 30px;
    background: #fff;
    width: 360px;
    /*height:540px;*/
    height: 670px;
    box-shadow: 28px 0px 68px rgba(147, 147, 147, 0.19);
    position: relative;
    font-size: 23px;
    box-sizing: border-box;
    padding-top: 17px;
}

#index_catalog .box:last-of-type {
    margin-right: 0px;
}

#index_catalog .box h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
    margin-left: 25px;
    text-transform: uppercase;
}

#index_catalog .box h3:after {
    content: '';
    display: block;
    margin-top: 10px;
    height: 1px;
    width: 136px;
    background: #66bc29;
}

#index_catalog .box li {
    margin-bottom: 12px;
}

#index_catalog .box li a {
    display: block;
    color: #636363;
    text-decoration: none;
}

#index_catalog .box li a div.pic {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 186px;
    border: 1px solid #66bc29;
    margin-left: 16px;
    width: 60px;
    height: 60px;
    float: left;
}

#index_catalog .box li a div.pic div.icon {
    width: 114px;
    height: 114px;
    background: url(/bitrix/templates/lamatorf/images/icon.png) 0px 0px no-repeat;
    top: 50%;
    left: 50%;
    margin-left: -57px;
    margin-top: -57px;
    position: absolute;
    transform: scale(0.35);
}

#index_catalog .box li a:hover div.pic {
    background-color: #66bc29;
}

#index_catalog .box.box_r li a:hover div.pic {
    background-color: #d2c080;
}

#index_catalog .box li a:hover div.pic div.icon {
    background-position: -114px 0px;
}

#index_catalog .box.box_r li a div.pic {
    border: 1px solid #655246;
}

#index_catalog .box.box_r li a:hover div.pic {
    border: 1px solid #d2c080;
}

#index_catalog .box li a.l1 div.pic div.icon {
    background-position: 0px 0px;
}

#index_catalog .box li a.l2 div.pic div.icon {
    background-position: 0px -114px;
}

#index_catalog .box li a.l3 div.pic div.icon {
    background-position: 0px -228px;
}

#index_catalog .box li a.l4 div.pic div.icon {
    background-position: 0px -342px;
}

#index_catalog .box li a.l5 div.pic div.icon {
    background-position: 0px -456px;
}

#index_catalog .box li a.l6 div.pic div.icon {
    background-position: 0px -570px;
}

#index_catalog .box li a.r1 div.pic div.icon {
    background-position: 0px -684px;
}

#index_catalog .box li a.r2 div.pic div.icon {
    background-position: 0px -798px;
}

#index_catalog .box li a.r3 div.pic div.icon {
    background-position: 0px -912px;
}

#index_catalog .box li a.r4 div.pic div.icon {
    background-position: 0px -1026px;
}

#index_catalog .box li a.r5 div.pic div.icon {
    background-position: 0px -1140px;
}

#index_catalog .box li a.r6 div.pic div.icon {
    background-position: 0px -1254px;
}

#index_catalog .box li a.l1:hover div.pic div.icon {
    background-position: -114px 0px;
}

#index_catalog .box li a.l2:hover div.pic div.icon {
    background-position: -114px -114px;
}

#index_catalog .box li a.l3:hover div.pic div.icon {
    background-position: -114px -228px;
}

#index_catalog .box li a.l4:hover div.pic div.icon {
    background-position: -114px -342px;
}

#index_catalog .box li a.l5:hover div.pic div.icon {
    background-position: -114px -456px;
}

#index_catalog .box li a.l6:hover div.pic div.icon {
    background-position: -114px -570px;
}

#index_catalog .box li a.r1:hover div.pic div.icon {
    background-position: -114px -684px;
}

#index_catalog .box li a.r2:hover div.pic div.icon {
    background-position: -114px -798px;
}

#index_catalog .box li a.r3:hover div.pic div.icon {
    background-position: -114px -912px;
}

#index_catalog .box li a.r4:hover div.pic div.icon {
    background-position: -114px -1026px;
}

#index_catalog .box li a.r5:hover div.pic div.icon {
    background-position: -114px -1140px;
}

#index_catalog .box li a.r6:hover div.pic div.icon {
    background-position: -114px -1254px;
}

#index_catalog .box li a div.title {
    font-size: 23px;
    margin-left: 103px;
    margin-right: 50px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

#index_catalog .box li a:hover div.title {
    font-weight: bold;
}

#index_catalog .box.box_brands li {
    margin-bottom: 19px;
    text-align: center;
}

#index_catalog .box.box_brands img {
    max-width: 140px;
    max-height: 51px;
}

#index_catalog .box.box_brands a img.color,
#index_catalog .box.box_brands a:hover img.gray {
    visibility: hidden;
    position: absolute;
    left: -999px;
}

#index_catalog .box.box_brands a:hover img.color,
#index_catalog .box.box_brands a img.gray {
    visibility: visible;
    position: static;
    left: auto;
}

#download_price {
    width: 363px;
    height: 186px;
    margin-left: 270px;
    background: url(/bitrix/templates/lamatorf/images/download_price.png) left top no-repeat;
}

#download_price a {
    width: 100px;
    height: 160px;
    display: block;
}

#index_brands {
    background: #fff;
    margin-top: 30px;
    padding-bottom: 6.5em;
    padding-top: 1.4em;
}

#index_brands h2 {
    margin-left: 12.3%;
    color: #66bc29;
}

#index_brands ul {
    text-align: center;
}

#index_brands li {
    vertical-align: middle;
    margin-right: 2.8%;
    max-width: 9%
}

#index_brands li:last-of-type {
    margin-right: 0px;
}

#index_brands li a {}

#index_brands li img {
    width: 100%;
}

#index_brands li img.color {
    left: -9999px;
    position: absolute;
}

#index_brands li a:hover img.color {
    left: 0px;
    position: static;
}

#index_brands li a:hover img.gray {
    left: -9999px;
    position: absolute;
}

#index_hits {
    margin-top: 3px;
}

#index_hits .iwr {
    position: relative;
    z-index: 50;
}

#index_hits h2 {
    margin-bottom: 53px;
}

#index_hits .txt {
    height: 620px;
    overflow: hidden;
}

#index_hits .caroufredsel_wrapper {
    width: 100% !important;
    height: 620px !important;
}

#index_hits ul {
    text-align: left;
    white-space: nowrap;
    width: 9999px;
    height: 620px !important;
    box-sizing: border-box;
    padding-top: 70px;
}

#index_hits ul li {
    width: 360px;
    height: 460px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    margin-right: 30px;
    box-shadow: 5px 17px 26px 0px rgba(147, 147, 147, 0.19);
    padding-top: 223px;
    font-size: 18px;
    white-space: normal;
}

#index_hits ul li div.pic {
    position: absolute;
    width: 100%;
    margin-top: -70px;
    top: 0px;
    text-align: center;
}

#index_hits ul li div.pic img {
    max-width: 146px;
    width: 100%;
}

#index_hits ul li a {
    text-decoration: none;
}

#index_hits ul li div.txt {
    padding: 0px 45px;
    height: 133px;
}

#index_hits ul li div.more {
    padding: 0px 30px;
}

#index_hits ul li div.more a.btn {
    width: 100%;
    background: #66bc29;
    box-shadow: -1px 5px 0px #436639;
    padding: 0px;
    text-align: center;
    border-radius: 40px;
    font-weight: bold;
}

#index_hits .pagelist a {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    top: 298px;
    position: absolute;
}

#index_hits .pagelist a.prev {
    left: -113px;
    background: url(/bitrix/templates/lamatorf/images/m_nov_list_prev.png) center center no-repeat #fff;
}

#index_hits .pagelist a.next {
    right: -113px;
    background: url(/bitrix/templates/lamatorf/images/m_nov_list_next.png) center center no-repeat #fff;
}

div.cirle_iwr {
    position: relative;
}

div.index_circle {
    width: 1400px;
    height: 1420px;
    background: url(/bitrix/templates/lamatorf/images/infoot_circle.png) left top no-repeat;
    position: absolute;
    right: -1012px;
    top: -855px;
    z-index: 10;
}

footer.main {
    overflow: hidden;
}

footer.main div.iwr {
    padding-bottom: 34px;
    position: relative;
}

footer.main div.lodka {
    width: 1368px;
    height: 526px;
    background: url(/bitrix/templates/lamatorf/images/footer_lodka2.png) left top no-repeat;
    top: 0px;
    right: 0px;
    position: absolute;
}

body#index footer.main div.lodka {
    width: 1368px;
    height: 283px;
    background: url(/bitrix/templates/lamatorf/images/footer_lodka.png) left top no-repeat;
    top: 0px;
    right: 0px;
    position: absolute;
}

footer.main div.iwr:before {
    width: 9000px;
    height: 526px;
    right: -9000px;
    top: 0px;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
}

body#index footer.main div.iwr:before {
    width: 9000px;
    height: 283px;
    right: -9000px;
    top: 0px;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
}

footer.main .row1 {
    margin-bottom: 60px;
    position: relative;
}

footer.main .row1>.left {
    color: #fff;
    font-size: 18px;
    padding-top: 230px;
    width: 165px;
    float: none;
    bottom: 188px;
    position: absolute;
}

footer.main .row1>.left p {
    margin: 0px 0px 20px 0px;
}

footer.main .row1>.left .address,
footer.main .row1>.left .phone {}

footer.main .row1>.left .address {
    margin-bottom: 50px;
    margin-top: 4em;
}

footer.main .row1>.left .phone {
    /*background:url(/bitrix/templates/lamatorf/images/foot_phone.png) 0px 4px no-repeat;*/
}

footer.main .row1>.right {
    width: 825px;
    position: relative;
    padding-top: 34px;
    z-index: 40;
}

footer.main form {
    background: white;
    padding: 89px 136px 84px 136px;
    box-shadow: 5px 27px 68px 0px rgba(147, 147, 147, 0.19);
}

footer.main form h2 {
    color: #66bc29;
}

footer.main form div.msg {
    margin-bottom: 24px;
    color: #6cc02c;
}

footer.main form div.msg.error {
    color: red;
}

footer.main form div.l {
    margin-bottom: 24px;
    white-space: nowrap;
}

footer.main form div.l textarea {
    vertical-align: bottom;
    resize: none;
    height: 110px;
    width: 551px;
}

footer.main form div.l input[type="submit"] {
    vertical-align: bottom;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 58px;
    border-radius: 40px;
}

footer.main form input[type="text"] {
    width: 259px;
    margin-right: 32px;
}

footer.main form .l2 input[type="text"] {
    width: 100%;
}

footer.main form div.l input[type="text"]:last-of-type {
    margin-right: 0%;
}

form div.l.privacy-policy {
    font-size: 16px;
    color: #b7b7b7;
    margin-top: 32px;
}

form div.l.privacy-policy input,
form div.l.privacy-policy .jq-checkbox {
    margin-right: 14px;
}

footer.main form div.l.txt {
    white-space: normal;
    font-size: 16px;
    color: #b7b7b7;
}

form div.add_file {
    margin-bottom: 24px;
}

form div.add_file .link a {
    display: block;
    margin-left: 20px;
    padding-left: 40px;
    background: url(/bitrix/templates/lamatorf/images/add_file.png) left center no-repeat;
    color: #000;
    min-height: 18px;
    text-decoration: none;
    font-size: 18px;
}

footer.main form div.send {
    text-align: left;
}

footer.main form div.captcha {
    width: 551px;
    text-align: center;
}

footer.main form div.captcha div.pic {
    margin-bottom: 0.5em;
}

footer.main form div.captcha div.pic img {
    width: 100%;
}

footer.main form div.captcha div.reload {
    margin-bottom: 10px;
}

footer.main form div.captcha div.reload a {
    text-decoration: none;
    color: #b7b7b7;
    font-size: 15px;
}

footer.main form div.captcha div.reload a:hover {
    text-decoration: underline;
}

footer.main form div.captcha div.inp input {
    width: 100%;
}

footer.main .row2 {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 45px;
    border-bottom: 1px solid #97887e;
}

footer.main .row2 li {
    margin-right: 285px;
    text-transform: uppercase;
    font-size: 23px;
}

footer.main .row2 li:last-of-type {
    margin-right: 0px;
}

footer.main .row2 li a {
    color: #3ebe40;
    text-decoration: none;
}

footer.main .row2 li a:after {
    content: ' >>';
}

footer.main .row3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
}

footer.main .row3 li {
    margin-right: 98px;
    text-transform: lowercase;
}

footer.main .row3 li:last-of-type {
    margin-right: 0px;
}

footer.main .row3 li a {
    color: #3ebe40;
    text-decoration: none;
}

footer.main .row4 {
    margin: 0px 15px;
    color: #fff;
    font-size: 18px;
}

footer.main .row4 .right {
    text-align: right;
}


/* other */

.pagination {
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    border: 1px solid #eeeeee;
    font-weight: 600;
    color: #000;
    height: 48px;
    width: 48px;
    line-height: 48px;
    margin: 0px 10px;
    vertical-align: top;
    text-decoration: none;
    font-size: 80%;
    position: relative;
}

.pagination a:hover,
.pagination span.current {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}

.pagination img,
.pagination svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}

.pagination a:hover svg path {
    fill: #fff;
}

.pagination span svg path {
    fill: #eeeeee;
}

#news .wr {
    width: 1140px;
}

#news_list {
    margin: 0px auto;
    margin-top: 5em;
}

#info #news_list {
    padding: 0%;
}

#news_list li {
    margin-bottom: 130px;
}

#news_list li div.left {
    width: 360px;
}

#news_list li div.left img {
    max-width: 100%;
}

#news_list li div.txt {
    margin-left: 420px;
}

#news_list li .time,
#news_list li .title {
    color: #59b561;
    text-transform: none;
}

#news_list li .time {
    font-size: 109%;
    font-weight: 600;
    margin-bottom: 18px;
}

#news_list li .title {
    font-size: 28px;
    color: #52ba59;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 18px;
}

#news_list li .title a {
    color: #52ba59;
    text-decoration: none;
}

#news_list li .title a:hover {
    text-decoration: underline;
}

#news_list li .desc {
    margin-bottom: 1.7em;
}

#news_list li .more {
    padding-bottom: 6px;
}

#news_list li:last-of-type {
    margin-bottom: 0px;
}

#article {
    width: 100%;
    margin: 0px auto;
}

#info #article {
    padding: 0px;
}

#article .full_pic {
    margin-bottom: 2.2em;
}

#article .full_pic img {
    width: 100%;
}

#article .category {
    color: #c91f28;
    font-weight: 600;
    font-size: 60%;
    text-align: center;
    margin-bottom: 0.6em;
}

#article .title {
    font-size: 90%;
    color: #59b561;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.6em;
}

#article .time {
    font-weight: 600;
    font-size: 72%;
    text-align: center;
    margin-bottom: 18px;
}

#article .txt {
    font-size: 92%;
}

#article .txt .anons {
    margin-bottom: 3em;
    text-align: center;
    margin-top: 18px;
}

#article .more {
    margin-top: 5.5em;
    padding-bottom: 5px;
}

#contacts {
    padding-left: 20%;
}

#contacts h2 {
    font-size: 136%;
    color: #52ba59;
    font-weight: 600;
}

#contacts .title {
    margin-bottom: 1.6em;
    font-size: 81%;
    text-transform: uppercase;
    font-weight: 600;
}

#contacts .content>.left {
    width: 49%;
}

#contacts .content>.right {
    width: 49%;
}

#contacts .content>.right img {
    width: 100%;
}

#contacts .table {
    margin-bottom: 18px;
}

#contacts .table .left {
    width: 12em;
    font-size: 72%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#contacts .table .left.osob {
    letter-spacing: normal;
    font-weight: 600;
}

#contacts .table .txt {
    font-size: 72%;
    margin-left: 12em;
}

#contacts .desc {
    font-size: 72%;
    margin-bottom: 1.6em;
}

#contacts .corp {
    background: url(/bitrix/templates/lamatorf/images/contact_home.png) 0px 0px no-repeat;
    padding-left: 6em;
}

#contacts .rozn {
    background: url(/bitrix/templates/lamatorf/images/contact_hand.png) 0px 0px no-repeat;
    padding-left: 6em;
}

#contacts .pic {
    margin-top: 3.5em;
}

#contacts .pic img {
    width: 100%;
}


/* company */

#company {}

#company .stxt,
#company .title {
    padding: 0px;
}

#company .title {
    font-size: 28px;
    color: #52ba59;
    font-weight: 600;
    text-transform: uppercase;
}

#company .txt .title,
#company .stxt .title {
    padding: 0px;
    margin-top: 1.3em;
}

#company .stxt .title {
    padding-top: 2em;
}

#company .pic_l {
    padding-right: 10%
}

#company .pic_l img {
    width: 54%;
    float: left;
    margin-top: 1.3em;
    margin-right: 20px;
}

#company .pic_l .txt {
    margin-left: 58%;
}

#company .pic_r {
    padding-left: 10%
}

#company .pic_r img {
    width: 54%;
    float: right;
    margin-top: 1.18px;
    margin-left: 20px;
}

#company .pic_r .txt {
    margin-right: 58%;
}

#company .btn {}

#company .btn span {
    display: block;
    height: 77px;
    line-height: 77px;
    background-image: url(/bitrix/templates/lamatorf/images/company_icon.png);
    background-position: 37px 17px;
    background-repeat: no-repeat;
    padding: 0px 60px 0px 100px;
}

#company .stxt img.full {
    width: 100%;
}

#company .mvideo {
    margin-top: 6.3em;
}

#info {
    padding-bottom: 5px;
}

.info_block .info_left {
    width: 24%;
    box-sizing: border-box;
    padding: 3.5em 2.18px 8.6em 3.5em;
    background: #f9f9f9;
    font-size: 80%;
    color: #7b7b7b;
}

.info_block .info_left .title {
    letter-spacing: 2px;
    color: #293341;
    font-weight: 600;
    margin-bottom: 18px;
}

.info_block .info_left .info_menu {
    margin-bottom: 0.7em;
}

.info_block .info_menu a {
    text-decoration: none;
    color: #7b7b7b;
}

.info_block .info_menu a.current {
    color: #2a2929;
    text-decoration: underline;
    font-weight: 600;
}

.info_block>.txt,
.info_block .content {
    margin-left: 28%;
    margin-right: 11%;
}

.info_block .info_accordion_title {
    margin-bottom: 0.7em;
}

.info_block .info_accordion_title a {
    color: #7b7b7b;
    text-decoration: none;
}

.info_block .info_accordion_title a:hover {
    text-decoration: underline;
    color: #2a2929;
}

.info_block .info_accordion_title a span {
    width: 9px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.7em;
    background: url(/bitrix/templates/lamatorf/images/up-down.png) 0px 0px;
}

.info_block .info_accordion.active a span {
    background: url(/bitrix/templates/lamatorf/images/up-down.png) 0px 8px;
}

.info_block .info_accordion .txt {
    padding-left: 18px;
    display: none;
}

.info_block .info_accordion.active .txt {
    display: block;
}

#info_lib li {
    margin-bottom: 2.4em;
}

#info_lib li div.title {
    margin-bottom: 36px;
    font-size: 28px;
    color: #52ba59;
    font-weight: 600;
    text-transform: uppercase;
}

#info_lib li div.txt {
    margin-bottom: 0.6em;
}

#info_lib li div.txt img.full {
    width: 100%;
}

#info_lib li div.title a {
    color: #59b561;
    font-weight: 600;
    text-decoration: none;
}

#info_lib li div.download {
    text-align: right;
}

#add_question {
    margin-top: 7.5em;
}

#add_question div.title {
    color: #59b561;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 1.2em;
    text-transform: uppercase;
}

#add_question .status {
    margin-bottom: 1.2em;
}

#add_question div.info {
    margin-bottom: 4.2em;
}

#add_question div.l {
    margin-bottom: 18px;
}

#add_question input[type="text"] {
    font-size: 0.8em;
    padding: 0px 0px 16px 0px;
    height: auto;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #eeeeee;
    color: #7b7b7b;
}

#add_question input[type="text"]::-webkit-input-placeholder,
#add_question input[type="text"]::-moz-placeholder,
#add_question input[type="text"]:-ms-input-placeholder,
#add_question input[type="text"]:-moz-placeholder {
    color: #7b7b7b;
    opacity: 1 !important;
}

#add_question div.info input {
    margin-right: 2%;
    width: 32%;
}

#add_question div.info input:last-of-type {
    margin-right: 0px;
}

#add_question div.question {
    margin-bottom: 4.2em;
}

#add_question div.question input {
    width: 100%;
}

#add_question div.send {
    text-align: center;
}

#add_question div.send input {
    font-size: 80%;
}


/**/

#catalog_filter {
    height: 58px;
    border: 1px solid #eeeeee;
    color: #7b7b7b;
    padding-left: 24px;
    line-height: 58px;
    font-size: 80%;
    margin-bottom: 3.2em;
}

#catalog_filter .cat_b {
    height: 58px;
    border-right: 1px solid #eeeeee;
    padding-right: 28px;
}

#catalog_filter .cat_b.title {
    padding-right: 42px;
}

#catalog_filter .cat_b.title span {
    display: inline-block;
    margin-right: 26px;
}

#catalog_filter .select {
    box-sizing: border-box;
    width: 210px;
}

#catalog_filter .jq-selectbox__select-text {
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#catalog_filter .jq-selectbox__dropdown {
    width: 210px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    text-align: left;
}

#catalog_filter .jq-selectbox__dropdown ul {
    margin: 15px 0px;
    padding: 0px;
}

#catalog_filter .jq-selectbox__dropdown ul li {
    padding: 0px 15px;
}

#catalog_filter .jq-selectbox__dropdown ul li:hover {
    background: #eeeeee;
    cursor: pointer;
}

#catalog_filter>.right {}

#catalog_filter .view {
    height: 58px;
    border-left: 1px solid #eeeeee;
    width: 58px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#catalog_filter .view a {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url(/bitrix/templates/lamatorf/images/catalog_type.png) 0px 0px;
}

#catalog_filter .view a.list {
    background: url(/bitrix/templates/lamatorf/images/catalog_type.png) 17px 0px;
}

#catalog_filter .view a:hover,
#catalog_filter .view a.active {
    background: url(/bitrix/templates/lamatorf/images/catalog_type.png) 0px 17px;
}

#catalog_filter .view a.list:hover,
#catalog_filter .view a.list.active {
    background: url(/bitrix/templates/lamatorf/images/catalog_type.png) 17px 17px;
}


/**/

#catalog {
    margin-bottom: 3em;
}

#catalog ul li {
    width: 31%;
    margin: 0px 8px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

#catalog ul li div.pic {
    margin-bottom: 1.3em;
}

#catalog ul li div.pic img {
    max-width: 100%;
}

#catalog ul li div.title {}

#catalog ul li div.short {}

#catalog ul li a {
    text-decoration: none;
}

#catalog ul li a:hover {
    text-decoration: underline;
}

#partners {
    padding-left: 13%;
    padding-right: 4%
}

#partners h1 {
    color: #59b561;
    font-weight: 600;
    font-size: 130%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.7em;
}

#partners ul {
    text-align: center;
}

#partners ul li {
    width: 12.7%;
    margin: 0px 4%;
    text-align: center;
    margin-bottom: 5.4em;
    vertical-align: middle;
}

#partners ul li img {
    vertical-align: middle;
    max-width: 100%;
}

#product_cart {
    margin-bottom: 3em;
}

#product_cart h1 {
    color: #54b83c;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#product_cart>.left.pic {
    width: 32%;
}

#product_cart>.left.pic a {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#product_cart>.left.pic a:before {
    content: '';
    position: absolute;
    top: 2.2em;
    right: -3em;
    width: 15px;
    height: 15px;
    background: url(/bitrix/templates/lamatorf/images/fullscreen.png) left top no-repeat;
}

#product_cart>.left.pic a img {
    max-width: 100%;
}

#product_cart>.txt {
    margin-left: 43%;
}

#product_options {
    font-size: 16px;
    text-transform: uppercase;
}

#product_options td {
    padding-bottom: 0.8em;
    vertical-align: top;
}

#product_options .title {
    width: 20em;
    font-weight: 600;
}

#product_options .green {
    color: #54b83c;
}

#product_desc {
    /*padding:3em 21% 5.3em 21%;
	background:#f9f9f9;*/
    color: #000;
    margin-bottom: 4em;
}

#product_desc .txt {
    font-size: 20px;
}

#product_desc h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    margin-bottom: 24px;
}

#product_desc h2 span {
    display: inline-block;
}

#product_desc h2 span:after {
    content: '';
    display: block;
    height: 4px;
    background: #52ba59;
    margin-top: 0.5em;
}

#also_buy {
    padding-left: 20%;
}

#also_buy h2 {
    color: #293341;
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 1.3em;
}

#also_buy ul li {
    width: 19%;
    text-align: center;
    margin-right: 2%;
    font-size: 79%;
    font-weight: 600;
}

#also_buy ul li div.pic {
    margin-bottom: 18px;
}

#also_buy ul li div.pic img {
    width: 100%;
}

#also_buy ul li a {
    color: #293341;
    text-decoration: none;
}


/* subscribe form */

#subscribe_bl {}

#subscribe_bl .gray {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 888;
    background: rgba(0, 0, 0, 0.5);
}

#subscribe {
    width: 390px;
    box-sizing: border-box;
    padding: 10px 10px 22px 10px;
    border: 1px solid #52ba59;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -195px;
    margin-top: -165px;
    z-index: 999;
}

#subscribe a.close {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 14px;
    background: url(/bitrix/templates/lamatorf/images/phone_close.png) left center no-repeat;
}

#subscribe .title {
    color: #3ebe40;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
}

#subscribe .note {
    color: #909090;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0px 5px;
}

#subscribe .error {
    color: red;
    margin-top: 10px;
}

#subscribe .success {
    color: #3ebe40;
    margin-top: 10px;
}

#subscribe .inp {
    text-align: center;
}

#subscribe input[type="text"] {
    width: 100%;
    vertical-align: top;
    margin-bottom: 24px;
    color: #909090;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#subscribe input[type="text"]::-webkit-input-placeholder,
#subscribe input[type="text"]::-moz-placeholder,
#subscribe input[type="text"]:-ms-input-placeholder,
#subscribe input[type="text"]:-moz-placeholder {
    color: #909090;
    opacity: 1 !important;
}

#subscribe input[type="submit"] {
    width: 260px;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    background: #69b933;
    /* Old browsers */
    background: -moz-linear-gradient(left, #69b933 0%, #87d235 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #69b933 0%, #87d235 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #69b933 0%, #87d235 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#69b933', endColorstr='#87d235', GradientType=1);
    /* IE6-9 */
    box-shadow: -1px 5px 0px #729d75;
}

div.moon_calendar {
    width: 1024px;
    /*margin:0px auto;*/
    margin-top: 10px;
}

div.moon_calendar div.moon_calendar_txt {
    height: 723px;
    margin-bottom: 20px;
    overflow: hidden;
}

div.moon_calendar div.moon_calendar_txt div.caroufredsel_wrapper {
    height: 723px;
}

div.moon_calendar div.moon_calendar_txt ul {
    height: 723px;
}

div.moon_calendar div.moon_calendar_txt ul li {
    height: 723px;
    width: 1024px;
}

div.moon_calendar div.moon_calendar_pagination {
    font-size: 20px;
    padding-bottom: 4px;
    overflow: hidden;
}

div.moon_calendar div.moon_calendar_pagination a {}

div.moon_calendar div.moon_calendar_pagination a.disabled {
    visibility: hidden;
}

div#newyear .form {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-top: -195px;
    margin-left: -360px;
}

div#newyear .form span.close {
    cursor: pointer;
    background: url(/bitrix/templates/lamatorf/images/red_close.png) 0px 0px no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 9999;
}

div#newyear div.gray {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
}

div#newyear .form img {
    position: relative;
}

.mobile {
    display: none !important;
}

#banner_card {
    position: fixed;
    right: -680px;
    top: 40%;
    z-index: 200;
}

#banner_card a.body {
    display: block;
    height: 270px;
    width: 680px;
    background: url(/bitrix/templates/lamatorf/images/banner_body.png);
    position: relative;
}

#banner_card span.close {
    width: 61px;
    height: 61px;
    background: url(/bitrix/templates/lamatorf/images/banner_close.png);
    position: absolute;
    top: -31px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
}


/**/

@media (max-width: 1366px) {
    .wr {
        width: 1000px;
    }
    header.main .sitetext {
        padding-left: 20px;
    }
    header.main .phone {}
    header.main .right {
        float: none;
        text-align: right;
    }
    header.main .phone {
        display: none;
    }
    header.main .menu li {
        font-size: 17px;
    }
    header.main .menu li div.sub ul {
        font-size: 100%;
    }
    header.main .menu li div.sub ul li {
        font-size: 80%;
    }
}

@media (max-width: 720px) {
    #banner_card {
        display: none;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.1;
    }
    #demo_panel {
        display: none;
    }
    div.wr {
        width: 320px;
    }
    img {
        max-width: 100%;
    }
    p img {
        height: auto !important;
    }
    div.iwr {
        width: 290px;
    }
    .total input[type="submit"],
    .total button,
    a.btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        border-radius: 12px;
    }
    /* header */
    header.main .wr,
    header.main .search {
        padding: 0px;
    }
    header.main .info {
        height: auto;
        text-align: center;
    }
    header.main .logo.left,
    header.main .right {
        float: none;
    }
    header.main .phone {
        display: none;
    }
    header.main .logo {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    header.main .sitetext {
        padding-left: 0px;
        margin-bottom: 20px;
        padding-top: 20px;
        text-align: center;
        float: none;
    }
    header.main .search {
        padding-bottom: 13px;
    }
    header.main .search input {
        font-size: 12px;
        border: 1px solid #ececec;
        border-radius: 7px;
    }
    /* header menu */
    header.main .menu {
        height: auto;
        background: #47b143;
        /* Old browsers */
        background: -moz-linear-gradient(left, #47b143 0%, #97d73d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #47b143 0%, #97d73d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #47b143 0%, #97d73d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#47b143', endColorstr='#97d73d', GradientType=1);
        /* IE6-9 */
        padding: 14px 0px;
    }
    header.main .menu .gamburger {
        width: 16px;
        height: 12px;
        background: url(/bitrix/templates/lamatorf/images/gamburger.png) 0px 0px no-repeat;
        margin: 0px auto;
        cursor: pointer;
    }
    header.main .menu .wr {
        width: 290px;
    }
    header.main .menu .wr>ul {
        padding-top: 31px;
        padding-bottom: 8px;
        display: none;
        text-align: left;
    }
    header.main .menu .wr>ul li ul {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    header.main .menu .wr>ul.active {
        display: block;
    }
    header.main .menu li {
        font-size: 12px;
        display: block;
        line-height: 1.5;
        margin-right: 0px;
        margin-bottom: 2px;
        font-weight: bold;
    }
    header.main .menu li a,
    header.main .menu li span {
        line-height: 1.5;
    }
    header.main .menu li div.sub {
        position: static;
        margin: 0px;
        display: block;
        padding-top: 3px;
        padding-left: 30px;
    }
    header.main .menu li ul {
        text-align: left;
    }
    header.main .menu li ul li {
        text-transform: none;
        font-weight: normal;
    }
    header.main .menu li div.sub::before {
        content: none;
    }
    header.main .menu li div.sub ul {
        white-space: normal;
        border: none;
        padding: 0px;
        margin: 0px;
        background: none;
    }
    header.main .menu div.sub li {
        display: block;
    }
    header.main .menu li div.sub a {
        color: #fff;
    }
    header.main .menu div.sub.sub1 li {
        text-align: left;
    }
    header.main .menu div.sub.sub2 {
        margin-left: 0px;
    }
    header.main .menu div.sub.sub3 {
        margin-left: 0px;
    }
    header.main .menu div.sub.sub2.sub3 {
        margin-left: 0px;
    }
    /**/
    .pagelist {}
    .pagelist a {
        width: 20px;
        height: 29px;
        background-image: url(/bitrix/templates/lamatorf/images/mobile_pag.png);
        background-position: 0px 0px;
        position: absolute;
    }
    .pagelist a.prev {
        left: 0px;
    }
    .pagelist a.next {
        background-position: 20px 0px;
        right: 0px;
    }
    .look_video {
        display: none;
    }
    #index_fire {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#664c3b+0,896c5a+100 */
        background: #664c3b;
        /* Old browsers */
        background: -moz-linear-gradient(left, #664c3b 0%, #896c5a 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #664c3b 0%, #896c5a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #664c3b 0%, #896c5a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#664c3b', endColorstr='#896c5a', GradientType=1);
        /* IE6-9 */
    }
    #index_fire div.wr {
        padding: 0px;
        height: 480px;
    }
    #index_fire .social {
        display: none;
    }
    #fire_block {
        margin: 0px auto;
        padding-top: 20px;
        height: auto;
        width: 290px;
    }
    #fire_block .label {
        position: static;
        left: auto;
        top: auto;
        text-align: center;
        margin-bottom: 17px;
    }
    #fire_block #fire_block_list,
    #fire_block li,
    #fire_block li .left {
        width: 220px;
    }
    #fire_block #fire_block_list {
        margin: 0px auto;
    }
    #fire_block li .left {
        float: none;
    }
    #fire_block li .left .pic {
        width: 100%;
    }
    #fire_block li .left .title {
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        height: 73px;
    }
    #fire_block li .more {
        text-align: center;
    }
    #fire_block li .more a.btn {
        padding: 0px;
        text-align: center;
        width: 180px;
        height: 40px;
        line-height: 40px;
        box-shadow: none;
        background: #69ba36;
        border-radius: 11px;
        font-size: 16px;
        font-weight: bold;
    }
    #fire_block li .content {
        display: block;
    }
    #fire_block li,
    #fire_block li .left,
    #fire_block .caroufredsel_wrapper,
    #fire_block ul {
        height: 360px !important;
    }
    #fire_block .pagnav {
        font-size: 0px;
        text-align: center;
        margin-top: 14px;
        display: none !important;
    }
    #fire_block .pagnav a {
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
    #fire_block .pagnav a:hover {
        text-decoration: underline;
    }
    #fire_block .pagnav a.selected {
        font-weight: bold;
    }
    #fire_block .pagelist {
        bottom: 188px;
        left: 0px;
        width: 290px;
        background: none;
        height: 0px;
    }
    #fire_block .pagelist a {
        width: 20px;
        height: 29px;
        border-radius: none;
        position: absolute;
        background: url(/bitrix/templates/lamatorf/images/mobile_pag.png) 0px 0px;
        border-radius: 0px;
    }
    #fire_block .pagelist a.next {
        background: url(/bitrix/templates/lamatorf/images/mobile_pag.png) 20px 0px;
        border-radius: 0px;
    }
    /**/
    #news_mobile {
        background: #e8e8e8;
        padding-bottom: 25px;
        padding-top: 22px;
    }
    #news_mobile h2 {
        text-align: center;
    }
    #mobile_news {
        width: 290px;
        margin: 0px auto;
        position: relative;
    }
    #mobile_news .tt {
        width: 220px;
        margin: 0px auto;
        height: 320px;
    }
    #mobile_news ul {
        height: 320px;
    }
    #mobile_news ul li {
        margin-bottom: 10px;
        height: 320px;
        width: 220px;
    }
    #mobile_news ul li a {
        display: block;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        color: #50baf7;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
    }
    #mobile_news ul li div.pic {
        height: 240px;
    }
    #mobile_news ul li div.pic img {
        width: 100%;
        height: 240px;
    }
    #mobile_news ul li div.title {
        height: 80px;
        box-sizing: border-box;
        padding: 5px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mobile_news ul li div.title div {
        text-align: center;
    }
    #mobile_news .pagnav {
        font-size: 0px;
        text-align: center;
        margin-top: 14px;
    }
    #mobile_news .pagnav a {
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
    #mobile_news .pagnav a:hover {
        text-decoration: underline;
    }
    #mobile_news .pagnav a.selected {
        font-weight: bold;
    }
    #mobile_news .pagelist {
        bottom: 188px;
        height: 0px;
        position: absolute;
        left: 0px;
        width: 290px;
    }
    #mobile_news .pagelist a.prev {
        background-position: 0px 29px;
    }
    #mobile_news .pagelist a.next {
        background-position: 20px 29px;
    }
    /**/
    #download_price,
    div.cirle_iwr {
        display: none;
    }
    #index_foot {
        background: #fff;
    }
    #index_foot .iwr.tot::before {
        content: none;
    }
    #index_foot .iwr.tot {
        padding-top: 22px;
        width: 100%;
    }
    #index_catalog h2 {
        text-align: center;
        margin-bottom: 0px;
    }
    #index_catalog .box {
        width: 320px;
        display: block;
        margin-right: 0px;
        height: auto;
        box-shadow: none;
    }
    #index_catalog .box h3 {
        margin-left: 0px;
        text-align: center;
        margin-bottom: 30px;
    }
    #index_catalog .box h3 span {
        display: inline-block;
        vertical-align: top;
        padding: 0px 26px;
        border-bottom: 1px solid #69ba36;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 3px;
    }
    #index_catalog .box h3:after {
        content: none;
    }
    #index_catalog .box ul {
        font-size: 0px;
        width: 290px;
        margin: 0px auto;
    }
    #index_catalog .box li {
        width: 130px;
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
        margin-bottom: 25px;
    }
    #index_catalog .box li:nth-child(even) {
        margin-right: 0px;
    }
    #index_catalog .box li a div.pic {
        float: none;
        width: 130px;
        height: 130px;
        margin: 0px auto;
        margin-bottom: 17px;
    }
    #index_catalog .box li a div.pic div.icon {
        transform: scale(0.85);
    }
    #index_catalog .box li a div.title {
        margin: 0px;
        text-align: center;
        height: auto;
        font-size: 16px;
        font-weight: normal;
        display: block;
    }
    #index_catalog .box.box_brands {
        margin-bottom: 40px;
    }
    #index_catalog .box.box_brands ul {
        font-size: 0px;
    }
    #index_catalog .box.box_brands li {
        height: 56px;
        line-height: 56px;
    }
    #index_catalog .box.box_brands a img.gray {
        display: none;
    }
    #index_catalog .box.box_brands a img.color {
        visibility: visible;
        position: static;
        left: auto;
        max-width: 130px;
        max-height: 56px;
        vertical-align: middle;
    }
    /**/
    #index_hits {
        position: relative;
        height: 480px;
    }
    #index_hits h2 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        padding-top: 19px;
        margin-bottom: 17px;
    }
    #index_hits:before {
        content: '';
        display: block;
        width: 300%;
        margin-left: -100%;
        height: 480px;
        position: absolute;
        background: #47b143;
        /* Old browsers */
        background: -moz-linear-gradient(left, #47b143 0%, #97d73d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #47b143 0%, #97d73d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #47b143 0%, #97d73d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#47b143', endColorstr='#97d73d', GradientType=1);
        /* IE6-9 */
    }
    #index_hits>.iwr>.txt {
        border-radius: 10px;
        background: #fff;
        width: 220px;
        margin: 0px auto;
    }
    #index_hits .caroufredsel_wrapper {
        width: 220px !important;
        margin: 0px auto !important;
    }
    #index_hits ul,
    #index_hits .caroufredsel_wrapper,
    #index_hits>.iwr>.txt {
        padding-top: 0px;
        height: 360px !important;
    }
    #index_hits ul li {
        width: 220px;
        height: 360px;
        box-sizing: border-box;
        padding: 20px 20px 24px 20px;
    }
    #index_hits ul li div.pic {
        position: static;
        margin-top: 0px;
        top: auto;
    }
    #index_hits ul li div.pic img {
        max-width: 206px;
        max-height: 180px;
        width: auto;
    }
    #index_hits ul li div.txt {
        height: 96px;
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 14px;
        text-align: center;
    }
    #index_hits ul li div.more {
        padding: 0px;
        text-align: center;
    }
    #index_hits ul li div.more a.btn {
        box-shadow: none;
        width: 180px;
        height: 40px;
        line-height: 40px;
        background: #2b1708;
        border-radius: 10px;
    }
    #index_hits .pagelist {
        bottom: 188px;
        left: 0px;
        width: 290px;
        background: none;
        height: 0px;
        position: absolute;
    }
    #index_hits .pagelist a {
        width: 20px;
        height: 29px;
        border-radius: none;
        position: absolute;
        background: url(/bitrix/templates/lamatorf/images/mobile_pag.png) 0px 0px;
        border-radius: 0px;
    }
    #index_hits .pagelist a.prev {
        background: url(/bitrix/templates/lamatorf/images/mobile_pag.png) 0px 0px;
        left: 0px;
        top: auto;
    }
    #index_hits .pagelist a.next {
        background: url(/bitrix/templates/lamatorf/images/mobile_pag.png) 20px 0px;
        border-radius: none;
        right: 0px;
        top: auto;
    }
    #index_hits .pagnav {
        font-size: 0px;
        text-align: center;
        margin-top: 14px;
        display: none !important;
    }
    #index_hits .pagnav a {
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }
    #index_hits .pagnav a.selected {
        font-weight: bold;
    }
    /**/
    footer.main div.iwr {
        width: 100%;
        padding-bottom: 27px;
    }
    body#index footer.main div.iwr::before {
        content: none;
    }
    body#index footer.main div.lodka {
        display: none;
    }
    footer.main .row1 {
        margin-bottom: 52px;
    }
    footer.main .row1>.left {
        display: none;
    }
    footer.main .row1>.right {
        float: none;
        width: 100%;
        position: static;
        background: #fff;
        padding-top: 19px;
    }
    footer.main form {
        padding: 0px;
        padding-bottom: 30px;
        width: 302px;
        margin: 0px auto;
        box-shadow: none;
    }
    footer.main form h2 {
        color: #47b5f5;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 17px;
    }
    footer.main form div.captcha {
        width: 100%;
    }
    footer.main form div.l {
        white-space: normal;
        margin-bottom: 0px;
    }
    footer.main form div.l:last-of-type {
        margin-bottom: 0px;
    }
    footer.main form input[type="text"],
    footer.main form div.l textarea {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 6px;
        padding-left: 9px;
        padding-right: 9px;
        border-radius: 8px;
        box-shadow: none;
    }
    footer.main form div.l textarea {
        padding: 9px;
    }
    footer.main form .for_file {
        display: none !important;
    }
    footer.main form div.l.privacy-policy {
        margin-top: 0px;
        margin-bottom: 6px;
    }
    footer.main form div.l.captcha {
        margin-bottom: 6px;
    }
    footer.main form div.l.send {
        text-align: center;
    }
    footer.main form div.l input[type="submit"] {
        width: 180px;
        height: 40px;
        line-height: 40px;
        box-shadow: none;
        padding: 0px;
        border-radius: 10px;
        background: #69ba36;
        font-size: 16px;
        font-weight: bold;
    }
    footer.main .row2 {
        border-bottom: none;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 31px;
    }
    footer.main .row2 ul {
        width: 260px;
        margin: 0px auto;
    }
    footer.main .row2 li {
        width: 100%;
        display: block;
        margin: 0px;
        margin-bottom: 6px;
    }
    footer.main .row2 li a {
        display: block;
        font-size: 16px;
        color: #fff;
        height: 40px;
        line-height: 40px;
        background: #69ba36;
        border-radius: 12px;
        font-weight: bold;
    }
    footer.main .row2 li a::after {}
    footer.main .row3 {
        display: none;
    }
    footer.main .row4 {
        font-size: 10px;
    }
    footer.main .row4 .left,
    footer.main .row4 .right {
        float: none;
        text-align: center;
    }
    footer.main .fin {
        margin-bottom: 40px;
    }
    footer.main .fin .social {
        text-align: center;
        font-size: 0px;
        margin-bottom: 23px;
    }
    footer.main .fin .social a {
        display: inline-block;
        vertical-align: top;
        margin: 0px 6px;
    }
    footer.main .fin .inf {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
    }
    footer.main .fin .inf p {
        margin: 0px;
    }
    footer.main .fin .inf .zag {
        font-weight: bold;
    }
    footer.main .fin .inf .address {
        margin-bottom: 9px;
    }
    /**/
    .info_block .info_left {
        display: none;
    }
    .info_block>.txt,
    .info_block .content {
        margin: 0px;
    }
    #catalog ul li {
        width: 100%;
        display: block;
        margin: 0px;
        margin-bottom: 50px;
    }
    .pagination {
        font-size: 0px;
    }
    .pagination a,
    .pagination span {
        font-size: 12px;
        margin: 0px 5px;
        height: 24px;
        width: 24px;
        line-height: 24px;
    }
    div.moon_calendar {
        width: 290px;
    }
    div.moon_calendar div.moon_calendar_txt {
        height: 204px;
    }
    div.moon_calendar div.moon_calendar_txt ul li {
        width: 290px;
        height: 204px;
    }
    div.moon_calendar ul li img {
        width: 290px;
    }
    div.moon_calendar div.moon_calendar_pagination a {
        padding: 0px 5px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    section#inner {
        padding: 0px;
    }
    #info #news_list {
        width: 290px;
        margin: 0px auto;
    }
    #info_lib li iframe {
        height: 300px !important;
    }
    #info_lib li div.title {
        margin-bottom: 10px;
    }
    #news {
        width: 290px;
        margin: 0px auto;
    }
    #news .wr {
        width: 290px;
    }
    #news_list {
        margin-top: 20px;
        padding: 0px;
        width: 100%;
    }
    #news_list li div.txt {
        margin-left: 0px;
    }
    #news_list li div.left {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #news_list li div.left a {
        pointer-events: none;
    }
    #news_list li div.left img {
        width: 100%;
    }
    #news_list li {
        margin-bottom: 50px;
    }
    #news_list li .more a.btn,
    #company .btn.kislo {
        height: 40px;
        line-height: 40px;
        padding: 0px 32px;
        box-shadow: none;
        background: #69ba36;
        border-radius: 10px;
    }
    #article {
        padding: 0px;
        width: 100%;
    }
    #article .more {
        display: none;
    }
    #product_cart {
        width: 290px;
        margin: 0px auto;
    }
    #product_cart>.left {
        float: none;
        width: 100%;
    }
    #product_cart>.left.pic {
        width: 100%;
        margin-bottom: 20px;
    }
    #product_cart>.left.pic a:before {
        content: none;
    }
    #product_cart>.txt {
        margin-left: 0px;
    }
    #product_desc {
        width: 290px;
        margin: 0px auto;
    }
    div.breadcrumbs {
        width: 290px;
        margin: 0px auto;
        margin-top: 20px;
    }
    footer.main div.lodka {
        display: none;
    }
    body#other footer.main div.iwr {
        padding-top: 20px;
    }
    div#article,
    div#info_lib {
        width: 290px;
        margin: 0px auto;
    }
    #partners ul li {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }
    #contacts {
        padding-bottom: 20px;
        width: 290px;
        margin: 0px auto;
    }
    #contacts .content>.left,
    #contacts .content>.right {
        float: none;
        width: 100%;
    }
    #contacts .corp,
    #contacts .rozn {
        padding-left: 0px;
        background: none;
    }
    #contacts {
        padding-left: 0px;
    }
    #contacts .table .left {
        width: 86px;
    }
    #contacts .table .txt {
        margin-left: 87px;
    }
    #company {
        padding-bottom: 20px;
        width: 290px;
        margin: 0px auto;
    }
    #company .wr {
        width: 290px;
    }
    #company .pic_l,
    #company .pic_r {
        padding: 0px;
        float: none;
    }
    #company .pic_l img,
    #company .pic_r img {
        float: none;
        width: 100%;
    }
    #company .pic_l .txt {
        margin-left: 0px;
    }
    #company .pic_r .txt {
        margin-right: 0px;
    }
    div.moon_calendar div.moon_calendar_pagination a.prev,
    div.moon_calendar div.moon_calendar_pagination a.next {
        height: 40px;
        line-height: 40px;
        box-shadow: none;
        background: #69ba36;
        border-radius: 10px;
    }
    #product_desc h2 {
        font-size: 20px;
    }
    footer.main {
        margin-top: 20px;
    }
}

header.main .menu li a[href="/catalog/"] + div.sub{
    display: none!important;
}

#catalog ul li div.pic{
    height: 250px;
}

#catalog ul li div.pic img{
    max-height: 100%;
    object-fit: contain;
}

.bx-sitemap_root{
    margin: 0;
    padding: 0;
   }
   
   .bx-sitemap_sub{
       padding-left: 18px;
       margin-top: 0.7em;
       margin-bottom: -0.7em;
   }
   
   .info_block .info_left{
       padding-left: 1.8em!important ;
       padding-right: 1.5em!important ;
   }
   
   .bx-sitemap_sub a:hover{
       text-decoration: none!important;
   }
   
   .info_accordion_title_link{
       cursor: inherit;
       text-decoration: none!important;
   }

a.action_btn {
    text-decoration: none;
    text-align: center;
    display: block;
    background: #cd409e;
    color: #fff;
    border-radius: 9px;
    padding: 10px;
    font-size: 15px;
}
.center.action_block {
    max-width: 200px;
    min-width: 150px;
}

@media (min-width:768px) {


.info.clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info.clear > * {
    padding: 0 !important;
}

header.main .search {
    padding: 0 !important;
}

.right.clear {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 25px;
}


header.main .phone {
    margin: 0;
}
}
@media (max-width:767px) {
.info.clear {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center.action_block a {
    margin-bottom: 20px;
}
}
/* End */
/* /bitrix/templates/lamatorf/components/bitrix/search.suggest.input/first/style.css?1677079431501 */
/* /bitrix/templates/lamatorf/components/bitrix/menu/blank/style.min.css?1677079431490 */
/* /bitrix/templates/lamatorf/template_styles.css?173815782871128 */
