@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500;700&display=swap');




html, body {
padding: 0px;
margin: 0px;
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
}

img {
background: transparent;
}

a {
color: #1d3757;
text-decoration-skip-ink: none;
}

strong, b {
font-family: Rubik; font-weight: 700;
font-weight: normal;
}

i, em {
font-family: Rubik; font-weight: 500;
font-style: normal;
}




/* Шапка мобильная */

.mobheadercd1 {
display: none;
}

@media screen 
and (max-width:999px){

.mobheadercd1 {
display: block;
width: 100%;
height: 50px;
background-color: #e25015;
box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
position: fixed;
left: 0px;
top: 0px;
z-index: 900;
}

.mobheadercd2 {
width: calc(100% - 40px);
height: 50px;
padding: 0px 20px 0px 20px;
position: relative;
}

.mobheadercd2d1 {
width: 96px;
height: 35px;
background-image: url(img/top_logo.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 96px;
position: absolute;
left: 19px;
top: 8px;
}

.mobheadercd2d2 {
width: 40px;
height: 50px;
background-image: url(img/search_icon_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px;
position: absolute;
right: 95px;
top: 0px;
}

.mobheadercd2d3 {
width: 40px;
height: 50px;
background-image: url(img/city_icon_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
position: absolute;
right: 55px;
top: 0px;
}

.mobheadercd2d4_off {
width: 55px;
height: 50px;
background-color: transparent;
position: absolute;
right: 0px;
top: 0px;
cursor: poRubik;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheadercd2d4_off span {
width: 21px;
height: 0px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 999px;
display: block;
position: absolute;
left: 14px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheadercd2d4_off span:nth-child(1) {
top: 18px;
}

.mobheadercd2d4_off span:nth-child(2) {
top: 25px;
}

.mobheadercd2d4_off span:nth-child(3) {
top: 32px;
}

.mobheadercd2d4_on {
width: 55px;
height: 50px;
background-color: #fff;
position: absolute;
right: 0px;
top: 0px;
cursor: poRubik;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheadercd2d4_on span {
width: 21px;
height: 0px;
background-color: #e25015;
border: 1px solid #e25015;
border-radius: 999px;
display: block;
position: absolute;
left: 14px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheadercd2d4_on span:nth-child(1) {
top: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.mobheadercd2d4_on span:nth-child(2) {
opacity: 0;
top: 25px;
}

.mobheadercd2d4_on span:nth-child(3) {
top: 25px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.mobheaderdropmenu {
width: calc(100% - 30px);
height: calc(100vh - 90px);
background-color: #fff;
background-image: url(img/mobheaderdropmenu_bg.jpg);
background-position: right bottom;
background-repeat: no-repeat;
background-size: contain;
position: fixed;
top: 50px;
left: 0px;
padding: 20px 10px 20px 20px;
}

.mobheaderdropmenuin {
max-height: calc(100vh - 102px);
padding-bottom: 10px;
padding-right: 20px;
}

.mobheaderdropmenu_off {
padding-left: 26px;
margin-bottom: 10px;
position: relative;
}

.mobheaderdropmenu_off b {
width: 20px;
height: 20px;
background-image: url(img/mobheaderdropmenu_arr_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 8px;
position: absolute;
left: 0px;
top: 0px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheaderdropmenu_off span {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #555555;
line-height: 20px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheaderdropmenu_on {
padding-left: 26px;
margin-bottom: 10px;
position: relative;
}

.mobheaderdropmenu_on b {
width: 20px;
height: 20px;
background-image: url(img/mobheaderdropmenu_arr_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 8px;
position: absolute;
left: 0px;
top: 0px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheaderdropmenu_on span {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
line-height: 20px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.mobheaderdropmenusub {
margin-bottom: 25px;
}

.mobheaderdropmenusub a {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #1d3757;
display: block;
margin-top: 10px;
}

.mobheaderdropmenu_sepp {
height: 0px;
border-bottom: 2px solid #eceae3;
padding-top: 10px;
}

.mobheaderdropmenu_cont {
margin-top: 20px;
padding-bottom: 85px
}

.mobheaderdropmenud1 {
margin-top: 10px;
}

.mobheaderdropmenud1d1 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #555555;
white-space: nowrap;
}

.mobheaderdropmenud1d2 {
font-family: Rubik; font-weight: 500;
font-size: 20px;
color: #262626;
white-space: nowrap;
padding-top: 3px;
}

.mobheaderdropmenud1d2 b {
width: 3px;
height: 3px;
background-color: #262626;
border-radius: 99px;
overflow: hidden;
margin: 0px 4px 0px 4px;
display: inline-block;
position: relative;
top: -5px;
}

.mobheaderdropmenud2 {
margin-top: 20px;
}

.mobheaderdropmenu_slinks {
padding-top: 20px;
}

.mobheaderdropmenu_slinksd1 {
background-color: #e25015;
background-image: url(img/call_back_icon.png);
background-position: 13px center;
background-repeat: no-repeat;
background-size: 14px;
padding: 10px 0px 9px 40px;
border-radius: 3px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #fff;
text-transform: uppercase;
margin-bottom: 5px;
}

.mobheaderdropmenu_slinksd2 {
background-color: #e25015;
background-image: url(img/mail_back_icon.png);
background-position: 13px center;
background-repeat: no-repeat;
background-size: 14px;
padding: 10px 0px 9px 40px;
border-radius: 3px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #fff;
text-transform: uppercase;
}





}







/* Шапка */

.headercd1 {
width: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: 900;
box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}

.headercd2line1 {
background-color: #e25015;
}

.headercd2line1in {
max-width: 1400px;
padding: 0px 40px 0px 40px;
margin: 0px auto;
}

.headercd3 {
width: 100%;
height: 75px;
display: table;
}

.headercd3d1,
.headercd3d2,
.headercd3d3,
.headercd3d4 {
display: table-cell;
text-align: left;
vertical-align: middle;
}

.headercd3d3 {
width: 100%;
vertical-align: top !important;
position: relative;
}

.headercd3d1 div {
width: 135px;
height: 49px;
background-image: url(img/top_logo.png);
background-position: center center;
background-repeat: no-repeat;
border: none;
cursor: poRubik;
margin-right: 20px;
}

.headercd3d2d1 {
width: 30px;
height: 25px;
background-image: url(img/call_back_icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px;
cursor: poRubik;
margin-right: 20px;
}

.headercd3d2d2 {
width: 30px;
height: 25px;
background-image: url(img/mail_back_icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px;
cursor: poRubik;
margin-right: 20px;
}

.headercd3d3d1 {
width: 100%;
background-color: #fff;
position: absolute;
left: 0px;
top: 13px;
z-index: 900;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.headercd3d3d1d1 {
}

.headercd3d3d1d1 input {
width: calc(100% - 50px);
background: transparent;
border: none;
outline: none;
-webkit-appearance: none;
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #262626;
padding: 15px 25px 14px 25px;
position: relative;
z-index: 901;
}

::-webkit-input-placeholder {color:#d3d3d3;}
::-moz-placeholder          {color:#d3d3d3;}
:-moz-placeholder           {color:#d3d3d3;}
:-ms-input-placeholder      {color:#d3d3d3;}

.headercd3d3d1d1 input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.headercd3d3d1d1 input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.headercd3d3d1d2 {
width: 60px;
height: 50px;
background-color: #f8f8f8;
background-image: url(img/search_icon_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 18px;
position: absolute;
right: 0px;
top: 0px;
cursor: poRubik;
z-index: 902;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd3d3d1d2:before {
content: '';
width: 0px;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
border-left: 1px solid #ededed;
border-right: 1px solid #fff;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd3d3d1d2:hover {
background-color: #2c4462;
background-image: url(img/search_icon_on.png);
}

.headercd3d3d1d2:hover:before {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

.headercd3d3d1d2loader {
width: 60px;
height: 49px;
background-image: url(img/search_loader_bg.png);
background-position: right top;
background-repeat: repeat-y;
background-size: contain;
position: absolute;
right: 60px;
top: 0px;
z-index: 902;
}

@keyframes rotate {
100% {-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
transform: rotate(360deg);}
}

.headercd3d3d1d2loader span {
width: 22px;
height: 22px;
background-image: url(img/loader_span_bg.png);
background-position: center center;
background-repeat: no-repeat;
position: absolute;
right: 14px;
top: 14px;
-webkit-animation: rotate 1s linear infinite;
animation: rotate 1s linear infinite;
}

.headercd3d3d1d3 {
}

.headercd3d3d1d3 div {
padding: 8px 25px 10px 25px;
border-top: 1px solid #f8f8f8;
}

.headercd3d3d1d3 a {
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #262626;
}

.headercd3d4d1 {
display: table;
margin-left: 5px;
}

.headercd3d4d1d1 {
display: table-cell;
padding-left: 20px;
}

.headercd3d4d1d1d1 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #f4c4b0;
white-space: nowrap;
}

.headercd3d4d1d1d2 {
font-family: Rubik; font-weight: 500;
font-size: 27px;
color: #fff;
white-space: nowrap;
}

.headercd3d4d1d1d2 b {
width: 4px;
height: 4px;
background-color: #fff;
border-radius: 99px;
overflow: hidden;
margin: 0px 3px 0px 3px;
display: inline-block;
position: relative;
top: -7px;
}

@media screen 
and (min-width:1000px) 
and (max-width:1100px){

.headercd3d4d1 {
margin-left: 10px;
}

.headercd3d4d1d1 {
padding-left: 15px;
}

.headercd3d4d1d1d1 {
font-size: 10px;
}

.headercd3d4d1d1d2 {
font-size: 24px;
}

.headercd3d4d1d1d2 b {
width: 4px;
height: 4px;
top: -6px;
}

}

.headercd2line2 {
background-color: #edeae3;
}

.headercd2line2in {
max-width: 1400px;
padding: 0px 40px 0px 40px;
margin: 0px auto;
}

.headercd4 {
width: 100%;
height: 45px;
display: table;
}

.headercd4d1,
.headercd4d2 {
display: table-cell;
text-align: left;
vertical-align: middle;
}

.headercd4d1 {
width: 100%;
}

.headercd4d1menuitem {
display: inline-block;
position: relative;
z-index: 800;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.menuitem_first {
padding: 15px 15px 15px 0px !important;
}

.menuitem_first:hover {
background-color: #edeae3 !important;
}

.menuitem_single {
padding: 15px 15px 15px 15px;
}

.menuitem_single:hover {
background-color: #f8f8f8;
}

.menuitem_down {
padding: 15px 30px 15px 15px;
}

.menuitem_down:hover {
background-color: #f8f8f8;
}

.headercd4d1menuitem span {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #555555;
text-transform: uppercase;
cursor: pointer;
}

.headercd4d1menuitem:hover span {
color: #1d3757;
}

.headercd4d1menuitem b {
width: 13px;
height: 13px;
background-image: url(img/menu_b_bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 10px;
position: absolute;
right: 10px;
top: 16px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd4d1menuitem_on {
background-color: #f8f8f8;
display: inline-block;
position: relative;
z-index: 800;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd4d1menuitem_on span {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #1d3757;
text-transform: uppercase;
}

.headercd4d1menuitem_on b {
width: 13px;
height: 13px;
background-image: url(img/menu_b_bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 10px;
position: absolute;
right: 10px;
top: 16px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.headercd4d1menusub {
width: auto;
min-width: 100%;
background-color: #f8f8f8;
position: absolute;
left: 0px;
top: 45px;
}

.headercd4d1menusub a {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #555555;
white-space: nowrap;
display: block;
padding: 12px 15px 11px 15px;
text-decoration: none;
border-bottom: 1px solid #ededed;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.headercd4d1menusub a:last-child {
border-bottom: none;
}

.headercd4d1menusub a:hover {
background-color: #2f598d;
color: #fff;
border-bottom: 1px solid #2f598d;
}

.headercd4d1menusub a:last-child:hover {
border-bottom: none;
}

.headercd4d1menusub_specitem1 {
background-color: #b3d2eb;
}

.headercd4d2m {
padding-top: 14px;
padding-right: 15px;
}

.headercd4d2m a {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #4f4f4f;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd4d2m a:hover {
color: #54a1d9;
}

.headercd4d2citycd {
max-width: 100px;
overflow: hidden;
word-wrap: break-word;
background-image: url(img/city_icon_off.png);
background-position: 14px center;
background-repeat: no-repeat;
background-size: 9px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #555555;
border: 2px solid #4f4f4f;
padding: 6px 15px 6px 30px;
cursor: poRubik;
white-space: nowrap;
border-radius: 5px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd4d2citycd:hover {
background-image: url(img/city_icon_on.png);
background-color: #2f598d;
border: 2px solid #2f598d;
color: #fff;
}

.headercd4d2citycd:after {
content: '';
width: 12px;
height: 20px;
background-image: url(img/city_af_off.png);
background-position: right center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 3px;
right: 0px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.headercd4d2citycd:hover:after {
content: '';
width: 12px;
height: 20px;
background-image: url(img/city_af_on.png);
background-position: right center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 3px;
right: 0px;
}



@media screen 
and (min-width:1000px) 
and (max-width:1225px){

.menuitem_first {
padding: 16px 7px 15px 0px !important;
}

.menuitem_single {
padding: 16px 7px 15px 7px;
}

.menuitem_down {
padding: 16px 7px 15px 7px;
}

.headercd4d1menuitem span {
font-size: 11px;
}

.headercd4d1menuitem b {
display: none;
}

.headercd4d1menuitem_on span {
font-size: 11px;
}

.headercd4d1menuitem_on b {
display: none;
}

}

@media screen 
and (max-width:999px){

.headercd1 {
display: none;
}

}





/* Контент */

.contentcd1 {
}

.contentcd2 {
padding-top: 120px;
}

@media screen 
and (max-width:999px){

.contentcd2 {
padding-top: 50px;
}

}






/* Баннеры */

.mainbannerscd1 {
position: relative;
}

.mainbannerscd1itemcd1 {
height: 456px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.mainbannerscd1itemcd2 {
max-width: 1400px;
height: 456px;
padding: 0px 40px 0px 40px;
margin: 0px auto;
position: relative;
}

.mainbannerscd1itemcd1d1 {
font-family: Rubik; font-weight: 500;
font-size: 105px;
color: #fff;
padding-top: 50px;
}

.mainbannerscd1itemcd1d2 {
font-family: Rubik; font-weight: 500;
font-size: 40px;
color: #fff;
line-height: 45px;
padding-top: 0px;
padding-right: 50%;
}

.mainbannerscd1itemcd1d3 {
background-image: url(img/slider_rarr_off.png);
background-position: calc(100% - 30px) center;
background-repeat: no-repeat;
background-size: 8px;
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #fff;
padding: 20px 50px 20px 30px;
border: 4px solid #fff;
border-radius: 10px;
position: absolute;
left: 40px;
bottom: 60px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.mainbannerscd1itemcd1d3:hover {
background-image: url(img/slider_rarr_on.png);
background-color: #fff;
color: #2f598d;
}

.mainbannerspagercd1 {
width: 100%;
height: 0px;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 890;
}

.mainbannerspagercd2 {
max-width: 1400px;
height: 0px;
padding: 0px 40px 0px 40px;
position: relative;
margin: 0px auto;
}

.mainbannerspagercd3 {
width: 200px;
position: absolute;
left: 250px;
bottom: 81px;
display: table;
}

.mainbannerspagercd3 div {
display: table-cell;
vertical-align: middle;
text-align: left;
}

.mainbannerspagercd3 a {
width: 9px;
height: 9px;
background-color: #fff;
border-radius: 999px;
display: inline-block;
margin: 0px 7px 0px 7px;
position: relative;
top: -3px;
}

.mainbannerspagercd3 a.active {
width: 6px;
height: 6px;
background-color: transparent;
border: 4px solid #fff !important;
top: 0px !important;
box-sizing: content-box !important;
}

.mainbannerspagercd3 a:hover {
background-color: #e25015;
}

.mainbannerspagercd3 a.active:hover {
background-color: transparent !important;
border-color: #fff !important;
}

@media screen 
and (min-width:1000px) 
and (max-width:1100px){

.mainbannerscd1itemcd1 {
height: 406px;
}

.mainbannerscd1itemcd2 {
height: 406px;
}

.mainbannerscd1itemcd1d1 {
font-size: 85px;
padding-top: 50px;
}

.mainbannerscd1itemcd1d2 {
font-size: 30px;
line-height: 35px;
padding-top: 10px;
}

.mainbannerscd1itemcd1d3 {
font-size: 16px;
padding: 15px 50px 15px 30px;
border: 3px solid #fff;
}

.mainbannerspagercd3 {
left: 230px;
bottom: 80px;
}

}

@media screen 
and (max-width:999px){

.mainbannerscd1itemcd1 {
height: 400px;
background-position: right;
}

.mainbannerscd1itemcd2 {
background-color: rgba(19,43,71,0.8);
height: 400px;
padding: 0px 20px 0px 20px;
}

.mainbannerscd1itemcd1d1 {
font-size: 45px;
line-height: 50px;
padding-top: 30px;
}

.mainbannerscd1itemcd1d2 {
font-size: 30px;
line-height: 35px;
padding-top: 20px;
padding-right: 0%;
}

.mainbannerscd1itemcd1d3 {
width: calc(100% - 46px);
font-size: 16px;
text-align: center;
padding: 12px 0px 12px 0px;
border: 3px solid #fff;
left: 20px;
bottom: 50px;
}

.mainbannerspagercd1 {
z-index: 890;
}

.mainbannerspagercd2 {
height: 0px;
padding: 0px 20px 0px 20px;
}

.mainbannerspagercd3 {
width: 100vw;
position: absolute;
left: 0px;
bottom: 13px;
display: table;
}

.mainbannerspagercd3 div {
text-align: center;
}

.mainbannerspagercd3 a {
width: 7px;
height: 7px;
top: -2px;
}

.mainbannerspagercd3 a.active {
width: 5px;
height: 5px;
border: 3px solid #fff;
}

}





/* Заголовки главная */

.maintitlecd1 {
padding-top: 45px;
}

.maintitlecd2 {
max-width: 1400px;
padding: 0px 40px 0px 40px;
position: relative;
margin: 0px auto;
}

.maintitletype1 {
}

.maintitletype1 span {
padding-right: 500px;
}

.maintitletype2 {
padding: 0px 0px 0px 0px !important;
}

.maintitletype2 span {
padding-right: 250px;
}

.maintitletype3 {
padding: 0px 0px 0px 0px !important;
}

.maintitletype3 span {
padding-right: 0px;
}

.maintitlecd2 span {
display: block;
font-family: Rubik; font-weight: 500;
font-size: 42px;
color: #262626;
line-height: 40px;
}

.maintitlecd2rblock {
position: absolute;
right: 40px;
top: 12px;
}

.maintitlecd2rblock2 {
position: absolute;
right: 0px;
top: 12px;
}

.maintitlecd2rlink1 {
display: inline-block;
padding: 8px 0px 8px;
margin-left: 30px;
}

.maintitlecd2rlink1 a {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #54a1d9;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.maintitlecd2rlink1 a:hover {
color: #1d3757;
}

.titlealplink {
background-image: url(img/alf_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 25px;
padding-left: 37px;
}

.titleprolink {
background-image: url(img/sort_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 19px;
padding-left: 30px;
}

.titlealllink {
background-image: url(img/all_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 19px;
padding-left: 30px;
}

@media screen 
and (max-width:999px){

.maintitlecd1 {
padding-top: 25px;
}

.maintitlecd2 {
padding: 0px 20px 0px 20px;
}

.maintitletype1 {
}

.maintitletype1 span {
padding-right: 50px;
}

.maintitletype2 {
padding: 0px 0px 0px 0px !important;
}

.maintitletype2 span {
padding-right: 50px;
}

.maintitletype3 {
padding: 0px 0px 0px 0px !important;
}

.maintitletype3 span {
padding-right: 0px;
}

.maintitlecd2 span {
display: block;
font-family: Rubik; font-weight: 500;
font-size: 22px;
color: #262626;
line-height: 25px;
}

.maintitlecd2rblock {
position: absolute;
right: 15px;
top: -8px;
}

.maintitlecd2rblock2 {
position: absolute;
right: 0px;
top: 4px;
}

.maintitlecd2rlink1 {
display: inline-block;
padding: 0px 0px 0px;
margin-left: 5px;
}

.maintitlecd2rlink1 a {
width: 20px;
height: 20px;
display: block;
font-size: 0px;
}

.titlealplink {
background-size: 18px;
padding-left: 0px;
}

.titleprolink {
background-size: 14px;
padding-left: 0px;
}

.titlealllink {
background-size: 14px;
padding-left: 0px;
}

}








/* Группы главная */


.maincatgroupscd1 {
background-image: url(img/maingroups_bg1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
}

@media screen 
and (max-width:999px){

.maincatgroupscd1 {
background-image: url(img/maingroups_bg1_s.jpg);
}

}

.maincatgroupscd2 {
max-width: 1400px;
padding: 50px 40px 0px 40px;
position: relative;
margin: 0px auto;
}

.maincatgroupscd2d1 {
width: calc(33% - 32px);
height: 320px;
display: inline-block;
margin-right: 47px;
margin-bottom: 50px;
box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
cursor: poRubik;
overflow: hidden;
}

.maincatgroupscd2d1:nth-child(3n) {
margin-right: 0px;
}

.maincatgroupscd2d2 {
width: calc(100% + 1px);
height: 320px;
background-color: #fff;
position: relative;
}

.maincatgroupscd2d1:hover div.maincatgroupscd2d1d1 {
height: 320px;
}

.maincatgroupscd2d1:hover div.maincatgroupscd2d1d2 {
height: 320px;
background-color: rgba(29,50,87,0.95);
color: #fff !important;
}

.maincatgroupscd2d1:hover div.maincatgroupscd2d1d2>div {
color: #fff !important;
}

.maincatgroupscd2d1d1 {
width: 100%;
height: 230px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0px;
top: 0px;
z-index: 300;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.maincatgroupscd2d1d2 {
width: 100%;
height: 90px;
background-color: #fff;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 301;
display: table;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.maincatgroupscd2d1d2 div {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
display: table-cell;
text-align: center;
vertical-align: middle;
}

@media screen 
and (min-width:1000px) 
and (max-width:1115px){

.maincatgroupscd2 {
padding: 50px 40px 27px 40px;
}

.maincatgroupscd2d1 {
width: calc(33% - 13px);
margin-right: 20px;
margin-bottom: 20px;
}

}

@media screen 
and (max-width:999px){

.maincatgroupscd1 {
margin-top: 25px;
}

.maincatgroupscd2 {
padding: 20px 20px 1px 20px;
}

.maincatgroupscd2d1 {
width: 100%;
height: 250px;
display: block;
margin-right: 0px;
margin-bottom: 20px;
}

.maincatgroupscd2d2 {
width: 100%;
height: 250px;
background-color: #fff;
position: relative;
}

.maincatgroupscd2d1:hover div.maincatgroupscd2d1d1 {
height: 180px;
}

.maincatgroupscd2d1:hover div.maincatgroupscd2d1d2 {
height: 70px;
background-color: #fff !important;
color: #1d3757 !important;
}

.maincatgroupscd2d1:hover div.maincatgroupscd2d1d2>div {
color: #1d3757 !important;
}

.maincatgroupscd2d1d1 {
width: 100%;
height: 180px;
}

.maincatgroupscd2d1d2 {
width: 100%;
height: 70px;
}

.maincatgroupscd2d1d2 div {
font-size: 17px;
}

}





/* Информация о компании главная */

.mainaboutcd1 {
}

.mainaboutcd2 {
max-width: 1400px;
padding: 50px 40px 40px 40px;
position: relative;
margin: 0px auto;
}

.mainaboutcd2tab {
width: 100%;
display: table;
}

.mainaboutcd2ttd1 {
width: 52%;
display: table-cell;
vertical-align: top;
}

.mainaboutcd2ttd1d1 {
padding-top: 10px;
}

.mainaboutcd2ttd1d2 {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 20px;
padding-top: 35px;
padding-right: 30px;
}

.mainaboutcd2ttd1d3 {
padding-top: 20px;
}

.mainaboutcd2ttd2 {
width: 48%;
display: table-cell;
vertical-align: top;
}

.mainaboutcd2ttd2 img {
width: 100%;
position: relative;
right: -10px;
top: 20px;
}

@media screen 
and (max-width:999px){

.mainaboutcd1 {
}

.mainaboutcd2 {
padding: 20px 20px 20px 20px;
}

.mainaboutcd2tab {
width: 100%;
display: block;
}

.mainaboutcd2ttd1 {
width: 100%;
display: block;
vertical-align: top;
}

.mainaboutcd2ttd1d1 {
padding-top: 10px;
}

.mainaboutcd2ttd1d2 {
padding-top: 15px;
padding-right: 0px;
}

.mainaboutcd2ttd1d3 {
padding-top: 10px;
padding-bottom: 20px;
}

.mainaboutcd2ttd2 {
width: 100%;
display: block;
}

.mainaboutcd2ttd2 img {
right: 0px;
top: 0px;
}

}





/* Файлы типовой блок */

.fileviewformat {
min-height: 52px;
padding-left: 70px;
}

.fileviewformat div {
padding-top: 7px;
}

.fileviewformat a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.fileviewformat a:hover {
color: #54a1d9;
}

.fileviewformat span {
font-family: Rubik; font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #9c9c9c;
display: block;
padding-top: 7px;
}

.fileviewformat b {
width: 30px;
display: inline-block;
}

.file_pdf {
background-image: url(img/pdf.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_doc {
background-image: url(img/doc.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_xls {
background-image: url(img/xls.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_docx {
background-image: url(img/doc.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_xlsx {
background-image: url(img/xls.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_zip {
background-image: url(img/zip.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_rar {
background-image: url(img/rar.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_jpg {
background-image: url(img/jpg.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_jpeg {
background-image: url(img/jpg.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_png {
background-image: url(img/png.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

.file_link {
background-image: url(img/link.png);
background-position: left top;
background-repeat: no-repeat;
background-size: 45px;
}

@media screen 
and (max-width:999px){

.fileviewformat {
min-height: 52px;
padding-left: 55px;
}

.fileviewformat div {
padding-top: 0px;
}

.fileviewformat a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.fileviewformat a:hover {
color: #1d3757;
}

.fileviewformat span {
display: none;
}

.file_pdf {
background-size: 35px;
}

.file_doc {
background-size: 35px;
}

.file_xls {
background-size: 35px;
}

.file_docx {
background-size: 35px;
}

.file_xlsx {
background-size: 35px;
}

.file_zip {
background-size: 35px;
}

.file_rar {
background-size: 35px;
}

.file_jpg {
background-size: 35px;
}

.file_jpeg {
background-size: 35px;
}

.file_png {
background-size: 35px;
}

.file_link {
background-size: 35px;
}

}





/* Новости главная */

.mainnewscd1 {
background-image: url(img/maingroups_bg1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
}

@media screen 
and (max-width:999px){

.mainnewscd1 {
background-image: url(img/maingroups_bg1_s.jpg);
}

}

.mainnewscd2 {
max-width: 1400px;
padding: 40px 40px 32px 40px;
position: relative;
margin: 0px auto;
}

.mainnewscd2title {
margin-top: 20px;
}

.mainnewscd2slider {
margin-top: 40px;
margin-bottom: 30px;
}

.mainnewscd2sliderline {
}

.mainnewscd2sliderlineunit {
width: calc(33% - 26px);
height: 360px;
background-color: #fff;
margin-right: 40px;
display: inline-block;
position: relative;
box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}

.mainnewscd2sliderlineunit:nth-child(3n) {
margin-right: 0px;
}

.mainnewscd2sliderlineunitd1 {
width: 100%;
height: 230px;
position: absolute;
left: 0px;
top: 0px;
overflow: hidden;
}

.mainnewscd2sliderlineunitd1d {
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0px;
top: 0px;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.mainnewscd2sliderlineunit:hover div.mainnewscd2sliderlineunitd1d {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2) rotate(0.02deg);
}

.mainnewscd2sliderlineunitd2 {
width: 100%;
height: 113px;
background-color: #fff;
position: absolute;
left: 0px;
bottom: 0px;
padding-top: 17px;
}

.mainnewscd2sliderlineunitd2d1 {
width: calc(100% - 50px);
height: 61px;
overflow: hidden;
margin: 0px auto; 
}

.mainnewscd2sliderlineunitd2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
line-height: 20px;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.mainnewscd2sliderlineunitd2d1 a:hover {
color: #54a1d9;
}

.mainnewscd2sliderlineunitd2d2 {
width: calc(100% - 50px);
margin: 0px auto;
}

.mainnewscd2sliderlineunitd2d2 span {
background-image: url(img/new_date_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #9c9c9c;
padding-left: 22px;
display: block;
margin-top: 15px;
margin-bottom: 15px;
}

.mainnewscd2pager {
display: table;
margin: 0px auto;
}

.mainnewscd2pagerd1 {
display: table-cell;
}

.mainnewscd2pagerd1 span {
width: 20px;
height: 32px;
background-image: url(img/slider_larr_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px;
display: block;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
opacity: 0.8;
margin-right: 20px;
}

.mainnewscd2pagerd1 span:hover {
opacity: 1;
}

.mainnewscd2pagerd2 {
display: table-cell;
vertical-align: middle;
padding-top: 4px;
}

.mainnewscd2pagerd2 a {
width: 8px;
height: 8px;
background-color: #2f598d;
border-radius: 999px;
display: inline-block;
margin: 0px 7px 0px 7px;
position: relative;
top: -3px;
}

.mainnewscd2pagerd2 a:hover {
background-color: #e25015;
}

.mainnewscd2pagerd2 a.active {
width: 6px;
height: 6px;
background-color: transparent;
border: 4px solid #2f598d;
top: 0px !important;
box-sizing: content-box !important;
}

.mainnewscd2pagerd2 a.active:hover {
background-color: transparent !important;
border-color: #2f598d !important;
}

.mainnewscd2pagerd3 {
display: table-cell;
}

.mainnewscd2pagerd3 span {
width: 20px;
height: 32px;
background-image: url(img/slider_rarr_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px;
display: block;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
opacity: 0.8;
margin-left: 20px;
}

.mainnewscd2pagerd3 span:hover {
opacity: 1;
}

@media screen 
and (min-width:1000px) 
and (max-width:1115px){

.mainnewscd2sliderlineunit {
width: calc(33% - 13px);
margin-right: 20px;
}

}

@media screen 
and (max-width:999px){

.mainnewscd1 {
margin-top: 20px;
}

.mainnewscd2 {
padding: 20px 20px 1px 20px;
}

.mainnewscd2title {
margin-top: 5px;
}

.mainnewscd2slider {
margin-top: 22px;
margin-bottom: 0px;
}

.mainnewscd2sliderline {
}

.mainnewscd2sliderlineunit {
width: 100%;
height: 280px;
margin-right: 0px;
margin-bottom: 20px;
display: block;
}

.mainnewscd2sliderlineunit:nth-child(3n) {
margin-right: 0px;
}

.mainnewscd2sliderlineunitd1 {
width: 100%;
height: 185px;
}

.mainnewscd2sliderlineunitd1d {
width: 100%;
height: 100%;
}

.mainnewscd2sliderlineunit:hover div.mainnewscd2sliderlineunitd1d {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0.0deg);
}

.mainnewscd2sliderlineunitd2 {
width: 100%;
height: 95px;
background-color: #fff;
position: absolute;
left: 0px;
bottom: 0px;
padding-top: 17px;
}

.mainnewscd2sliderlineunitd2d1 {
width: calc(100% - 30px);
height: 53px; 
}

.mainnewscd2sliderlineunitd2d1 a {
font-size: 15px;
color: #1d3757;
line-height: 18px;
}

.mainnewscd2sliderlineunitd2d1 a:hover {
color: #1d3757;
}

.mainnewscd2sliderlineunitd2d2 {
width: calc(100% - 30px);
margin: 0px auto;
}

.mainnewscd2sliderlineunitd2d2 span {
background-size: 9px;
font-size: 11px;
padding-left: 18px;
margin-top: 15px;
}

.mainnewscd2pager {
display: table;
margin: 0px auto;
margin-bottom: 13px;
}

.mainnewscd2pagerd1 {
display: table-cell;
}

.mainnewscd2pagerd1 span {
width: 20px;
height: 32px;
background-size: 12px;
opacity: 1;
margin-right: 10px;
}

.mainnewscd2pagerd1 span:hover {
opacity: 1;
}

.mainnewscd2pagerd2 {
display: table-cell;
vertical-align: middle;
padding-top: 3px;
}

.mainnewscd2pagerd2 a {
width: 7px;
height: 7px;
top: -2px;
}

.mainnewscd2pagerd2 a.active {
width: 5px;
height: 5px;
border: 3px solid #2f598d;
}

.mainnewscd2pagerd3 {
display: table-cell;
}

.mainnewscd2pagerd3 span {
width: 20px;
height: 32px;
background-size: 12px;
opacity: 1;
margin-left: 10px;
}

.mainnewscd2pagerd3 span:hover {
opacity: 1;
}

}





/* Топовые бренды главная */

.maintopbrandscd1 {
margin-top: 20px;
margin-bottom: 40px;
}

.maintopbrandscd2 {
max-width: 1400px;
padding: 40px 40px 0px 40px;
position: relative;
margin: 0px auto;
}

.maintopbrandscd2title {
margin-bottom: 80px;
}

.maintopbrandscd2list {
}

.maintopbrandscd2listitem {
width: calc(25% - 5px);
height: 120px;
display: inline-block;
margin-bottom: 35px;
}

.maintopbrandscd2listitem div {
width: calc(100% - 100px);
min-width: 180px;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin: 0px auto;
cursor: poRubik;
}

@media screen 
and (max-width:999px){

.maintopbrandscd1 {
margin-top: 0px;
margin-bottom: 0px;
}

.maintopbrandscd2 {
padding: 25px 20px 10px 20px;
}

.maintopbrandscd2title {
margin-bottom: 30px;
}

.maintopbrandscd2list {
margin-bottom: 30px;
}

.maintopbrandscd2listitem {
width: calc(50% - 5px);
height: 80px;
display: inline-block;
margin-bottom: 0px;
}

.maintopbrandscd2listitem div {
width: calc(100% - 30px);
min-width: 90px;
}

}





/* Подвал */

.footercd1 {
background-color: #e25015;
}

.footercd2 {
padding: 30px 0px 15px 0px;
}

.footercd2in {
max-width: 1400px;
padding: 0px 40px 0px 40px;
margin: 0px auto;
}

.footercd2intab {
width: 100%;
display: table;
}

.footercd2inttd1 {
width: 50%;
display: table-cell;
vertical-align: top;
}

.footercd2inttd2 {
width: 50%;
display: table-cell;
vertical-align: top;
}

.footercd2inttd1title {
font-family: Rubik; font-weight: 500;
font-size: 19px;
color: #fff;
white-space: nowrap;
margin-bottom: 27px;
}

.footercd2inttd1linkblock {
}

.footercd2inttd1linkblock a {
background-image: url(img/footer_menu_arr.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 6px;
padding-left: 12px;
width: calc(50% - 15px);
display: inline-block;
margin-bottom: 15px;
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.footercd2inttd3 {
display: table-cell;
vertical-align: top;
}

.footercd2inttd3cd {
padding-left: 50px;
}

.footercd2inttd3d1 {
background-image: url(img/footer_logo.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 205px;
width: 205px;
height: 73px;
cursor: poRubik;
}

.footercd2inttd3d2 {
margin-top: 13px;
}

.footercd2inttd3d2 span {
background-image: url(img/call_back_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 16px;
padding: 7px 0px 5px 25px;
display: block;
font-family: Rubik; font-weight: 500;
font-size: 10px;
color: #f4baa3;
text-transform: uppercase;
text-decoration: underline;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.footercd2inttd3d2 span:hover {
color: #fff;
}

.footercd2inttd3d3 {
margin-top: 0px;
}

.footercd2inttd3d3 span {
background-image: url(img/mail_back_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 16px;
padding: 7px 0px 5px 25px;
display: block;
font-family: Rubik; font-weight: 500;
font-size: 10px;
color: #f4baa3;
text-transform: uppercase;
text-decoration: underline;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.footercd2inttd3d3 span:hover {
color: #fff;
}

@media screen 
and (min-width:1000px) 
and (max-width:1135px){

.footercd2inttd1 {
width: 48%;
}

.footercd2inttd2 {
width: 52%;
}

.footercd2inttd1title {
margin-bottom: 37px;
}

.footercd2inttd1linkblock a {
background-size: 6px;
margin-bottom: 9px;
font-size: 11px;
}

.footercd2inttd3d1 {
background-position: center top;
background-size: 185px;
width: 185px;
height: 70px;
}

}

.footercd3 {
padding: 20px 0px 20px 0px;
border-top: 2px solid #c64613;
}

.footercd3in {
max-width: 1400px;
padding: 10px 40px 10px 40px;
margin: 0px auto;
}

.footercd3intab {
width: 100%;
display: table;
}

.footercd3inttd1 {
width: 100%;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #e87648;
display: table-cell;
vertical-align: top;
padding-right: 40px;
}

.footercd3inttd2 {
display: table-cell;
vertical-align: top;
}

@media screen 
and (max-width:999px){

.footercd1 {
background-color: #e25015;
margin-top: 0px;
}

.footercd2 {
padding: 1px 0px 15px 0px;
}

.footercd2in {
padding: 0px 20px 0px 20px;
}

.footercd2intab {
width: 100%;
display: block;
}

.footercd2inttd1 {
display: none;
}

.footercd2inttd2 {
display: none;
}

.footercd2inttd3 {
display: block;
vertical-align: top;
position: relative;
}

.footercd2inttd3cd {
padding-left: 0px;
}

.footercd2inttd3d1 {
background-image: url(img/footer_logo.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 110px;
width: 45px;
height: 50px;
cursor: poRubik;
position: absolute;
right: -5px;
top: 1px;
}

.footercd2inttd3d2 {
margin-top: 13px;
}

.footercd2inttd3d2 span {
font-family: Rubik; font-weight: 500;
font-size: 10px;
color: #f4baa3;
}

.footercd2inttd3d2 span:hover {
color: #f4baa3;
}

.footercd2inttd3d3 {
margin-top: 0px;
}

.footercd2inttd3d3 span {
font-family: Rubik; font-weight: 500;
font-size: 10px;
color: #f4baa3;
}

.footercd2inttd3d3 span:hover {
color: #f4baa3;
}

.footercd3 {
padding: 18px 0px 18px 0px;
border-top: 1px solid #d54c14;
}

.footercd3in {
max-width: 1400px;
padding: 0px 20px 0px 20px;
margin: 0px auto;
}

.footercd3intab {
width: 100%;
display: block;
}

.footercd3inttd1 {
width: 100%;
font-size: 10px;
display: block;
padding-right: 0px;
}

.footercd3inttd2 {
display: none;
}

}






/* Попап */

.popupcd1 {
width: 100%;
height: 100%;
background-color: #132b47;
display: table;
position: fixed;
top: 0px;
left: 0px;
z-index: 990;
}

.popupcd2 {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}

.popupcd3 {
width: 700px;
background-color: #fff;
margin: 0px auto;
padding: 30px 20px 30px 40px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
position: relative;
}

.popupclose {
width: 40px;
height: 40px;
position: absolute;
right: 5px;
top: 5px;
cursor: poRubik;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.popupclose span {
width: 25px;
height: 0px;
background-color: #656565;
border: 1px solid #656565;
border-radius: 999px;
position: absolute;
left: 6px;
top: 18px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.popupclose span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.popupclose span:nth-child(2) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.popupclose:hover {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.popupclose:hover span {
background-color: #ff0000;
border: 1px solid #ff0000;
}

.popuptitle {
font-family: Rubik; font-weight: 500;
font-size: 30px;
color: #262626;
padding-bottom: 15px;
padding-right: 80px;
}

.popuptextcd {
max-height: calc(100vh - 140px);
padding-right: 20px;
}

.popuptextcd2 {
max-height: calc(100vh - 286px);
margin-top: 20px;
}

.popuptextcd2citylist div {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #262626;
width: calc(33% - 68px);
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
cursor: poRubik;
border: 2px solid #edeae3;
border-radius: 3px;
padding: 10px 35px 9px 15px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.popuptextcd2citylist div:hover {
color: #32578c;
border: 2px solid #32578c;
}

.citylistchecked {
background-image: url(img/citylistchecked_bg.png);
background-position: calc(100% - 8px) center;
background-repeat: no-repeat;
background-size: 13px;
background-color: #32578c !important;
border: 2px solid #32578c !important;
color: #fff !important;
}

.citylistchecked:hover {
background-color: #32578c !important;
border: 2px solid #32578c !important;
color: #fff !important;
}

.popuptext {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 18px;
}

.popuptext2 {
font-family: Rubik; font-weight: 500;
font-size: 16px;
color: #262626;
line-height: 18px;
}

.popuptext2 strong {
color: #54a1d9;
font-weight: normal;
}

.popupformline {
padding-top: 20px;
}

.popupformlined1 {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #585858;
position: relative;
}

.popupformlined1 span {
background-color: #ff0000;
font-family: Rubik; font-weight: 500;
font-size: 9px;
color: #fff;
line-height: 11px;
display: block;
padding: 5px 10px 4px 10px;
position: absolute;
right: 0px;
top: -2px;
text-transform: uppercase;
border-radius: 3px;
}

.popupformlined1 span:after {
content: 'Обязательно';
}

.popupformlined2 {
padding-top: 5px;
}

.popupformlined2 input,
.popupformlined2 textarea {
width: calc(100% - 24px);
border-radius: 3px;
border: 2px solid #cad1d8;
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #262626;
padding: 8px 10px 8px 10px;
outline: none;
-webkit-appearance: none;
}

.popupformlined2 textarea {
height: 100px;
}

.formlinealertinput {
border-color: #ff0000 !important; 
}

.popupformlinealert {
background-image: url(img/popupformlinealert_bg.png);
background-position: 13px 10px;
background-repeat: no-repeat;
background-size: 16px;
background-color: #ff0000;
border-radius: 3px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #fff;
padding: 10px 10px 10px 40px;
margin-top: 20px;
}

.popupformlineinfo {
background-image: url(img/popupformlineinfo_bg.png);
background-position: 13px 12px;
background-repeat: no-repeat;
background-size: 16px;
background-color: #24a900;
border-radius: 3px;
font-family: Rubik; font-weight: 500;
font-size: 16px;
color: #fff;
line-height: 19px;
padding: 10px 10px 10px 40px;
margin-top: 20px;
}


.popupformlinelast {
padding-top: 20px;
}

.popupformlinelast input {
width: 100%;
padding: 18px 0px 17px 0px;
text-align: center;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #fff;
background-color: #1d3757;
border: none;
border-radius: 3px;
cursor: poRubik;
outline: none;
text-transform: uppercase;
-webkit-appearance: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.popupformlinelast input:hover {
background-color: #e25015;
}

.popupformlinelasttext {
padding-top: 20px;
font-family: Rubik; font-weight: 500;
font-size: 10px;
color: #c3c3c3;
line-height: 13px;
text-transform: uppercase;
text-align: center;
padding-bottom: 33px;
}

.popupformlinelasttext a {
color: #c3c3c3;
}

@media screen 
and (max-width:999px){

.popupcd1 {
}

.popupcd2 {
vertical-align: top;
}

.popupcd3 {
width: calc(100% - 30px);
height: calc(100vh - 35px);
padding: 15px 10px 20px 20px;
box-shadow: 0px 0px 5px rgba(0,0,0,0);
}

.popupclose {
width: 40px;
height: 40px;
position: absolute;
right: 5px;
top: 5px;
cursor: poRubik;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.popupclose span {
width: 25px;
height: 0px;
background-color: #ff0000;
border: 1px solid #ff0000;
border-radius: 999px;
position: absolute;
left: 6px;
top: 23px;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.popupclose:hover {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}

.popuptitle {
font-size: 22px;
color: #262626;
padding-right: 50px;
}

.popuptextcd {
max-height: calc(100vh - 57px);
padding-right: 20px;
}

.popuptextcd2 {
max-height: calc(100vh - 165px);
margin-top: 20px;
padding-bottom: 10px;
}

.popuptextcd2citylist div {
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #262626;
width: calc(100% - 70px);
display: inline-block;
padding: 8px 35px 8px 10px;
margin-bottom: 5px;
}

.popuptextcd2citylist div:last-child {
margin-bottom: 95px;
}

.popuptextcd2citylist div:hover {
color: #262626;
border: 2px solid #edeae3;
}

.popuptextcd3 {
max-height: calc(100vh - 162px);
margin-top: 10px;
padding-bottom: 10px;
}

.popuptext3 {
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #a6a6a6;
line-height: 14px;
margin-top: 10px;
}

.popuptextcd2searchlist div {
background-image: url(img/mobsearchpre_icon.png);
background-position: calc(100% - 8px) 5px;
background-repeat: no-repeat;
background-size: 13px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #262626;
width: calc(100% - 60px);
display: inline-block;
padding: 8px 25px 8px 10px;
margin-bottom: 5px;
border: 2px solid #edeae3;
border-radius: 3px;
}

.popuptextcd2searchlist div:hover {
color: #262626;
border: 2px solid #edeae3;
}

.popuptextcd2searchlist div:last-child {
margin-bottom: 95px;
}

.formlined2_search {
position: relative;
}

.formlined2_search input {
width: calc(100% - 100px) !important;
}

.formlined2_search span {
background-color: #2f598d;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #fff;
position: absolute;
right: 0px;
top: 6px;
padding: 11px 15px 11px 15px;
border-radius: 3px;
}

.formlined2_search span:after {
content: 'Найти';
}

.popuptext {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #262626;
line-height: 16px;
}

.popuptext2 {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 17px;
}

.popuptext2 strong {
color: #54a1d9;
font-weight: normal;
}

.popupformline {
padding-top: 15px;
}

.popupformlined1 {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #585858;
}

.popupformlined1 span {
font-family: Rubik; font-weight: 500;
font-size: 8px;
color: #fff;
line-height: 10px;
padding: 3px 7px 3px 7px;
top: -1px;
}

.popupformlined1 span:after {
content: 'Обязательно';
}

.popupformlined2 {
padding-top: 4px;
}

.popupformlinealert {
background-position: 13px 13px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #fff;
margin-top: 15px;
}

.popupformlineinfo {
background-position: 13px 13px;
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #fff;
margin-top: 15px;
line-height: 16px;
}

.popupformlinelast {
padding-top: 15px;
}

.popupformlinelast input {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #fff;
background-color: #1d3757;
}

.popupformlinelast input:hover {
background-color: #1d3757;
}

.popupformlinelasttext {
padding-top: 10px;
padding-bottom: 95px;
font-family: Rubik; font-weight: 500;
font-size: 9px;
color: #c3c3c3;
line-height: 11px;
text-transform: uppercase;
text-align: center;
}

.popupformlinelasttext a {
color: #c3c3c3;
}

}






/* Статика */

.contentstaticcd1 {
}

.contentstaticcd2 {
background-color: rgba(29,55,87,0.85);
position: relative;
}

.contentstaticcd2:after {
content: '';
background-image: url(img/pagetitle_bg3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}

@media screen 
and (max-width:999px){

.contentstaticcd2:after {
background-image: url(img/pagetitle_bg3_s.jpg);
}

}

.contentstaticcd2d1 {
max-width: 1400px;
padding: 50px 40px 55px 40px;
margin: 0px auto;
position: relative;
}

.contentstaticcd2d1d1 {
font-family: Rubik; font-weight: 500;
font-size: 39px;
color: #fff;
line-height: 44px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.contentstaticcd2d1d1 h1 {
font-size: inherit;
color: inherit;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.contentstaticcd2d1d2 {
margin-top: 10px;
opacity: 0.5;
}

.contentstaticcd2d1d2 div {
display: inline;
}

.contentstaticcd2d1d2 a {
font-family: Rubik; font-weight: 500;
font-size: 10px;
color: #fff;
}

.contentstaticcd2d1d2 a:after {
content: '';
background-image: url(img/navi_arr.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: inline-block;
width: 10px;
height: 10px;
margin: 0px 8px 0px 8px;
position: relative;
top: 2px;
}

.contentstaticcd2d1d2 a:last-child:after {
display: none !important;
}

.contentstaticcd2d1d2 div:last-child a:after {
display: none !important;
}

.contentstaticcd3 h2 {
font-family: Rubik; font-weight: 500;
font-size: 28px;
color: #262626;
line-height: 32px;
font-weight: normal;
margin: 25px 0px 25px 0px;
padding: 0px;
}

.contentstaticcd3 h3 {
font-family: Rubik; font-weight: 500;
font-size: 20px;
color: #262626;
line-height: 23px;
font-weight: normal;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.contentstaticcd3_img_r {
width: 400px;
float: right;
margin-top: 17px;
margin-left: 50px;
margin-bottom: 50px;
border-radius: 3px;
overflow: hidden;
}

.contentstaticcd3_img_l {
width: 400px;
float: left;
margin-top: 17px;
margin-right: 50px;
margin-bottom: 50px;
border-radius: 3px;
overflow: hidden;
}

.contentstaticcd3_img_c {
width: 100%;
height: 400px;
margin-top: 17px;
margin-bottom: 30px;
border-radius: 3px;
overflow: hidden;
}

@media screen 
and (min-width:1000px) 
and (max-width:1175px){

.contentstaticcd3_img_r {
width: 300px;
margin-left: 50px;
margin-bottom: 50px;
}

.contentstaticcd3_img_l {
width: 300px;
margin-right: 50px;
margin-bottom: 50px;
}

}

.contentstaticcd3_img_r img,
.contentstaticcd3_img_l img {
width: 100%;
}

.contentstaticcd3_img_c img {
width: 100%;
position: relative;
top: calc(200px - 50%);
}

.ya-share2 {
margin-top: 50px;
}

@media screen 
and (max-width:999px){

.contentstaticcd1 {
}

.contentstaticcd2d1 {
max-width: 1400px;
padding: 30px 20px 35px 20px;
margin: 0px auto;
position: relative;
}

.contentstaticcd2d1d1 {
font-family: Rubik; font-weight: 500;
font-size: 25px;
color: #fff;
line-height: 28px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.contentstaticcd2d1d1 h1 {
font-size: inherit;
color: inherit;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.contentstaticcd2d1d2 {
margin-top: 0px;
}

.contentstaticcd2d1d2 a {
font-size: 9px;
margin-top: 10px;
display: inline-block;
}

.contentstaticcd3 {
max-width: 1400px;
padding: 25px 20px 25px 20px;
margin: 0px auto;
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 19px;
}

.contentstaticcd3 h2 {
font-family: Rubik; font-weight: 500;
font-size: 24px;
color: #262626;
line-height: 27px;
font-weight: normal;
margin: 0px 0px 30px 0px;
padding: 0px;
}

.contentstaticcd3 h3 {
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #262626;
line-height: 21px;
font-weight: normal;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.contentstaticcd3_img_r {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
}

.contentstaticcd3_img_l {
width: 100%;
float: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 25px;
}

.ya-share2 {
margin-top: 30px;
}

}






/* Новости */

.contentnewslistcont {
padding-top: 10px;
}

.contentnewslistcd1 {
width: 100%;
display: table;
height: 100%;
margin-bottom: 40px;
}

.contentnewslistcd1d1 {
display: table-cell;
}

.contentnewslistcd1d1d1 {
width: 180px;
height: 150px;
overflow: hidden;
cursor: poRubik;
}

.contentnewslistcd1d1d1 div {
width: 100%;
height: 150px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.contentnewslistcd1d1d1 div:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2) rotate(0.02deg);
}

.contentnewslistcd1d2 {
width: 100%;
min-height: 140px;
display: table-cell;
vertical-align: top;
padding-left: 30px;
}

.contentnewslistcd1d2d1 {
}

.contentnewslistcd1d2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 24px;
color: #1d3757;
line-height: 27px;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.contentnewslistcd1d2d1 a:hover {
color: #54a1d9;
}

.contentnewslistcd1d2d2 {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #262626;
line-height: 20px;
margin-top: 15px;
}

.contentnewslistcd1d2d3 {
background-image: url(img/new_date_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #9c9c9c;
padding-left: 22px;
display: block;
margin-top: 15px;
padding-top: 2px;
}

.contentnewspagedatetab {
display: table;
}

.contentnewspagedatetabd1 {
display: table-cell;
vertical-align: middle;
}

.contentnewspagedatetabd2 {
padding-left: 30px;
display: table-cell;
vertical-align: middle;
}

.contentnewspagedate {
background-image: url(img/new_date_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 14px;
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #9c9c9c;
padding-left: 25px;
display: block;
margin-top: 50px;
padding-top: 2px;
}

@media screen 
and (max-width:999px){

.contentnewslistcont {
padding-top: 0px;
}

.contentnewslistcd1 {
display: block;
margin-bottom: 30px;
}

.contentnewslistcd1d1 {
display: block;
}

.contentnewslistcd1d1d1 {
width: 100%;
height: 185px;
}

.contentnewslistcd1d1d1 div {
width: 100%;
height: 185px;
}

.contentnewslistcd1d1d1 div:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0.0deg);
}

.contentnewslistcd1d2 {
display: block;
vertical-align: top;
padding-left: 0px;
}

.contentnewslistcd1d2d1 {
margin-top: 15px;
}

.contentnewslistcd1d2d1 a {
font-size: 17px;
color: #1d3757;
line-height: 20px;
}

.contentnewslistcd1d2d1 a:hover {
color: #1d3757;
}

.contentnewslistcd1d2d2 {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 18px;
margin-top: 10px;
}

.contentnewslistcd1d2d3 {
background-size: 9px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #9c9c9c;
padding-left: 18px;
margin-top: 8px;
padding-top: 2px;
}

.contentnewspagedatetab {
display: block;
}

.contentnewspagedatetabd1 {
display: block;
}

.contentnewspagedatetabd2 {
padding-left: 0px;
display: block;
}

.contentnewspagedate {
background-image: url(img/new_date_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #9c9c9c;
padding-left: 22px;
display: block;
margin-top: 15px;
}

}






/* Файлы */

.filelistcont {
padding-top: 20px;
}

.filelistcd1 {
margin-bottom: 35px;
}

@media screen 
and (max-width:999px){

.filelistcont {
padding-top: 0px;
}

.filelistcd1 {
margin-bottom: 20px;
}

}






/* Правое меню */

.contentstatic_title h2 {
margin: 10px 0px 40px 0px !important;
}

.contentstaticrowtable {
width: 100%;
height: 100%;
display: table;
}

.contentstaticrowttd1 {
vertical-align: top;
display: table-cell;
}

.contentstaticrowttd2 {
width: 100%;
vertical-align: top;
display: table-cell;
}

.contentstaticrowttdsepp {
width: 3px;
height: calc(100% + 90px);
background-color: #f8f8f8;
margin-left: 40px;
margin-right: 40px;
position: relative;
top: -30px;
}

.leftmenucd1 {
width: 220px;
margin-top: 7px;
}

.leftmenucd1block1 {
margin-bottom: 33px;
}

.leftmenucd1block1title {
font-family: Rubik; font-weight: 500;
font-size: 19px;
color: #262626;
margin-bottom: 27px;
padding-top: 7px;
}

.leftmenucd1block1line1 {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #1d3757;
line-height: 17px;
margin-bottom: 20px;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucd1block1line1:hover {
color: #54a1d9;
}

.leftmenucd1block1line1 b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenu_on_static {
color: #54a1d9;
}

.leftmenu_on_static b {
background-image: url(img/leftmenu_b_bg_on.png) !important;
}



@media screen 
and (max-width:999px){

.contentstatic_title h2 {
margin: 0px 0px 25px 0px !important;
}

.contentstaticrowtable {
display: block;
}

.contentstaticrowttd1 {
width: calc(100vw - 40px);
display: block;
background-color: #f8f8f8;
position: relative;
left: -20px;
padding: 0px 20px 0px 20px;
margin-bottom: 0px;
position: relative;
top: -35px;
}

.contentstaticrowttd2 {
display: block;
}

.contentstaticrowttdsepp {
display: none;
}

.leftmenucd1 {
width: 100%;
margin-top: 0px;
}

.leftmenucd1block1 {
margin-bottom: 0px;
padding-top: 18px;
padding-bottom: 8px;
}

.leftmenucd1block1title {
display: none;
}

.leftmenucd1block1line1 {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #1d3757;
line-height: 16px;
margin-bottom: 0px;
cursor: poRubik;
padding-left: 15px;
padding-bottom: 10px;
margin-left: 4px;
}

.leftmenucd1block1line1:hover {
color: #1d3757;
}

.leftmenucd1block1line1 b {
width: 6px;
height: 13px;
background-image: url(img/leftmenu_b_bg_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenu_on_static {
color: #54a1d9;
}

.leftmenu_on_static b {
background-image: url(img/leftmenu_b_bg_on.png) !important;
}

}






/* Сертификаты */

.contentsertslistcont {
padding-top: 20px;
}

.contentsertslistcont a {
text-decoration: none !important;
}

.contentsertslistitem {
width: calc(25% - 5px);
height: 280px;
display: inline-block;
margin-bottom: 15px;
cursor: poRubik;
border: none;
}

.contentsertslistitemd1 {
width: 90%;
height: 200px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin: 0px auto;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border: none;
}

.contentsertslistitem:hover div.contentsertslistitemd1 {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6) rotate(0.02deg);
}

.contentsertslistitemd2 {
width: 90%;
height: 57px;
padding-top: 12px;
overflow: hidden;
margin: 0px auto;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #9c9c9c;
line-height: 14px;
text-align: center;
border: none;
}

@media screen 
and (max-width:999px){

.contentsertslistcont {
padding-top: 0px;
}

.contentsertslistitem {
width: calc(50% - 5px);
margin-bottom: 0px;
}

.contentsertslistitem:hover div.contentsertslistitemd1 {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0.02deg);
}

.contentsertslistitemd2 {
padding-top: 12px;
font-size: 11px;
line-height: 14px;
}

}






/* Каталог */

.leftmenucatalogcd1 {
width: 220px;
margin-top: 7px;
margin-bottom: 33px;
}

.leftmenucatalogcd1block1 {
}

.leftmenucatalogcd1bl1d1 {
font-family: Rubik; font-weight: 500;
font-size: 19px;
color: #262626;
margin-bottom: 27px;
padding-top: 7px;
}

.leftmenucatalogcd1bl1d2 {
}

.leftmenucataloglevel1line {
margin-bottom: 15px;
font-size: 15px !important;
line-height: 17px !important;
}

.leftmenucatalogline1 {
font-family: Rubik; font-weight: 500;
color: #1d3757;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline1 b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline1:hover {
color: #54a1d9;
}

.leftmenucatalogline1:hover b {
background-image: url(img/leftmenu_b_bg_on.png);
}

.leftmenucatalogline1_drop_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline1_drop_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.leftmenucatalogline1_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline1_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogsubline1 {
overflow: hidden;
padding-top: 10px;
}

.leftmenucatalogsubline1 span {
display: block;
padding-left: 16px;
}

.leftmenucataloglevel2line {
margin-bottom: 0px;
font-size: 13px !important;
line-height: 15px !important;
}

.leftmenucatalogline2 {
font-family: Rubik; font-weight: 500;
color: #1d3757;
cursor: poRubik;
padding-left: 20px;
margin-bottom: 10px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline2 b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline2:hover {
color: #54a1d9;
}

.leftmenucatalogline2:hover b {
background-image: url(img/leftmenu_b_bg_on.png);
}

.leftmenucatalogline2_drop_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline2_drop_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.leftmenucatalogline2_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
margin-bottom: 10px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline2_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogsubline2 {
overflow: hidden;
margin-top: 5px;
margin-bottom: 10px;
}

.leftmenucatalogsubline2 span {
display: block;
padding-left: 20px;
padding-top: 7px;
padding-bottom: 20px;
}

.leftmenucatalogline3 {
font-size: 11px !important;
line-height: 13px !important;
font-family: Rubik; font-weight: 500;
color: #262626;
cursor: poRubik;
position: relative;
margin-bottom: 8px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline3_on {
font-size: 11px !important;
line-height: 13px !important;
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
position: relative;
margin-bottom: 8px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2 {
}

.leftmenucatalogcd2block1 {
}

.leftmenucatalogcd2bl1d1 {
font-family: Rubik; font-weight: 500;
font-size: 19px;
color: #262626;
margin-bottom: 27px;
padding-top: 7px;
}

.leftmenucatalogcd2bl1d2 {
}

.leftmenucatalogcd2bl1d2line {
font-size: 14px;
line-height: 17px;
font-family: Rubik; font-weight: 500;
color: #1d3757;
cursor: poRubik;
position: relative;
padding-left: 20px;
margin-bottom: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line b {
width: 8px;
height: 8px;
border: 2px solid #b6b6b6;
border-radius: 2px;
position: absolute;
left: 0px;
top: 2px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line:hover b {
width: 8px;
height: 8px;
border: 2px solid #54a1d9;
}

.leftmenucatalogcd2bl1d2line span {
font-size: 12px;
color: #d6d6d6 !important;
margin-left: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line_on {
font-size: 14px;
line-height: 17px;
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
position: relative;
padding-left: 20px;
margin-bottom: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line_on b {
width: 8px;
height: 8px;
border: 2px solid #54a1d9;
border-radius: 2px;
position: absolute;
left: 0px;
top: 2px;
overflow: hidden;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line_on b:after {
content: '';
width: 100%;
height: 100%;
background-color: #54a1d9;
position: absolute;
left: 0px;
top: 0px
}

.leftmenucatalogcd2bl1d2line_on span {
font-size: 12px;
color: #d6d6d6 !important;
margin-left: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogcatgroupscd2d1 {
width: calc(33% - 18px);
height: 250px;
display: inline-block;
margin-right: 27px;
margin-bottom: 25px;
box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
cursor: poRubik;
overflow: hidden;
}

.catalogcatgroupscd2d1:nth-child(3n) {
margin-right: 0px;
}

@media screen 
and (min-width:1000px) 
and (max-width:1175px){

.catalogcatgroupscd2d1 {
width: calc(50% - 18px);
height: 250px;
display: inline-block;
margin-right: 27px;
margin-bottom: 25px;
box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
cursor: poRubik;
overflow: hidden;
}

.catalogcatgroupscd2d1:nth-child(3n) {
margin-right: 27px;
}

.catalogcatgroupscd2d1:nth-child(2n) {
margin-right: 0px;
}

}

.catalogcatgroupscd2d2 {
width: calc(100% + 1px);
height: 250px;
background-color: #fff;
position: relative;
}

.catalogcatgroupscd2d1:hover div.catalogcatgroupscd2d1d1 {
width: 100%;
height: 250px;
left: 0px;
top: 0px;
background-size: cover;
}

.catalogcatgroupscd2d1:hover div.catalogcatgroupscd2d1d2 {
height: 250px;
background-color: rgba(29,50,87,0.95);
color: #fff !important;
}

.catalogcatgroupscd2d1:hover div.catalogcatgroupscd2d1d2>div {
color: #fff !important;
}

.catalogcatgroupscd2d1d1 {
width: calc(100% - 20px);
height: 165px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 10px;
top: 10px;
z-index: 300;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.catalogcatgroupscd2d1d2 {
width: 100%;
height: 70px;
background-color: #fff;
position: absolute;
left: 0px;
bottom: 0px;
z-index: 301;
display: table;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.catalogcatgroupscd2d1d2 div {
font-family: Rubik; font-weight: 500;
font-size: 16px;
color: #1d3757;
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 10px;
}

.catalogcatgroupstext {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 18px;
}

.catalogcatgroupstext:before {
content: '';
display: block;
clear: both;
}

.catalogcatgroupstext h1 {
font-family: Rubik; font-weight: 500;
font-size: 20px;
color: #262626;
line-height: 24px;
font-weight: normal;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.catalogcatgroupstext h2 {
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #262626;
line-height: 22px;
font-weight: normal;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.contentstaticcd3 li {
padding-top: 4px;
padding-bottom: 4px;
}

.catalogcatgroupstext_img_r {
width: 300px;
float: right;
margin-top: 2px;
margin-left: 40px;
margin-bottom: 40px;
border-radius: 3px;
overflow: hidden;
border: none;
}

.catalogcatgroupstext_img_l {
width: 300px;
float: left;
margin-top: 2px;
margin-left: 40px;
margin-bottom: 40px;
border-radius: 3px;
overflow: hidden;
border: none;
}

.catalogcatgroupstext_img_r img,
.catalogcatgroupstext_img_l img {
width: 100%;
}

.catalogcatgroupstexttop {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 18px;
margin-bottom: 50px;
padding: 30px 30px 0px 0px;
text-align: left !important;
}

.catalogcatgroupstexttop h1 {
font-family: Rubik; font-weight: 500;
font-size: 20px;
color: #262626;
line-height: 24px;
font-weight: normal;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.catalogcatgroupstexttop h2 {
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #262626;
line-height: 22px;
font-weight: normal;
margin: 15px 0px 15px 0px;
padding: 0px;
}

.catalogcatgroupstexttop_img_r {
width: 300px;
float: right;
margin-top: 2px;
margin-left: 40px;
margin-bottom: 40px;
border-radius: 3px;
overflow: hidden;
border: none;
}

.catalogcatgroupstexttop_img_l {
width: 300px;
float: left;
margin-top: 2px;
margin-left: 40px;
margin-bottom: 40px;
border-radius: 3px;
overflow: hidden;
border: none;
}

.catalogcatgroupstexttop_img_r img,
.catalogcatgroupstexttop_img_l img {
width: 100%;
}

.contentstaticrowttd2 table,
.catalogcatgroupstext table,
.catalogcatgroupstexttop table {
width: 100%;
border-collapse: collapse;
border: none !important;
}

.contentstaticrowttd2 th,
.catalogcatgroupstext th,
.catalogcatgroupstexttop th {
background-color: #edeae3;
padding: 11px 5px 10px 5px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #262626;
line-height: 13px;
text-align: center;
border: 1px solid #d3cfc4 !important;
}

.contentstaticrowttd2 td,
.catalogcatgroupstext td,
.catalogcatgroupstexttop td {
padding: 11px 5px 10px 5px;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #262626;
line-height: 14px;
border: 1px solid #d3cfc4 !important;
}

.wiloimagegr {
width: 300px;
float: right;
margin-top: 2px;
margin-left: 40px;
margin-bottom: 40px;
border-radius: 3px;
overflow: hidden;
border: none;
}

.wiloimagegr img {
width: 100%;
}

.catalogimagegr {
width: 300px;
float: right;
margin-top: 2px;
margin-left: 40px;
margin-bottom: 40px;
border-radius: 3px;
overflow: hidden;
border: none;
}

.catalogimagegr img {
width: 100%;
}

.catalogcatgroupstext a,
.catalogcatgroupstexttop a {
color: #1d3757;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogcatgroupstext a:hover,
.catalogcatgroupstexttop a:hover {
color: #54a1d9;
}

.catalogcatgroupsspecprodview {
margin-bottom: 50px;
}

.catalogcatgroupsspecprodview table {
width: calc(100% - 40px);
border-collapse: collapse;
}

.catalogcatgroupsspecprodview th {
background-color: #edeae3;
padding: 11px 5px 10px 5px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #262626;
line-height: 13px;
text-align: center;
}

.catalogcatgroupsspecprodview tr {
border-bottom: 1px solid #edeae3;
}

.catalogcatgroupsspecprodview tr:last-child {
border-bottom: none;
}

.catalogcatgroupsspecprodview td {
padding: 11px 5px 10px 5px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #262626;
line-height: 13px;
}

.catalogcatgroupsspecprodview tr td:first-child {
white-space: nowrap;
}

.catalogcatgroupsspecprodview a {
color: #1d3757;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogcatgroupsspecprodview a:hover {
color: #54a1d9;
}

@media screen 
and (max-width:999px){

.leftmenucatalogcd1 {
width: 100%;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 15px;
}

.leftmenucatalogcd1block1 {
height: 100px;
overflow: hidden;
}

.leftmenucatalogcd1bl1d1 {
font-size: 15px;
margin-bottom: 10px;
padding-top: 17px;
}

.leftmenucatalogcd1bl1d2 {
}

.leftmenucataloglevel1line {
margin-bottom: 0px;
font-size: 14px !important;
line-height: 16px !important;
}

.leftmenucatalogline1 {
font-family: Rubik; font-weight: 500;
color: #1d3757;
cursor: poRubik;
padding-left: 20px;
}

.leftmenucatalogline1 b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenucatalogline1:hover {
color: #1d3757;
}

.leftmenucatalogline1:hover b {
background-image: url(img/leftmenu_b_bg_off.png);
}

.leftmenucatalogline1_drop_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline1_drop_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenucatalogline1_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline1_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 6px;
display: block;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogsubline1 {
overflow: hidden;
padding-top: 5px;
margin-bottom: 5px;
}

.leftmenucatalogsubline1 span {
display: block;
padding-left: 16px;
margin-bottom: 0px;
}

.leftmenucataloglevel2line {
margin-bottom: 4px;
font-size: 12px !important;
line-height: 14px !important;
}

.leftmenucatalogline2 {
font-family: Rubik; font-weight: 500;
color: #1d3757;
cursor: poRubik;
padding-left: 20px;
position: relative;
margin-bottom: 5px;
}

.leftmenucatalogline2 b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenucatalogline2:hover {
color: #1d3757;
}

.leftmenucatalogline2:hover b {
background-image: url(img/leftmenu_b_bg_off.png);
}

.leftmenucatalogline2_drop_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
margin-bottom: 5px;
}

.leftmenucatalogline2_drop_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenucatalogline2_on {
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
padding-left: 20px;
position: relative;
margin-bottom: 5px;
}

.leftmenucatalogline2_on b {
width: 13px;
height: 13px;
background-image: url(img/leftmenu_b_bg_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 5px;
display: block;
position: absolute;
left: 0px;
top: 1px;
}

.leftmenucatalogsubline2 {
overflow: hidden;
margin-top: 0px;
margin-bottom: 0px;
}

.leftmenucatalogsubline2 span {
display: block;
padding-left: 20px;
padding-top: 7px;
padding-bottom: 20px;
}

.leftmenucatalogline3 {
font-size: 11px !important;
line-height: 13px !important;
font-family: Rubik; font-weight: 500;
color: #262626;
cursor: poRubik;
position: relative;
margin-bottom: 8px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogline3_on {
font-size: 11px !important;
line-height: 13px !important;
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
position: relative;
margin-bottom: 8px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd1mbott {
width: 100%;
padding: 7px 0px 6px 0px;
border: 2px solid #1d3757;
border-radius: 3px;
text-align: center;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd1mbott:after {
content: 'Открыть весь каталог';
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #1d3757;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd1mbott span {
width: calc(100% + 10px);
height: 60px;
background-image: url(img/leftmenucatalogcd1mbott_s_bg.png);
background-position: center center;
background-repeat: repeat-x;
background-size: contain;
position: absolute;
left: -5px;
bottom: 34px;
opacity: 1;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd1mbott_on {
width: 100%;
padding: 7px 0px 6px 0px;
border: 2px solid #dbdbdb;
border-radius: 3px;
margin-top: 10px;
text-align: center;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd1mbott_on:after {
content: 'Скрыть каталог';
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #dbdbdb;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd1mbott_on span {
width: calc(100% + 10px);
height: 0px;
background-image: url(img/leftmenucatalogcd1mbott_s_bg.png);
background-position: center center;
background-repeat: repeat-x;
background-size: contain;
position: absolute;
left: -5px;
bottom: 34px;
opacity: 0;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2 {
padding-bottom: 17px;
}

.leftmenucatalogcd2block1 {
height: 100px;
overflow: hidden;
}

.leftmenucatalogcd2bl1d1 {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #262626;
margin-bottom: 13px;
padding-top: 7px;
}

.leftmenucatalogcd2bl1d2 {
}

.leftmenucatalogcd2bl1d2line {
font-size: 14px;
line-height: 17px;
font-family: Rubik; font-weight: 500;
color: #1d3757;
cursor: poRubik;
position: relative;
padding-left: 20px;
margin-bottom: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line b {
width: 11px;
height: 11px;
border: 1px solid #b6b6b6;
border-radius: 2px;
position: absolute;
left: 0px;
top: 1px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line:hover b {
width: 8px;
height: 8px;
border: 3px solid #54a1d9;
}

.leftmenucatalogcd2bl1d2line span {
font-size: 12px;
color: #d6d6d6 !important;
margin-left: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line_on {
font-size: 14px;
line-height: 17px;
font-family: Rubik; font-weight: 500;
color: #54a1d9;
cursor: poRubik;
position: relative;
padding-left: 20px;
margin-bottom: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line_on b {
width: 11px;
height: 11px;
border: 1px solid #54a1d9;
border-radius: 2px;
position: absolute;
left: 0px;
top: 1px;
overflow: hidden;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2bl1d2line_on b:after {
content: '';
width: 100%;
height: 100%;
background-color: #54a1d9;
position: absolute;
left: 0px;
top: 0px
}

.leftmenucatalogcd2bl1d2line_on span {
font-size: 12px;
color: #d6d6d6 !important;
margin-left: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2mbott {
width: 100%;
padding: 7px 0px 6px 0px;
border: 2px solid #1d3757;
border-radius: 3px;
text-align: center;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2mbott:after {
content: 'Открыть всех производителей';
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #1d3757;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2mbott span {
width: calc(100% + 10px);
height: 60px;
background-image: url(img/leftmenucatalogcd1mbott_s_bg.png);
background-position: center center;
background-repeat: repeat-x;
background-size: contain;
position: absolute;
left: -5px;
bottom: 34px;
opacity: 1;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2mbott_on {
width: 100%;
padding: 7px 0px 6px 0px;
border: 2px solid #dbdbdb;
border-radius: 3px;
margin-top: 10px;
text-align: center;
position: relative;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2mbott_on:after {
content: 'Скрыть производителей';
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #dbdbdb;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.leftmenucatalogcd2mbott_on span {
width: calc(100% + 10px);
height: 0px;
background-image: url(img/leftmenucatalogcd1mbott_s_bg.png);
background-position: center center;
background-repeat: repeat-x;
background-size: contain;
position: absolute;
left: -5px;
bottom: 34px;
opacity: 0;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogcatgroupscd2d1 {
width: 100%;
height: 250px;
display: block;
margin-right: 0px;
margin-bottom: 15px;
}

.catalogcatgroupscd2d1:nth-child(2n) {
margin-right: 0px;
}

.catalogcatgroupscd2d1:nth-child(3n) {
margin-right: 0px;
}

.catalogcatgroupscd2d2 {
width: calc(100% + 1px);
height: 250px;
background-color: #fff;
position: relative;
}

.catalogcatgroupscd2d1:hover div.catalogcatgroupscd2d1d1 {
width: calc(100% - 20px);
height: 165px;
left: 10px;
top: 10px;
background-size: contain;
}

.catalogcatgroupscd2d1:hover div.catalogcatgroupscd2d1d2 {
height: 70px;
background-color: #fff;
color: #1d3757 !important;
}

.catalogcatgroupscd2d1:hover div.catalogcatgroupscd2d1d2>div {
color: #1d3757 !important;
}

.catalogcatgroupscd2d1d1 {
width: calc(100% - 20px);
height: 165px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 10px;
top: 10px;
z-index: 300;
}

.catalogcatgroupscd2d1d2 {
width: 100%;
height: 70px;
}

.catalogcatgroupscd2d1d2 div {
font-family: Rubik; font-weight: 500;
font-size: 16px;
color: #1d3757;
}

.catalogcatgroupstext,
.catalogcatgroupstexttop {
font-size: 13px;
line-height: 16px;
padding: 0px 0px 0px 0px;
}

.contentstaticcd3 li {
padding-top: 2px;
padding-bottom: 2px;
}

.catalogcatgroupstext h1 {
font-size: 18px;
line-height: 21px;
}

.catalogcatgroupstext h2 {
font-size: 15px;
line-height: 19px;
}

.catalogcatgroupstext_img_r {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
}

.catalogcatgroupstext_img_l {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px
}

.catalogcatgroupstexttop {
margin-bottom: 30px;
}

.catalogcatgroupstexttop img {
width: 100%;
height: auto !important;
}

.catalogcatgroupstexttop h1 {
font-size: 18px;
line-height: 21px;
}

.catalogcatgroupstexttop h2 {
font-size: 15px;
line-height: 19px;
}

.catalogcatgroupstexttop_img_r {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
}

.catalogcatgroupstexttop_img_l {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px
}

.contentstaticrowttd2 table,
.catalogcatgroupstext table,
.catalogcatgroupstexttop table {
width: 100%;
border-collapse: collapse;
}

.contentstaticrowttd2 th,
.catalogcatgroupstext th,
.catalogcatgroupstexttop th {
background-color: #edeae3;
padding: 8px 5px 7px 5px;
font-size: 11px;
line-height: 13px;
text-align: center;
border: 1px solid #d3cfc4 !important;
}

.contentstaticrowttd2 td,
.catalogcatgroupstext td,
.catalogcatgroupstexttop td {
padding: 8px 5px 7px 5px;
font-size: 11px;
line-height: 13px;
border: 1px solid #d3cfc4 !important;
}

.wiloimagegr {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
}

.catalogimagegr {
width: 100%;
float: none;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 25px;
}

.catalogcatgroupsspecprodview {
width: 100%;
overflow: scroll;
margin-bottom: 30px;
}

.catalogcatgroupsspecprodview th {
background-color: #edeae3;
padding: 8px 5px 7px 5px;
font-size: 11px;
line-height: 13px;
text-align: center;
}

.catalogcatgroupsspecprodview td {
padding: 8px 5px 7px 5px;
font-size: 11px;
line-height: 13px;
}

.catalogcatgroupsspecprodviewdescr {
width: 100%;
overflow: scroll;
}

}






/* Каталог */

/* Первая строка каталога */

.cataloglistline1cd1 {
border-bottom: 3px solid #f5f5f5;
margin-bottom: 35px;
}

.cataloglistline1cd2 {
width: 100%;
margin-bottom: 25px;
display: table;
}

.cataloglistline1cdd0 {
text-align: left;
display: table-cell;
padding-right: 50px;
white-space: nowrap;
}

.cataloglistline1cdd0d1 {
display: inline-block;
margin-right: 25px;
}

.cataloglistline1cdd0d1 span {
background-image: url(img/alf_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 23px;
font-family: Rubik; font-weight: 500;
color: #cad1d8;
font-size: 12px;
text-decoration: underline;
cursor: poRubik;
display: block;
padding-left: 34px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistline1cdd0d1 span:hover {
color: #54a1d9;
}

.cataloglistline1cdd0d2 {
display: inline-block;
}

.cataloglistline1cdd0d2 span {
background-image: url(img/sort_icon.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 15px;
font-family: Rubik; font-weight: 500;
color: #cad1d8;
font-size: 12px;
text-decoration: underline;
cursor: poRubik;
display: block;
padding-left: 27px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistline1cdd0d2 span:hover {
color: #54a1d9;
}

.cataloglistline1cdd1 {
width: 100%;
text-align: right;
display: table-cell;
}

.cataloglistline1cdd1d1 {
display: inline-block;
margin-right: 25px;
}

.cataloglistline1cdd1d1 span {
background-image: url(img/view1_off.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
color: #cad1d8;
font-size: 12px;
text-decoration: underline;
cursor: poRubik;
display: block;
padding-left: 20px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistline1cdd1d2 {
display: inline-block;
}

.cataloglistline1cdd1d2 span {
background-image: url(img/view2_off.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
color: #cad1d8;
font-size: 12px;
text-decoration: underline;
cursor: poRubik;
display: block;
padding-left: 20px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistline1cdd1d1 span:hover,
.cataloglistline1cdd1d2 span:hover {
color: #54a1d9;
}

.cataloglistline1cdd1d1_on {
display: inline-block;
margin-right: 25px;
}

.cataloglistline1cdd1d1_on span {
background-image: url(img/view1_on.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
color: #54a1d9;
font-size: 12px;
cursor: poRubik;
display: block;
padding-left: 20px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistline1cdd1d2_on {
display: inline-block;
}

.cataloglistline1cdd1d2_on span {
background-image: url(img/view2_on.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
color: #54a1d9;
font-size: 12px;
cursor: poRubik;
display: block;
padding-left: 20px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistline1cd2d3 {
display: table-cell;
}

.cataloglistline1cd2d3 span {
display: inline-block;
font-family: Rubik; font-weight: 500;
color: #1d3757;
font-size: 15px;
cursor: poRubik;
padding: 5px 7px 4px 7px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

@media screen 
and (min-width:1000px) 
and (max-width:1175px){

.cataloglistline1cd2d3 span {
padding: 5px 6px 4px 6px;
}

}

.cataloglistline1cd2d3 span:hover {
color: #54a1d9;
}

.cataloglistline1cd2d3d1 {
}

.cataloglistline1cd2d3d2 {
}

.cataloglistline1cd2d3_on {
background-color: #1d3757 !important;
color: #fff !important;
border-radius: 3px;
}

.cataloglistline1cd2d3_off {
color: #cad1d8 !important;
cursor: text !important;
}

@media screen 
and (max-width:999px){

.cataloglistline1cd1 {
position: relative;
top: 0px;
border-bottom: 3px solid #f5f5f5;
margin-bottom: 10px;
}

.cataloglistline1cd2 {
width: 100%;
margin-bottom: 15px;
display: table;
}

.cataloglistline1cdd0 {
text-align: left;
display: table-cell;
padding-right: 0px;
white-space: nowrap;
}

.cataloglistline1cdd0d1 {
display: block;
margin-right: 0px;
margin-bottom: 5px;
}

.cataloglistline1cdd0d1 span {
background-size: 20px;
font-size: 11px;
display: block;
padding-left: 34px;
}

.cataloglistline1cdd0d1 span:hover {
color: #cad1d8;
}

.cataloglistline1cdd0d2 {
display: block;
}

.cataloglistline1cdd0d2 span {
background-position: 3px center;
background-size: 15px;
font-size: 11px;
display: block;
padding-left: 34px;
}

.cataloglistline1cdd0d2 span:hover {
color: #cad1d8;
}

.cataloglistline1cdd1 {
text-align: right;
}

.cataloglistline1cdd1d1 {
display: inline-block;
text-align: right;
margin-right: 10px;
}

.cataloglistline1cdd1d1 span {
width: 14px;
height: 14px;
background-size: 14px;
font-size: 0px;
padding-left: 0px;
display: inline-block;
}

.cataloglistline1cdd1d2 {
display: inline-block;
text-align: right;
}

.cataloglistline1cdd1d2 span {
width: 14px;
height: 14px;
background-size: 14px;
font-size: 0px;
padding-left: 0px;
display: inline-block;
}

.cataloglistline1cdd1d1_on {
display: inline-block;
text-align: right;
margin-right: 10px;
}

.cataloglistline1cdd1d1_on span {
width: 14px;
height: 14px;
background-size: 14px;
font-size: 0px;
padding-left: 0px;
display: inline-block;
}

.cataloglistline1cdd1d2_on {
display: inline-block;
text-align: right;
}

.cataloglistline1cdd1d2_on span {
width: 14px;
height: 14px;
background-size: 14px;
font-size: 0px;
padding-left: 0px;
display: inline-block;
}

.cataloglistline1cd2d3 span {
font-size: 14px;
padding: 3px 6px 2px 6px;
}

.cataloglistline1cd2d3 span:hover {
color: #1d3757;
}

.cataloglistline1cd2d3d1 {
display: inline;
}

.cataloglistline1cd2d3d2 {
display: inline;
}

}

/* Пагинация */

.cataloglistpagescd1 {
border-top: 3px solid #f5f5f5;
padding-top: 25px;
}

.cataloglistpagescd2 {
display: table;
margin-bottom: 50px;
}

.cataloglistpagescdd1 {
width: 100%;
display: table-cell;
white-space: nowrap;
}

.cataloglistpagescdd1 span {
font-family: Rubik; font-weight: 500;
color: #4d4d4d;
font-size: 12px;
margin-right: 12px;
}

.cataloglistpagescdd1 div {
background-color: #edeae3;
display: inline-block;
width: 33px;
padding: 5px 0px 4px 0px;
border-radius: 3px;
text-align: center;
font-family: Rubik; font-weight: 500;
color: #1d3757;
font-size: 11px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistpagescdd1 div:hover {
background-color: #54a1d9;
color: #fff;
}

.cataloglistpagescdd1_on {
background-color: #1d3757 !important;
color: #fff !important;
}

.cataloglistpagescdd2 {
width: 100%;
display: table-cell;
white-space: nowrap;
}

.cataloglistpagescdd2 span {
font-family: Rubik; font-weight: 500;
color: #4d4d4d;
font-size: 12px;
margin-right: 12px;
}

.cataloglistpagescdd2 div {
background-color: #edeae3;
display: inline-block;
width: 33px;
padding: 5px 0px 4px 0px;
border-radius: 3px;
text-align: center;
font-family: Rubik; font-weight: 500;
color: #1d3757;
font-size: 11px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistpagescdd2 div:hover {
background-color: #54a1d9;
color: #fff;
}

.cataloglistpagescdd2_on {
background-color: #1d3757 !important;
color: #fff !important;
}

@media screen 
and (max-width:999px){

.cataloglistpagescd1 {
border-top: 3px solid #f5f5f5;
padding-top: 10px;
}

.cataloglistpagescd2 {
display: block;
margin-bottom: 30px;
position: relative;
padding-bottom: 25px;
}

.cataloglistpagescdd1 {
display: block;
text-align: right;
position: absolute;
right: 0px;
bottom: 0px;
}

.cataloglistpagescdd1 span {
font-family: Rubik; font-weight: 500;
color: #dfdfdf;
font-size: 11px;
margin-right: 2px;
}

.cataloglistpagescdd1 div {
background-color: transparent;
display: inline-block;
width: auto;
padding: 0px 0px 0px 0px;
border-radius: 3px;
text-align: center;
font-family: Rubik; font-weight: 500;
color: #dfdfdf;
font-size: 11px;
cursor: poRubik;
margin-left: 6px;
margin-right: 0px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistpagescdd1 div:hover {
background-color: transparent;
color: #dfdfdf;
}

.cataloglistpagescdd1_on {
background-color: transparent !important;
color: #9d9d9d !important;
text-decoration: underline;
}

.cataloglistpagescdd2 {
display: block;
white-space: normal;
text-align: right;
padding-top: 13px;
}

.cataloglistpagescdd2 span {
display: none;
}

.cataloglistpagescdd2 div {
background-color: #edeae3;
display: inline-block;
width: 33px;
padding: 7px 0px 6px 0px;
border-radius: 3px;
text-align: center;
font-family: Rubik; font-weight: 500;
color: #1d3757;
font-size: 11px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin: 0px 0px 8px 6px;
}

.cataloglistpagescdd2 div:hover {
background-color: #edeae3;
color: #1d3757;
}

.cataloglistpagescdd2_on {
background-color: #1d3757 !important;
color: #fff !important;
}

}

/* Табличный вид списка каталога */

.cataloglistitemsline_view1_cd {
margin-bottom: 40px;
}

.cataloglistitemsline_view1_itemline {
width: 100%;
display: table;
margin-bottom: 30px;
}

.cataloglistitemsline_view1_itemlined1 {
display: table-cell;
vertical-align: top;
}

.cataloglistitemsline_view1_itemlined1d1 {
width: 80px;
height: 80px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 30px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined1d1:hover {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6) rotate(0.02deg);
}

.cataloglistitemsline_view1_itemlined2 {
width: 100%;
display: table-cell;
vertical-align: top;
}

.cataloglistitemsline_view1_itemlined2d1 {
margin-bottom: 10px;
}

.cataloglistitemsline_view1_itemlined2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined2d1 a:hover {
color: #54a1d9;
}

.cataloglistitemsline_view1_itemlined2d2 {
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #4d4d4d;
line-height: 15px;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_view1_cd {
margin-bottom: 20px;
}

.cataloglistitemsline_view1_itemline {
width: 100%;
display: table;
margin-bottom: 25px;
}

.cataloglistitemsline_view1_itemlined1d1 {
width: 60px;
height: 60px;
margin-right: 20px;
}

.cataloglistitemsline_view1_itemlined1d1:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0deg);
}

.cataloglistitemsline_view1_itemlined2d1 {
margin-bottom: 6px;
}

.cataloglistitemsline_view1_itemlined2d1 a {
font-size: 15px;
color: #1d3757;
line-height: 18px;
text-decoration: none;
}

.cataloglistitemsline_view1_itemlined2d1 a:hover {
color: #1d3757;
}

.cataloglistitemsline_view1_itemlined2d2 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #4d4d4d;
line-height: 14px;
}

}

/* Блочный вид списка каталога */

.cataloglistitemsline_view2_cd {
margin-bottom: 40px;
}

.cataloglistitemsline_view2_itemline {
width: calc(25% - 25px);
height: 320px;
display: inline-block;
margin-bottom: 30px;
margin-right: 30px;
}

.cataloglistitemsline_view2_itemlined1 {
display: block;
vertical-align: top;
}

.cataloglistitemsline_view2_itemlined1d1 {
width: 100%;
height: 160px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 20px;
cursor: poRubik;
margin-bottom: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view2_itemlined1d1:hover {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6) rotate(0.02deg);
}

.cataloglistitemsline_view2_itemlined2 {
width: 100%;
height: 148px;
display: block;
vertical-align: top;
position: relative;
overflow: hidden;
}

.cataloglistitemsline_view2_itemlined2:after {
content: '';
background-image: url(img/itemlined2d2_bg.png);
background-position: left center;
background-repeat: repeat-x;
background-size: contain;
width: calc(100% + 10px);
height: 35px;
position: absolute;
left: -5px;
bottom: -1px;
}

.cataloglistitemsline_view2_itemlined2d1 {
margin-bottom: 6px;
padding: 0px 10px 0px 0px;
}

.cataloglistitemsline_view2_itemlined2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}

.cataloglistitemsline_view2_itemlined2d1 a:hover {
color: #54a1d9;
}

.cataloglistitemsline_view2_itemlined2d2 {
overflow: hidden;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #4d4d4d;
line-height: 15px;
padding: 0px 10px 0px 0px;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_view2_cd {
margin-bottom: 40px;
}

.cataloglistitemsline_view2_itemline {
width: calc(50% - 18px);
height: 320px;
display: inline-block;
margin-bottom: 30px;
margin-right: 15px;
}

.cataloglistitemsline_view2_itemline:nth-child(2n) {
margin-right: 0px;
}

.cataloglistitemsline_view2_itemlined1 {
display: block;
vertical-align: top;
}

.cataloglistitemsline_view2_itemlined1d1 {
width: 100%;
height: 160px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 20px;
cursor: poRubik;
margin-bottom: 5px;
}

.cataloglistitemsline_view2_itemlined1d1:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0deg);
}

.cataloglistitemsline_view2_itemlined2 {
width: 100%;
height: 148px;
display: block;
vertical-align: top;
position: relative;
overflow: hidden;
}

.cataloglistitemsline_view2_itemlined2d1 {
margin-bottom: 6px;
}

.cataloglistitemsline_view2_itemlined2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #1d3757;
line-height: 18px;
text-decoration: none;
}

.cataloglistitemsline_view2_itemlined2d1 a:hover {
color: #1d3757;
}

.cataloglistitemsline_view2_itemlined2d2 {
overflow: hidden;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #4d4d4d;
line-height: 14px;
}

}

/* Алфавитный указатель */

.cataloglistitemsline_alf_title {
margin-bottom: 40px;
padding-top: 30px;
}

.cataloglistitemsline_alf_titled1 {
font-family: Rubik; font-weight: 500;
font-size: 28px;
color: #262626;
line-height: 30px;
margin-bottom: 5px;
}

.cataloglistitemsline_alf_titled2 {
font-family: Rubik; font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #9c9c9c;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_alf_title {
margin-bottom: 23px;
padding-top: 20px;
}

.cataloglistitemsline_alf_titled1 {
font-family: Rubik; font-weight: 500;
font-size: 20px;
color: #262626;
line-height: 23px;
margin-bottom: 2px;
}

.cataloglistitemsline_alf_titled2 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
line-height: 15px;
color: #9c9c9c;
}

}

/* Страница товара */

.catalogitemcd1 {
display: table;
}

.catalogitemcd1d1 {
width: 100%;
display: table-cell;
vertical-align: top;
}

.catalogitemcd1d1d1 {
font-family: Rubik; font-weight: 500;
font-size: 28px;
color: #262626;
line-height: 32px;
margin-top: 10px;
margin-bottom: 45px;
}

.catalogitemcd1d1d1 h1 {
font-size: inherit;
color: inherit;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.catalogitemcd1d1d2 {
font-family: Rubik; font-weight: 500;
font-size: 16px;
color: #262626;
line-height: 19px;
margin-bottom: 8px;
}

.catalogitemcd1d1d2 a {
color: #1d3757;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d1d2 a:hover {
color: #54a1d9;
}

.catalogitemcd1d1d3 {
font-family: Rubik; font-weight: 500;
font-size: 16px;
color: #262626;
line-height: 19px;
margin-bottom: 20px;
}

.catalogitemcd1d1d3 b {
font-family: Panton !important;
font-weight: normal;
}

.catalogitemcd1d1d3 div {
display: inline-block;
padding-left: 10px;
}

.catalogitemcd1d1d3 span {
background-image: url(img/item_star_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 14px;
width: 16px;
height: 16px;
display: inline-block;
margin: 0px 2px 0px 2px;
position: relative;
top: 2px;
cursor: poRubik;
}

.catalogitemcd1d1d3s1_on,
.catalogitemcd1d1d3s2_on,
.catalogitemcd1d1d3s3_on,
.catalogitemcd1d1d3s4_on,
.catalogitemcd1d1d3s5_on {
background-image: url(img/item_star_on.png) !important;
}

.catalogitemcd1d1d3s_diss_on {
background-image: url(img/item_star_on.png) !important;
cursor: text !important;
}

.catalogitemcd1d1d3s_diss2_off {
background-image: url(img/item_star_off.png) !important;
cursor: text !important;
}

.catalogitemcd1d1d3s_diss2_off:hover {
background-image: url(img/item_star_off.png) !important;
}

.catalogitemcd1d1d4 {
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #5e5e5e;
line-height: 18px;
margin-bottom: 55px;
}

.catalogitemcd1d1d5 {
}

.catalogitemcd1d1d5 span {
width: 240px;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #1d3757;
line-height: 17px;
text-transform: uppercase;
display: inline-block;
padding: 12px 20px 10px 20px;
border: 2px solid #1d3757;
border-radius: 5px;
cursor: poRubik;
text-align: center;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d1d5 span:hover {
background-color: #1d3757;
color: #fff;
}

.catalogitemcd1d1d6 {
margin-top: 10px;
}

.catalogitemcd1d1d6 span {
width: 240px;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #12c100;
line-height: 17px;
text-transform: uppercase;
display: inline-block;
padding: 12px 20px 10px 20px;
border: 2px solid #12c100;
border-radius: 5px;
cursor: poRubik;
text-align: center;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d1d6 span:hover {
background-color: #12c100;
color: #fff;
}

.catalogitemcd1d2 {
display: table-cell;
vertical-align: top;
}

.catalogitemcd1d2imgscd1 {
width: 300px;
margin-left: 50px;
}

.catalogitemcd1d2imgscd1d1 {
width: 300px;
height: 300px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border: 1px solid red;
margin-top: 20px;
border: none;
position: relative;
border-radius: 10px;
overflow: hidden;
}

.catalogitemcd1d2imgscd1d1:before {
content: '';
width: 100%;
height: 100%;
background-image: url(img/image_zoom_icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 80px;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
z-index: 2;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d2imgscd1d1:hover:before {
opacity: 0.9;
}

.catalogitemcd1d2imgscd1d1:after {
content: '';
width: 100%;
height: 100%;
background-color: #cad1d8;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
z-index: 1;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d2imgscd1d1 a {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: 3;
border: none;
}

.catalogitemcd1d2imgscd1d1:hover:after {
opacity: 0.3;
}

.catalogitemcd1d2imgscd1d2 {
margin-top: 10px;
}

.catalogitemcd1d2imgscd1d2 div {
width: 65px;
height: 65px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border-radius: 5px;
display: inline-block;
margin: 0px 6px 6px 0px;
position: relative;
overflow: hidden;
}

.catalogitemcd1d2imgscd1d2 div:nth-child(4n) {
margin: 0px 0px 6px 0px !important;
}

.catalogitemcd1d2imgscd1d2 a {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: 3;
}

.catalogitemcd1d2imgscd1d2 div:before {
content: '';
width: 100%;
height: 100%;
background-image: url(img/image_zoom_icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 20px;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
z-index: 2;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d2imgscd1d2 div:hover:before {
opacity: 0.9;
}

.catalogitemcd1d2imgscd1d2 div:after {
content: '';
width: 100%;
height: 100%;
background-color: #cad1d8;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
z-index: 1;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd1d2imgscd1d2 div:hover:after {
opacity: 0.3;
}

@media screen 
and (min-width:1000px) 
and (max-width:1175px){

.catalogitemcd1d2imgscd1 {
width: 200px;
margin-left: 30px;
}

.catalogitemcd1d2imgscd1d1 {
width: 200px;
height: 200px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border: 1px solid red;
margin-top: 20px;
border: none;
position: relative;
border-radius: 10px;
overflow: hidden;
}

.catalogitemcd1d2imgscd1d2 div {
width: 58px;
height: 58px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border-radius: 5px;
display: inline-block;
margin: 0px 6px 6px 0px;
position: relative;
overflow: hidden;
}

}

.catalogitemcd2 {
width: 100%;
margin-top: 50px;
}

.catalogitemcd2tabscd1 {
border-bottom: 4px solid #edeae3;
}

.catalogitemcd2tabs_off {
background-color: #f8f8f8;
display: inline-block;
padding: 14px 25px 13px 25px;
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #1d375c;
line-height: 16px;
cursor: poRubik;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd2tabs_on {
background-color: #edeae3;
display: inline-block;
padding: 14px 25px 13px 25px;
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #4f4f4f;
line-height: 16px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

@media screen 
and (min-width:1000px) 
and (max-width:1195px){

.catalogitemcd2tabs_off {
background-color: #f8f8f8;
display: inline-block;
padding: 12px 15px 10px 15px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #1d375c;
line-height: 16px;
cursor: poRubik;
text-decoration: underline;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd2tabs_on {
background-color: #edeae3;
display: inline-block;
padding: 12px 15px 10px 15px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #4f4f4f;
line-height: 16px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogcatgroupsspecprodviewdescr {
width: calc(100vw - 400px);
overflow: auto;
}

}

.catalogitemcd2tabblockscd1 {
padding-top: 35px;
width: 100%;
}

.catalogitemcd2tabblockscd1title {
font-family: Rubik; font-weight: 500;
font-size: 20px;
color: #262626;
line-height: 24px;
margin-bottom: 15px;
}

@media screen 
and (min-width:1000px) 
and (max-width:1175px){

.catalogitemcd2tabblockscd1 {
padding-top: 30px;
width: 100%;
}

.catalogitemcd2tabblockscd1title {
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #262626;
line-height: 22px;
margin-bottom: 15px;
}

}

.catalogitemcd2tabblockscd1videocd {
margin-bottom: 20px;
}

.catalogitemcd2tabblockscd1grafcd {
}

.catalogitemcd2tabblockscd1grafcd div {
width: calc(50% - 15px);
height: 305px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border-radius: 10px;
display: inline-block;
margin: 0px 25px 25px 0px;
position: relative;
overflow: hidden;
}

@media screen 
and (min-width:1000px) 
and (max-width:1175px){

.catalogitemcd2tabblockscd1grafcd div {
width: calc(50% - 15px);
height: 205px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border-radius: 10px;
display: inline-block;
margin: 0px 25px 25px 0px;
position: relative;
overflow: hidden;
}

}

.catalogitemcd2tabblockscd1grafcd div:nth-child(2n) {
margin: 0px 0px 25px 0px !important;
}

.catalogitemcd2tabblockscd1grafcd a {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: 3;
}

.catalogitemcd2tabblockscd1grafcd div:before {
content: '';
width: 100%;
height: 100%;
background-image: url(img/image_zoom_icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 80px;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
z-index: 2;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd2tabblockscd1grafcd div:hover:before {
opacity: 0.9;
}








@media screen 
and (max-width:999px){

.catalogitemcd1 {
display: block;
}

.catalogitemcd1d1 {
display: block;
}

.catalogitemcd1d1d1 {
font-size: 22px;
line-height: 24px;
margin-bottom: 25px;
}

.catalogitemcd1d1d2 {
font-size: 13px;
line-height: 16px;
margin-bottom: 8px;
}

.catalogitemcd1d1d3 {
font-size: 13px;
line-height: 16px;
margin-bottom: 15px;
}

.catalogitemcd1d1d4 {
font-size: 13px;
line-height: 16px;
margin-bottom: 20px;
}

.catalogitemcd1d1d5 {
}

.catalogitemcd1d1d5 span {
width: 100%;
font-size: 13px;
line-height: 16px;
padding: 12px 0px 10px 0px;
}

.catalogitemcd1d1d6 {
margin-top: 5px;
}

.catalogitemcd1d1d6 span {
width: 100%;
font-size: 13px;
line-height: 17px;
padding: 12px 0px 10px 0px;
}

.catalogitemcd1d2 {
display: block;
}

.catalogitemcd1d2imgscd1 {
width: 100%;
margin-left: 0px;
}

.catalogitemcd1d2imgscd1d1 {
width: 100%;
height: 330px;
margin-top: 10px;
border: none;
border-radius: 10px;
}

.catalogitemcd1d2imgscd1d1:before {
display: none;
}

.catalogitemcd1d2imgscd1d1:hover:before {
display: none;
}

.catalogitemcd1d2imgscd1d1:after {
display: none;
}

.catalogitemcd1d2imgscd1d1 a {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: 3;
border: none;
}

.catalogitemcd1d2imgscd1d1:hover:after {
display: none;
}

.catalogitemcd1d2imgscd1d2 {
margin-top: 10px;
}

.catalogitemcd1d2imgscd1d2 div {
width: calc(50% - 9px);
height: 125px;
margin: 0px 6px 6px 0px;
}

.catalogitemcd1d2imgscd1d2 div:nth-child(2n) {
margin: 0px 0px 6px 0px !important;
}

.catalogitemcd1d2imgscd1d2 div:before {
display: none;
}

.catalogitemcd1d2imgscd1d2 div:hover:before {
display: none;
}

.catalogitemcd1d2imgscd1d2 div:after {
display: none;
}

.catalogitemcd1d2imgscd1d2 div:hover:after {
display: none;
}

.catalogitemcd2 {
margin-top: 20px;
}

.catalogitemcd2tabscd1 {
border-bottom: none;
}

.catalogitemcd2tabs_off {
width: 50%;
padding: 14px 0px 13px 0px;
font-size: 11px;
line-height: 13px;
text-align: center;
}

.catalogitemcd2tabs_on {
width: 50%;
padding: 14px 0px 13px 0px;
font-size: 11px;
line-height: 13px;
text-align: center;
}

.catalogitemcd2tabblockscd1 {
padding-top: 25px;
width: 100%;
}

.catalogitemcd2tabblockscd1title {
font-family: Rubik; font-weight: 500;
font-size: 18px;
color: #262626;
line-height: 22px;
margin-bottom: 25px;
}

.catalogitemcd2tabblockscd1videocd {
margin-bottom: 10px;
}

.catalogitemcd2tabblockscd1grafcd {
}

.catalogitemcd2tabblockscd1grafcd div {
width: 100%;
height: 185px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border-radius: 10px;
display: inline-block;
margin: 0px 0px 10px 0px;
position: relative;
overflow: hidden;
}

.catalogitemcd2tabblockscd1grafcd div:nth-child(2n) {
margin: 0px 0px 10px 0px !important;
}

.catalogitemcd2tabblockscd1grafcd a {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: 3;
}

.catalogitemcd2tabblockscd1grafcd div:before {
content: '';
width: 100%;
height: 100%;
background-image: url(img/image_zoom_icon.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 80px;
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
z-index: 2;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogitemcd2tabblockscd1grafcd div:hover:before {
opacity: 0.9;
}

}


.catalog_edit_div {
padding-top: 22px;
text-align: right;
}

.catalog_edit_btn {
display: inline-block;
padding: 8px 20px 7px 20px;
text-align: center;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #fff;
background-color: #1d3757;
border: none;
border-radius: 3px;
cursor: poRubik;
text-decoration: none;
text-transform: uppercase;
-webkit-appearance: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalog_edit_btn:hover {
background-color: #e25015;
}















@media screen 
and (min-width:1000px) 
and (max-width:1175px){



}









/* Производители в разделах каталога */


.catalogcatgroups_preproducerscd {
margin-bottom: 50px;
}

.catalogcatgroups_preproducerscd div {
width: calc(15% - 10px);
height: 120px;
display: inline-block;
margin-right: 45px;
}

.catalogcatgroups_preproducerscd div:nth-child(5n) {
margin-right: 0px;
}

.catalogcatgroups_preproducerscd span {
width: 100%;
height: 80px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-bottom: 5px;
display: block;
cursor: poRubik;
}

.catalogcatgroups_preproducerscd b {
width: 100%;
height: 30px;
display: table;
text-align: center;
}

.catalogcatgroups_preproducerscd a {
display: table-cell;
font-size: 11px;
line-height: 14px;
font-family: Rubik; font-weight: 500;
color: #969696;
font-weight: normal;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogcatgroups_preproducerscd div:hover a {
color: #54a1d9;
}



@media screen 
and (max-width:999px){

.catalogcatgroups_preproducerscd div:nth-child(5n) {
margin-right: 15px !important;
}

.catalogcatgroups_preproducerscd div {
width: calc(30% - 3px);
height: 120px;
display: inline-block;
margin-right: 15px;
}

.catalogcatgroups_preproducerscd div:nth-child(3n) {
margin-right: 0px;
}

.catalogcatgroups_preproducerscd div:hover a {
color: #969696;
}

.catalogcatgroups_preproducerscd a {
font-size: 9px;
line-height: 12px;
}

}









/* Новый каталог с фильтрами */

.contentstaticcd3 {
max-width: 1400px;
padding: 0px 0px 0px 0px;
margin: 0px auto;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #262626;
line-height: 21px;
}


.contentstaticcd3_2 {
max-width: 1400px;
padding: 30px 40px 30px 40px;
margin: 0px auto;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #262626;
line-height: 21px;
}

.catalogv2cd1 {
max-width: 1400px;
}

.catalogv2cd2 {
width: 100%;
display: table;
position: relative;
}



/* Новый каталог левое меню */

.catalogv2cd2d1 {
display: table-cell;
vertical-align: top;
}

.catalogv2cd2d1menucd1 {
width: 310px;
position: relative;
}

.catalogv2cd2d1menucd1b1,
.catalogv2cd2d1menucd1b2 {
padding: 26px 10px 26px 80px;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #fff;
cursor: poRubik;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.catalogv2cd2d1menucd1b1:hover,
.catalogv2cd2d1menucd1b2:hover,
.catalogv2cd2d1menucd1b3:hover {
background-color: #e25015;
color: #fff;
border-right: 2px solid #e25015;
}

.catalogv2cd2d1menucd1b3:hover {
border-top: 1px solid #e25015;
}

.catalogv2cd2d1menucd1b1 {
background-color: #20589f;
border-right: 2px solid #20589f;
}

.catalogv2cd2d1menucd1b2 {
background-color: #21508c;
border-right: 2px solid #21508c;
}

.catalogv2cd2d1menucd1b3 {
background-color: #f8f8f8;
padding: 26px 10px 26px 80px;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #2f2f2f;
line-height: 18px;
border-right: 2px solid #edeae3;
border-top: 1px solid #edeae3;
cursor: poRubik;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.catalogv2cd2d1menucd1b3_on {
background-color: #e25015;
padding: 26px 10px 26px 80px;
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #fff;
line-height: 18px;
border-right: 2px solid #e25015;
border-top: 1px solid #e25015;
cursor: poRubik;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.catalogv2cd2d1menucd1b3dopmenuarr {
content: '';
width: 100%;
height: 0px;
position: relative;
z-index: 410;
}

.catalogv2cd2d1menucd1b3dopmenuarr div {
width: 29px;
background-image: url(img/leftdopmenu_arr.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 19px 100%;
position: absolute;
right: -41px;
top: -26px;
}

.catalogv2cd2d1menucd1b3dopmenu {
width: calc(100vw - 327px);
max-width: 1090px;
height: 100%;
background-color: rgba(237,234,227,0.97);
position: absolute;
left: 310px;
top: 0px;
z-index: 400;
color: #000 !important;
cursor: default;
}

.catalogv2cd2d1menucd1b3dopmenu_cd1 {
width: calc(100% - 80px);
max-height: calc(100% - 80px);
padding: 0px 0px 0px 40px;
margin-top: 40px;
}

.catalogv2cd2d1menucd1b3dopmenu_d1 {
background-color: #f4f2ec;
border-radius: 3px 3px 0 0;
padding: 12px;
margin: 12px 12px 0 0; 
}

.catalogv2cd2d2cont2 div.catalogv2cd2d1menucd1b3dopmenu_d1:first-child {
margin-top: 0px !important;
}

.catalogv2cd2d1menucd1b3dopmenu_d1 a {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #2f2f2f;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d1menucd1b3dopmenu_d1 a:hover {
color: #54a1d9;
}

.catalogv2cd2d1menucd1b3dopmenu_d2 {
background-color: #f4f2ec;
border-radius: 0 0 3px 3px;
padding: 0 12px 7px 12px;
margin: 0 12px 0 0;
}

.catalogv2cd2d1menucd1b3dopmenu_d2 a {
width: 100%;
display: block;
margin-right: 20px;
margin-bottom: 5px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #1a3961;
line-height: 14px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d1menucd1b3dopmenu_d2 a:hover {
color: #54a1d9;
}

@media screen 
and (min-width:1000px) 
and (max-width:1180px){

.catalogv2cd2d1menucd1b3dopmenu_d2 a {
}

}

.lmenu_icon_alf {
background-image: url(img/l_menu_icon1_off.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_alf_on {
background-image: url(img/l_menu_icon1_on.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_alf:hover {
background-image: url(img/l_menu_icon1_on.png);
}

.lmenu_icon_pro {
background-image: url(img/l_menu_icon2_off.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_pro_on {
background-image: url(img/l_menu_icon2_on.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_pro:hover {
background-image: url(img/l_menu_icon2_on.png);
}

.lmenu_icon_1 {
background-image: url(img/l_menu_icon3_off.png);
background-position: 46px center;
background-repeat: no-repeat;
background-size: 18px;
}

.lmenu_icon_1_on {
background-image: url(img/l_menu_icon3_on.png);
background-position: 46px center;
background-repeat: no-repeat;
background-size: 18px;
}

.lmenu_icon_1:hover {
background-image: url(img/l_menu_icon3_on.png);
}

.lmenu_icon_2 {
background-image: url(img/l_menu_icon4_off.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_2_on {
background-image: url(img/l_menu_icon4_on.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_2:hover {
background-image: url(img/l_menu_icon4_on.png);
}

.lmenu_icon_3 {
background-image: url(img/l_menu_icon5_off.png);
background-position: 44px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_3_on {
background-image: url(img/l_menu_icon5_on.png);
background-position: 44px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_3:hover {
background-image: url(img/l_menu_icon5_on.png);
}

.lmenu_icon_4 {
background-image: url(img/l_menu_icon6_off.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_4_on {
background-image: url(img/l_menu_icon6_on.png);
background-position: 42px center;
background-repeat: no-repeat;
background-size: 22px;
}

.lmenu_icon_4:hover {
background-image: url(img/l_menu_icon6_on.png);
}

.lmenu_icon_5 {
background-image: url(img/l_menu_icon7_off.png);
background-position: 44px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_5_on {
background-image: url(img/l_menu_icon7_on.png);
background-position: 44px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_5:hover {
background-image: url(img/l_menu_icon7_on.png);
}

.lmenu_icon_6 {
background-image: url(img/l_menu_icon8_off.png);
background-position: 43px center;
background-repeat: no-repeat;
background-size: 25px;
}

.lmenu_icon_6_on {
background-image: url(img/l_menu_icon8_on.png);
background-position: 43px center;
background-repeat: no-repeat;
background-size: 25px;
}

.lmenu_icon_6:hover {
background-image: url(img/l_menu_icon8_on.png);
}

.lmenu_icon_7 {
background-image: url(img/l_menu_icon9_off.png);
background-position: 43px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_7_on {
background-image: url(img/l_menu_icon9_on.png);
background-position: 43px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_7:hover {
background-image: url(img/l_menu_icon9_on.png);
}

.lmenu_icon_8 {
background-image: url(img/l_menu_icon10_off.png);
background-position: 43px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_8_on {
background-image: url(img/l_menu_icon10_on.png);
background-position: 43px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_8:hover {
background-image: url(img/l_menu_icon10_on.png);
}

.lmenu_icon_2830 {
background-image: url(img/l_menu_icon2830_off.png);
background-position: 44px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_2830_on {
background-image: url(img/l_menu_icon2830_on.png);
background-position: 44px center;
background-repeat: no-repeat;
background-size: 20px;
}

.lmenu_icon_2830:hover {
background-image: url(img/l_menu_icon2830_on.png);
}

@media screen 
and (max-width:999px){

.contentstaticcd3 {
max-width: 1400px;
padding: 25px 20px 25px 20px;
margin: 0px auto;
font-family: Rubik; font-weight: 500;
font-size: 14px;
color: #262626;
line-height: 19px;
}

.catalogv2cd2 {
width: calc(100% + 40px);
display: block;
left: -20px;
margin-top: -25px;
}

.catalogv2cd2d1 {
display: block;
}

.catalogv2cd2d1menucd1 {
width: 100%;
height: 50px;
position: relative;
}

.catalogv2cd2d1menucd1b1,
.catalogv2cd2d1menucd1b2 {
width: 10%;
height: 40px;
padding: 0px 0px 0px 0px;
font-size: 0px;
display: inline-block;
float: left;
}

.catalogv2cd2d1menucd1b1:hover,
.catalogv2cd2d1menucd1b2:hover {
background-color: #e25015;
border-right: 0px;
}

.catalogv2cd2d1menucd1b3:hover {
background-color: #f8f8f8;
border-right: 0px;
}

.catalogv2cd2d1menucd1b3:hover {
border-bottom: none;
border-top: none;
}

.catalogv2cd2d1menucd1b1 {
border-right: none;
}

.catalogv2cd2d1menucd1b2 {
border-right: none;
}

.catalogv2cd2d1menucd1b3 {
background-color: #f8f8f8;
width: 10%;
height: 40px;
padding: 0px 0px 0px 0px;
font-size: 0px;
line-height: 0px;
border-right: none;
border-bottom: none;
border-top: none;
display: inline-block;
float: left;
}

.catalogv2cd2d1menucd1b3_on {
background-color: #e25015;
width: 10%;
height: 40px;
padding: 0px 0px 0px 0px;
font-size: 0px;
line-height: 0px;
border-right: none;
border-bottom: none;
border-top: none;
display: inline-block;
float: left;
}

.catalogv2cd2d1menucd1b3_mhover {
background-color: #e25015 !important;
}

.catalogv2cd2d1menucd1b3dopmenuarr {
display: none !important;
opacity: 0 !important;
}

.catalogv2cd2d1menucd1b3dopmenu {
width: 100vw;
max-width: 1090px;
height: auto;
background-color: rgba(237,234,227,0.97);
position: absolute;
left: 0px;
top: 40px;
z-index: 400;
color: #000 !important;
display: none !important;
opacity: 0 !important;
}

.catalogv2cd2d1menucd1b3dopmenu_cd1 {
width: auto;
max-height: auto;
padding: 20px 20px 20px 20px;
margin-top: 0px;
}

.catalogv2cd2d1menucd1b3dopmenu_d1 {
margin: 12px 0 0 0;
}

.catalogv2cd2d1menucd1b3dopmenu_d1 a {
font-family: Rubik; font-weight: 500;
font-size: 13px;
color: #2f2f2f;
line-height: 15px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d1menucd1b3dopmenu_d1 a:hover {
color: #54a1d9;
}

.catalogv2cd2d1menucd1b3dopmenu_d2 {
margin: 0 0 0 0;
}

.catalogv2cd2d1menucd1b3dopmenu_d2 a {
width: calc(50% - 25px);
display: inline-block;
margin-right: 20px;
margin-bottom: 5px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #1a3961;
line-height: 14px;
}

.lmenu_icon_alf {
background-image: url(img/l_menu_icon1_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_alf_on {
background-image: url(img/l_menu_icon1_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_pro {
background-image: url(img/l_menu_icon2_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_pro_on {
background-image: url(img/l_menu_icon2_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_1 {
background-image: url(img/l_menu_icon3_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_1:hover {
background-image: url(img/l_menu_icon3_off.png);
}

.lmenu_icon_2 {
background-image: url(img/l_menu_icon4_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_2:hover {
background-image: url(img/l_menu_icon4_off.png);
}

.lmenu_icon_3 {
background-image: url(img/l_menu_icon5_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 14px;
}

.lmenu_icon_3:hover {
background-image: url(img/l_menu_icon5_off.png);
}

.lmenu_icon_4 {
background-image: url(img/l_menu_icon6_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_4:hover {
background-image: url(img/l_menu_icon6_off.png);
}

.lmenu_icon_5 {
background-image: url(img/l_menu_icon7_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_5:hover {
background-image: url(img/l_menu_icon7_off.png);
}

.lmenu_icon_6 {
background-image: url(img/l_menu_icon8_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_6:hover {
background-image: url(img/l_menu_icon8_off.png);
}

.lmenu_icon_7 {
background-image: url(img/l_menu_icon9_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_7:hover {
background-image: url(img/l_menu_icon9_off.png);
}

.lmenu_icon_8 {
background-image: url(img/l_menu_icon10_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_8:hover {
background-image: url(img/l_menu_icon10_off.png);
}

.lmenu_icon_2830 {
background-image: url(img/l_menu_icon2830_off.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_2830:hover {
background-image: url(img/l_menu_icon2830_off.png);
}

.lmenu_icon_1_on {
background-image: url(img/l_menu_icon3_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_2_on {
background-image: url(img/l_menu_icon4_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_3_on {
background-image: url(img/l_menu_icon5_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 14px;
}

.lmenu_icon_4_on {
background-image: url(img/l_menu_icon6_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_5_on {
background-image: url(img/l_menu_icon7_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_6_on {
background-image: url(img/l_menu_icon8_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 15px;
}

.lmenu_icon_7_on {
background-image: url(img/l_menu_icon9_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_8_on {
background-image: url(img/l_menu_icon10_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

.lmenu_icon_2830_on {
background-image: url(img/l_menu_icon2830_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 13px;
}

}



/* Новый каталог правая область обёрстка */

.catalogv2cd2d2cont {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 0px 0px 0px 30px;
}



/* Новый каталог контент каталога */

.catalogv2cd2d3 {
width: calc(100% - 345px);
display: block;
float: left;
padding-right: 25px;
}

@media screen 
and (min-width:1000px) 
and (max-width:1180px){

.catalogv2cd2d2cont {
width: calc(100% - 40px);
display: table-cell;
vertical-align: top;
padding: 20px 20px 20px 20px;
}

}

.catalogv2cd2d3sortline {
display: table;
margin-top: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #eaeaea;
}

.catalogv2cd2d3sld1 {
width: 100%;
display: table-cell;
vertical-align: middle;
padding: 10px 0px 30px 0px;
}

.catalogv2cd2d3sld1title {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #c2c2c2;
margin: 0px 15px 0px 0px;
}

.catalogv2cd2d3sld1d_sort_active_p {
background-image: url(img/sort_arr_top.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 8px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #e25015;
margin: 0px 15px 0px 0px;
padding-right: 12px;
}

.catalogv2cd2d3sld1d_sort_active_m {
background-image: url(img/sort_arr_bottom.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 8px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #e25015;
margin: 0px 15px 0px 0px;
padding-right: 12px;
}

.catalogv2cd2d3sld1d_sort_link {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #21508c;
margin: 0px 15px 0px 0px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d3sld1d_sort_link:hover {
color: #54a1d9;
}

.catalogv2cd2d3sld2 {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
}

.catalogv2cd2d3sld2 div {
background-color: #21508c;
display: inline-block;
padding: 5px 12px 5px 12px;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #fff;
border-radius: 3px;
cursor: poRubik;
position: relative;
top: -9px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d3sld2 div:hover {
background-color: #e25015;
}

@media screen 
and (min-width:1000px) 
and (max-width:1220px){

.catalogv2cd2d3sld2 div {
background-image: url(img/icon_print.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 12px;
font-size: 0px;
padding: 5px 16px 5px 16px;
}

}

.cataloglistfootercd1 {
width: 100%;
display: table;
border-top: 3px solid #f5f5f5;
}

.cataloglistfootercd1d1 {
display: table-cell;
white-space: nowrap;
vertical-align: middle;
}

.cataloglistfootercd1d1cd {
position: relative;
top: -25px;
}

.cataloglistfootercd1d2 {
width: 100%;
display: table-cell;
vertical-align: middle;
text-align: right;
}

.cataloglistfootercd1d2 span {
font-family: Rubik; font-weight: 500;
color: #4d4d4d;
font-size: 12px;
margin-right: 12px;
}

.cataloglistfootercd1d2 div {
background-color: #edeae3;
display: inline-block;
width: 33px;
padding: 5px 0px 4px 0px;
border-radius: 3px;
text-align: center;
font-family: Rubik; font-weight: 500;
color: #1d3757;
font-size: 11px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistfootercd1d2 div:hover {
background-color: #54a1d9;
color: #fff;
}

.cataloglistfootercd1d2_on {
background-color: #1d3757 !important;
color: #fff !important;
}

.catalogcatgroupstext {
margin-top: 0px;
}

@media screen 
and (max-width:999px){

.catalogv2cd2d2cont {
width: calc(100% - 40px);
display: block;
padding: 0px 0px 0px 0px;
margin: 0px auto;
}

.catalogv2cd2d3 {
width: 100%;
display: block;
float: none;
padding-right: 0px;
}

.catalogv2cd2d3sortline {
width: 100%;
display: table;
margin-top: 20px;
margin-bottom: 20px;
}

.catalogv2cd2d3sld1 {
padding: 10px 0px 10px 0px;
}

.catalogv2cd2d3sld1title {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #c2c2c2;
margin: 0px 0px 0px 0px;
display: block;
}

.catalogv2cd2d3sld1d_sort_active_p {
color: #e25015;
margin: 0px 15px 0px 0px;
padding-right: 15px;

}

.catalogv2cd2d3sld1d_sort_active_m {
color: #e25015;
margin: 0px 15px 0px 0px;
padding-right: 15px;
}

.catalogv2cd2d3sld1d_sort_link {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #21508c;
margin: 0px 15px 0px 0px;
padding-right: 15px;
}

.catalogv2cd2d3sld1d_sort_link:hover {
color: #21508c;
}

.catalogv2cd2d3sld2 {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
}

.catalogv2cd2d3sld2 div {
background-image: url(img/icon_print.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 12px;
font-size: 0px;
padding: 5px 16px 5px 16px;
margin-top: 20px;
display: none;
}





.cataloglistfootercd1 {
display: flex;
flex-flow: wrap;
border-top: 3px solid #f5f5f5;
position: relative;
}

.cataloglistfootercd1d1 {
width: 100%;
display: block;
white-space: nowrap;
padding: 20px 0px 0px 0px;
order: 2;
}

.cataloglistfootercd1d1cd {
width: 100%;
text-align: center;
position: relative;
top: 0px;
}

.cataloglistfootercd1d1cd div.ya-share2 {
margin-top: 0px !important;
}

.cataloglistfootercd1d2 {
width: 100%;
display: block;
vertical-align: middle;
text-align: center;
padding: 20px 10px 0px 0px;
order: 1;
}



.cataloglistfootercd1d2 span {
font-family: Rubik; font-weight: 500;
color: #4d4d4d;
font-size: 0px;
margin-right: 12px;
}

.cataloglistfootercd1d2 div {
background-color: #edeae3;
display: inline-block;
width: 38px;
padding: 8px 0px 7px 0px;
border-radius: 3px;
text-align: center;
font-family: Rubik; font-weight: 500;
color: #1d3757;
font-size: 14px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistfootercd1d2 div:hover {
background-color: #edeae3;
color: #1d3757;
}

.cataloglistfootercd1d2_on {
background-color: #1d3757 !important;
color: #fff !important;
}

.catalogcatgroupstext {
margin-top: 20px;
}

}

/* Табличный вид списка каталога */

.cataloglistitemsline_view1_cd {
margin-bottom: 40px;
}

.cataloglistitemsline_view1_itemline {
display: table;
margin-bottom: 30px;
}

.cataloglistitemsline_view1_itemlined1 {
display: table-cell;
vertical-align: top;
}

.cataloglistitemsline_view1_itemlined1d1 {
width: 80px;
height: 80px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 30px;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined1d1:hover {
-webkit-transform: scale(2.6);
-moz-transform: scale(2.6) rotate(0.02deg);
position: relative;
z-index: 200;
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.cataloglistitemsline_view1_itemlined2 {
width: 100%;
display: table-cell;
vertical-align: top;
}

.cataloglistitemsline_view1_itemlined2d1 {
margin-bottom: 10px;
}

.cataloglistitemsline_view1_itemlined2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined2d1 a:hover {
color: #54a1d9;
}

.cataloglistitemsline_view1_itemlined2d2 {
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #4d4d4d;
line-height: 15px;
}

.cataloglistitemsline_view1_itemlined2d3 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #7e7e7e;
margin: 5px 0px 0px 0px;
}

.cataloglistitemsline_view1_itemlined2d3 a {
color: #21508c;
text-decoration: none;
margin: 0px 0px 0px 5px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined2d3 a:hover {
color: #54a1d9;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_view1_cd {
margin-bottom: 20px;
}

.cataloglistitemsline_view1_itemline {
width: 100%;
display: table;
margin-bottom: 25px;
}

.cataloglistitemsline_view1_itemlined1d1 {
width: 60px;
height: 60px;
margin-right: 20px;
}

.cataloglistitemsline_view1_itemlined1d1:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0deg);
}

.cataloglistitemsline_view1_itemlined2d1 {
margin-bottom: 6px;
}

.cataloglistitemsline_view1_itemlined2d1 a {
font-size: 15px;
color: #1d3757;
line-height: 18px;
text-decoration: none;
}

.cataloglistitemsline_view1_itemlined2d1 a:hover {
color: #1d3757;
}

.cataloglistitemsline_view1_itemlined2d2 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #4d4d4d;
line-height: 14px;
}

}

/* Блочный вид списка каталога */

.cataloglistitemsline_view2_cd {
margin-bottom: 40px;
}

.cataloglistitemsline_view2_itemline {
width: calc(33% - 25px);
height: 320px;
display: inline-block;
margin-bottom: 30px;
margin-right: 30px;
}

.cataloglistitemsline_view2_itemline:nth-child(3n) {
margin-right: 0px;
}

.cataloglistitemsline_view2_itemlined1 {
display: block;
vertical-align: top;
}

.cataloglistitemsline_view2_itemlined1d1 {
width: 100%;
height: 160px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 20px;
cursor: poRubik;
margin-bottom: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view2_itemlined1d1:hover {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6) rotate(0.02deg);
position: relative;
z-index: 200;
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.cataloglistitemsline_view2_itemlined2 {
width: 100%;
height: 148px;
display: block;
vertical-align: top;
position: relative;
overflow: hidden;
padding-top: 35px;
}

.cataloglistitemsline_view2_itemlined2:after {
content: '';
background-image: url(img/itemlined2d2_bg.png);
background-position: left center;
background-repeat: repeat-x;
background-size: contain;
width: calc(100% + 10px);
height: 35px;
position: absolute;
left: -5px;
bottom: -1px;
}

.cataloglistitemsline_view2_itemlined2d1 {
margin-bottom: 6px;
}

.cataloglistitemsline_view2_itemlined2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 17px;
color: #1d3757;
text-decoration: none;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}

.cataloglistitemsline_view2_itemlined2d1 a:hover {
color: #54a1d9;
}

.cataloglistitemsline_view2_itemlined2d2 {
overflow: hidden;
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #4d4d4d;
line-height: 15px;
}

.cataloglistitemsline_view2_itemlined2d3 {
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #7e7e7e;
line-height: 13px;
margin: 0px 0px 0px 0px;
position: absolute;
top: 0px;
left: 0px;
padding: 0px 10px 0px 0px;
}

.cataloglistitemsline_view2_itemlined2d3 a {
color: #21508c;
text-decoration: none;
margin: 0px 0px 0px 5px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined2d3 a:hover {
color: #54a1d9;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_view2_cd {
margin-bottom: 40px;
}

.cataloglistitemsline_view2_itemline {
width: calc(50% - 18px);
height: 320px;
display: inline-block;
margin-bottom: 30px;
margin-right: 15px;
}

.cataloglistitemsline_view2_itemline:nth-child(2n) {
margin-right: 0px;
}

.cataloglistitemsline_view2_itemlined1 {
display: block;
vertical-align: top;
}

.cataloglistitemsline_view2_itemlined1d1 {
width: 100%;
height: 160px;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
margin-right: 20px;
cursor: poRubik;
margin-bottom: 5px;
}

.cataloglistitemsline_view2_itemlined1d1:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1) rotate(0deg);
}

.cataloglistitemsline_view2_itemlined2 {
width: 100%;
height: 148px;
display: block;
vertical-align: top;
position: relative;
overflow: hidden;
}

.cataloglistitemsline_view2_itemlined2d1 {
margin-bottom: 6px;
}

.cataloglistitemsline_view2_itemlined2d1 a {
font-family: Rubik; font-weight: 500;
font-size: 15px;
color: #1d3757;
line-height: 18px;
text-decoration: none;
}

.cataloglistitemsline_view2_itemlined2d1 a:hover {
color: #1d3757;
}

.cataloglistitemsline_view2_itemlined2d2 {
overflow: hidden;
font-family: Rubik; font-weight: 500;
font-size: 11px;
color: #4d4d4d;
line-height: 14px;
}

}



/* Новый каталог фильтры */

.catalogv2cd2d2 {
width: 320px;
background-color: #f8f8f8;
display: block;
position: static;
float: right;
}

.catalogv2cd2d2filtercd1 {
}

.catalogv2cd2d2filtercd2 {
}

.catalogv2cd2d2filtitle {
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 15px;
padding: 32px 20px 0px 20px;
}

.catalogv2cd2d2filblock1 {
padding: 20px 20px 20px 20px;
border-bottom: 1px solid #eaeaea;
}

.catalogv2cd2d2filblock1title {
font-family: Rubik; font-weight: 500;
color: #555555;
font-size: 13px;
}

.catalogv2cd2d2filblock1list {
margin-top: 10px;
}

.catalogv2cd2d2filblock1list div {
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 11px;
background-color: #edeae3;
display: inline-block;
padding: 5px 11px 5px 28px;
border-radius: 3px;
margin: 0px 4px 4px 0px;
position: relative;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d2filblock1list div:before {
content: '';
background-color: #fff;
width: 13px;
height: 13px;
border-radius: 3px;
position: absolute;
top: 9px;
left: 8px;
cursor: poRubik;
}

.catalogv2cd2d2filbl1_on {
background-color: #e25015 !important;
color: #fff !important;
cursor: poRubik;
}

.catalogv2cd2d2filbl1_on:before {
background-image: url(img/filter_icon_on.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 8px;
}

.catalogv2cd2d2filblock2 {
padding: 20px 20px 20px 20px;
border-bottom: 1px solid #eaeaea;
}

.catalogv2cd2d2filblock2title {
font-family: Rubik; font-weight: 500;
color: #555555;
font-size: 13px;
}

.catalogv2cd2d2filblock2list {
margin-top: 10px;
}

.catalogv2cd2d2filblock2list div {
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 11px;
background-color: #edeae3;
display: inline-block;
padding: 5px 11px 5px 11px;
border-radius: 3px;
margin: 0px 4px 4px 0px;
position: relative;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d2filbl2_on {
background-color: #e25015 !important;
color: #fff !important;
cursor: default !important;
}

.catalogv2cd2d2filblock3 {
padding: 20px 20px 20px 20px;
}

.catalogv2cd2d2filblock3title {
font-family: Rubik; font-weight: 500;
color: #555555;
font-size: 13px;
}

.catalogv2cd2d2filblock3list {
margin-top: 10px;
}

.catalogv2cd2d2filblock3list div {
background-position: 10px center;
background-repeat: no-repeat;
background-size: 12px;
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 11px;
background-color: #edeae3;
display: inline-block;
padding: 5px 11px 5px 29px;
border-radius: 3px;
margin: 0px 1px 4px 0px;
position: relative;
cursor: poRubik;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d2filbl3_b1_on {
background-color: #e25015 !important;
color: #fff !important;
background-image: url(img/list_view_1_on.png);
cursor: default !important;
}

.catalogv2cd2d2filbl3_b1_off {
background-image: url(img/list_view_1_off.png);
}

.catalogv2cd2d2filbl3_b2_on {
background-color: #e25015 !important;
color: #fff !important;
background-image: url(img/list_view_2_on.png);
cursor: default !important;
}

.catalogv2cd2d2filbl3_b2_off {
background-image: url(img/list_view_2_off.png);
}

.catalogv2cd2d2filblockmobbott_off {
display: none;
}

.catalogv2cd2d2filblockmobbott_on {
display: none;
}

.filblockshowallbott {
width: 100%;
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
text-decoration: underline;
font-size: 10px ;
text-align: center;
cursor: poRubik;
display: block;
margin-top: 10px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.filblockshowallblock {
}


@media screen 
and (min-width:1000px) 
and (max-width:1180px){

.catalogv2cd2d3 {
width: calc(100% - 10px);
padding: 0px 5px 0px 5px;
}

.catalogv2cd2d2 {
width: 100%;
height: auto;
position: static;
}

.catalogv2cd2d2filtercd1 {
position: relative;
}

.catalogv2cd2d2filtercd2 {
height: 1px;
overflow: hidden;
border-radius: 3px;
padding-bottom: 40px;
}

.catalogv2cd2d2filtitle {
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 15px;
padding: 10px 20px 0px 20px;
}

.catalogv2cd2d2filblock3 {
border-bottom: none;
}

.catalogv2cd2d2filblockmobbott_off,
.catalogv2cd2d2filblockmobbott_on {
display: inline-block;
position: absolute;
right: 0px;
bottom: 0px;
padding: 10px 18px 10px 18px;
font-family: Rubik; font-weight: 500;
color: #fff;
font-size: 12px;
background-color: #21508c;
cursor: poRubik;
border-radius: 3px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d2filblockmobbott_on {
right: 20px !important;
bottom: 20px !important;
}

.catalogv2cd2d2filblockmobbott_off:before {
content: 'Показать фильтры';
}

.catalogv2cd2d2filblockmobbott_on:before {
content: 'Скрыть фильтры';
}

.catalogv2cd2d2filblockmobbott_off:hover,
.catalogv2cd2d2filblockmobbott_on:hover {
background-color: #e25015;
}

.catalogv2cd2d2filblockmobbott_off span,
.catalogv2cd2d2filblockmobbott_on span {
width: 25px;
padding: 3px 0px 1px 0px;
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 10px;
text-align: center;
border-radius: 999px;
position: absolute;
right: -10px;
top: -10px;
background-color: #edeae3;
display: block;
}

}

@media screen 
and (max-width:999px){

.catalogv2cd2d3 {
width: calc(100% - 10px);
padding: 0px 5px 0px 5px;
margin-top: 10px;
}

.catalogv2cd2d2 {
width: 100%;
height: auto;
position: static;
}

.catalogv2cd2d2filtercd1 {
position: relative;
}

.catalogv2cd2d2filtercd2 {
height: 1px;
overflow: hidden;
border-radius: 3px;
padding-bottom: 40px;
}

.catalogv2cd2d2filtitle {
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 15px;
padding: 12px 20px 0px 20px;
}

.catalogv2cd2d2filblock3 {
border-bottom: none;
}

.catalogv2cd2d2filblockmobbott_off,
.catalogv2cd2d2filblockmobbott_on {
display: inline-block;
position: absolute;
right: 0px;
bottom: 0px;
padding: 10px 18px 10px 18px;
font-family: Rubik; font-weight: 500;
color: #fff;
font-size: 12px;
background-color: #21508c;
cursor: poRubik;
border-radius: 3px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.catalogv2cd2d2filblockmobbott_on {
right: 20px !important;
bottom: 10px !important;
}

.catalogv2cd2d2filblockmobbott_off:before {
content: 'Показать фильтры';
}

.catalogv2cd2d2filblockmobbott_on:before {
content: 'Скрыть фильтры';
}

.catalogv2cd2d2filblockmobbott_off:hover,
.catalogv2cd2d2filblockmobbott_on:hover {
background-color: #21508c;
}

.catalogv2cd2d2filblockmobbott_off span,
.catalogv2cd2d2filblockmobbott_on span {
width: 23px;
padding: 3px 0px 1px 0px;
font-family: Rubik; font-weight: 500;
color: #2f2f2f;
font-size: 10px;
text-align: center;
border-radius: 999px;
position: absolute;
right: -10px;
top: -10px;
background-color: #edeae3;
display: block;
}

}



/* Новый каталог уровни групп */

.catalogv2cd2d2cont2 {
padding: 30px 30px 50px 0px;
}

.catalogcatgroups_preproducerscd {
margin-top: 30px;
}

@media screen 
and (min-width:1000px) 
and (max-width:1180px){

.catalogv2cd2d2cont2 {
padding: 0px 0px 30px 0px;
}

}

@media screen 
and (max-width:999px){

.catalogv2cd2d2cont2 {
padding: 30px 0px 30px 0px;
}

}


@media screen 
and (max-width:999px){

.cataloglistitemsline_view2_itemline:nth-child(3n) {
margin-right: 15px;
}

}





/* Правки под SEO 2020 */

@font-face {
font-family: "geg_icons_dop";
src: url("/fonts/geg_icons_dop.eot");
src: url("/fonts/geg_icons_dop.eot?#iefix") format("embedded-opentype"),
url("/fonts/geg_icons_dop.woff") format("woff"),
url("/fonts/geg_icons_dop.ttf") format("truetype"),
url("/fonts/geg_icons_dop.svg#JournalRegular") format("svg");
}


@media screen 
and (min-width:300px) 
and (max-width:1220px){

.catalogv2cd2d3sld2 div {
background-image: none !important;
position: relative;
}

.catalogv2cd2d3sld2 div:before {
width: 16px;
height: 16px;
font-family: 'geg_icons_dop';
content: "\ed28";
font-size: 16px;
color: #fff;
line-height: 16px;
position: absolute;
left: 9px;
top: 6px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

}

.catalogv2cd2d2filblock2list div {
line-height: 14px;
padding: 10px 11px 8px 11px;
}

.cataloglistmorebott {
background-color: #f5f5f5;
position: relative;
font-family: Rubik; font-weight: 700;
font-size: 14px;
color: #555555;
line-height: 18px;
text-align: center;
text-transform: uppercase;
padding: 19px 0 15px 0;
cursor: poRubik;
margin: 0 0 20px 0;
border-radius: 3px;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistmorebott:before {
content: 'Показать ещё ';
padding-left: 10px;
color: #555555;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistmorebott:after {
content: '';
width: 15px;
height: 15px;
position: relative;
border-top: 3px solid rgba(149,149,149,0.5);
border-right: 3px solid rgba(149,149,149,0.5);
border-bottom: 3px solid rgba(149,149,149,0.5);
border-left: 3px solid rgba(226,80,21,1);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: inline-block;
position: absolute;
left: calc(50% - 85px);
top: calc(50% - 10px);
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistmorebott:hover {
background-color: #e25015;
color: #fff;
}

.cataloglistmorebott:hover:before {
color: #fff;
}

.cataloglistmorebott:hover:after {
border-top: 3px solid rgba(0,0,0,0.5);
border-right: 3px solid rgba(0,0,0,0.5);
border-bottom: 3px solid rgba(0,0,0,0.5);
border-left: 3px solid rgba(255,255,255,1);
}

@media screen 
and (max-width:999px){

.cataloglistmorebott {
background-color: #e25015;
color: #fff;
}

.cataloglistmorebott:before {
color: #fff;
}

.cataloglistmorebott:after {
border-top: 3px solid rgba(0,0,0,0.5);
border-right: 3px solid rgba(0,0,0,0.5);
border-bottom: 3px solid rgba(0,0,0,0.5);
border-left: 3px solid rgba(255,255,255,1);
}

}

@keyframes rotate2 {
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}

.cataloglistmorebott_active {
background-color: #e25015;
color: #fff;
}

.cataloglistmorebott_active:before {
color: #fff;
}

.cataloglistmorebott_active:after {
border-top: 3px solid rgba(0,0,0,0.5);
border-right: 3px solid rgba(0,0,0,0.5);
border-bottom: 3px solid rgba(0,0,0,0.5);
border-left: 3px solid rgba(255,255,255,1);
-webkit-animation: rotate2 1s ease-in-out infinite;
}

.page_autotextblock {
font-family: Rubik; font-weight: 500;
font-size: 12px;
color: #d5d5d5;
line-height: 17px;
}

@media screen 
and (max-width:999px){

.page_autotextblock {
font-size: 10px;
line-height: 13px;
padding-top: 10px;
}

}


.dropzone {
font-family: Panton !important;
margin: 5px 0 0 0;
border-color: #cad1d8 !important;
}

.dropzone h3 {
font-family: PantonBold !important;
font-weight: normal !important;
}

.dz-remove {
font-size: 10px !important;
padding: 3px 0 0 0 !important;
}





























/* Доп кнопки для списков товаров */


.cataloglistitemsline_view1_itemlined3 {
display: table-cell;
}

.cataloglistitemsline_view1_itemlined3d1,
.cataloglistitemsline_view1_itemlined3d2 {
display: block;
width: 120px;
padding: 7px 0 5px 0;
margin: 0 0 0 20px;
font-family: Rubik; font-weight: 500;
text-transform: uppercase;
font-size: 10px;
line-height: 12px;
border-radius: 3px;
cursor: poRubik;
text-align: center;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view1_itemlined3d1 {
color: #12c100;
border: 2px solid #12c100;
margin-bottom: 5px;
}

.cataloglistitemsline_view1_itemlined3d2 {
color: #1d3757;
border: 2px solid #1d3757;
}

.cataloglistitemsline_view1_itemlined3d1:hover {
background-color: #12c100;
color: #fff;
}

.cataloglistitemsline_view1_itemlined3d2:hover {
background-color: #1d3757;
color: #fff;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_view1_itemline {
padding-bottom: 35px;
position: relative;
}

.cataloglistitemsline_view1_itemlined3 {
width: calc(100% - 80px);
display: block;
position: absolute;
left: 80px;
bottom: 0px;
}

.cataloglistitemsline_view1_itemlined3d1,
.cataloglistitemsline_view1_itemlined3d2 {
display: inline-block;
width: calc(50% - 8px);
padding: 7px 0 5px 0;
margin: 0 0 0 0;
font-family: Rubik; font-weight: 500;
text-transform: uppercase;
font-size: 9px;
line-height: 12px;
border-radius: 3px;
}

.cataloglistitemsline_view1_itemlined3d1 {
color: #12c100;
border: 2px solid #12c100;
margin-bottom: 0px;
}

.cataloglistitemsline_view1_itemlined3d2 {
color: #1d3757;
border: 2px solid #1d3757;
}

.cataloglistitemsline_view1_itemlined3d1:hover {
background-color: transparent;
color: #12c100;
}

.cataloglistitemsline_view1_itemlined3d2:hover {
background-color: transparent;
color: #1d3757;
}

}

.cataloglistitemsline_view2_itemline {
height: 420px !important;
}

.cataloglistitemsline_view2_itemlined3 {
display: block;
margin: 5px 0 10px 0;
}

.cataloglistitemsline_view2_itemlined3d1,
.cataloglistitemsline_view2_itemlined3d2 {
display: block;
padding: 7px 0 5px 0;
margin: 0 0 0 0;
font-family: Rubik; font-weight: 500;
text-transform: uppercase;
font-size: 10px;
line-height: 12px;
border-radius: 3px;
cursor: poRubik;
text-align: center;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cataloglistitemsline_view2_itemlined3d1 {
color: #12c100;
border: 2px solid #12c100;
margin-bottom: 2px;
}

.cataloglistitemsline_view2_itemlined3d2 {
color: #1d3757;
border: 2px solid #1d3757;
}

.cataloglistitemsline_view2_itemlined3d1:hover {
background-color: #12c100;
color: #fff;
}

.cataloglistitemsline_view2_itemlined3d2:hover {
background-color: #1d3757;
color: #fff;
}

@media screen 
and (max-width:999px){

.cataloglistitemsline_view2_itemline {
height: 408px !important;
}

.cataloglistitemsline_view2_itemlined3 {
display: block;
margin: 5px 0 10px 0;
}

.cataloglistitemsline_view2_itemlined3d1,
.cataloglistitemsline_view2_itemlined3d2 {
padding: 7px 0 5px 0;
margin: 0 0 0 0;
font-family: Rubik; font-weight: 500;
text-transform: uppercase;
font-size: 10px;
line-height: 12px;
border-radius: 3px;
}

.cataloglistitemsline_view2_itemlined3d1 {
color: #12c100;
border: 2px solid #12c100;
margin-bottom: 2px;
}

.cataloglistitemsline_view2_itemlined3d2 {
color: #1d3757;
border: 2px solid #1d3757;
}

.cataloglistitemsline_view2_itemlined3d1:hover {
background-color: transparent;
color: #12c100;
}

.cataloglistitemsline_view2_itemlined3d2:hover {
background-color: transparent;
color: #1d3757;
}

}

.tegsplitka_element {
            background-color: #edeae3;
            display: inline-flex;
            align-items:center;
            width: 160px;
            height: 50px;
            border-radius: 3px;
            font-family: Rubik; font-weight: 500;
            color: #1d3757;
            font-size: 14px;
            cursor: poRubik;
            padding: 5px 4px 3px 10px;
            margin: 5px;                    
            vertical-align: middle;            
            line-height: 18px;
            transition: all 0.5s ease-in-out;
        }
        .tegsplitka_element:hover {
            background-color: #e25015;
            color: #fff;
        }
        .tegsplitka {
            width: 100%;
            display: table-cell;    
            text-align: center;
			border-top: 3px solid #f5f5f5;
			border-bottom: 3px solid #f5f5f5;
			padding: 10px 0 10px 0;
        }




.footercd3inttd1 a {
color: #e87648;
text-decoration: underline;
}


.popupchkdiv {
	margin-top: 15px;
}