html, body {
    background: #fff;
}

html, body, textarea, input, button, select {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    color: #676760;
    outline: 0px;
}

a, span, div, input, em, ul, li, button {
    outline: 0px;
}

p {
    display: block;
    padding: 5px 0px;
}

a {
    color: #22ad46;
    text-decoration: none;
}

a:hover {
    color: #FB7535;
}

*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    display: block;
    font-weight: 400;
    color: #000;
    margin: 0px 0px 15px 0px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 16px;
}

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

ul.noli, ul.noli li {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.max {
    display: block;
    position: relative;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}



/*** Шапка ***/
#header {
    display: block;
    position: relative;
    background: #fff;
    z-index: 10;
}

#header::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    height: 36px;
    background: url('../images/volntop.png') repeat-x;
}

.header {
    display: block;
    position: relative;
    min-height: 109px;
    z-index: 10;
}

.logo {
    display: block;
    float: left;
    margin: 31px 80px 0px 0px;
}

.topadres {
    display: block;
    position: absolute;
    top: 35px;
    right: 320px;
    text-align: right;
    max-width: 390px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}


.navmenu {
    display: block;
    float: left;
    position: relative;
    padding: 24px 0px 0px;
}

.navmenu> ul {
    position: relative;
}

.navmenu> ul> li {
    display: block;
    float: left;
    position: relative;
    margin: 0px 40px 0px 0px;
}

.navmenu> ul> li:last-child {
    margin: 0px;
}

.navmenu> ul> li> a {
    display: block;
    height: 30px;
    color: #000;
}

.navmenu> ul> li> a> span {
    position: relative;
    box-shadow: 0px 2px 0px #22AD46;
    transition: all 0.15s;
}

.navmenu> ul> li> a:hover {
    color: #22ad46;
}

.navmenu> ul> li> a:hover> span {
    box-shadow: 0px 2px 0px transparent;
}





.hphone {
    display: block;
    float: right;
    text-align: right;
    padding: 17px 0px 0px;
}

.hphone> span {
    display: inline-block;
    font-size: 12px;
    color: #929e95;
}

.hphone> b {
    display: block;
    position: relative;
    padding: 0px 0px 0px 28px;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin: -2px -2px -3px;
}

.hphone b a {
    color: #333;
}

.hphone> b::before {
    content: '';
    display: block;
    width: 14px;
    height: 32px;
    background: url(../images/topphone.png) center no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
}

.hphone> a {
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 17px;
}





.catmenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 6px 0px 0px;
}

.catmenu> ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.catmenu> ul> li {
    display: block;
}

.catmenu> ul> li> a {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 41px;
    background: #22AD46;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.15s;
}

.catmenu> ul> li> a:hover {
    background: #FB7535;
}

/*** END Шапка ***/






/*** Декорация на главной ***/
#main_decor {
    display: block;
    position: relative;
    height: 600px;
    background: url(../images/decorbg.jpg) center -100px no-repeat;
    margin: 16px 0px 0px;
}

#main_decor::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 36px;
    background: url('../images/volnbottom.png') repeat-x;
    z-index: 5;
}

#main_decor .max {
    z-index: 1;
}

.family {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 138px;
    width: 303px;
    height: 335px;
    background: url('../images/family.png') bottom center no-repeat;
    z-index: 1;
}

.decor_info {
    display: block;
    float: right;
    margin: 204px 3px 0px 0px;
    position: relative;
    width: 536px;
    height: 216px;
    background: url(../images/rectangle.png) center no-repeat;
    text-align: center;
    padding: 25px 30px 0px 140px;
}

.decor_info> b {
    display: BLOCK;
    font-size: 26px;
    color: #e0141c;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}

.decor_info> p {
    display: block;
    padding: 0px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 0px 0px 18px 0px;
}

.decor_info> p> span {
    display: block;
}

.decor_info> a {
    display: inline-block;
    width: 240px;
    height: 50px;
    background: #22AD46;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.1s;
}

.decor_info> a> span {
    display: inline-block;
    padding: 0px 19px 0px 0px;
    position: relative;
    line-height: initial;
}

.decor_info> a> span::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url('../images/hnext.png') center no-repeat;
}

.decor_info> a:hover {
    background: #FB7535;
}

button.fbut {
    display: inline-block;
    max-width: 240px;
    width: 100%;
    height: 50px;
    background: #22AD46;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.1s;
    border: 0px;
    cursor: pointer;
    position: relative;
}

button.fbut> span {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 0;
    line-height: initial;
}


button.fbut> span::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url('../images/hnext.png') center no-repeat;
}

button.fbut:hover {
    background: #FB7535;
}

div#main_decor .max {
    height: 100%;
}

.decflex {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

form.blockform {
    display: block;
    width: 100%;
    max-width: 320px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.12);
    padding: 20px;
    text-align: center;
}

.ftitle {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

form.blockform input {
    display: block;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin: 0 0 15px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0 20px;
}

form.blockform .ftitle + input {
    margin-top: 17px;
}

form.blockform input:placeholder {
    color: #bdbdbd;
}

.police {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 15px;
}

.dl h1 {
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0px 2px 60px rgb(0, 0, 0);
    margin: 0;
    padding: 0;
}
/*** END Декорация на главной ***/





/*** Как мы работаем ***/
.belblock {
    display: block;
    position: relative;
    padding: 55px 0px 100px;
}

h2.maintitle {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 100;
    line-height: 36px;
    margin: 0px 0px 40px;
}

.kakitems {
    display: block;
    position: relative;
    padding: 40px 0px 0px;
}

.kakitems> .item {
    display: block;
    float: left;
    width: 140px;
    margin: 0px 60px 0px 0px;
    position: relative;
}

.kakitems> .item:last-child {
    margin: 0px;
}

.kakitems> .item> .cricle {
    display: block;
    width: 100%;
    height: 140px;
    background: #FAFAF6;
    border-radius: 100px;
    text-align: center;
    line-height: 104px;
    position: relative;
    margin: 0px 0px 24px;
}

.kakitems> .item> .cricle> span {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    background: #FB7535;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 31px;
    font-weight: bold;
    color: #fff;
}

.kakitems> .item> .cricle> span> img {
    position: absolute;
    top: 10px;
    left: 8px;
}

.kakitems> .item> b {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

.kakitems> .item:not(:first-child)::before {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    background: url(../images/icon_next_mkr.png) center no-repeat;
    z-index: 1;
    position: absolute;
    top: 67px;
    left: -37px;
}

/*** END Как мы работаем ***/






/*** Наши работы ***/
.grayblock {
    display: block;
    position: relative;
    padding: 55px 0px 100px;
    background: #FAFAF6;
}

.mainportflio {
    display: block;
    position: relative;
    margin: 0px -15px;
}

.mainportflio .item {
    display: block;
    position: relative;
    margin: 0px 15px;
}

.mainportflio .item> .image {
    display: block;
    position: relative;
    background: #fff;
    width: 100%;
    height: 300px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.mainportflio .item> .image> span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.mainportflio .item> .image> span> img {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 350px;
    min-height: 290px;
    max-height: 320px;
}

.mainportflio .item> a {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 18px 0px;
    position: relative;
}

.mainportflio .item> a:hover {
    color: #22ad46;
}

.mainportflio .item> a> span {
    box-shadow: 0px 2px 0px #22AD46;
    transition: all 0.1s;
}

.mainportflio .item> a:hover> span {
    box-shadow: 0px 2px 0px transparent;
}

.mainportflio .item> a::after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background: #EDEDE6;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 80px);
}

.mainportflio .item> p {
    display: block;
    padding: 10px 0px 0px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #676760;
}

.mainportflio .item> .image> span> a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
}

.mainportflio .item:hover> .image> span> a {
    opacity: 1;
}

.mainportflio .item> .image> span> a> span {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #22AD46;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.1s;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 100px);
}

.mainportflio .item> .image> span> a> span> span {
    display: inline-block;
    padding: 0px 19px 0px 0px;
    position: relative;
    line-height: initial;
}

.mainportflio .item> .image> span> a> span> span::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url('../images/hnext.png') center no-repeat;
}

.mainportflio .item> .image> span> a> span:hover {
    background: #FB7535;
}

/*** END Наши работы ***/







/*** Почему нас выбирают ***/
.preims {
    display: block;
    position: relative;
    margin: 0px -15px -30px;
    padding: 15px 0px 0px;
}

.preims> .item {
    display: block;
    float: left;
    background: #FAFAF6;
    margin: 0px 15px 30px;
    height: 110px;
    width: calc(25% - 30px);
    border-radius: 8px;
}

.preims> .item> div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.preims> .item> div> div {
    display: table-cell;
    vertical-align: middle;
}

.preims> .item> div> div.image {
    width: 94px;
    text-align: center;
}

.preims> .item> div> div.text {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0px 14px 0px 0px;
}

.preims> .item> div> div.text a {
    text-decoration: underline;
}

/*** END Почему нас выбирают ***/





/*** Акции ***/
.mainakcii {
    display: block;
    position: relative;
    margin: 0px -15px;
}

.mainakcii .item {
    display: block;
    position: relative;
    margin: 5px 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.centermainlink {
    display: block;
    position: relative;
    margin: 46px 0px -60px;
    text-align: center;
}

.centermainlink> a {
    display: inline-block;
    width: 165px;
    height: 40px;
    background: #22AD46;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.1s;
}

.centermainlink> a> span {
    display: inline-block;
    padding: 0px 19px 0px 0px;
    position: relative;
    line-height: initial;
}

.centermainlink> a> span::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url('../images/hnext.png') center no-repeat;
}

.centermainlink> a:hover {
    background: #FB7535;
}
/*** END Акции ***/








/*** Популярные проекты, карточки товаров в каталоге ***/
.slider_products {
    display: block;
    position: relative;
    margin: 0px -15px;
}

.slider_products .iproduct {
    margin: 5px auto;
}

.iproduct {
    display: block;
    width: 263px;
    margin: 0px auto;
    height: 390px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.iproduct> .images {
    display: block;
    position: relative;
    padding: 10px;
}

.igallery {
    display: block;
    position: relative;
    height: 180px;
    overflow: hidden;
}


.igallery> div {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 0px;
}

.igallery> div> ul {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    table-layout: fixed;
}

.igallery> div> ul> li {
    display: table-cell;
    padding: 0px 4px 0px 0px;
    position: relative;
}

.igallery> div> ul> li> a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 4px);
    height: 100%;
    background: transparent;
    color: transparent;
    box-shadow: inset 0px -4px 0px rgba(255, 255, 255, 0.5);
    cursor: default;
}

.igallery> div> ul> li.active> a {
    box-shadow: inset 0px -4px 0px #FB7535;
}


.iproduct> a {
    display: block;
    height: 65px;
    overflow: hidden;
    text-align: center;
    padding: 0px 10px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
}

.iproduct> a> span {
    box-shadow: 0px 2px 0px #22ad46;
    transition: all 0.1s;
}

.iproduct> a:hover {
    color: #22ad46;
}

.iproduct> a:hover> span {
    box-shadow: 0px 2px 0px transparent;
}

.iparameters {
    display: block;
    position: relative;
    border: 1px solid #EDEDE6;
    border-width: 1px 0px;
    height: 61px;
}

.iparameters> div {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 11px 0px 0px 30px;
    color: #929e95;
    font-size: 12px;
}

.iparameters> div:first-child {
    border-right: 1px solid #EDEDE6;
}

.iparameters> div> img {
    position: absolute;
    top: 12px;
    left: 10px;
}

.iparameters> div> b {
    display: block;
    font-size: 16px;
    color: #000;
}

.iparameters> div> b> sup {
    position: absolute;
    font-size: 12px;
}


.iprice {
    display: block;
    position: relative;
    text-align: center;
    height: 64px;
    line-height: 66px;
}

.iprice> span {
    display: inline-block;
    color: #929e95;
    position: relative;
    top: -5px;
}

.iprice> b {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    padding: 0px 4px;
}


.iprice> a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 5px;
    z-index: 1;
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
}

.iprice> a> span {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #22AD46;
    border-radius: 100px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.1s;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 90px);
}

.iprice> a> span> span {
    display: inline-block;
    padding: 0px 19px 0px 0px;
    position: relative;
    line-height: initial;
}

.iprice> a> span> span::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: 0px;
    background: url('../images/hnext.png') center no-repeat;
}

.iprice> a:hover> span {
    background: #FB7535;
}

.iproduct:hover .iprice> a {
    opacity: 1;
}

/*** END Популярные проекты, карточки товаров в каталоге ***/







/*** Форма заказа звонка ***/
#callback {
    display: block;
    position: relative;
    height: 230px;
    background: url(../images/zayavkabg.jpg) center no-repeat;
    margin: 0px 0px 30px;
}

#callback::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0px;
    right: 0px;
    height: 36px;
    background: url(../images/volnbottom.png) repeat-x;
    z-index: 5;
}

#callback> .max {
    height: 100%;
}

#callback .form {
    text-align: center;
    color: #a0f5bb;
    padding: 32px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#callback .form> .title {
    display: block;
    font-size: 30px;
    color: #fff;
}

#callback form {
    display: block;
    position: relative;
    padding: 34px 0px 0px;
}

#callback form> input {
    display: BLOCK;
    float: left;
    width: 262px;
    height: 50px;
    border-radius: 100px;
    border: 0px;
    background: #fff;
    margin: 0px 30px 0px 0px;
    color: #929e95;
    padding: 0px 25px;
}

#callback form> button {
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    width: 262px;
    border: 0px;
    border-radius: 100px;
    background: #EAC200;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.1s;
}

#callback form> button:hover {
    background: #333;
}

#callback form> button:active {
    background: #333;
    opacity: 0.6;
}
/*** END Форма заказа звонка ***/





/*** Футер ***/
#footer {
    position: relative;
}

.footer {
    position: relative;
    min-height: 240px;
    background: url(../images/footerbg.jpg) bottom center no-repeat;
    padding: 26px 0px 0px;
}


.footerlogo {
    display: block;
    float: left;
    margin: 29px 80px 0px 0px;
}

.footernavmenu {
    display: block;
    float: left;
    position: relative;
    padding: 24px 0px 0px;
}

.footernavmenu> ul {
    position: relative;
}

.footernavmenu> ul> li {
    display: block;
    float: left;
    position: relative;
    margin: 0px 40px 0px 0px;
}

.footernavmenu> ul> li:last-child {
    margin: 0px;
}

.footernavmenu> ul> li> a {
    display: block;
    height: 30px;
    color: #000;
}

.footernavmenu> ul> li> a> span {
    position: relative;
    box-shadow: 0px 2px 0px #22AD46;
    transition: all 0.15s;
}

.footernavmenu> ul> li> a:hover {
    color: #22ad46;
}

.footernavmenu> ul> li> a:hover> span {
    box-shadow: 0px 2px 0px transparent;
}



.fotadres {
    display: block;
    position: absolute;
    top: 35px;
    text-align: right;
    right: 330px;
    font-size: 13px;
    color: #555;
    line-height: 22px;
}



.footerhphone {
    display: block;
    float: right;
    text-align: right;
    padding: 17px 0px 0px;
}

.footerhphone> span {
    display: inline-block;
    font-size: 12px;
    color: #929e95;
}

.footerhphone> b {
    display: block;
    position: relative;
    padding: 0px 0px 0px 28px;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin: -2px -2px -3px;
}

.footerhphone> b a {
    color: #000;
}

.footerhphone> b::before {
    content: '';
    display: block;
    width: 14px;
    height: 32px;
    background: url(../images/topphone.png) center no-repeat;
    position: absolute;
    top: 4px;
    left: 0px;
}

.footerhphone> a {
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 17px;
}

.footercatmenu {
    display: block;
    position: absolute;
    top: calc(100% + 46px);
    left: 15px;
    width: 784px;
}

.footercatmenu> ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footercatmenu> ul> li {
    display: block;
}

.footercatmenu> ul> li> a {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 41px;
    background: #22AD46;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.15s;
}

.footercatmenu> ul> li> a:hover {
    background: #FB7535;
}


.footersocs {
    display: block;
    position: absolute;
    top: calc(100% + 52px);
    right: 15px;
}

.footersocs> a {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    transition: all 0.1s;
}

.footersocs> a:hover {
    opacity: 0.5;
}

.footersocs> a:last-child {
    margin-right: 0px;
}





.copyright {
    position: relative;
    min-height: 60px;
    background: #FAFAF6;
    font-size: 13px;
    color: #929e95;
}


.copy {
    display: block;
    float: left;
    margin: 25px 0px 0px;
}

.copy> a {
    color: #929e95;
    text-decoration: underline;
}

.sitemap {
    display: block;
    float: right;
    margin: 25px 50px 0px;
}

.policy {
    display: block;
    float: right;
    color: #929e95;
    text-decoration: underline;
    margin: 25px 0px 0px;
}

.policy {
}
/*** END Футер ***/



/*** Заголовок страниц и speedbar на внутренних страницах ***/
.pageheader {
    display: block;
    position: relative;
    background: #FAFAF6;
    padding: 65px 0px 14px;
    text-align: center;
}

.pageheader h1 {
    display: block;
    margin: 0px 0px 14px;
    font-size: 36px;
    font-weight: 300;
}

.speedbar {
    display: block;
    text-align: center;
    position: relative;
}

.speedbar> ul {
    display: inline-block;
    position: relative;
}

.speedbar> ul> li {
    display: block;
    float: left;
    padding: 0px 0px 5px 20px;
    font-size: 13px;
    position: relative;
}

.speedbar> ul> li:first-child {
    padding-left: 0px;
}

.speedbar> ul> li:not(:first-child)::before {
    content: '';
    display: block;
    width: 4px;
    height: 6px;
    background: url('https://smartycms.ru/stroy/images/speedbar.png') center no-repeat;
    position: absolute;
    top: 7px;
    left: 9px;
}

.speedbar> ul> li> a {
    color: #929e95;
}

.speedbar> ul> li> span {
    color: #000;
}

.speedbar> ul> li> a:hover {
    color: #22ad46;
    text-decoration: underline;
}

/*** END Заголовок страниц и speedbar на внутренних страницах ***/





/*** Список товаров, акции промеж товаров ***/
.productslist {
    display: block;
    position: relative;
    margin: 0px -15px;
}

.productslist> div {
    display: block;
    float: left;
    margin: 0px 15px 30px;
    width: calc(25% - 30px);
}

.mainakcii.vpage {
    margin-bottom: 30px;
}

.moreview {
    display: block;
    text-align: center;
}

.moreview> a {
    display: inline-block;
    width: 165px;
    height: 40px;
    line-height: 41px;
    background: #22AD46;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.15s;
}

.moreview> a:hover {
    background: #FB7535;
}

/*** END Список товаров, акции промеж товаров ***/





/*** Описание категории ***/
h2.pageseo {
    display: block;
    font-size: 24px;
    margin: 0px 0px 26px;
}

.context {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #676760;
}

.context> p {
    display: block;
    margin: 0px 0px 20px;
    padding: 0px;
}

.context> p:last-child {
    margin: 0px;
}
/*** END Описание категории ***/






/*** Карточка товара ***/
.prodleft, .prodright {
    display: block;
    position: relative;
    float: left;
}

.prodleft {
    width: 650px;
    margin: 0px 30px 0px 0px;
}

.prodright {
    width: calc(100% - 680px);
}

.bigimgs {
    display: block;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.bimg img {
    min-width: 100%;
}

.bimg> a {
    position: relative;
    display: block;
}

.bimg> a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 0.3s;
}

.bimg> a:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.bimg> a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url('../images/size.png') center no-repeat;
    z-index: 2;
}





.podmi {
    display: block;
    position: relative;
    z-index: 5;
    top: -70px;
    left: 0px;
    right: 0px;
}

.miniimgs {
    margin: 0px 60px;
}

.mimg {
    display: block;
    position: relative;
    margin: 5px 15px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 110px;
    cursor: pointer;
}

.slick-current .mimg {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.podmi button.slick-prev.slick-arrow {
    left: -40px;
}

.podmi button.slick-next.slick-arrow {
    right: -40px;
}



.podppbuttons {
    display: block;
    position: relative;
    margin: 0px 0px 30px;
    border-bottom: 1px solid #F2F4EA;
    padding: 0px 0px 40px;
}

.ppbuttons {
    position: relative;
}

.ppbuttons> a {
    display: block;
    float: left;
    width: calc(50% - 15px);
    height: 50px;
    line-height: 52px;
    border-radius: 100px;
    box-shadow: inset 0px 0px 0px 2px #22AD46;
    font-weight: bold;
    color: #000;
    text-align: center;
    transition: all 0.1s;
}

.ppbuttons> a:hover {
    color: #fff;
    background: #22AD46;
}

.ppbuttons> a:first-child {
    margin: 0px 15px 0px 0px;
}

.ppbuttons> a:last-child {
    margin: 0px 0px 0px 15px;
}

.ppbuttons> a> span {
    display: inline-block;
    position: relative;
    line-height: 12px;
}

.ppbuttons> a:first-child> span {
    padding: 0px 0px 0px 16px;
}

.ppbuttons> a:first-child> span::before {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    background: url('../images/cart_prev.png') center no-repeat;
    position: absolute;
    top: 1px;
    left: 0px;
}

.ppbuttons> a:first-child:hover> span::before {
    background: url('../images/cart_next.png') center no-repeat;
    transform: scale(-1, 1);
}


.ppbuttons> a:last-child> span {
    padding: 0px 16px 0px 0px;
}

.ppbuttons> a:last-child> span::before {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    background: url('../images/cart_prev.png') center no-repeat;
    position: absolute;
    top: 2px;
    right: 0px;
    transform: scale(-1, 1);
}

.ppbuttons> a:last-child:hover> span::before {
    background: url('../images/cart_next.png') center no-repeat;
    transform: scale(1, 1);
}



ul.features {
    position: relative;
    padding: 0px 0px 20px;
}

ul.features> li {
    display: table;
    width: 100%;
    margin: 0px 0px 20px;
}

ul.features> li> span, ul.features> li> i, ul.features> li> b {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
}

ul.features> li> span, ul.features> li> b {
    width: 1%;
    white-space: nowrap;
    color: #676760;
}

ul.features> li> b {
    color: #000;
}

ul.features> li> i::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 4px;
    height: 1px;
    background: url('../images/cart_dotted.png') repeat-x;
}


.prodright> .price {
    display: block;
    padding: 18px 0px 26px;
    border: 1px solid #f2f4ea;
    border-width: 1px 0px;
    margin: 0px 0px 40px;
}

.prodright> .price> span {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #000;
}

.prodright> .price> span> b {
    font-size: 48px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin: 0px 3px 0px 0px;
    bottom: -4px;
}

.buttonprod {
    display: block;
    position: relative;
}

.buttonprod> a {
    display: block;
    text-align: center;
    background: #FB7535;
    color: #fff;
    height: 60px;
    line-height: 63px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.1s;
}

.buttonprod> a:hover {
    background: #333;
}


.prodopis> h2 {
    display: block;
    font-size: 24px;
    margin: 0px 0px 26px;
    line-height: 30px;
}

.prodopis {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #676760;
}

.prodopis> p {
    display: block;
    margin: 0px 0px 20px;
    padding: 0px;
}

.prodopis> p:last-child {
    margin: 0px;
}

.producttable {
    margin: -50px 0px 0px;
}

h2.tablename {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin: -10px 0px 25px;
}

.podtable {
    display: block;
    position: relative;
    margin: 0px -4px 50px;
}


.table {
    display: table;
    width: 100%;
    position: relative;
    border-spacing: 4px;
}

.table> div {
    display: table-row;
    position: relative;
}

.table> div> div {
    display: table-cell;
    background: #fff;
    font-size: 14px;
    color: #676760;
    padding: 18px 20px 18px 28px;
    vertical-align: middle;
}

.table> div> div.th {
    background: #22AD46;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.table> div> div.th.name {
    width: 260px;
}

.table> div> div.th.price {
    width: 190px;
}

.table> div> div.td.price {
    color: #000;
    font-size: 18px;
}

.table> div> div.th.input, .table> div> div.td.input {
    padding: 0px;
    width: 60px;
    position: relative;
}

.td.input> label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


h2.title {
    display: block;
    margin: 0 0 13px;
    font-size: 55px;
    font-weight: 900;
    text-align:center;
}

h2.title > span {
    display: inline-block;
    color: #00C4AA;
    position: relative;
    background: linear-gradient(to right,#00ad96 0%,#00C4AA 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.title > b {
    display: BLOCK;
    font-size: 26px;
    color: #222;
    padding: 0 0 10px;
}

.display_6 {
    display: block;
    position: relative;
    padding: 0px 0 100px;
}

.display_6 > .item {
    display: BLOCK;
    position: relative;
    margin: 0 0 10px;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: all .2s;
}

.display_6 > .item > a {
    display: BLOCK;
    font-size: 18px;
    text-decoration: underline;
    line-height: 29px;
}

.display_6 > .item > div {
    display: none;
    padding: 20px 0 0 20px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-family: 'Roboto Slab', serif;
}

.display_6 > .item.active a {
    color: #000;
    text-decoration: none;
}

.display_6 > .item.active {
    border: 1px solid #edeeef;
}


div.header_h2_black {
font-size: 19px;
font-weight: 400;
color: #000;
}

.p-4 {
    padding: 1.5rem !important;
}

.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.calc .calc__item {
    border-bottom: 1px solid #e2e2e2;
    height: 50px;
}

.calc img {
    vertical-align: middle;
    border-style: none;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.calc .calc__item span {
    color: #676767;
    font-size: 1.2rem;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}

.position-static {
    position: static !important;
}

.calc {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.calc_nv .calc__val {
color:#FFFFFF !important;
}


.calc .calc_nv {
    background-color: #22ad46;
    border-radius: 4px;
}

.calc .calc_wrap {
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}
.calc_wrap_2 {
    border-bottom: 1px solid #fff !important;
}

.calc .calc__item {
    border-bottom: 1px solid #e2e2e2;
    height: 120px;
}

.calc .calc_beri .calc__item {
    border-bottom: 1px solid #fff;
}

.d-lg-block {
    display: block !important;
}

.col-lg-3 {
    flex: 0 0 48%;
    max-width: 48%;
}

.calc .calc_simple {
    background-color: #e2e2e2;
    border-radius: 4px;
}

.calc .calc_simple .calc__item {
    border-bottom: 1px solid rgba(0,0,0,.16);
    height: 120px;
}



@media screen and (max-width: 1150px) {
.calc .calc__item {
    border-bottom: 1px solid #e2e2e2;
    height: 180px;
}

.calc .calc_simple .calc__item {
    border-bottom: 1px solid rgba(0,0,0,.16);
    height: 180px;
}

}


@media screen and (max-width: 1000px) {
.calc .calc__item {
    border-bottom: 1px solid #e2e2e2;
    height: 230px;
}

.calc .calc_simple .calc__item {
    border-bottom: 1px solid rgba(0,0,0,.16);
    height: 230px;
}

}


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


.calc .calc__item {
    border-bottom: 1px solid #e2e2e2;
    height: 240px;
}

.calc .calc_simple .calc__item {
    border-bottom: 1px solid rgba(0,0,0,.16);
    height: 240px;
}

.col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom:25px;
}

/*
.calc {
    display: block;
    }
*/

div.header_h2_black {
font-size:14px;
}
h2.header_h2_black {
font-size:14px;
}

.calc .calc__item span {
font-size:12px !important;
padding-left:0px !important;
}


.p-4 {
    padding: 10px !important;
}


}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .td.input> label {
        width: 60px;
        height: 60px;
    }
}

.td.input> label> input {
    display: none;
}

.td.input> label> span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.td.input> label> span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #DFE1D7;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

.td.input> label> input:checked + span::before {
    background: #22ad46;
    border-color: transparent;
}

.td.input> label> input:checked + span::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    background: url('../images/checked.png') center no-repeat;
}

.table> div> div.td.price.green {
    color: #22ad46;
}

.buttonprod.inline> a {
    display: inline-block;
    padding: 0px 50px;
}

.productpage {
    display: block;
    position: relative;
    padding: 41px 0px 40px;
    background: #FAFAF6;
}

.productbefore> .max::before {
    content: '';
    display: block;
    height: 1px;
    background: #F2F4EA;
    position: absolute;
    top: -72px;
    left: 15px;
    right: 15px;
}
/*** END Карточка товара ***/





/*** Страница о нас ***/
.word {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #676760;
}

.word a:hover {
    text-decoration: underline;
    color: #22ad46;
}

.word h2 {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin: 0px 0px 10px;
}

.word p {
    display: block;
    margin: 0px;
    padding: 10px 0px;
}

.word h3 {
    display: block;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin: 0px 0px 10px;
}

.word h4 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0px 0px 10px;
    font-weight: 400;
}

.word ul:not(.noli) {
    display: block;
    position: relative;
    padding: 10px 0px 10px 20px;
    margin: 0px;
}

.word ul:not(.noli)> li {
    display: block;
    list-style: none;
    padding: 3px 0px 3px 13px;
    position: relative;
}

.word ul:not(.noli)> li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #22ad46;
    border-radius: 100px;
    position: absolute;
    top: 13px;
    left: 0px;
}

.pageblock {
    display: block;
    position: relative;
    padding: 40px 0px 30px;
}

.videoblock {
    display: block;
    position: relative;
    padding: 35px 0px;
    background: #FAFAF6;
}

.videoblock .video {
    display: block;
    float: left;
    width: 458px;
    margin: 0px 30px 0px 0px;
}

.videoblock .text {
    display: block;
    float: left;
    width: calc(100% - 488px);
}

.vid {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.vid> a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(103, 103, 96, 0.5);
}

.vid> a::before {
    content: '';
    display: block;
    width: 58px;
    height: 48px;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 29px);
    background: url(../images/youplay.png) center no-repeat;
}

.word hr {
    display: block;
    border: 0px;
    width: 100%;
    height: 1px;
    background: #F1F4EA;
}

form.aboutform {
    display: block;
    position: relative;
    max-width: 850px;
    margin: 33px 0px 30px;
}

form.aboutform input, form.aboutform textarea {
    border: 1px solid #DFE2D8;
    border-radius: 27px;
    padding: 15px 20px 14px;
}

form.aboutform textarea {
    width: 100%;
    height: 100px;
    vertical-align: bottom;
}

form.aboutform> div {
    margin: 0px 0px 30px;
}

form.aboutform> div:last-child {
    margin: 0px;
}

form.aboutform> div> input {
    display: block;
    float: left;
    width: calc(33.333% - 30px);
    margin: 0px 15px;
}

form.aboutform> div.clr {
    margin-left: -15px;
    margin-right: -15px;
}

form.aboutform button {
    cursor: pointer;
    border: 0px;
    height: 50px;
    width: 262px;
    background: #00AE3A;
    border-radius: 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-top: 2px;
    transition: all 0.1s;
}


form.aboutform button:hover {
    background: #FB7535;
}

form.aboutform button:active {
    background: #FB7535;
    opacity: 0.5;
}


.certificates {
    display: block;
    position: relative;
    padding: 50px 0px 100px;
    background: #FAFAF6;
}

.serslider {
    margin: 30px -15px 0px;
}

.serslider .item {
    display: block;
    margin: 5px 15px;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
/*** END Страница о нас ***/






/*** Скрываем не нужное в основной версии ***/
.rightmenu, .openmenu, .nextprevmobile {
    display: none;
}



/*** Slick slider ***/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

button.slick-arrow {
    display: block;
    position: absolute;
    border: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    z-index: 10;
    border-radius: 100px;
    background: #22AD46;
    transition: all 0.1s;
}

button.slick-arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/ico_slider.png') 15px center no-repeat;
}

button.slick-next.slick-arrow::before {
    background: url('../images/ico_slider.png') 15px center no-repeat;
    transform: scale(-1, 1);
}

button.slick-prev.slick-arrow {
    left: -55px;
}

button.slick-next.slick-arrow {
    right: -55px;
}

button.slick-arrow:not(.slick-disabled):hover {
    background: #CECEC3;
}

button.slick-arrow.slick-disabled {
    opacity: 0.3;
}


.mainportflio button.slick-arrow {
    top: 130px;
}




ul.slick-dots {
    display: block;
    text-align: center;
    position: relative;
    margin: 10px 0px 0px 0px;
    z-index: 1;
}

ul.slick-dots> li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.slick-dots> li> button {
    display: inline-block;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    border-radius: 100px;
    cursor: pointer;
    background: #d6d6d6;
    border: 0px;
}

ul.slick-dots> li.slick-active> button {
    background: #1aa844;
}






.jacor {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    margin-top: -50px;
}


#imodal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: left;
}

#imodal * {
    box-sizing: border-box;
}

.imodal {
    display: flex;
    background: linear-gradient(125deg, rgba(19, 18, 16, 0.8), rgba(74, 74, 74, 0.8));
    width: 100%;
    height: 100%;
    align-items: baseline;
    justify-content: center;
    overflow: auto;
    max-height: 100%;
    padding: 40px 0;
}

.imodal::-webkit-scrollbar {
    width: 10px;
    background: rgba(0, 0, 0, 0.21);
}

.imodal::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
}

.imodal a.mclose {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABa1BMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+kjy6FAAAAeHRSTlMABhkYAdMWFdfS+hNJyvnth4YH/UqnZ4WI+FTr9/US/KryJFbDzCyzLrAMUkjsU0uEG7tlEe7W2Ef2RgsKqMbJ+4FqllDxuB3HeeSrz3hZ0WnQd+PidlzhpOom875MlFGyK7HZLQ1Vg1sjayIcTxpsHkSmaLqXZFdShrvvAAACQElEQVRIx9WWVXfjMBCF5W2cZO0wYwNtk7ThpMzMzLjMzHt//ua0ji1bhp59q55GI3+WdGdGEiEPpw2FYsWxEUEYcT7zuYasv7fVt+KgWiobspkTfTyQmY2WC8McN1yo+deDwF7CBLi8Bs5OmrSreXgMtPJGxOkVLtqc1stFksjt6u/CB5z36o2IYeCtzo5svyG0jeaPCFhiGT/SLuNdhtJoaH1/IbjMpPzuwalGqyv8MZc/gpxKN9s1zq2CHMYvVQRx0WuFiFXUqEl4tK1zaR8Himp1nMkR7B+w09/ZB/q7ZuAIikJbOJFtN3iKsfNwy50dzHTN1/HMF9nveAznI7rTIw+tBVNTkunCLLUUilEThMxhXLJiiBI9RksQH/ySVcRTosMwBElgULJe4jlhGZYgr+CULC+0cewIxfMq6e5+haRkecDUVYdhCRJA3BjprIrSmkX+Y2FjKLDb71HF9K6V5O0XUWYJTR7ctjeyyEqE1DFnGCXmFazrESzjxmT3EE5lmkQ3E9XMt+DEdNfO4vA+yb+BsHLk4Pg+JbaJilLIe/hpXchfsU0dfzUkRSvC4cUy3W/hhxWSxaqqn88hYk4sYuW95i5CZtmMqM/jndbXQDpkTNykscBeFksQDNe2OI8neldSAwjr6ubIQmeO27abQ3WfqbbABy9W+ozmz7eAo51PtGttYxNY/WgiTPkACM75EiWR48RSIubuXOLbny2eCq6ZFP1UmAhXbNa5NDXufzHq9Xiqo4PRyekH9JL6Bz3ae53SF4bAAAAAAElFTkSuQmCC'), pointer;
}

.modal {
    display: none;
    position: relative;
    z-index: 2;
    width: calc(100% - 20px);
    max-width: 380px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.83);
    margin: auto;
    padding: 20px 30px 30px;
}

.modal h3 {
    display: BLOCK;
    margin: 0 0 24px;
    font-size: 25px;
    font-weight: 400;
}


.loading {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}

.loading> span {
    display: block;
    position: absolute;
    left: calc(50% - 17.5px);
    top: calc(50% - 17.5px);
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.loading> span:last-child {
    display: inline-block;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

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









/****************** Политика *********************/
#police {
  display: none;
  width: calc(100% - 50px);
  max-width: 600px;
  padding: 0 0 40px 0;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  font-weight: 400;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

#police b {
    font-weight: 600;
}

#police h3 {
    padding: 25px 0 0;
}

#police .fancybox-close-small {
  top: 15px;
}

#police .content-header {
  border-bottom: 1px solid #eee;
  padding: 20px;
}

#police .content-header h2 {
    margin: 0px;
}

#police .content-scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 40px 20px 0 20px;
}

.fancybox-close-small:focus:after {
    outline: 0px !important;
}
/****************** END Политика *********************/

body [href="https://dadata.ru/suggestions/?utm_source=dadata&utm_medium=module&utm_campaign=suggestions-jquery"] {
    display: none !important;
}



.onas {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #555;
    font-weight: 300;
}

.onas p {
    margin: 0 0 20px;
}

.oflex {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
}

.oflex > div {

    width: 100%;
    max-width: calc(33.333% - 20px);
    color: #fff;

    text-align: center;

    min-height: 130px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align:top;
}

.oflex > div > div::before {content: '';display: block;position: absolute;top: 10px;left: 10px;right: 10px;bottom: 10px;border: 1px solid rgba(255, 255, 255, 0.25);border-radius: 15px;}

.oflex  > div > div {
display: flex;
flex-direction: column;
position: relative;
background: #22ad46;
border-radius: 15px;
padding: 20px;
min-height: 130px;
align-items: center;
    justify-content: center;
    vertical-align:top;
        width: 100%;
}

.oflex span {
font-size: 13px;
line-height: 25px;
color: #555;
font-weight: 300;
text-align:left;
display:block;
margin-top:15px;
margin-left:5px;
}

.oflex span ul {
text-align:left;
margin-left:20px;
}


form.d5 {
    display: flex;
    position: relative;
    margin: 0 -20px;
    flex-wrap: wrap;
}

form.d5> .item {
    display: block;
    float: left;
    margin: 10px 20px 40px;
    width: calc(25% - 40px);
}

form.d5> .item:nth-child(4), form.d5> .item:nth-child(5), form.d5> .item:nth-child(6) {
    width: calc(33.33% - 40px);
}

form.d5> .item.address {
    width: calc(50% - 40px);
}

form.d5> .item.sendbut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 0;
}

form.d5> .item> label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 14px;
}

form.d5> .item input, form.d5> .item select {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    height: 50px;
    border-radius: 15px;
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    transition: all 0.2s;
}

form.d5> .item> label sup {
    font-size: 10px;
}

form.d5> .item input:focus, form.d5> .item select:focus {
    border-color: #22ad46;
}

form.d5> .item input::placeholder, form.d5> .item select {
    color: #a0a0a0;
}

form.d5> .item select {
    cursor: pointer;
    background: transparent;
    position: relative;
    z-index: 1;
}

.mailerror {
    display: none;
    text-align: center;
    color: red;
    width: 100%;
    padding: 15px 20px 0 0;
}

.podselect {
    display: block;
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.podselect::after {
    display: block;
    content: '';
    width: 8px;
    height: 23px;
    background: url('../images/select.png') center no-repeat;
    position: absolute;
    top: 14px;
    right: 20px;
}


form.d5> .item.sendbut> button {
    width: 260px;
    height: 46px;
    margin: 0 25px 4px 0;
    background: #22ad46;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    border: 0;
    font-weight: bold;
    font-size: 16px;
}


form.d5> .item.sendbut> .police {
    display: block;
    padding: 0 0 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #c3c3c3;
}

form.d5> .item.sendbut> .police a {
    color: #22ad46;
}

.sendok5 {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #555;
    filter: hue-rotate(300deg);
}

.sendok5 b {
    display: block;
    font-size: 30px;
    color: #222;
}

.sendok5 img {
    margin: 20px 0;
}

.poyas {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin: -20px 0 50px 0;
}

.yflex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.yl {
    padding-right: 100px;
    width: calc(100% - 320px);
    font-size: 14px;
    line-height: 21px;
    color: #444444;
}

.yr {
    width: 320px;
}

.yl b {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.yl div {
    display: block;
    padding: 10px 0 0 25px;
    position: relative;
}

.yl div::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #585858;
    border-radius: 100%;
    position: absolute;
    top: 19px;
    left: 10px;
}



.revslider {
    display: block;
    position: relative;
    margin: 0px -20px;
}

.display_7 {
    display: block;
    position: relative;
    padding: 0 0 150px;
}

.itemslid {
    display: block;
    position: relative;
    margin: 20px 20px 30PX;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.09);
    padding: 25px;
    font-size: 13px;
    line-height: 23px;
}

.itsheader {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
}

.podimg {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 20px 0 0;
}

.podimg img {
    position: ABSOLUTE;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    z-index: 1;
    max-width: calc(100% + 35px);
    min-width: 100%;
}

.itsheader> div {
    font-size: 14px;
    font-weight: 300;
}

.itsheader> div> b {
    display: block;
    font-size: 15px;
    margin: 0 0 6px;
    color: #fb7535;
}


/* START Стили для модального окна */
.cookie-modal {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.cookie-content {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 600px;
  text-align: center;
}

.button-container {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.btn-cookie-modal {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accept-btn {
  background-color: #4CAF50;
  color: white;
}

.reject-btn {
  background-color: #f44336;
  color: white;
  margin-left: 10px;
}

.btn-cookie-modal:hover {
  opacity: 0.9;
  color: #676760;
}
/* END Стили для модального окна */

.datepicker-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.help-block {
    color: red;
}

/* Авторизация */
.auth-menu {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.auth-menu a {
    color: #22ad46;
    font-weight: 500;
    white-space: nowrap;
}

.auth-menu a:hover {
    color: #FB7535;
}

/* Админ панель */
.admin-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0;
    margin-bottom: 30px;
}

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

.header-logo a {
    color: #22ad46;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.header-logo a:hover {
    color: #FB7535;
}

.header-auth {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-auth .username {
    color: #676760;
    font-weight: 500;
}

/* Модальное окно входа */
.modal-login .modal-content {
    border-radius: 8px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding: 20px;
}

.modal-login .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.modal-login .modal-body {
    padding: 20px;
}

.modal-login .form-control {
    border-radius: 4px;
    border: 1px solid #ced4da;
    padding: 10px 12px;
}

.modal-login .form-control:focus {
    border-color: #22ad46;
    box-shadow: 0 0 0 0.2rem rgba(34, 173, 70, 0.25);
}

.modal-login .btn-primary {
    background-color: #22ad46;
    border-color: #22ad46;
    padding: 10px 20px;
}

.modal-login .btn-primary:hover {
    background-color: #1e9b3f;
    border-color: #1e9b3f;
}