/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*reset css*/

/*fonts*/





@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}




/*fonts*/

@font-face {
    font-family: 'Raleway-Regular';
    src: url('/css/p/fonts/Raleway-Regular.eot');
    src: url('/css/p/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('/css/p/fonts/Raleway-Regular.woff') format('woff'),
        url('/css/p/fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Raleway-Medium';
    src: url('/css/p/fonts/Raleway-Medium.eot');
    src: url('/css/p/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('/css/p/fonts/Raleway-Medium.woff') format('woff'),
        url('/css/p/fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*reset css*/

/*placeholder color*/

::-webkit-input-placeholder {color:#53616B!important;font-family: 'SFUIDisplay-Regular'!important;}
::-moz-placeholder          {color:#53616B!important;font-family: 'SFUIDisplay-Regular'!important;}
:-moz-placeholder           {color:#53616B!important;font-family: 'SFUIDisplay-Regular'!important;}
:-ms-input-placeholder      {color:#53616B!important;font-family: 'SFUIDisplay-Regular'!important;}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
 

input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important; 
}


input[type=text]:focus{outline: none;}
textarea:focus{outline: none;}
/*placeholder color*/

input:disabled{
	 background: #c3c3c3 !important;
    color: #444 !important;
	border-color: #c3c3c3!important;
}

.added-bg{
    position: relative;
    background: #F3F3F3;
}

.ins-b{
    position: absolute;
    top: 0;
    right: 0;
    background: #F3F3F3;
    height: 100%;
}

.ins-a{
    position: absolute;
    top: 0;
    left: 0;
    background: #F3F3F3;
    height: 100%;
}

.link-pseudo{
    color: #AB6634;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 1px;
    border-bottom: 1px dashed #AB6634;
    display: inline-block;
    font-family: 'Segoe Ui';
    cursor: pointer;
}

.link-pseudo:hover{
    border-color: transparent;
}
.overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: none;
}

.zooming {
    width: 42px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 2;
    fill: #374359;
    background: #F2F2F2;
    border-radius: 50%;
    transition: 0.2s;
}

.zooming:hover{
    background: #65728C;
    fill: #fff;
}

.play-video-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
}
.btn-i-left{
    padding-left: 23px!important;
}

.btn-i-right{
    padding-right: 23px!important;
}

.btn-i-right svg{
    margin-left: 5px;
}

.btn-i-left svg{
    margin-right: 5px;
}

.grey-link{
    color: #9B9B9B;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 1px;
    line-height: 15px;
}

.grey-link:hover{
    border-color: transparent;
}
.white-btn-full{
    text-align: center;
    background-color: #fff;
    color: #374359!important;
    cursor: pointer;
    text-decoration: none;
    padding: 18px 31px 26px 30px!important;
    outline: none;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    transition: 0.1s;
    box-sizing: border-box;
    line-height: 19px;
    font-family: 'Segoe Ui';
}

.white-btn-full-i{
    text-align: center;
    background-color: #fff;
    color: #374359!important;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 45px 5px 45px;
    outline: none;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    transition: 0.1s;
    box-sizing: border-box;
    font-family: 'Segoe Ui';
    line-height: 19px;
}

.white-btn-full-i span{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
}

.white-btn-full-i svg{
    width: 40px;
    height: 40px;
    fill: #374359;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 1px;
}

.white-btn-full-i:hover > span{
    color: #AB6634;
}

.white-btn-full-i:hover > svg{
    fill: #AB6634;
}


.violet-btn-empty{
    text-align: center;
    background-color: transparent;
    color: #374359;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 45px 15px 45px;
    outline: none;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #65728C;
    transition: 0.1s;
    box-sizing: border-box;
    line-height: 21px;
    font-family: 'Segoe Ui';
    overflow: hidden;
    position: relative;
}

.violet-btn-empty:before {
    right: -50px;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #65728C;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.violet-btn-empty:after{
    left: -50px;
    border-left: 50px solid transparent;
    border-top: 80px solid #65728C;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.violet-btn-empty:hover{
    color: #fff;
}

.violet-btn-empty:hover:before {
  -webkit-transform: translateX(-29%);
  transform: translateX(-29%); }

.violet-btn-empty:hover:after {
  -webkit-transform: translateX(29%);
  transform: translateX(29%); 
}

.violet-btn-empty-i{
    text-align: center;
    font-size: 18px;
    background: #3B62A7;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    outline: none;
    border: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
    transition: 0.15s;
    padding: 6px 22px 5px 22px;
    line-height: 21px;
    box-sizing: border-box;
    font-family: 'Segoe Ui';
}

.violet-btn-empty-i span{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
}

.violet-btn-empty-i svg{
    width: 27px;
    height: 27px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -2px;
}
 
.violet-btn-empty-i:hover{
    background: #c51517;
	color:#fff;
	border-color: #c51517;
}


.violet-btn-full{
    text-align: center;
    background-color: #65728C;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 13px 45px 15px 45px;
    outline: none;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #65728C;
    transition: 0.1s;
    box-sizing: border-box;
    line-height: 21px;
    font-family: 'Segoe Ui';
}

.violet-btn-full:hover{
    background: #485570;
    color: #fff;
}



.violet-btn-full-i{
    text-align: center;
    background: #65728C;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    outline: none;
    border: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
    /* font-weight: 600; */
    transition: 0.15s;
    padding: 5px 45px 5px 45px;
    line-height: 21px;
    box-sizing: border-box;
}

.violet-btn-full-i span{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
}

.violet-btn-full-i svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -5px;
}
 
.violet-btn-full-i:hover{
    background: #485570;
	color:#fff;
	border-color: #485570;
}




.gray-btn-full-i{
    text-align: center;
    background: #c3c3c3;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    outline: none;
    border: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
    /* font-weight: 600; */
    transition: 0.15s;
    padding: 5px 45px 5px 45px;
    line-height: 21px;
    box-sizing: border-box;
}

.gray-btn-full-i span{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
}

.gray-btn-full-i svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -5px;
}
 
.gray-btn-full-i:hover{
    background: #c3c3c3;
	color:#fff;
	border-color: #c3c3c3;
}



.red-btn-full-i{
    text-align: center;
    background: #D70404;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    outline: none;
    border: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 16px;
    /* font-weight: 600; */
    transition: 0.15s;
    padding: 5px 45px 5px 45px;
    line-height: 21px;
    box-sizing: border-box;
}

.red-btn-full-i span{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0px;
}

.red-btn-full-i svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
 
.red-btn-full-i:hover{
    background: #B70E0E;
	color:#fff;
	border-color: #B70E0E;
}


.unactive-btn-full{
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 16px 30px 16px 30px!important;
    outline: none;
    border: none!important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #00A4D6;
    transition: 0.1s;
    box-sizing: border-box;
    background: #c3c3c3 !important;
    color: #444 !important;
	border-color: #c3c3c3!important;
    font-family: 'Segoe Ui';
}

.unactive-btn-full:hover{
     background-color: #0780A5;
	 border-color: #0780A5;
     color: #fff;
}

.align-center{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.notif-list {
    position: fixed;
    top: 100px;
    right: 142px;
    z-index: 10;
}

.notif-fav.notif-fav-a {
    display: block;
    animation: 2s linear 1s infinite alternate pulse2;
}

.notif-fav.notif-fav-a svg{
    
}



.notif-fav:before {
    content: '';
    position: absolute;
    border: 2px solid #CCEDF7;
    left: -40px;
    opacity: 0;
    right: -40px;
    top: -40px;
    bottom: -40px;
    border-radius: 50%;
    animation: pulse 1.5s linear infinite;
}


.notif-fav {
    position: absolute;
    width: 54px;
    height: 54px;
    left: 0;
    top: 0;
    border-radius: 50%;
    text-decoration: none;
    box-sizing: border-box;
    border: 8px solid #f0f1f4;
    display: none;
    box-sizing: border-box;
    background: #fff;
}


@keyframes pulse {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }


  
  @keyframes pulse2 {
    0% {
        
        border-color: #65728C;
        
    }
    100% {
        border-color: #f0f1f4;
    }
  }

.notif-item-int {
    position: absolute;
    top: -3px;
    right: -2px;
    background: #D2966A;
    color: #fff;
    border-radius: 50%;
    /* border: 2px solid #00A4D6; */
    min-width: 18px;
    min-height: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    /* color: #000; */
    box-sizing: border-box;
    padding-top: 0px;
}

.notif-item svg{
    width: 40px;
    height: 40px;
    display: block;
    fill: #fff;
    stroke: #65728C;
   
    
}

html{
    width: 100%;
    height: 100%;
}


body{
	
    font-family: 'Raleway-Regular';
    font-size: 100%;
    font-weight: normal;
    display: inline-block;
    min-width: 100%;
    transition: 0.3s;
    height: 100%;
    
}


.block-width{
    width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.block-padding{
    padding-top: 20px;
    padding-bottom: 40px;
}

.block-padding-big{
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-padding > .section-head-inn{
    padding-top: 0;
}

.block-padding-main{
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-container{
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
    background: #F3F3F3;
    height: 375px;
  }

.overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: none;
}


.wait-for-load{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/p/system/load-wait1.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 64px;
    display: none;
}

body.fixed-body{
    margin-right: -14px !important;
    overflow-y: scroll;
    overflow-x: hidden;
 
}

.unactive-btn {
    background: #828282!important;
    color: #fff!important;
    border-color: #828282!important;
    cursor: default!important;
}



.uni-tooltip{
    background: #feffef;
    border: 1px solid #edd698;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px 7px 10px;
    z-index: 1;
    width: max-content;
    position: absolute;
    z-index: 1;
    bottom: 31px;
    left: -2px;
    display: none;
    /* box-shadow: 0px 2px 1px 0px #ddd; */
    line-height: 16px;
    font-family: 'Ubuntu-Regular';
}


.uni-tooltip div{
    content: '';
    width: 5px;
    height: 5px;
    background: #feffef;
    border: 1px solid #f8edd0;
    position: absolute;
    bottom: -5px;
    left: 10px;
    transform: rotate(-135deg);
    z-index: 1;
    border-right: none;
    border-bottom: none;
}


.main-markup{
    width: 100%;
    table-layout: fixed;
}

.main-markup > tbody > tr > td:nth-of-type(1){
    width: 309px;
}

.main-markup > tbody > tr > td{
    vertical-align: top;
}

.header-tooltip{
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    padding: 9px 13px 11px 13px;
    z-index: 1;
    width: max-content;
    position: absolute;
    z-index: 2;
    bottom: -45px;
    left: -36px;
    display: none;
    line-height: 16px;
    font-family: 'Ubuntu-Regular';
    background: linear-gradient(360deg, #feffef 0%, #feffef 100%);
    border: 1px solid #edd698;
}


.header-tooltip div{
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #d2d2d2;
    position: absolute;
    top: -4px;
    right: 17px;
    transform: rotate(45deg);
    z-index: 1;
    border-right: none;
    border-bottom: none;
    background: linear-gradient(360deg, #FAFAFA 0%, #F5F5F5 100%);
}


.header-search-ico:not(.header-search-ico-tooltip):hover .header-tooltip{
    animation: fadeIn 0s;
	display: block;
}



.rouble{
    display: inline;
    position: relative;
    margin-left: 5px;
	color: #000;
}


.rouble:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    background: #000;
    width: 6px;
    height: 1.2px;
}


@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}



.disabled-btn{
    text-align: center;
    background-color: #9F9F9F!important;
    color: #fff!important;
    cursor: pointer;
    text-decoration: none;
    padding: 16px 30px 16px 30px!important;
    outline: none;
    border: none!important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    cursor: default!important;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    transition: 0.1s;
    box-sizing: border-box;
    font-family: 'Ubuntu-Regular';
}

.disabled-btn:hover{
     background-color: #9F9F9F;
	 border-color: #9F9F9F;
     color: #fff;
}


.blue-btn-full{
    text-align: center;
    background-color: #00A4D6;
    color: #fff!important;
    cursor: pointer;
    text-decoration: none;
    padding: 14px 40px 18px 40px!important;
    outline: none;
    border: none!important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #00A4D6;
    transition: 0.1s;
    box-sizing: border-box;
    font-family: 'Ubuntu-Regular';
}

.blue-btn-full:hover{
     background-color: #F30000;
	 border-color: #F30000;
     color: #fff;
}



/************header start************/

.header-inn{
    position: relative;
}

header{
    height: 138px;
    background: #fff;
}


.header-logo {
    position: absolute;
    top: -33px;
    left: 15px;
}
.header-logo svg{
    fill: #4F5258;
    width: 178px;
}

.ico-cont{
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 0px 1px #DFDFDF;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
}

.ico-cont svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    fill: #374359;
}

.header-tel-list li a{
    color: #65728C;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    font-family:Segoe UI,Helvetica,Arial;
}

.header-tel-list li{
    display: inline-block;
    margin-right: 29px;
}


.header-search {
    border: none;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 30px;
    right: 84px;
    cursor: pointer;
    box-sizing: border-box;
}

.header-search-cont {
    position: absolute;
    top: 24px;
    right: 148px;
    width: 237px;
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    height: 40px;
    z-index: 1;
    overflow: hidden;
    transition: 0.2s;
    box-sizing: border-box;
}

.header-search-cont:after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.header-search-cont.header-search-active:after{
    display: none;
}

.header-search-cont.header-search-active{
    width: 861px;
}

.header-search-cont input[type="text"] {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 13px;
    font-size: 16px;
    height: 40px;
    position: relative;
    color: #374359;
    font-family: 'Raleway-Regular';
    background: transparent;
    top: -2px;
    box-sizing: border-box;
}

.header-search-btn-f {
    width: 45px;
    height: 40px;
    background: #F9F9F9;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 0 0 0;
}

.header-search-btn-f svg{
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    fill: #374359;
}

.header-search-erase {
    width: 20px;
    height: 20px;
    background: url(/images/vitanika/system/header-search-close.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 100px;
    cursor: pointer;
}

.header-tel-list{
    position: absolute;
    top: 33px;
    left: 497px;
}

.header-autoriz-info-cont{
    position: absolute;
    top: 24px;
    right: 70px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.header-basket{
    position: absolute;
    top: 24px;
    right: 15px;
}

.header-ceil{
    border-bottom: 1px solid #E8E8E8;
    height: 84px;
}

.main-menu-start-btn {
    padding: 16px;
    width: 137px;
    height: 54px;
    background: #65728C;
    line-height: 23px;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
    padding-left: 55px;
    cursor: pointer;
    top: 20px;
    left: 165px;
    user-select: none;
    top: -1px;
    left: 15px;
    text-decoration: none;
}

.main-menu-start-btn svg{
    position: absolute;
    width: 40px;
    height: 40px;
    fill: #fff;
    top: 6px;
    left: 12px;
}


.header-menu-first > tbody > tr > td {
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

.header-menu-first > tbody > tr > td > a {
    font-size: 16px;
    color: #374359;
    text-decoration: none;
    padding: 20px 20px;
    display: inline-block;
    transition: 0.2s;
    position: relative;
    white-space: nowrap;
}

.main-menu-cont{
    display: none;
}

.header-flour{
    height: 54px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.header-order-call{
    position: absolute;
    top: 0px;
    right: 15px;
    border-bottom: none;
    border-top: none;
    height: 53px;
    width: 188px;
}


.header-order-call-btn{
    width: 100%;
    height: 100%;
    position: relative;
}

.header-order-call-btn:after{
    content: "";
    width: 186px;
    height: 30px;
    position: absolute;
    bottom: -27px;
    left: -23px;
    z-index: 1;
}

.header-order-call-btn:hover .header-cur-mail-list-cont{
    display: block;
}

.header-order-call-btn:hover .hidden-child-menu-stripe{
    
}

.header-order-call-btn svg{
    position: absolute;
    top: 1px;
    left: -14px
}

.header-order-call-btn span{
    position: absolute;
    top: 12px;
    left: 27px;
    color: #374359;
    white-space: nowrap;
}

.header-cur-mail-list-cont {
    position: absolute;
    top: 47px;
    right: -45px;
    width: 480px;
    background: #FFFFFF;
    z-index: 10;
    display: none;
    border: 1px solid #E8E8E8;
    text-align: left;
    box-sizing: border-box;
    padding: 37px 37px 37px 37px;
    box-shadow: 0px 5px 20px 0px #0000000D;
}




.pop-up-exp-t {
    font-size: 16px;
    line-height: 24px;
    color: #374359;
    margin-bottom: 14px;
}

.pop-up-exp-b {
    width: 100%;
}
/************header end************/




/******* main slide start*******/

.main-slider-container{
    margin-bottom: 70px;
}

.main-slider-wrap{
    overflow: hidden;
    position: relative;
    height: 768px;
}


.main-sl-for-info h1, .main-sl-for-info h2 {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 70px;
    color: #fff;
}

.main-sl-for-info-o{
    max-height: 388px;
    overflow: hidden;
}


.main-sl-for-info .slide-descr {
    margin-bottom: 32px;
    line-height: 24px;
    font-size: 16px;

}
.main-slider-block {
    width: 1200px;
    margin: 0 auto;
    height: 768px;
    position: relative;
}

.main-slider-sdvig {
    position: absolute;
    left: -352px;
    max-width: 1920px;
}

.main-sl-for-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-sl-for-img:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.main-sl-for-info-h{
    width: 1200px;
    height: 768px;
    position: relative;
    margin: 0 auto;
}

.main-sl-for-info {
    width: 900px;
    position: absolute;
    left: -8px;
    top: 249px;
    text-align: left;
    box-sizing: border-box;
}

.main-page-slider-controls{
    position: absolute;
    width: 1175px;
    left: 0;
    right: 0;
    bottom: 36px;
    z-index: 1;
    height: 40px;
    margin: auto;
   
}

.main-page-slider-p{
    position: absolute;
    top: 0;
    right: 44px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
}

.main-page-slider-p:hover, .main-page-slider-n:hover{
   background: #D2966A;
   border-color: #D2966A;
}
.main-page-slider-n{
    position: absolute;
    top: 0;
    right: -13px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
}


.main-page-slider-n svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    right: -1px;
}

.main-page-slider-p svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    left: -2px;
}
.main-page-slider-n:hover{
    
}


/******* main slide end*******/


/* top menu start*/

.header-menu-cont{
    position: absolute;
    top: 0px;
    left: 152px;
    width: 877px;
    overflow: hidden;
    user-select: none;
}


.header-menu-first > tbody > tr > td{
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	
}
    
.header-menu-first > tbody > tr > td > a {
    font-size: 16px;
    color: #374359;
    text-decoration: none;
    padding: 19px 20px;
    display: inline-block;
    transition: 0.2s;
    position: relative;
    white-space: nowrap;
    font-family: 'Raleway-Regular';
}

.hidden-child-menu-stripe{
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 21px;
    background: #AB6634;
    display: none;
   
}


.header-menu-first > tbody > tr > td > a:hover{
	color: #AB6634;
}

.header-menu-first > tbody > tr > td:hover .hidden-child-menu-stripe{
	display: block;
}

.main-first-active .hidden-child-menu-stripe{
    display: block;
}

.header-menu-first > tbody > tr > td.main-first-active:after{
	width: 40px;
}

.header-menu-first > tbody > tr > td.main-first-active > a{
	color: #AB6634;
}

.header-menu-first > tbody > tr > td.header-menu-first-active > a{
	color: #AB6634;
}

.header-menu-first > tbody > tr > td.header-menu-first-active:after{
	width: 40px;
}


.header-menu-first > tbody > tr > td:hover:after{
	width: 40px;
}

.header-menu-first > tbody > tr > td:hover .header-main-burger{
	background-position: -39px -22px;
}

.header-menu-first > tbody > tr > td:hover .header-search{
	background-position: 0 -17px;
}

.header-menu-second table tr td>ul>li>a{
    display: block;
    color: #374359;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    transition: 0.2s;
    padding: 11px 10px 9px 30px;
    background: #fff;
}



.header-menu-second table tr td>ul>li>a:hover{
	color: #AB6634;
    background: #EBEDF1;
}

.header-menu-second table tr td>ul{
    width: 300px;
}
    
.header-menu-third{
    padding: 0px 0 9px 70px;
    margin: -5px 0 0 0;
}
.header-menu-third>ul>li>a{
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    transition: 0.2s;
    color: #374359;
    padding: 8px 0 8px 0;
    display: block;
}

.header-menu-third>ul>li{
    position: relative;
}

.header-menu-third>ul>li:after{
    content: "";
    position: absolute;
    top: 16px;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #65728C;
}



.header-menu-third>ul>li>a:hover{
    color: #AB6634!important;
}

.header-menu-third>ul>li:hover:after{
    background: #AB6634!important;
}

.header-menu-third>ul>li>a.header-menu-third-more{
    color: #0093BF;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.header-menu-third-more:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/images/p/system/main-m-ico.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 6px;
    right: -16px;
}

.header-menu-third>ul>li>a.header-menu-third-more:hover{
    border-color: #E95706;
    color: #E95706;
}

.header-menu-third>ul>li>a.header-menu-third-more:hover:after{
    background: url(/images/p/system/main-m-ico-a.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.header-menu-third > ul > li > a.orange-line-arr{
    position: relative;
    text-decoration: none;
    font-size: 13px;
    color: #222;
}

.header-menu-third > ul > li > a.orange-line-arr:after{
    content: ">";
    position: absolute;
    top: -2px;
    right: -24px;
    width: 18px;
    height: 18px;
    color: #222;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 2px;
    padding-bottom: 2px;
    line-height: 18px;
}

.header-menu-third > ul > li > a.orange-line-arr:hover:after{
    background: #ff6d00;
    color: #fff;
}



.header-menu-third>ul>li>a:hover{
	color: #000;
}


.header-menu-third>ul>li:last-child a{
    padding-bottom: 0;
}

.hidden-child-menu-cont {
    width: 100%;
    position: fixed;
    top: 138px;
    left: -23px;
    box-sizing: border-box;
    display: none;
    z-index: 7000;
    display: none;
}

.hidden-child-align {
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    table-layout: fixed;
    box-shadow: 0px 5px 20px 0px #0000000D;
    border-top: 1px solid #EAEBEE;


}


.hidden-child-align tr td{
	vertical-align: top;
    padding: 17px 0;
}

.hidden-child-align tr td:not(:last-child){
    border-right: 1px solid #EAEBEE;
}

.hidden-child-menu-cont-c{
    background: #fff;
}

.hidden-child-align > table{
    max-width: 1170px;
}


.header-menu-second{
    
    
}

.header-menu-second-align{
    table-layout: fixed;
}
/* top menu end */





/***** visual id start ****/

.vis-id-s{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.vis-id-s2{
    /*
    position: absolute;
    width: 581px;
    height: 220px;
    left: 0;
    top: 0px;
    */

}

  
  .visual-id{
    position: relative;
    padding: 0;
    background-position:right center;background-repeat:no-repeat;
    overflow: hidden;
    padding: 22px 0;
  }

  .visual-id.vis-id-off{
    padding: 27px 0;
    height: 130px;
    box-sizing: border-box;
  }
  
  .visual-id.vis-id-off .visual-id-o{
    height: 100%;
    max-height: initial;
  }



  .visual-id.visual-id-fixh tr td{
    height: 176px;
  }
  
  .visual-id.visual-id-nofixh tr td{
    
  }
  
  .vis-id-descr {
    position: relative;
    z-index: 1;
    max-height: 240px;
    margin-top: 11px;
    line-height: 24px;
  }
  
  .visual-id-o{
    max-height: 176px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: auto;
    left: 0;
    right: 0;
    
  }

  .block_h1 h1 {
    margin-bottom: 0;
  }

  .visual-id-o table tbody{
      background: none;
  }

  .visual-id-o table tbody tr td{
      padding: 0;
      vertical-align: middle;
  }

  .block_h1  h1{
      margin-top: 0;
  }
  
  .visual-id-o table{
    margin-bottom: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
  }
  
  .breadcrumbs {
    position: relative;
    z-index: 2;
  }

 

  .breadcrumbs-item{
    display: inline-block;
  }

  .breadcrumbs-item a{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #65728C;
    font-family: 'Raleway-Regular';
    transition: 0.3s;
    
  }
  .breadcrumbs-item a span{
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
  }
   

  .breadcrumbs-item a:hover{
    border-color: #E95706;
    color: #E95706;
  }

  .visual-id h1{
    font-size: 40px;
    line-height: 47px;
    color: #374359;
    font-family: 'Raleway-Regular';
    
    
  }

  .br-sep {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 8px;
    position: relative;
    top: -1px;
}


.vis-id-img-c{
    position: absolute;
    top: 0;
    right: -352px;
    z-index: 1;
    
}

.vis-id-img-c-h{
    
    margin: auto;
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  

.vis-id-img-c-h-2{
    width: 1218px;
    height: 100%;
    margin: auto;
    position: relative;
}
  /****** visual id end ************/





/******* main menu start ********/

.second-menu-c {
    position: absolute;
    top: 53px;
    left: 15px;
    z-index: 100;
    width: 300px;
    background: #65728C;
    display: none;
    box-shadow: -5px 5px 10px 0px #0000000D;

}


.second-menu-t, .third-menu-t {
    width: 100%;
}


.second-menu-list > li.main-menu-active a{
    background: #fff;
    color: #374359;

}

.second-menu-list > li > a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    display: block;
    padding: 11px 10px 9px 58px;
    border-bottom: 1px solid #5b677e;
   
}

.second-menu-list > li > a svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    position: absolute;
    top: 1px;
    left: 8px;
}


.second-menu-list > li:not(:first-child) > a svg{
    top: 2px;
    left: 9px;
}


.third-menu-c {
    position: absolute;
    left: 300px;
    top: 0;
    display: none;
    background: #fff;
    height: 100%;
    box-shadow: -5px 5px 30px 0px #0000001A;


}

.third-menu-t {
    height: 100%;
}

.third-menu-t tr td {
    border: 1px solid #e8e8e8;
}

.second-menu-list {
    width: 300px;
    margin: 0 0 0 0;
}

.third-menu-list {
    width: 300px;
}




.third-menu-list > li.main-menu-active > a{
    background: #EAEBEE;
    color: #AB6634;
}

.main-menu-active svg{
    fill: #374359!important;
}

.third-menu-list > li > a {
    font-size: 16px;
    text-decoration: none;
    color: #374359;
    line-height: 24px;
    padding: 11px 10px 9px 30px;
    display: block;
    border-bottom: 1px solid #9DA3AF36;
   
}

.fourth-menu-c {
    position: absolute;
    left: 300px;
    top: 0;
    display: none;
    background: #fff;
    height: 100%;
    box-shadow: -5px 5px 30px 0px #0000001A;
}

.fourth-menu-t {
    height: 100%;
}

.fourth-menu-t tr td {
    border: 1px solid #e8e8e8;
}

.fourth-menu-list {
    width: 300px;
    margin: 0 0 0 0;
}


.fourth-menu-list > li:last-child a{
    border-bottom: none;
}
.fourth-menu-list > li > a {
    font-size: 16px;
    text-decoration: none;
    color: #374359;
    line-height: 24px;
    padding: 11px 10px 9px 23px;
    display: block;
    border-bottom: 1px solid #9DA3AF36;
}

.fourth-menu-list > li > a:hover{
    background: #EAEBEE;
    color: #CE9368;
}


/******* main menu end ********/




/******* subject menu start *******/
.alter-menu-list {
    margin: -15px -16px;
}


.alter-menu-item {
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.ami-2-2 {
    width: 614px;
    height: 420px;
}

.ami-1-1 {
    width: 308px;
    height: 210px;
}

.ami-1-2 {
    width: 308px;
    height: 420px;
}

.alter-menu-item-c {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    
    overflow: hidden;
    transition: 0.2s;
}

.alter-menu-name{
    font-size: 21px;
    /* font-weight: 500; */
    line-height: 25px;
    /* text-shadow: 1px 2px 0px #00000080; */
    color: #fff;
    text-decoration: none;
    
}

.alter-menu-name-descr-a{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.alter-menu-name-descr-a tr td{
    padding: 0px 10px 21px 20px;
}

.alter-menu-s {
    width: 45px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: -45px;
    background: #D2966A;
    transition: 0.2s;
}

.alter-menu-item:hover .alter-menu-s{
    left: 20px;
}

.alter-menu-item:hover .alter-menu-item-c{
    box-shadow: 0px 4px 10px 0px #0000004D;
}

.alter-menu-item-c-i:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.06%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.alter-menu-item-c-i {
    height: 100%;
    position: relative;
    display: block;
    z-index: 1;
}

.alter-menu-item-c-i.alter-menu-item-c-i-no-i:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 2;
}

.alter-menu-item-c-i img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.alter-menu-item-links {
    float: left;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    width: 323px;
    height: 553px;
}

.alter-menu-item-links-c {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
    padding: 20px 8px 20px 18px;
    transition: 0.3s;

}

.alter-menu-links-name{
    font-family: 'Ubuntu-Regular';
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    margin-bottom: 13px;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

/******* subject menu start *******/




/******** main advan start ***********/

.main-advan-item{
    width: 328px;
    height: 328px;
    background: linear-gradient(227.41deg, #F5F6F7 15.3%, rgba(245, 246, 247, 0) 88.45%);
    border-radius: 50%;
    position: relative;
}

.main-advan-t1{
    font-size: 160px;
    color: #65728C;
}

.main-advan-t2{
    font-weight: 600;
    font-size: 30px;
    color: #65728C;
    line-height: 35px;
}
.main-advan-list{
    position: relative;
    height: 417px;
}
li.main-advan-item:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
}

li.main-advan-item:nth-child(1) .main-advan-t1{
    position: absolute;
    top: 36px;
    left: 0px;
}

li.main-advan-item:nth-child(1) .main-advan-t2{
    position: absolute;
    top: 145px;
    left: 142px;
}

li.main-advan-item:nth-child(3){
    position: absolute;
    top: -17px;
    right: 0px;
}

li.main-advan-item:nth-child(3) .main-advan-t1{
    position: absolute;
    top: 50px;
    left: -112px;
}

li.main-advan-item:nth-child(3) .main-advan-t2{
    position: absolute;
    top: 197px;
    left: -89px;
}


li.main-advan-item:nth-child(2){
    width: 251px;
    height: 251px;
    position: absolute;
    top: 55px;
    left: 476px;
}

li.main-advan-item:nth-child(2) .main-advan-t1{
    position: absolute;
    top: -18px;
    left: -39px;
}

li.main-advan-item:nth-child(2) .main-advan-t2{
    position: absolute;
    top: 91px;
    left: 63px;
}


/******** main advan start ***********/


/******* main cat start *********/

.main-cat-sub{
   background: #00000099;
   width: 600px;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
}

.main-catalog-inn{
    height: 423px;
    position: relative;
}

.main-cat-h{
    color: #fff!important;
    padding: 20px 0 7px 0!important;
}

.main-cat-t{
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.main-cat-sub tr td{
    vertical-align: middle;
    padding-left: 67px;
}

/******* main cat end *********/




/******* main serv start ************/

.main-serv-inn{
    height: 423px;
    position: relative;
}


.main-serv-sub {
    background: #00000099;
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-serv-h {
    color: #fff!important;
    padding: 20px 0 7px 0!important;
}

.main-serv-t {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.main-serv-sub tr td {
    vertical-align: middle;
    padding-left: 67px;
}

/******* main serv end ************/



/********** main brands start *********/ 
.main-brands-cont{
    position: relative;
    margin-bottom: 50px;
}
.main-brands-item-c{
    height: 156px;
    position: relative;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}


.main-br-items-p {
    width: 50px;
    height: 50px;
    position: absolute;
    /* top: 0; */
    bottom: -18px;
    margin: auto;
    right: 70px;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.main-br-items-n {
    width: 50px;
    height: 50px;
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: -18px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.main-br-items-p svg, .main-br-items-n svg {
    width: 40px;
    height: 40px;
    fill: #374359;
}



/********** main brands end *********/ 


/********** content start *********/
.content{font-size:16px;line-height:26px;}


.align-content-dop{
    padding: 0 0 20px 0;
}

.content h1:first-of-type, .content h2:first-of-type, .content h3:first-of-type, .content h4:first-of-type, .content h5:first-of-type, .content h6:first-of-type{
   
}


.content .album-in-cont + h2, .content .album-in-cont + h3, .content .album-in-cont + h4, .content .album-in-cont + h5, .content .album-in-cont + h6 {
    margin-top: 0;padding-top: 0;
}


.content h2{
    font-size: 31px;
    color: #374359;
    line-height: 46px;
    padding: 24px 0 16px 0;
    
}

.content h3{
    font-size: 27px;
    color: #374359;
    line-height: 40px;
    padding: 22px 0 15px 0;
}
.content h4, .section-head-inn{
    color: #374359;
    font-size: 24px;
    padding: 20px 0 14px 0;
    line-height: 37px;
}

.section-head-main{
    color: #374359;
    font-size: 31px;
    padding: 0 0 40px 0;
    line-height: 46px;
}

.section-head-with-link{
    position: relative;
}

.section-head-more{
    position: absolute;
    top: 0;
    right: 0;
}

.content h5{
    color: #374359;
    font-size: 21px;
    line-height: 31px;
    padding: 17px 0 13px 0px;
    font-family: 'Raleway-Medium';
}

.content h6{
    color: #374359;
    font-size: 18px;
    line-height: 25px;
    padding: 18px 0 25px 0;
    font-family: 'Raleway-Medium';
}

.content p{
   font-size: 16px;
   color: #374359;
   padding-bottom: 12px;
   line-height: 24px;
   
   font-family: 'Segoe Ui';

}

.align-content{
    width: 891px;
    margin: 0 auto;
}

.imp-content-block{
    
}

.content a{color: #4E8DD8;text-decoration: none;border-bottom: 1px solid #4E8DD8;font-size: 16px;}
.content a:hover{border-bottom:1px solid transparent;}

.content ul{
    padding: 10px 0 10px 30px;
}
.content li{
   position: relative;
   font-size: 16px;
   line-height: 24px;
   padding: 0 0 12px 0;
   font-family: 'Segoe Ui';
   color: #374359;
}

.content ul > ul, .content ul > ol, .content ol > ul, .content ol > ol{
    padding-top: 0;
}

.content ul > li:after{
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    width: 10px;
    height: 1px;
    background: #AB6634;
    display: inline-block;
}


.pop-up-exp-t.content ul > li:after{
    width: 3px;
    height: 3px;
    background: #374359;
    border-radius: 50%;
    top: 12px;
    left: 6px;
}

.pop-up-exp-t.content ul{
    padding: 4px 0 10px 4px
}

.pop-up-exp-t.content p{
    padding-bottom: 10px;
}

.pop-up-exp-t.content a{
    color: #374359;
    border: none;
}


.pop-up-exp-t.content ul > li{
    font-family: 'Segoe Ui';
    padding: 0 0 7px 21px;
}



.content ul > li{
    padding-left: 21px;
}


.content ol{
    counter-reset: count;
    padding: 10px 0 10px 30px;
}

.content ol > li:before{
    counter-increment: count;
    content: " " counter(count) ". ";
    margin-right: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #374359;
    font-family: 'Segoe Ui';
    
}

blockquote, .quote {
    text-indent: 0px;
    padding: 30px 57px 25px 76px;
    margin: 20px 0 40px 0;
    display: block;
    position: relative;
    line-height: 24px;
    font-size: 16px;
    color: #374359;
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: #fff;
}


.content blockquote h2, .content .quote h2, .content blockquote h3, .content .quote h3, .content blockquote h4, .content .quote h4, .content blockquote h5, .content .quote h5{
    padding-top: 0;
}




blockquote:after, .quote:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 20px;
    background: url(/images/p/system/quotes.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 39px;
    left: 30px;
    bottom: 0;
}


.for-gal-img {width: 268px;float: right;margin-left: 70px;margin-top: 7px;}


.for-gal-img .for-gal-img-item a{
    border-bottom: 1px solid transparent;
}

.about-us{
    margin-bottom: 82px;

}
.about-us .content p{
    text-align: center;
}



.about-us .content > ul {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #e2e2e4;
    -moz-column-rule: 1px solid #e2e2e4;
    column-rule: 1px solid #e2e2e4;
}

.head-section-big .head-section{display: inline-block;}


.head-section-big .to-main-section{
    color: #a80221;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #a80221;
    margin-left: 5px;
}

.head-section-big .to-main-section:hover{
    border-bottom: 1px solid transparent;
}


.content table{
    margin: 20px 0 40px 0;
    box-shadow: 0px 4px 30px 0px #0000001A
}

.content table:last-child{
    margin-bottom: 0;
}
.content table thead td {
    font-size: 16px;
    padding: 10px 17px 12px 17px;
    background: #D2966A;
    color: #fff;
    line-height: 24px;
    vertical-align: top;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    font-family: 'Segoe Ui';
}
.content table tr th{
	font-size: 16px;
    padding: 13px 20px 15px 20px;
    background: #4E8DD8;
    color: #fff;
    line-height: 24px;
    vertical-align: top;
    font-family: 'Segoe Ui';

} 

.content table tbody td{
    font-size: 16px;
    padding: 8px 17px 9px 17px;
    line-height: 19px;
    border-right: 1px solid #EBEBEB;
    line-height: 24px;
    font-family: 'Segoe Ui';
    color: #374359;
}



.content table tbody tr{
	transition: 0.3s;
}
.content table tbody tr:hover{
	background: #e1e1e1!important;
}

.content table tbody tr:nth-of-type(even){
	background: #f0f1f4;
}

.content table tbody tr:nth-of-type(odd){
	background: #fff;
}

.content table tbody tr:nth-of-type(1){

}

/********** content end *********/



/******* download files start ********/

.load-docs-list{
	position: relative;
    width: 106%;
	
}

.load-docs{
    background: #fff;
    padding: 20px 30px 22px 30px;
    box-shadow: 0px 4px 30px 0px #0000001A;
}

.load-docs .section-head-inn{
    padding-top: 0!important;
}

.load-docs-item{
   
    margin: 0 31px 20px 0;
    width: 245px;
    float: left;
    
}

.load-docs-item tr td{
	vertical-align: top;
}

.load-docs-item tr td:nth-of-type(1){
    width: 55px;
}

.load-docs-item tr td svg{
    width: 40px;
    height: 40px;
    position: relative;
    top: -5px;
}
.load-docs-item:hover .get-this-doc-btn{
	background: #ee7b00;
	color: #fff;
}


.load-docs-item img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    margin-top: 10px;
}
.get-this-doc {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0px;
}

.get-this-doc a{
    color: #AB6634;
    text-decoration: none;
    line-height: 24px;
    margin-right: 15px;
    font-size: 16px;
    font-family: 'Segoe Ui';
    padding-bottom: 1px;
    border-bottom: 1px solid #AB6634;
}



.get-this-doc a:hover{
	border-color: transparent;
}

.get-this-doc-btn{
    top: 0;
    bottom: 0;
    float: right;
    margin: 5px 0 0 0;
}


.doc-data{
	margin-top:4px;
    font-family: 'Segoe Ui';
    font-size: 14px;
    line-height: 21px;
    color: #6F6F6F;
}

.doc-format{
	margin-right: 5px;
}

/******** download files end ***********/



/********* slider gal 1 str start **********/


.slider-gal-align{
    margin: 0 auto;
}
.slider-gallery-cont {
    position: relative;
}

.slider-gallery-descr{
    width: 891px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.slider-gallery-list-simple {
    margin: 0 -10px 0 -10px!important;
}

.slider-gallery-list-simple li {
    overflow: hidden!important;
    cursor: pointer;
    float: left;
    position: relative;
    list-style-type: none;
    box-sizing: border-box;
    padding: 10px!important;
	background-image: none!important;
}

.slider-gal-item-aligner {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: #E8E8E8;
}

.slider-gal-item-overlay{
    background: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.slider-gal-item-aligner:hover .slider-gal-item-overlay{
	animation: fadeIn 1s;
	display: block;
}

.slider-gal-item-aligner:hover .zooming{
	animation: fadeIn 1s;
	display: block;
}

.slider-gal-item-aligner:hover .slider-gal-item-substrate{
	display: block;
}

.slider-gal-item-substrate{
	    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to top,rgb(0 0 0 / 50%) 20%,transparent 100%);
    z-index: 1;
    padding: 11px;
    color: #fff;
    box-sizing: border-box;
}


.sl-gal-img-r {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
}


.slider-gallery-list-act{
	margin: 0!important;
	padding: 0!important;
}

.sl-gal-n {
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #F2F2F2;
    border-radius: 50%;
    transition: 0.3s;
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}

.sl-gal-p  {
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #F2F2F2;
    border-radius: 50%;
    transition: 0.3s;
    margin: auto;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
}

.sl-gal-p:hover, .sl-gal-n:hover{
    background: #65728C;
}

.sl-gal-p:hover svg, .sl-gal-n:hover svg {
    fill: #fff;
}

.sl-gal-p svg, .sl-gal-n svg {
    width: 40px;
    height: 40px;
    fill: #374359;
}

.sl-gal-p svg {
    left: -4px;
}

.sl-gal-n svg {
    right: -4px;
}

.slider-gallery-list-act li{
	padding: 0!important;
	overflow: visible!important;
	background-image: none!important;
}

.slider-gallery-cont .lSPager li{
	display: inline-block!important;
	background-image: none!important;
	padding: 0!important;
}

.slider-gallery-cont .lSPager li a{
	display: block!important;
    width: 15px!important;
    height: 15px!important;
    text-indent: -9999px!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
	background: #fff!important;
	border: 1px solid #ff551c;
}

.slider-gallery-cont .lSPager{
	margin-top: 30px!important;
}

.slider-gallery-cont .lSPager li.active a{
	background: #ff551c!important;
}



/********* slider gal 1 str end *******/




/******** gal in cont start *****/

.gal-in-cont-item{
    width: 283px;
   
    position: relative;
    cursor: pointer;
    margin-bottom: 20px!important;
	overflow: hidden;
	box-sizing: border-box;
    background: #E8E8E8;
    text-align: center;
}


div.gal-in-cont-item:nth-child(2){
    margin-bottom: 0!important;
}


.gal-in-cont-item img{
	max-width: 100%;
}

.gal-in-cont-item:hover .zooming{
   animation: fadeIn 0.3s;
	display: block;
}


.album-in-cont.cont-album-right {
    float: right;
    margin: 0 0 5px 35px;
}

.album-in-cont.cont-album-left {
    float: left;
    margin: 0 30px 0 0;
}

.gal-in-cont-item-b{
	width: 100%;
    height: 100%;
    -webkit-filter: blur(5px) brightness(100%);
    -moz-filter: blur(5px) brightness(100%);
    -o-filter: blur(5px) brightness(100%);
    -ms-filter: blur(5px) brightness(100%);
    filter: blur(5px) brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gal-in-cont-item-r{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter:  brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gal-in-cont-video-prev{
	width: 100%;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter:  brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gal-in-cont-video-prev:hover{
	 -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter:  brightness(60%);
    filter:  brightness(60%);
}


.gal-in-cont-item:hover .gal-in-cont-item-b{
	 -webkit-filter: blur(5px) brightness(60%);
    -moz-filter: blur(5px) brightness(60%);
    -o-filter: blur(5px) brightness(60%);
    -ms-filter: blur(5px) brightness(60%);
    filter: blur(5px) brightness(60%);
}

.gal-in-cont-item:hover .gal-in-cont-item-r{
	 -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter:  brightness(60%);
    filter:  brightness(60%);
}
/******** gal in cont end *****/





/****** gal after cont start *********/

.gal-after-cont-big-c {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.gal-after-cont-h{
    background: #E8E8E8;
}


.gal-after-cont-h-d-cont{
    width: 891px;
    margin: 0 auto;
}



.gal-after-cont-descr{
	margin-bottom: 12px;
}

.gal-after-cont-big-c-h {
    position: relative;
    border-radius: 10px;
}


.section-head-inn a{
    margin-left: 16px;
    font-size: 18px;
    line-height: 21px;
    color: #0093bf;
    text-decoration: none;
}


.gal-after-cont-h img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}



.gal-after-cont-big-list-item:hover .zooming{
	animation: fadeIn 0.3s;
	display: block;
}


.lg-outer .lg-video-cont{
	max-width: 1140px!important;
}

.gal-after-cont-big-n {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background: #F2F2F2;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 50%;
}

.gal-after-cont-big-n svg, .gal-after-cont-big-p svg{
    width: 40px;
    height: 40px;
    fill: #374359;
}
.gal-after-cont-big-n svg{
    right: -4px;
}
.gal-after-cont-big-p svg{
    left: -4px;
}


.gal-after-cont-big-r svg{
    transform: rotate(180deg);
    right: 3px;
}

.gal-after-cont-big-p {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background: #F2F2F2;
    transition: 0.3s;
    left: 20px;
    overflow: hidden;
    border-radius: 50%;
}

.gal-after-cont-big-n:hover svg, .gal-after-cont-big-p:hover svg{
    fill: #fff;
    
}

.gal-after-cont-big-n:hover, .gal-after-cont-big-p:hover{
    background: #65728C;
}

/***** gal after cont end *********/


/********* many photo gal start ********/

.many-photo-gal-h-d-cont{
    width: 891px;
    margin: 0 auto;
}

.many-photo-gal-descr {
    margin-bottom: 5px;
}

.many-photo-gal-list{
	margin: 0 -16px;
}

.many-photo-gal-item-c {
    float: left;
    width: 311px;
    height: 244px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
}

.many-photo-gal-item-c:hover .zooming{
	animation: fadeIn 1s;
	display: block;
}



.many-photo-gal-item{
	height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: #E8E8E8;
    
}

.many-photo-gal-img{
	position: relative;
	height: 100%;
}

.many-photo-gal-item a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index: 1;
	border-radius: 5px;
}

.many-photo-gal-item a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}

.show-more-img{
    position: relative;
    height: 54px;
    text-align: center;
    margin: 15px 0 0 0;
}

.many-gal-img-r {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    max-width: 100%;
    max-height: 100%;
}





.many-photo-gal-item-overlay{
    background: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

.many-photo-gal-item:hover .many-photo-gal-item-overlay{
    animation: fadeIn 0.3s;
    display: block
}


/********* many photo gal end ********/




/***** useful links start ********/

.useful-links{
    box-shadow: 0px 4px 30px 0px #0000001A;
}

.useful-links-cont{
    
}

.useful-links-h {
    padding: 20px 30px 20px 30px;
    box-sizing: border-box;
    position: relative;
}
.useful-links-list {
    padding-left: 21px;
    position: relative;
    width: 106%;
    box-sizing: border-box;
	
}

.useful-links-list li:not(.clear) {
    margin-bottom: 12px;
    position: relative;
    display: block;
    width: 250px;
    float: left;
    margin-right: 30px;
}


.useful-links-list li:not(.clear):after{
	content: '';
    position: absolute;
    top: 11px;
    left: -20px;
    width: 4px;
    height: 4px;
    background: #D2966A;
    display: inline-block;
}


.useful-links-list li:not(.clear) a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #AB6634; 
    font-family: 'Segoe Ui';
    border-bottom: 1px solid #AB6634;
    padding-bottom: 1px;
}

.useful-links-list li:not(.clear) a:hover{
	border-color: transparent;
}

/***** useful links end *******/


/******* main video start ********/

.main-video-cont{
    height: 834px;
    background: #000;
}

.main-video-cont iframe{
    width: 100%;
    height: 100%;
}

.ytp-chrome-top, .ytp-chrome-bottom{
    display: none!important;
}

.main-video-cont 
.main-video-inn{
    height: 100%;
}

.main-video-inn tr td{
    vertical-align: middle;
}

.main-video-inn tr td h1{
    font-size: 50px;
    line-height: 75px;
    color: #fff;
    margin-bottom: 30px;
}
/******* main video end ********/


/********** main pop goods start********/
.main-pop-goods .good-list-item-tale{
    padding: 0!important;
}

.main-pop-goods .goods-list{
    margin: 0!important;
}

.main-pop-p{
    width: 50px;
    height: 50px;
    position: absolute;
    /* top: 0; */
    bottom: 20px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
    right: 85px;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.main-pop-n{
    width: 50px;
    height: 50px;
    position: absolute;
    /* top: 0; */
    right: 15px;
    bottom: 20px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.main-pop-n svg, .main-pop-p svg {
    width: 40px;
    height: 40px;
    fill: #374359;
}

.main-pop-goods{
    position: relative;
}
/********** main pop goods end********/


/********* simple menu start ********/

.main-content .simple-menu-container, .main-content .alter-menu-container{
    padding-top: 0;
}

.simple-menu-list {
    margin: -15px;
}

.simple-menu-item {
    display: inline-block;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    width: 307px;
    height: 150px;
}

.simple-menu-item-c {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    transition: 0.2s;
}

.simple-menu-item:hover .simple-menu-item-c {
    box-shadow: 0px 4px 10px 0px #0000001A;
}



.simple-menu-item-link {
    display: block;
    height: 100%;
    text-decoration: none;
}


.simple-menu-item-n {
    position: absolute;
    bottom: 19px;
    width: 100%;
    height: 50px;
   
}

.simple-menu-item-n tr td{
    padding: 0 20px;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    color: #374359;
    transition: 0.3s;
    font-weight: 500;
}

.simple-menu-item-n tr td a{
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    color: #374359;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Raleway-Medium';
}

.simple-menu-ps-link{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.simple-menu-item-link svg{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 7px;
    left: 7px;
    fill: #374359;
}


/******* simple menu end ************/


/*********** goods list start ************/


.goods-list {
    position: relative;
    margin: -15px -15px 15px -15px;
}

.recommend-items-cont .goods-list{
    margin: 0;
}

.recommend-items-cont .good-list-item-tale{
    padding: 0;
}

.fav-goods-list-empty p{
    margin: 50px 0 45px 0;
}

.good-list-item-tale {
    width: 307px;
    height: 451px;
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
    float: left;
}

.clean-otlog {
    margin-bottom: 30px;
}

.good-list-item-tale-inner {
    height: 100%;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s;
    border: 1px solid #E8E8E8;
    text-align: left;
}

.good-list-item-tale-inner:hover{
    box-shadow: 0px 2px 20px 0px #0000001A;
}

.good-list-item-tale-inner:hover .gli-hid-act-item{
    display: block;
}

.good-list-item-tale-inner:hover .good-buy{
    background: #D2966A;
}

.good-list-item-tale-inner:hover .good-buy svg{
    fill: #fff;
}

.glit-img {
    height: 155px;
    display: block;
    position: relative;
    overflow: hidden;
}

.gli-flour{
    height: 136px;
    padding: 20px;
}

.gli-name-descr{
    max-height: 134px;
    overflow: hidden;
}

.gli-name {
    color: #374359;
    font-size: 18px;
    text-decoration: none;
    line-height: 25px;
    border-bottom: none;
    transition: 0.3s;
    font-family: 'Raleway-Medium';
    margin-bottom: 12px;
    display: inline-block;
}

.gli-name:hover{
    color: #AB6634;
}

.gli-price-new {
    font-size: 18px;
    line-height: 21px;
    color: #374359;
    font-family: 'Segoe Ui';
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 27px;
    left: 22px;
}

.gli-price-new .rouble{
    color: #374359;
}

.gli-price-new.gli-price-new-act{
    color: #FF7815;
}

.gli-price-new.gli-price-new-act .rouble{
    color: #FF7815;
}

.gli-price-new.gli-price-new-act .rouble:before{
    background: #FF7815;
}

.gli-price-new .rouble:before{
    top: 16px;
    height: 1.5px;
    width: 6px;
    background: #374359;
}

.gli-price-before {
    display: inline-block;
    padding-right: 4px;
    vertical-align: bottom;
}

.gli-price-after{
    margin-left: 5px;
}

.action-flag {
    background: #FF2C2C;
    color: #fff;
}

.newest-flag{
    background: #00C27C;
    color: #fff;
}

.act-and-new span {
    padding: 3px 10px 5px 10px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.act-and-new{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.gli-mods-price-cont{
    position: absolute;
    height: 73px;
    border-top: 1px solid #E8E8E8;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 3px 0 0 23px;
}

.good-buy{
    width: 40px;
    height: 40px;
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    transition: 0.2s;
    border-radius: 50%;
    position: relative;
}

.good-list-item-tale .good-buy{
    position: absolute;
    top: 15px;
    right: 7px;
}


.good-buy svg{
    fill: #65728C;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.good-buy:hover{
    background: #ED2323!important;
}

.good-buy:hover svg{
    fill: #fff;
}

.gli-price-old{
    position: absolute;
    color: #8A8A8A;
    font-size: 14px;
    top: 14px;
    font-family: 'Segoe Ui';
}

.gli-price-old-int{
    position: relative;
    color: #8A8A8A;
    display: inline-block;
    vertical-align: bottom;
}

.gli-price-old-int .rouble{
    color: #8A8A8A;
}
.gli-price-old:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1.3px;
    background: #FF0000;
    transform: rotate(-9deg);
}

.gli-descr{
    font-size: 16px;
    line-height: 24px;
    color: #374359;
    font-family: 'Segoe UI';
    margin-top: 11px;
    height: 78px;
}

.gli-chars-o {
    overflow: hidden;
    max-height: 75px;
}

.gli-chars li {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Segoe Ui';
    color: #374359;
}

.gli-chars li table{
    width: 100%;
}

.gli-chars li table tr{
    display: block;
}

.gli-chars li table tr td {
    padding: 2px 0;
    display: inline;
    color: #374359;
}

.gli-chars li table tr td:nth-child(1) {
    padding-right: 20px;
}

.gli-price-old .rouble{
    color: #8A8A8A;
    font-size: 14px;
    vertical-align: bottom;
    margin-left: 3px;
}

.gli-price-old .rouble:before{
    background: #8A8A8A;
    top: 12px;
    width: 5px;
}

.gli-hid-act{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    
}

.gli-hid-act-item{
    display: none;
    background: #fff;
}

.add-fav, .add-fav-a{
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid transparent;
    position: relative;
}

.sg-hid-act-item{
    position: relative;
}

.sg-hid-act .add-fav:after, .sg-hid-act .add-fav-a:after{
    content: "";
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sg-hid-act .add-fav-a{
    border: none;
    display: inline-block!important;
    
}

.sg-hid-act .add-fav-a ~ .sg-hid-act-text{
    display: none;
}

.sg-hid-act .add-fav-a ~ .sg-hid-act-text2{
    display: inline-block;
}

.sg-hid-act .sg-hid-act-text2{
    display: none;
}

.add-fav svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    stroke: #65728C;
    stroke-width: 1.5px;
    transition: 0.2s;
    left: -1px;
    top: 1px;
}

.add-fav:hover{
    background: #fff;
    border: 1px solid #E8E8E8;
    
}

.add-fav:hover svg{
    fill: #D2966A;
    stroke: #D2966A;
}

.add-fav-a{
    background: #fff;
    border: 1px solid #E8E8E8;
    display: block!important;

}

.add-fav-a svg{
    width: 40px;
    height: 40px;
    fill: #D2966A;
    stroke: #D2966A;
    left: -1px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    stroke-width: 1.5px;
}

.sort-container{
    border: 1px solid #E8E8E8;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.sort-text{
    font-size: 15px;
    line-height: 24px;
    color: #374359;
    position: relative;
    width: 252px;
    height: 48px;
    box-sizing: border-box;
    padding-top: 13px;
    padding-left: 18px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #E8E8E8;
    transition: 0.2s;
    z-index: 3;
}

.sort-text:hover{
    box-shadow: 0px 0px 0px 1px #D2966A;
}

.sort-text svg{
    fill: #000;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.sort-list{
    position: absolute;
    top: 48px;
    left: -1px;
    width: 252px;
    border: 1px solid #E8E8E8;
    background: #fff;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 7px;
    display: none;
}

.sort-list li {
    cursor: pointer;
    padding: 0px 7px 1px 7px;
}

.sort-list li:hover{
    color: #AB6634;
}

.sort-list li:hover svg{
    fill: #AB6634;
}

.sort-list li svg {
    fill: #374359;
    width: 30px;
    height: 30px;
    z-index: 111;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
    top: -1px;
}

.sort-type{
    position: absolute;
    top: 0;
    right: 20px;
}

.sort-type li{
    display: inline-block;
    position: relative;
    width: 15px;
    height: 50px;
    cursor: pointer;
    margin-right: 12px;
}

.sort-type li:first-child{
    top: -1px;
}

.sort-type li svg{
    width: 40px;
    height: 40px;
    fill: #65728C;
}

.sort-type li svg:hover{
    fill: #D2966A;
}


.gli-price-after sub{
    font-size: 13px;
    position: relative;
    top: -7px;
}

/*********** goods list end ************/



/*********** numpages start ********/


.numpages-cont span {
    display: inline-block;
    margin: 0 5px 0 5px;
    vertical-align: bottom;
}
.numpages-cont .pages {
    display: inline-block;
    vertical-align: middle;
}

.numpages-cont .pages a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px 0 5px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding-top: 11px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    transition: 0.3s;
    background: #F9F9F9;
}

.numpages-cont .pages a:hover{
    border-color: #D2966A;
}


.numpages-cont .pages a:active{
    background-color: #D2966A;
    color: #fff;
}

.numpages-cont .pages a.active-page{
    background: #D2966A;
    color: #fff!important;
    border: 1px solid #D2966A;
}


.numpages-cont li.current a {
    background: #D2966A;
    color: #fff!important;
    border: 1px solid #D2966A;
}

.numpages-cont li{
    display: inline-block;
}

.numpages-cont a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px 0 5px;
    text-align: center;
    color: #374359;
    text-decoration: none;
    font-size: 16px;
    padding-top: 11px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    background: #F9F9F9;
    font-family: 'Segoe Ui';

}

.numpages-cont a:hover{
    background: #D2966A;
    color: #fff!important;
    border: 1px solid #D2966A;
}

/*********** numpages end ********/








/* left menu start */

/*left bar*/
.left-bar{
    margin-right: 31px;
    width: 278px;
}


.left-bar-menu-first > li.no-inn a{
    border-bottom: none;
}



.left-bar-menu-first > li > a{
    color: #374359;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    display: block;
    padding: 7.5px 27px 7.5px 20px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    background: #F9F9F9;
}

.left-bar-menu-first > li > a.act-left-bar{
    color: #AB6634;
    background: #fff;
}


.left-bar-menu-first > li > a.act-left-bar svg{
    transform: rotate(90deg);
    fill: #AB6634;
}

.left-bar-menu-first > li > a svg{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    fill: #374359;

}
.left-bar-menu-first > li > a:hover{color: #AB6634;}
.left-bar-menu-first > li > a:hover svg{
    fill: #AB6634;
}
.left-bar-menu-second{
    padding-left: 40px;
    padding-top: 18px;
    padding-bottom: 9px;
    padding-right: 28px;
}
.left-bar-menu-second li{
    margin-bottom: 15px;
    position: relative;
}
.left-bar-menu-second li a{
    font-size: 14px;
    color: #374359;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    line-height: 19px;
    display:inline-block;
    padding:0;
    position: relative;
    display: block;
    padding-right: 0px;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s
}

.left-bar-menu-first > li > .act-left-bar:after{background-position: 0px 4px;}

.left-bar-menu-first > li > .act-left-bar:hover:after{background-position: -16px 4px;}



.left-menu-cont{margin-bottom: 46px;}

.act-left-bar + .left-bar-menu-second{
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}
.left-menu-root{
    color: #fff;
    padding: 16px 20px 18px 20px;
    margin: 0 0 0 0;
    text-decoration: none;
    display: block;
    font-size: 21px;
    line-height: 28px;
    background: #65728C;
    
}

.left-bar-menu-second li:after, .left-bar-menu-second li:before {
    position:absolute;
    left:-13px;
    background:#000;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -o-transition:all .4s;
    content:''
}

 .left-bar-menu-second li:before{top:8px;width:2px;height:2px;transition:all .4s}

 .left-bar-menu-second li:after{top:9px;width:0;height:1px;transition:all .4s}

 .left-bar-menu-second li:not(.child-menu-active-li) a:hover{transform: translateX(10px);padding-right: 0; transition: 0.5s;}
 .left-bar-menu-second li:not(.child-menu-active-li):hover:before{opacity:0;background: #AB6634;}
 .left-bar-menu-second li:not(.child-menu-active-li):hover:after{width:15px;background: #AB6634;}
.left-bar-menu-second li:not(.child-menu-active-li) a:hover{color: #AB6634;}
.left-bar-menu-second li.child-menu-active-li{transform: translateX(10px);padding-right: 0; transition: 0.5s;}
.left-bar-menu-second li.child-menu-active-li:before{opacity:0;background: #AB6634;}
.left-bar-menu-second li.child-menu-active-li:after{width:15px;background: #000;left: -20px;}

/* left menu end */








/*********** footer start ************/

.footer-flour{
    height: 95px;
    background: #fff;
}

.footer-ceil{
    height: 280px;
}

.footer-menu-list-c{
    position: absolute;
    top: 46px;
    left: 13px;
    width: 590px;
    height: 350px;
    overflow: hidden;
    font-family: Segoe UI;
    white-space: nowrap;
}


.footer-menu-item {
   margin-bottom: 12px;
}

.footer-menu-list-el{
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.footer-menu-t {
    font-size: 20px;
    line-height: 24px;
    color: #374359;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    font-family:Segoe UI;
}

a.footer-menu-t:hover{
    color: #AB6634;
}

.footer-menu-list {
    margin-bottom: 12px;
    column-count: 2;
    column-gap: 20px;
    column-width: 178px;
    max-width: 376px;
    white-space: normal;
}

.footer-menu-link {
    font-size: 16px;
    line-height: 18px;
    color: #374359;
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu-link:hover{
    color: #AB6634;
}

.footer-soc-mess-list{
    position: absolute;
    top: 189px;
    right: 93px;
}

.footer-soc-mess-list li{
    display: inline-block;
}

.footer-soc-mess-list li a{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #E8E8E8;
    position: relative;
    border-radius: 50%;
    margin-right: 10px;
    background: #F9F9F9;
    box-sizing: border-box;
}

.footer-soc-mess-list li a svg{
    fill: #374359;
    width: 40px;
    height: 40px;
    left: -1px;
}

.footer-tels li a{
    font-size: 16px;
    color: #374359;
    text-decoration: none;
    font-family:Segoe UI;
}

.footer-cont-info{
    color: #374359;
    position: absolute;
    top: 46px;
    left: 628px;
    font-family: Segoe UI;
}


.footer-ceil-c{
    position: relative;
    height: 279px;
}

.footer-tels{
    margin: 16px 0 0 0;
}

.footer-tels li{
    margin: 0 0 14px 0;
    color: #374359;
}

.footer-pop-b{
    width: 277px;
    margin-bottom: 20px;
}

.footer-time-work{
    font-size: 16px;
    color: #374359;
    line-height: 30px;
}

.footer-form-timework{
    position: absolute;
    top: 96px;
    right: 16px;
    font-family:Segoe UI;
}

.footer-pop-b svg{
    left: 10px;
}

.footer-logo{
    position: absolute;
    top: 27px;
    left: 12px;
}

.footer-flour-c {
    position: relative;
    height: 106px;
}

.footer-copy{
    font-size: 14px;
    color: #374359;
    position: absolute;
    right: 14px;
    bottom: 47px;
}

.footer-priv-pol{
    font-size: 14px;
    color: #9B9B9B;
    position: absolute;
    top: 18px;
    left: 229px;
    width: 470px;
    line-height: 20px;
}

.footer-priv-pol a{
    display: inline-block;
    margin-bottom: 4px;
}

/*********** footer end ************/





/******** single good start **********/
.sg-anchors-cont {
    margin-bottom: 30px;
    position: relative;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.sg-anchors-list {
    background: #f3f3f3;
    padding: 15px 230px 15px 41px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 50px;
}

.sg-anchors-list li:not(.links-anchors-list-back) {
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
}

.sg-anchors-list li:not(.links-anchors-list-back):after{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D2966A;
    transition: 0.2s;
    opacity: 0;
}

.sg-anchors-list li:not(.links-anchors-list-back):hover a{
    color: #D2966A;
    border-color: transparent;
}


.sg-anchors-list li:not(.links-anchors-list-back):hover:after{
    opacity: 1;
}

.sg-anchors-list li a {
    color: #374359;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Segoe Ui';
    padding-bottom: 1px;
    border-bottom: 1px dashed #374359;
}

.gal-slider-good-pager-cont .slick-next {
    position: absolute;
    top: 26px;
    left: -50px;
    width: 30px;
    height: 30px;
    background: url(/images/p/system/good-gal-n.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.gal-slider-good-pager-cont .slick-prev {
    position: absolute;
    top: 26px;
    right: -50px;
    width: 30px;
    height: 30px;
    background: url(/images/p/system/good-gal-p.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.sg-gallery-h {
    width: 585px;
    position: relative;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.sg-descr-cont{
    width: 585px;
    position: relative;
    float: right;
    box-sizing: border-box;
}

.sg-descr-ceil{
    height: 54px;
    display: inline-block;
    background: #fff;
    margin-bottom: 30px;
    width: 186px;
    height: 196px;
    position: relative;
    border-right: 1px solid #C7D2EA;
    vertical-align: top;

}



.sg-g{
    color: #1C9B29;
}

.sg-g:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: -17px;
    background: #1C9B29;
    border-radius: 50%;
}

.sg-y{
    color: #FF9C28;
}

.sg-y:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF9C28;
    border-radius: 50%;
}

.sg-r{
    color: #187EF5;
}

.sg-r:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: -19px;
    background: #187EF5;
    border-radius: 50%;
}



.sg-in-store{
    font-family: 'Segoe Ui';
    position: absolute;
    top: 25px;
    left: 19px;
}

.sg-calc{
    display: inline-block;
    width: 180px;
    position: relative;
    vertical-align: top;
    margin-left: 30px;
    text-align: center;
}

.single-good-brand{
    position: absolute;
    top: 64px;
    left: 1px;
    width: 117px;
    height: 38px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;

}

.single-good-brand img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.single-good-country{
    position: absolute;
    top: 76px;
    right: 30px;
    font-size: 16px;
    color: #374359;
    font-family: 'Segoe Ui';
    border: 1px solid #D9D9D9;
    display: flex;
}

.sg-fing-cheap{
    position: absolute;
    top: 11px;
    left: 308px;
}

.sg-gallery {
    position: relative;
    cursor: pointer;
}

.gal-slider-good-slider-cont {
    position: relative;
    overflow: hidden;
}

.single-good-slider-item-c {
    width: 100%;
    height: 329px;
    position: relative;
}

.single-good-slider-item-c:hover .zooming{
    animation: fadeIn 0.2s;
	display: block;
}


.single-good-slider-item-c img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.gal-slider-good-pager-cont {
    margin: 20px auto 0 auto;
}

.gal-slider-good-item-p {
    padding: 0 7.5px;
    position: relative;
    height: 73px;
    box-sizing: border-box;
}

.slick-current .gal-slider-good-item-p-h {
    border-color: #D2966A;
}
.gal-slider-good-item-p-h {
    background: #fff;
    border: 4px solid transparent;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gal-slider-good-item-p-h img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}



.gal-slider-good-item-p-inn {
    height: 73px;
    box-sizing: border-box;
    width: 100%;
}

.gal-slider-good-item-p-inn img {
    max-width: 100%;
}

.gal-slider-good-item-p-inn td{
    text-align: center;
    vertical-align: middle;
}

.sg-art{
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'Segoe Ui';
    color: #374359;
}

.sg-filter-list-n{
    font-size: 16px;
    font-family: 'Segoe Ui';
    line-height: 24px;
    color: #374359;
    font-weight: 600;
    margin-bottom: 14px;
}
.sg-filter-item{
    display: none;
}

.sg-filter-check{
    display: inline-block;
    border: 1px solid #D9D9D9;
    padding: 13px 13px 14px 13px;
    font-family: 'Segoe Ui';
    text-align: center;
    margin: 0 10px 12px 0;
}

.sg-filter-item:checked + .sg-filter-check{
    border: 2px solid #D2966A;
}

.sg-filter-cont{
    width: 260px;
}

div.sg-filter-list:nth-child(1){
    height: 198px;
    overflow: hidden;
    margin-bottom: 17px;
}

.sg-hid-act .add-fav{
    border: none;
    display: inline-block;
    vertical-align: middle;
}



.sg-hid-act-text, .sg-hid-act-text2{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: 0;
}

.sg-hid-act-item:hover ~ .sg-hid-act-text, .sg-hid-act-item:hover ~ .sg-hid-act-text2{
    border-color: transparent;
}


.sg-buy-one-click{
    position: absolute;
    top: 124px;
    right: 0;
}

.sg-new-price{
    font-size: 30px;
    line-height: 32px;
    color: #374359;
    font-family: 'Segoe Ui';
    font-weight: 600;
    margin-bottom: 12px;
    position: absolute;
    top: 10px;
    right: 0;
    white-space: nowrap;
}

.sg-new-price.sg-new-price-a{
    color: #D70404;
}

.sg-old-price{
    color: #8A8A8A;
    font-family: 'Segoe Ui';
    font-size: 14px;
    position: absolute;
    top: -7px;
    right: 0;
}

.sg-old-price:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1.3px;
    background: #FF0000;
    transform: rotate(-9deg);
}

.sg-descr-mid{
    border-top: 1px solid #C7D2EA;
    position: relative;
    margin-bottom: 20px;
    padding-top: 17px;
}

.sg-before-price{
    margin-right: 5px;
}

.sg-after-price{
    margin-left: 10px;
}

.sg-old-price .sg-after-price{
    margin-left: 5px;
}

.sg-hid-act{
    position: absolute;
    bottom: 38px;
    left: -9px;
    cursor: pointer;
    font-family: 'Segoe Ui';
    width: 136px;
    white-space: nowrap;
    text-align: left;
}

.sg-calc-1{
    font-size: 16px;
    color: #374359;
    font-family: "Segoe UI";
    padding: 25px 0 14px 0px;
}

.sg-anchors-l{
    position: absolute;
    top: 11px;
    right: 0px;
    width: 240px;
    padding: 14px 15px 17px 0px;
}

.sg-anchors-l svg{
    position: absolute;
    top: 0;
    right: 22px;
    left: initial;
    bottom: 0;
    margin: auto;
}

.sg-chars-cont {
    margin-bottom: 35px;
}

.sg-chars li {
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Segoe Ui';

}

.sg-chars-full li {
    padding: 8px 0 11px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Segoe Ui';
    border-bottom: 1px solid #D9D9D9;
}

.sg-chars-full li table tr td:nth-child(1){
    width: 140px;
    padding-right: 20px;
}

.sg-chars-full li table tr td{
    font-size: 16px;
    color: #374359;
}


.sg-chars li {
    padding: 4px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Segoe Ui';
}

.sg-chars-full {
    column-count: 2;
    column-gap: 40px;
}


.sg-chars li table{
    width: 100%;
    table-layout: fixed;
}

.sg-chars li table tr td:nth-child(1){
    width: 184px;
    padding-right: 20px;
    font-weight: 600;
}

.sg-chars li table tr td{
    padding: 2px 0;
}

.sg-all-chars{
    margin-bottom: 15px;
}

.sg-all-chars:hover{
    border-color: transparent;
}

.sg-chars{
    margin-bottom: 15px;
}

.sg-min-descr{
    padding-top: 20px;
    border-top: 1px solid #C7D2EA;
}

.rec-items-p{
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 50%;
    transition: 0.3s;
    margin: auto;
    position: absolute;
    top: -146px;
    left: -21px;
    bottom: 0;
    z-index: 1;
}

.rec-items-n {
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 50%;
    transition: 0.3s;
    margin: auto;
    position: absolute;
    top: -148px;
    right: -19px;
    bottom: 0;
    z-index: 1;
}

.rec-items-p svg, .rec-items-n svg {
    width: 40px;
    height: 40px;
    fill: #374359;
}

.rec-items-p:hover, .rec-items-n:hover{
    background: #65728C;
}

.rec-items-p:hover svg, .rec-items-n:hover svg {
    fill: #fff;
}

.rec-items-n svg {
    right: -4px;
}

.recommend-items-cont-inn{
    position: relative;
}

.sg-bsk-item-cont {
    border: 1px solid #D9D9D9;
    position: relative;
    background: #fff;
    z-index: 2;
    width: 100%;
    margin-bottom: 18px;
}

.bsk-item-m, .bsk-item-p {
    display: inline-block;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    cursor: pointer;
    color: #53616B;
    border-radius: 5px;
    text-align: center;
    font-size: 33px;
    position: relative;
    z-index: 0;
}

.bsk-item-m svg, .bsk-item-p svg {
    width: 40px;
    height: 40px;
    fill: #53616B;
}

.bsk-item-count {
    border: none;
    background: none;
    outline: none;
    display: inline-block;
    color: #374359;
    width: 72px;
    vertical-align: middle;
    text-align: center;
    height: 54px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: 'Segoe Ui';
}

.mods-list-count ul li:not(.mods-list-count-sep) {
    font-size: 16px;
    line-height: 20px;
    color: #374359;
    display: inline-block;
    padding: 8px 18px 9px 18px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    vertical-align: middle;
}

.mods-list-count-sep {
    width: 1px;
    height: 37px;
    background: #D9D9D9;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5px;
}

.mods-list-count ul{
    display: inline-block;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    box-sizing: border-box;

}

.mods-list-count ul li.mlc-i-a, .mods-list-count ul li:hover {
    background: #F3F3F3;
    box-shadow: inset 0px 0px 0px 3px #fff;
}

.sg-order{
    display: inline-block;
    width: 170px;
    height: 180px;
    position: relative;
    margin-left: 18px;
    text-align: right;
}

.sg-calc-f{
    font-size: 14px;
    color: #374359;
    font-family: 'Segoe Ui';
}

.sgn-item-add-bsk{
    padding: 7px 4px 5px 20px;
    width: 170px;
    /* margin-bottom: 14px; */
    position: absolute;
    top: 55px;
    right: 0;
    height: 56px;
}

.sg-wait-for-load{
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    background-size: 50px;
}

.sg-new-price-int{
    display: inline-block;
}
/******** single good end **********/






/******* mods list start ********/

.get-mods-item {
    position: relative;
}

.get-mods-item > table {
    table-layout: fixed;
    width: 100%;
}

.get-mods-item > table > tbody > tr > td:nth-child(1) {
    width: 113px;
    text-align: center;
}

.mods-item-img-c {
    position: relative;
    width: 96px;
    height: 54px;
    position: relative;
}

.mods-list-count{
    margin-bottom: 16px;
}

.mods-item-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mods-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mods-item-n-cont {
    max-height: 69px;
    overflow: hidden;
    width: 310px;
}

.mods-item-n {
    color: #0093bf;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    border: 1px solid transparent;
    padding-bottom: 1px;
}

.get-mods-item > table > tbody > tr > td {
    vertical-align: middle;
    padding: 17px 0 17px 0;
    position: relative;
    font-size: 16px;
}

.get-mods-list-h{
    width: 100%;
}

.get-mods-list-h tr td{
    color: #374359;
    font-size: 18px;
    line-height: 25px;
}

.get-mods-item{
    border-bottom: 1px solid #D9D9D9;
}
/******* mods list end ********/



/************* 404 start ******************/
.nf-body{
    text-align: center;
    padding: 146px 0;
}
  .nf-body img{
    display: inline;
  }
  
  .nf-body .content h3{
    text-transform: uppercase;
    padding: 22px 0 5px 0;
  }
  
  .nf-body .content p{
    padding-bottom: 20px;
  }
  
  .nf-link{
    width: 234px;
  }
  /************* 404 end ******************/







/******** pop up start **********/
.pop-up-window {
    display: none;
    position: fixed;
    z-index: 100;
    width: 600px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    transition: 0.3s;
    box-shadow: 0px 5px 20px 0px #0000000D;

    
}

.pop-up-window-cont {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #E8E8E8;
}

.pop-up-h {
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #374359;
    padding-bottom: 12px;
}

.pop-up-good{
    color: #AB6634;
    margin-bottom: 16px;
    
    
}

.pop-up-good-after{
    display: inline;
}

.pop-up-form-c{
    padding: 40px;
}

.input-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 0 17px 0 17px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    transition: 0.3s;
    height: 54px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.input-field.input-field-1{
    width: 260px;
    float: left;
}

.input-field.input-field-2{
    width: 260px;
    float: right;
}

.input-field > table {
    width: 100%;
}

.textarea-field {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 17px 17px 0 17px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    transition: 0.3s;
    box-sizing: border-box;
}


.textarea-field textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 0;
    height: 76px;
    font-size: 16px;
    outline: none;
    color: #000;
    font-size: 18px;
    resize: none;
}


.input-field.input-error {
    border: 1px solid #FF0000;
}

.input-field table tr td {
    vertical-align: middle;
    line-height: 17px;
    position: relative;
    overflow: hidden;
}

.input-field-n {
    position: relative;
    margin-right: 0px;
    color: #374359;
    font-size: 16px;
}

.textarea-field-n {
    position: relative;
    margin-right: 0px;
    color: #374359;
    font-size: 16px;
    margin-bottom: 5px;
}

.required-field {
    color: #ff0000;
    margin-left: 3px;
    font-size: 16px;
}

.input-field.input-error input {
    opacity: 0;
}

.input-field input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 0;
    height: 52px;
    font-size: 16px;
    outline: none;
    color: #374359;
    font-size: 18px;
    padding-left: 10px;
}

.input-errors-cont {
    color: #FF0000;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    line-height: 34px;
    width: 100%;
    height: 100%;
}

.input-error .input-errors-cont {
    display: table;
    table-layout: fixed;
}

.input-errors-cont-tooltip {
    display: block;
    padding-left: 100%;
    -webkit-animation: marquee 5s infinite linear;
    -moz-animation: marquee 5s infinite linear;
    animation: marquee 5s infinite linear;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
}


@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.pop-up-close {
    height: 54px;
    width: 54px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}

.pop-up-close:hover svg{
    fill: #D2966A;
}

.pop-up-close svg {
    position: absolute;
    height: 40px;
    width: 40px;
    fill: #374359;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pop-dop-text{
    margin-bottom: 8px;
}


.enter-field-file{
    display: block;

}

.enter-field-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.enter-field-file-btn{
    font-size: 16px;
    line-height: 21px;
    color: #505050;
    padding: 5px 0 8px 27px;
    outline: none;
    cursor: pointer;
    position: relative;
    display: block;
    margin-right: 22px;
    float: left;
}


.enter-field-file-btn:hover{
    color: #AB6634!important;
}

.enter-field-file-btn:hover svg{
    fill: #AB6634;
}

.enter-field-file-btn svg{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: -11px;
    fill: #374359;
}

.enter-field-file-btn:hover{
    color: #0093bf;
}



.enter-field-file-btn:active{
    outline: none;
}



/* Focus */
.enter-field-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}



/* Disabled */
.enter-field-file input[type=file]:disabled + span {
	background-color: #eee;
}

/* РЎРїРёСЃРѕРє С„Р°Р№Р»РѕРІ */
.enter-file-list {
	padding: 10px 0;
}
.enter-file-list-item {
    margin-bottom: 19px;
    display: block;
    position: relative;
    color: #374359;
    font-size: 16px;
    margin: 9px 25px 5px 8px;
    padding-left: 17px;
    float: left;
}

.enter-file-list-name svg{
    width: 40px;
    height: 40px;
    fill: #374359;
    position: absolute;
    left: -15px;
    top: -12px;
}


.enter-file-list-remove {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 16px;
    position: relative;
}

.enter-file-list-remove svg:hover{
    fill: #AB6634!important;
}

.enter-file-list-remove svg:nth-child(1){
    width: 40px;
    height: 40px;
    position: absolute;
    top: -13px;
    right: -11px;
    fill: #374359;
}

.enter-field-cont{
    margin-bottom: 20px;
    position: relative;
   
}

.submit-cont{
    margin-bottom: 20px;
}

.write-mess-submit{
    width: 345px;
}

.privacy-checkbox-cont .privacy-checkbox-init {
    border: 1px solid #E8E8E8;
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
}

.privacy-checkbox-cont .privacy-checkbox-init svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: -6px;
    right: 0;
    bottom: 0;
    margin: auto;
    fill: #000;
    opacity: 0;
}

.privacy-checkbox-cont input:checked + .privacy-checkbox-init > svg{
    opacity: 1;
}

.privacy-checkbox-cont .privacy-checkbox {
    display: none;
}

.privacy-text {
    font-size: 14px;
    line-height: 21px;
    color: #374359;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    position: relative;
}

.privacy-policy-lnk{
    font-size: 14px;
    line-height: 21px;
    color: #374359;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #374359;
}

.privacy-policy-lnk:hover{
    border-color: transparent;
}

.form-answer-ok tr td div:nth-of-type(1){
    background: url(/images/p/system/form-ok.svg);
    background-repeat: no-repeat;
    background-position: 0px 28px;
    /* font-size: 25px; */
    /* line-height: 30px; */
    padding: 5px 0 9px 51px;
    margin-bottom: 5px;
}

.form-answer-ok tr td div:nth-of-type(2){
    padding-left: 50px;
    font-size: 16px;
    line-height: 19px;
}
.form-answer-ok{
    height: 346px;
}

.form-answer-ok tr td{
    vertical-align: middle;
}

#write-mess-form .write-mess-form-fields > label:not(.textarea-field){
    display: inline-block;
    width: 260px;
    margin-right: 20px;
}


.write-mess-form-fields{
    white-space: nowrap;
}

.ask-price-submit{
    width: 260px;
}
/******** pop up sendtart **********/





















/******** webforms start **********/

input[type="text"]::-webkit-input-placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}
input[type="text"]:-ms-input-placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}
input[type="text"]::-ms-input-placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}
input[type="text"]::placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;} 
textarea::-webkit-input-placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}
textarea:-ms-input-placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}
textarea::-ms-input-placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}
textarea::placeholder { color: #374359;font-family: 'Raleway-Regular'!important;font-size: 16px;}


input:focus::-webkit-input-placeholder {color: transparent!important;}
input:focus::-moz-placeholder          {color: transparent!important;}
input:focus:-moz-placeholder           {color: transparent!important;}
input:focus:-ms-input-placeholder      {color: transparent!important;}


textarea:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder          {color: transparent}
textarea:focus:-moz-placeholder           {color: transparent}
textarea:focus:-ms-input-placeholder      {color: transparent}


/******** webforms end **********/


/*clearfix*/
.clear{clear: both;}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*clearfix*/