/* FONTS */
@font-face {
    font-family: 'pf_agora_sans_probold';
    src: url('fonts/pfagorasanspro-bold.eot');
    src: url('fonts/pfagorasanspro-bold.eot?#iefix') format('embedded-opentype'), url('fonts/pfagorasanspro-bold.svg#pf_agora_sans_probold') format('svg'), url('fonts/pfagorasanspro-bold.woff') format('woff'), url('fonts/pfagorasanspro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_agora_sans_proregular';
    src: url('fonts/pfagorasanspro-reg.eot');
    src: url('fonts/pfagorasanspro-reg.eot?#iefix') format('embedded-opentype'), url('fonts/pfagorasanspro-reg.svg#pf_agora_sans_proregular') format('svg'), url('fonts/pfagorasanspro-reg.woff') format('woff'), url('fonts/pfagorasanspro-reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_agora_serif_probold';
    src: url('fonts/pfagoraserifpro-bold.eot');
    src: url('fonts/pfagoraserifpro-bold.eot?#iefix') format('embedded-opentype'), url('fonts/pfagoraserifpro-bold.svg#pf_agora_serif_probold') format('svg'), url('fonts/pfagoraserifpro-bold.woff') format('woff'), url('fonts/pfagoraserifpro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_agora_sans_proitalic';
    src: url('fonts/pfagorasanspro-italic-webfont.eot');
    src: url('fonts/pfagorasanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfagorasanspro-italic-webfont.woff2') format('woff2'),
    url('fonts/pfagorasanspro-italic-webfont.woff') format('woff'),
    url('fonts/pfagorasanspro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/museosanscyrl-500_0.eot');
    src: local('Museo Sans Cyrl'), url('fonts/museosanscyrl-500_0.eot?#iefix') format('embedded-opentype'), url('fonts/museosanscyrl-500_0.ttf') format('truetype');
}
@font-face {
    font-family: 'MuseoSansCyrl300';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/MuseoSansCyrl300_Regular.eot');
    src: local('Museo Sans Cyrl'), url('fonts/MuseoSansCyrl300_Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MuseoSansCyrl300_Regular.woff') format('woff'),
        url('fonts/MuseoSansCyrl300_Regular.otf') format('truetype');
}


/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin:0px;
    padding:0px;
    border:0px;
}

label {cursor: pointer; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


header, footer, main, nav, aside, section, article {display: block; }
address {font-style: normal; }

* {
    margin: 0;
    padding: 0;
}
input, textarea, select, button {font-family: "PT Sans", sans-serif; outline: none; }
input[type=text], textarea {font-style: italic; }
input[type=submit], input[type=button] {cursor: pointer; -webkit-appearance:none;}

input.valid {
    background: url(../img/icon_valid.png) right center no-repeat;
}

input[name=email].valid {
    background-image: none;
}

input[type=checkbox] {cursor: pointer;}

input[type=text], textarea {-webkit-appearance: none; }

ul, menu {list-style: none; }
input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button[type=submit]::-moz-focus-inner{padding:0;border:0}
::-webkit-input-placeholder {color:#c6c6c6;}
::-moz-placeholder {color:#c6c6c6;}
*:focus::-moz-placeholder { color: transparent !important;}
*[autofocus]::-moz-placeholder:focus { color: #c6c6c6 !important;}
*:focus:-moz-placeholder { color: transparent !important;}
*[autofocus]:-moz-placeholder:focus { color: #c6c6c6 !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;}
*[autofocus]::-webkit-input-placeholder { color: #c6c6c6 !important;}


html {height: 100%;}

body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #191919;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}



/* *** общие стили для текста, кнопок, полей ввода etc. *** */

a {color: #57a52f; text-decoration: underline; }
a:hover {color: #ed832f; text-decoration: underline; }

a.link-border__dashed {
    text-decoration: none;
    border-bottom: 1px dashed #57a52f;
}

    a.link-border__dashed:hover {
        border-bottom-color: #ed832f;
    }


h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.027em;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}


.icon-st__del {
    width: 10px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/sprite.png) 0 -480px no-repeat;
}

#wrapper .align-right {text-align: right; }
#wrapper .align-left {text-align: left; }
#wrapper .align-center {text-align: center; }

.f-left {float: left; }
.f-right {float: right; }

.bg-grey {background: url(../img/bg_grey.png) repeat; }



.inp-white {
    display: inline-block;
    border: 1px solid #dbdbdd;
    background: rgba(255,255,255,.15);
    color: #fff;
}

    .inp-white.elem-size1 {
        height: 26px;
        font-size: 14px;
        padding: 4px 8px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inp-white.elem-size2 {
        height: 23px;
        font-size: 14px;
        padding: 4px 8px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.inp-grey {
    display: inline-block;
    background: #fff;
    border: 1px solid #cecece;
    color: #2f2f2f;
}

    .inp-grey.elem-size1 {
        height: 26px;
        font-size: 14px;
        padding: 4px 8px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .inp-grey.elem-size2 {
        height: 23px;
        font-size: 14px;
        padding: 3px 8px 3px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


.btn-green {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #57a52f;
    text-decoration: none;
    color: #191919;
    text-align: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-green:hover {
        background: #57a52f;
        color: #fff;
        text-decoration: none;
    }

    .btn-green.elem-size1 {
        padding: 0 5px;
        height: 27px;
        line-height: 27px;
    }

.btn-orange {
    display: inline-block;
    vertical-align: middle;
    background: #ee832f;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-orange:hover {
        background: #fb7a1c;
        color: #fff;
        text-decoration: none;
    }


.btn-green__full {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #57a52f;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #57a52f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .btn-green__full:hover {
        background: #fff;
        color: #191919;
        text-decoration: none;
    }

    .btn-green__full.elem-size1 {
        padding: 0 10px;
        height: 27px;
        line-height: 27px;
        font-size: 14px;
    }




/* ********** WRAPPER ********** */

#wrapper {
    max-width: 1201px;
    min-width: 1101px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 244px;
}

#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.inner-wrapper {
    width: 1101px;
    margin: 0 auto;
}

/* ********** ********** */










/* ********** HEADER ********** */

#header {
    padding: 14px 0;
    position: fixed;
    z-index: 101;
    background-color: white;
    width: 1201px;
	}
#header + * {
	margin-top: 135px;
}
    /* ****** h-logo ****** */
    .h-logo {
        width: 280px;
        padding-bottom: 1px;
    }

    /* ****** h-info ****** */
    .h-info {
        width: 290px;
        margin-left: 18px;
        padding-top: 18px;
        position:relative;
        height:93px;
    }

        .h-info .s-text {
            display: block;
            margin-bottom: 13px;
            line-height: 1.25em;
        }

        .h-info--btns {
            display: block;
            position:absolute;
            bottom:-7px;
        }

            .h-info--btns a {
                display: inline-block;
                vertical-align: middle;
                margin-right: -1px;
            }

            .h-info--btns .btn-about {
                min-width: 93px;
            }

            .h-info--btns .btn-geo {
                min-width: 138px;
            }




    /* ****** h-call ****** */
    .hidden-b {
        display: none;
    }

    .h-call {
        width: 185px;
        padding-top: 18px;
        margin-right: 3px;
        height: 93px;
    position: relative;
    }

        .h-city {
            margin-top: 9px;
            position: relative;
        }

            .h-city .s-btn {
                margin-left: 5px;
                margin-right: 8px;
                position: relative;
                color: #57a52f;
                border-bottom: 1px dashed #57a52f;
                cursor: pointer;
            }

                .h-city .s-btn:hover {
                    color: #ed832f;
                    border-bottom: 1px dashed #ed832f;
                }

                .h-city .s-btn:before {
                    content: "";
                    width: 9px;
                    height: 5px;
                    position: absolute;
                    top: 50%;
                    right: -13px;
                    margin-top: -2px;
                    background: url(../img/sprite.png) 0px 0px no-repeat;
                }

                .h-city .s-btn:hover:before {
                    background-position: -9px 0;
                }

            .h-city .js-city--dropdown {
                width: 156px;
                position: absolute;
                top: 28px;
                left: -2px;
                padding: 10px 5px 16px;
                background: #fff;
                border: 1px solid #c2c2c2;
                z-index: 1;
                -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
                -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
                box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
            }

                .h-city--title {
                    font-size: 14px;
                    padding: 0 2px 11px;
                    border-bottom: 1px solid #d4d4d4;
                }

                .js-city--dropdown ul {
                    margin: 10px 3px 0;
                }

                .js-city--dropdown li {
                    margin-top: 5px;
                    color: #ed832f;
                }

                .js-city--dropdown li.active a {
                    color: #ed832f;
                }

                .js-city--dropdown li a:hover, .js-city--dropdown li a {
                    text-decoration: none;
                }


    /* ****** h-contacts ****** */
    .h-contacts {
        width: 167px;
        padding-top: 13px;
        text-align: right;
    }

        .h-contacts .s-phone {
            display: block;
            font-size: 20px;
            line-height: 1.5em;
        }

        .h-contacts .s-link {
            display: block;
            margin-top: 12px;
        }

            .h-contacts .s-link {
                display: block;
                margin-top: 6px;
            }



/* ********** ********** */








/* ****** main-slider ****** */
.main-slider {
    min-width: 961px;
    margin: 0 auto;
    height: 389px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .main-slider--wrap {
        width: 1201px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
        background: #2f303a;
    }

    .main-slider li {
        width: 1201px;
        height: 389px;
        float: left;
        position: relative;
    }

        .main-slider--img {
            height: 389px;
            display: block;
            text-align: center;
            overflow: hidden;
            opacity: 0.3;
        }

    .main-slider-more{
        display: inline-block;
        height: 52px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        color: white;
        font-family: MuseoSansCyrl300;
        font-size: 24px;
        line-height: 52px;
        padding: 0 32px;
        text-decoration: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32a8db+0,0082ff+100 */
        background: #32a8db; /* Old browsers */
        background: -moz-linear-gradient(left,  #32a8db 0%, #0082ff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #32a8db 0%,#0082ff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #32a8db 0%,#0082ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a8db', endColorstr='#0082ff',GradientType=1 ); /* IE6-9 */
    }

            .main-slider--img img {
                display: inline-block;
            }

        .main-slider--text {
            width: 100%;
            height: 389px;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            color: #fff;
        }

            .main-slider--text .inner-wrapper {
                width: 1201px;
                height: 389px;
                display: table-cell;
                vertical-align: middle;
                text-align: left;
                padding-left: 68px;
                padding-right: 55px;
            }

            .main-slider--text span {
                margin-bottom: 14px;
                margin-top: 40px;
                color: #fff;
                font-size: 52px;
                font-family: MuseoSansCyrl300;
                /*font-weight: bold;*/
                /*letter-spacing: 0.027em;*/
                line-height: 1.2em;
            }

            .main-slider--text .p-text {
                margin-bottom: 6px;
                font-size: 24px;
                font-family: MuseoSansCyrl300;
                color: #fff;
            }

            .main-slider--text .s-link {
                display: block;
            }

            .main-slider--text .s-link a {
                min-width: 134px;
            }

        .main-slider--btn-prev, .main-slider--btn-next {
            height: 78px;
            width: 40px;
            position: absolute;
            margin-top: -48px;
            cursor: pointer;
        }
        .main-slider--btn-prev {
            top: 50%;
            left: 0;
            background: url(../images/frontend/slider-buttons.png) -39px 0 no-repeat;
        }

            .main-slider--btn-prev:hover {
                background-position: -39px -78px;
            }

        .main-slider--btn-next {
            top: 50%;
            right: 0px;
            background: url(../images/frontend/slider-buttons.png) 0 0 no-repeat;
        }

            .main-slider--btn-next:hover {
                background-position: 0 -78px;
            }








/* ****** main-menu ****** */
.main-menu {
    padding: 15px 0 17px;
    background: #2f303a;
    font-size: 18px;
	z-index: 102;
}
.main-menu.fixed {
	position: fixed;
	top: 135px;
}
/*#header + .main-menu {
	margin-top: 135px;
	position:fixed;
}*/
    .main-menu menu {
        height: 22px;
        text-align: justify;
    }

        .main-menu menu:after {
            width: 100%;
            height: 0px;
            visibility: hidden;
            overflow: hidden;
            content: '';
            display: inline-block;
        }

        .main-menu li {
            display: inline-block;
            text-align: left;
            padding: 0 10px;
        }

        .main-menu a {
            color: #fff;
            text-decoration: none;
        }

        .main-menu a:hover, .main-menu li.active a {
            color: #57a52f;
            text-decoration: none;
        }






/* ****** main-category ****** */
.main-category {
    padding-top: 22px;
}

    .main-category .inner-wrapper {
        height: 645px;
        position: relative;
    }

        .main-category--center {
            width: 506px;
            height: 423px;
            position: absolute;
            top: 109px;
            left: 297px;
            background: url(../img/main_category_arrows.png) 0 0 no-repeat;
        }

            .main-category--center .text-b {
                width: 368px;
                height: 271px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -136px 0 0 -184px;
            }

            .main-category--center .text-b--wrap {
                width: 368px;
                height: 271px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                .main-category--center .text-b--wrap .p-title {
                    margin-bottom: 0px;
                    font-size: 36px;
                    position: relative;
                    z-index: 1;
                }

                .main-category--center .text-b--wrap .s-link {
                    display: block;
                    margin-bottom: 4px;
                }

                    .main-category--center .text-b--wrap .s-link .btn-buy {
                        min-width: 139px;
                    }

                .main-category--center .text-b--wrap .p-text {
                    line-height: 1.3em;
                }

                .main-category--center .text-b--wrap .s-img {
                    display: block;
                    text-align: center;
                    margin-top: -32px;
                }

                .main-category--center .text-b--wrap .s-img + * {
                    margin-top: -39px;
                    position: relative;
                    z-index: 1;
                }



        .main-category--elem {
            width: 316px;
            height: 88px;
            position: absolute;
        }

            .main-category--elem__middle {
                width: 223px;
                height: 160px;
                position: absolute;
            }

            .main-category .elem-1 {top: 0px; left: 0px; }
            .main-category .elem-2 {top: 0px; right: 0px; }
            .main-category .elem-3 {top: 0px; left: 392px; }
            .main-category .elem-4 {top: 50%; left: 0px; margin-top: -80px; }
            .main-category .elem-5 {top: 50%; right: 0px; margin-top: -80px; }
            .main-category .elem-6 {bottom: 0px; left: 0px; }
            .main-category .elem-7 {bottom: 0px; left: 392px; }
            .main-category .elem-8 {bottom: 0px; right: 0px; }

            .main-category--elem > a {
                height: 88px;
                display: block;
                position: relative;
                text-decoration: none;
            }

                .main-category--elem__middle > a {
                    height: 160px;
                    display: block;
                    position: relative;
                    text-decoration: none;
                }

            .main-category--elem > a * {
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .main-category--elem .s-img {
                width: 84px;
                height: 84px;
                position: absolute;
                top: 0;
                left: 0;
                border: 2px solid #57a52f;
                background: #fff;
            }

                .main-category--elem .s-img--wrap > span {
                    display: inline-block;
                    vertical-align: middle;
                    background-image: url(../img/sprite_l.png);
                    background-repeat: no-repeat;
                }

                .mc-icon-money {
                    width: 55px;
                    height: 36px;
                    background-position: 0px 0px;
                }

                .mc-icon-tools {
                    width: 47px;
                    height: 47px;
                    background-position: -66px 0px;
                }

                .mc-icon-parts {
                    width: 48px;
                    height: 80px;
                    background-position: -130px 0px;
                }

                .mc-icon-crane {
                    width: 79px;
                    height: 130px;
                    background-position: 0px -61px;
                }

                .mc-icon-crane2 {
                    width: 74px;
                    height: 134px;
                    background-position: -90px -81px;
                }

                .mc-icon-russia {
                    width: 73px;
                    height: 40px;
                    background-position: -6px -203px;
                }

                .mc-icon-rent {
                    width: 51px;
                    height: 45px;
                    background-position: -96px -220px;
                }

                .mc-icon-arms {
                    width: 63px;
                    height: 69px;
                    background-position: -3px -247px;
                }
.main-category--elem .s-img--wrap > span.mc-icon-zlp-630{
                    background-image: url(../img/zlp-630.jpg);
                    background-position: 0 0;
                    background-size: contain;
                    width: 100px;
                    height: 84px;
                }

            .main-category--elem .s-img--wrap {
                width: 84px;
                height: 84px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                .main-category--elem__middle .s-img, .main-category--elem__middle .s-img--wrap {
                    height: 156px;
                }

            .main-category--elem .s-text {
                width: 200px;
                height: 84px;
                position: absolute;
                top: 0;
                right: 0;
                padding-right: 20px;
                border: 2px solid #cbcbcb;
                border-left: none;
            }

                .main-category--elem a:hover .s-text {
                    border-color: #57a52f;
                }

                .main-category--elem .s-text--wrap {
                    width: 185px;
                    height: 84px;
                    display: table-cell;
                    padding-left: 15px;
                    vertical-align: middle;
                    text-align: left;
                }

                .main-category--elem__middle .s-text, .main-category--elem__middle .s-text--wrap {
                    width: 127px;
                    height: 156px;
                    text-align: center;
                    padding-right: 0;
                    padding-left: 0;
                }

                .main-category--elem .s-text span {
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                .main-category--elem .s-title {
                    display: block;
                    margin-bottom: 2px;
                    font-size: 24px;
                    color: #32333d;
                    line-height: 1em;
                }

                .main-category--elem .s-txt {
                    display: block;
                    font-size: 14px;
                    color: #32333d;
                    line-height: 1.1em;
                }

                .main-category--elem a:hover span {color: #57a52f; }





/* ****** main-carousel ****** */
.main-carousel {
    padding: 34px 0 15px;
}

    .main-carousel .inner-wrapper {
        width: 864px;
        text-align: center;
    }

    .main-carousel--wrapper {
        margin-top: 35px;
        position: relative;
    }

        .main-carousel--wrapper li {
            width: 427px;
            float: left;
            text-align: center;
        }

            .main-carousel--wrapper li a {
                width: 404px;
                display: inline-block;
                vertical-align: top;
                text-decoration: none;
                color: #2f303a;
            }


            .main-carousel--wrapper .s-img {
                width: 404px;
                height: 248px;
                display: block;
            }

            .main-carousel--wrapper .s-text {
                height: 34px;
                display: block;
                margin-top: 12px;
                border: 3px solid #57a52f;
                padding: 0 10px;
            }

            .main-carousel--wrapper .s-title {
                height: 19px;
                display: block;
                text-align: center;
                margin: -11px 25px -2px;
                padding: 0 10px;
                position: relative;
                font-size: 14px;
                background: #fff;
                overflow: hidden;
            }

            .main-carousel--wrapper a:hover .s-title {
                color: #ed832f;
            }

                .main-carousel--wrapper .s-title strong {
                    display: inline-block;
                    text-decoration: underline;
                }

            .main-carousel--wrapper .s-note {
                height: 17px;
                font-size: 14px;
                overflow: hidden;
                display: block;
            }

    .main-carousel--prev {
        width: 54px;
        height: 54px;
        position: absolute;
        top: 50%;
        left: -119px;
        margin-top: -50px;
        background: url(../img/sprite.png) -19px -252px no-repeat;
        cursor: pointer;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

        .main-carousel--prev:hover {
            background-position: -22px -108px;
        }

    .main-carousel--next {
        width: 54px;
        height: 54px;
        position: absolute;
        top: 50%;
        right: -119px;
        margin-top: -50px;
        background: url(../img/sprite.png) -20px -306px no-repeat;
        cursor: pointer;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }

        .main-carousel--next:hover {
            background-position: -21px -162px;
        }

        .main-carousel--next.disabled, .main-carousel--prev.disabled {
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -o-opacity: 0;
            opacity: 0;
        }




/* ****** MAIN-STATEMENT ****** */
.main-statement {
    margin-top: 27px;
    background: #32323d url(../img/bg_frames3.png) center top no-repeat;
    color: #fff;
}

    .main-statement--top {
        padding: 29px 0 9px;
    }

        .main-statement--top h2 {
            margin-bottom: 27px;
            text-align: center;
        }

        .main-statement--top .statement-fields {
            width: 485px;
        }

        .main-statement--top .statement-fields input[type=text] {
            width: 389px;
        }

        .main-statement--top .statement-checks {
            width: 467px;
        }

        .main-statement--top .col-text {
            width: 131px;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            margin-top: 5px;
        }

        .main-statement--top .statement-fields .col-text {
            width: 83px;
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
        }

        .main-statement--top .col-form {
            width: 320px;
            display: inline-block;
            vertical-align: middle;
        }

        .main-statement--top .col-form .checker {
            margin-right: 11px;
        }

        .main-statement--top label {
            display: block;
            margin-top: 3px;
            margin-bottom: 4px;
        }

        .main-statement--top .line-b.line-label {
            margin-top: 16px;
            margin-bottom: 21px;
        }

        .main-statement--top .line-b.line-label .checker {
            position: relative;
            top: 2px;
        }

        .main-statement--top .s-text {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        .main-statement--top .line-b {
            display: block;
            margin-bottom: 8px;
        }

        .main-statement sup {
            color: #ff0000;
        }

        .main-statement label.error {
            display: none;
        }

        .main-statement input.error {
            border-color: #e4101b;
        }


        .main-statement--top .col-sel {
            width: 389px;
            display: inline-block;
            vertical-align: middle;
        }

    .main-statement--bottom {
        padding: 15px 0 14px;
        background: #292931;
        text-align: center;
    }

        .main-statement--bottom .s-notice {
            width: 300px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            text-align: left;
        }

        .main-statement--bottom .s-info {
            width: 300px;
            display: inline-block;
            vertical-align: middle;
            font-weight: bold;
            text-align: right;
        }

        .main-statement--bottom .btn-submit {
            min-width: 322px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            text-align: center;
            padding: 0 10px;
            border: none;
            color: #fff;
            background: #54a724;
            font-size: 24px;
            font-weight: bold;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .main-statement--bottom .btn-submit:hover {
                background: #52ce0c;
            }
.title_application{
    margin-bottom: 27px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.027em;
    line-height: 1.2em;
}



/* ****** qa7 ****** */
.qa7 {
    padding-top: 42px;
}

    .qa7-btn {
        text-align: center;
    }

        .qa7-btn .btn-b {
            width: 520px;
            height: 91px;
            display: inline-block;
            vertical-align: top;
            margin-left: 28px;
            background: #ee832f;
            background: -moz-linear-gradient(top, #ee832f, #ed4e24);
            background: -webkit-gradient(linear, left top, left bottom,
                                    color-stop(0%,#ee832f), color-stop(100%,#ed4e24));
            background: -webkit-linear-gradient(top, #ee832f, #ed4e24);
            background: -o-linear-gradient(top, #ee832f, #ed4e24);
            background: -ms-linear-gradient(top, #ee832f, #ed4e24);
            background: linear-gradient(top, #ee832f, #ed4e24);
            -pie-background: linear-gradient(#ee832f, #ed4e24);
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -khtml-border-radius: 6px;
            border-radius: 6px;
            position: relative;
            color: #fff;
            text-decoration: none;
        }

            .qa7-btn .btn-b:hover {
                background: #ed4e24;
                background: -moz-linear-gradient(top, #ed4e24, #ee832f);
                background: -webkit-gradient(linear, left top, left bottom,
                                        color-stop(0%,#ed4e24), color-stop(100%,#ee832f));
                background: -webkit-linear-gradient(top, #ed4e24, #ee832f);
                background: -o-linear-gradient(top, #ed4e24, #ee832f);
                background: -ms-linear-gradient(top, #ed4e24, #ee832f);
                background: linear-gradient(top, #ed4e24, #ee832f);
                -pie-background: linear-gradient(#ed4e24, #ee832f);
            }

            .qa7-btn .btn-b .s-img {
                width: 109px;
                height: 111px;
                position: absolute;
                top: 50%;
                left: -32px;
                margin-top: -55px;
                background: url(../img/sprite_l.png) -85px -275px no-repeat;
            }

            .qa7-btn .btn-b .s-text {
                width: 294px;
                height: 90px;
                position: absolute;
                top: 0px;
                right: 15px;
                text-align: left;
            }

                .qa7-btn .btn-b .s-text--wrap {
                    width: 294px;
                    height: 90px;
                    display: table-cell;
                    vertical-align: middle;
                }

                .qa7-btn .btn-b .s-text:before {
                    content: "";
                    width: 49px;
                    height: 29px;
                    position: absolute;
                    top: 50%;
                    left: -120px;
                    margin-top: -13px;
                    background: url(../img/sprite.png) -2px -220px no-repeat;
                }

                .qa7-btn .btn-b .s-num {
                    position: absolute;
                    top: 50%;
                    left: -63px;
                    margin-top: -37px;
                    font-size: 86px;
                    font-weight: bold;
                    line-height: 1em;
                }

                .qa7-btn .btn-b .s-title {
                    display: block;
                    font-size: 24px;
                    font-weight: bold;
                    margin-bottom: 3px;
                    line-height: 1em;
                }

                .qa7-btn .btn-b .s-txt {
                    display: block;
                    font-size: 18px;
                    line-height: 1.1em;
                }





    .qa-wrapper {
        margin-top: 35px;
        padding: 28px 0 18px;
        background: #2f303a url(../img/bg_frames1.png) center no-repeat;
        color: #fff;
    }

        .qa-wrapper h2 {
            margin-bottom: 23px;
            text-align: center;
            color: #fff;
        }

        .qa-list ul {
            width: 32%;
            float: left;
            margin-right: 1%;
        }

            .qa-list ul:first-child {
                margin-right: 2%;
            }

        .qa-list ul li {
            margin-bottom: 31px;
        }

        .qa-list .s-num {
            width: 59px;
            height: 59px;
            float: left;
            margin-top: 3px;
            margin-right: 9px;
            border: 3px solid #57a52f;
            line-height: 61px;
            text-align: center;
            font-size: 36px;
            font-weight: bold;
            color: #57a52f;
        }

        .qa-list .s-text {
            overflow: hidden;
            color: #fff;
            line-height: 1.25em;
        }

            .qa-list .s-text {
                overflow: hidden;
                color: #fff;
            }

            .qa-list .s-text p {
                margin-bottom: 13px;
            }

            .qa-list a {
                color: #ee832f;
            }

                .qa-list a:hover {
                    color: #fff;
                }


 .seven-questions {
    color: #fff;
    margin-bottom: 23px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.027em;
    line-height: 1.2em;
}


/* ****** main-info ****** */
.main-info {
    padding-top: 80px;
    font-size: 15px;
}

    .main-info h2 {
        text-align: center;
        margin-bottom: 25px;

    }

    .main-info p {
        margin-bottom: 17px;
        line-height: 1.25em;
    }

    .main-info--sidebar {
        width: 283px;
        float: right;
        margin: 0 20px 15px 23px;
    }

    .main-info--map {
        margin: 0 0 25px -14px;
    }
/*	.main-info {
		background-image: linear-gradient(0deg, #949494 3%, transparent 40%);
		
	}*/
	.main-info .content-text {
		transition: height 1s ease-out 0.5s;
	}
	.main-info .button-bar {
		text-align: center;
		margin-bottom:20px;
	}
	.main-info .button-bar .slide-btn {
		/*padding: 10px 100px;*/
		/*font-size: 28px;*/
		font-weight: bold;
		/*border: none;
		background-color: #54a724;
		color: white;*/
		cursor: pointer;
	}



/* ****** main-address ****** */
.main-address {
    padding-top: 14px;
}

    .main-address .title-b {
        margin-bottom: 19px;
        text-align: center;
    }

    .main-address .map-b {
        height: 332px;
    }





/* ****** main-cons ****** */
.main-cons {
    padding: 14px 0 30px;
    background: #2f303a url(../img/bg_frames2.png) center no-repeat;
    color: #fff;
    text-align: center;
}

    .main-cons .p-title {
        display: block;
        font-size: 30px;
        color: #57a52f;
        margin-bottom: 20px;
    }

    .main-cons .p-phone {
        display: block;
        font-size: 60px;
        color: #57a52f;
        margin-bottom: 4px;
        line-height: 1em;
    }

    .main-cons .p-text {
        display: block;
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 8px;
        line-height: 1em;
    }

    .main-cons .p-notice {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 1em;
    }









/* ********** MAIN ********** */

#main {

}

    /* ****** bread-crumbs ****** */
    .bread-crumbs {
        margin-top: 10px;
    }

        .bread-crumbs li {
            display: inline-block;
            vertical-align: middle;
            padding-left: 38px;
            font-size: 14px;
            color: #57a52f;
            position: relative;
            line-height: 24px;
        }

            .bread-crumbs li:first-child {
                padding-left: 0;
            }

            .bread-crumbs li:first-child + li {
                padding-left: 28px;
            }

            .bread-crumbs li:first-child:before {
                display: none;
            }

            .bread-crumbs li:before {
                content: "";
                width: 14px;
                height: 10px;
                position: absolute;
                top: 6px;
                left: 9px;
                background: url(../img/sprite.png) -2px -26px no-repeat;
            }

            .bread-crumbs li:first-child + li:before {
                top: 6px;
                left: 3px;
            }

            .bread-crumbs .link-index {
                width: 22px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                position: relative;
                top: -3px;
                background: url(../img/sprite.png) 0 -446px no-repeat;
            }




    /* ****** main-title ****** */
    .main-title {
        margin-top: 22px;
        margin-bottom: 16px;
    }

        .main-title h1 {
            margin: 0;
            font-size: 36px;
            font-weight: bold;
            color: #2f303a;
            letter-spacing: 0.03em;
        }

        .main-title--btn {
            float: right;
            margin: 9px 0 0 25px;
        }

        .btn-order-rtn {
            width: 215px;
            display: inline-block;
            vertical-align: top;
            padding: 7px 5px 8px;
            background: #ee832f;
            color: #fff;
            text-decoration: none;
            line-height: 1.2em;
            font-size: 16px;
            text-align: center;
        }

            .btn-order-rtn:hover {
                color: #fff;
                text-decoration: none;
                background: #f97a2e;
            }

        .main-title--cart {
            width: 203px;
            float: right;
            padding: 2px 10px 6px;
            background: #ee832f;
            color: #fff;
            text-align: center;
            margin: 9px 0 0 25px;
        }

            .main-title--cart.stat-empty {
                width: 197px;
                height: 53px;
                border: 3px solid #ee832f;
                background: #fff;
                color: #2f303a;
            }

            .main-title--cart.stat-empty .s-text {
                width: 197px;
                height: 53px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

            .main-title--cart a {
                color: #fff;
            }

            .main-title--cart a:hover {
                text-decoration: none
            }

            .main-title--cart .s-text {
                display: block;
                font-size: 16px;
                margin-bottom: -3px;
            }

            .main-title--cart .s-cart {
                display: inline-block;
                margin-bottom: 4px;
                padding-left: 18px;
                position: relative;
                font-size: 16px;
                font-weight: bold;
            }

                .main-title--cart .s-cart:before {
                    content: "";
                    width: 15px;
                    height: 15px;
                    position: absolute;
                    top: 3px;
                    left: 1px;
                    background: url(../img/sprite.png) 0px -58px no-repeat;
                }

            .main-title--cart .s-link {
                display: block;
                font-size: 14px;
            }





    /* ****** cart-order ****** */
    .cart-order {
        margin-top: 20px;
        margin-bottom: 72px;
    }

        .cart-order .p-title {
            margin-bottom: 12px;
            font-size: 24px;
            color: #32333d;
        }

        .cart-order--data {
            margin-bottom: 24px;
        }

        .cart-order--list {

        }

            .cart-order--list table {
                width: 100%;
                border-collapse: collapse;
            }

            .cart-order--list table th {
                padding: 14px 5px 11px;
                background: #57a52f;
                color: #fff;
                font-weight: bold;
                font-size: 18px;
                text-align: left;
                line-height: 1em;
            }

            .cart-order--list table td {
                padding: 11px 5px 10px;
                border-bottom: 2px solid #f0f0f0;
                font-size: 16px;
                color: #000;
            }

            .cart-order--list table tbody tr {
                vertical-align: top;
            }

            .cart-order--list table tbody tr:first-child td {
                padding-top: 18px;
            }

            .cart-order--list table tbody td:first-child {
                text-align: center;
            }

            .cart-order--list .s-num {
                position: relative;
                top: -3px;
                font-size: 18px;
                font-weight: bold;
                color: #57a52f;
            }

            .cart-order--list .s-img {
                width: 77px;
                height: 73px;
                display: inline-block;
                vertical-align: middle;
                border: 3px solid #57a52f;
                background: #fff;
            }

                .cart-order--list .s-img--wrap {
                    width: 77px;
                    height: 73px;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                .cart-order--list .s-img img {
                    max-width: 71px;
                    max-height: 68px;
                    display: inline-block;
                    vertical-align: top;
                }

            .cart-order--list .s-title {
                position: relative;
                top: -4px;
                font-size: 16px;
                color: #000;
                text-decoration: none;
            }

                .cart-order--list .s-title:hover {
                    text-decoration: underline;
                }

            .cart-order--list .s-q {
                display: block;
                font-size: 12px;
                color: #7b7b7b;
            }

                .cart-order--list .s-packs__m {
                    width: 30px;
                    height: 18px;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-right: 3px;
                    margin-top: 3px;
                    position: relative;
                    top: -3px;
                    background: url(../img/sprite.png) -38px -470px no-repeat;
                }

                .cart-order--list .s-packs__s {
                    width: 10px;
                    height: 9px;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-right: 3px;
                    margin-top: 2px;
                    position: relative;
                    top: -4px;
                    background: url(../img/sprite.png) -13px -481px no-repeat;
                }

                .cart-order--list .s-packs {
                    width: 30px;
                    height: 9px;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-right: 3px;
                    position: relative;
                    top: -3px;
                    background: url(../img/sprite.png) 0 -470px no-repeat;
                }

                .cart-order--list .s-truck {
                    width: 18px;
                    height: 12px;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-right: 3px;
                    position: relative;
                    top: -3px;
                    background: url(../img/sprite.png) 0 -41px no-repeat;
                }

            .cart-order--list .s-sum {
                display: block;
                font-size: 18px;
                font-weight: bold;
                color: #17181d;
                text-align: right;
                position: relative;
                top: -4px;
            }

            .cart-order--list .calc-res {
                width: 94px;
                height: 27px;
                display: inline-block;
                vertical-align: middle;
                background: #e3e2e2;
            }

                .cart-order--list .calc-res .calc-minus {
                    width: 26px;
                    height: 27px;
                    float: left;
                    background: #c3c3c3;
                    font-size: 18px;
                    font-weight: bold;
                    color: #fff;
                    line-height: 29px;
                    text-align: center;
                    text-decoration: none;
                }

                .cart-order--list .calc-res .calc-plus {
                    width: 26px;
                    height: 27px;
                    float: right;
                    background: #c3c3c3;
                    font-size: 18px;
                    font-weight: bold;
                    color: #fff;
                    line-height: 29px;
                    text-align: center;
                    text-decoration: none;
                }

                .cart-order--list .calc-res .calc-plus:hover, .cart-order--list .calc-res .calc-minus:hover {
                    background: #b3b3b3;
                }

                .cart-order--list .calc-res .calc-input {
                    width: 42px;
                    height: 29px;
                    float: left;
                    font-size: 18px;
                    font-weight: bold;
                    color: #17181d;
                    font-style: normal;
                    border: none;
                    background: none;
                    text-align: center;
                }

            .cart-order--list .btn-del {
                margin-right: 8px;
                position: relative;
                top: -4px;
            }

        .cart-order--list table tfoot td {
            padding-top: 11px;
            font-size: 24px;
            color: #32333d;
            border-bottom: none;
        }

        .cart-order--list table .s-sum--itog {
            margin-left: 42px;
            margin-right: 32px;
        }






    /* ********* sidebar-left ********* */
    .sidebar-left {
        width: 260px;
        float: left;
        margin-top: 10px;
    }

        /* ****** s-menu ****** */
        .s-menu {
            padding: 8px 8px 9px;
            margin-bottom: 28px;
            background: #57a52f;
            color: #fff;
        }

            .s-menu a {
                color: #fff;
            }

            .s-menu a:hover {
                text-decoration: none;
            }

            .s-menu .s-title {
                display: block;
                margin-bottom: 12px;
                font-size: 24px;
            }

            .s-menu ul {
                margin: 0 5px;
            }

            .s-menu ul li {
                padding: 7px 5px 5px 5px;
                line-height: 16px;
            }
            .s-menu ul li.lvl2{
                padding-top: 0px;
            }
            .s-menu ul li a{
            text-decoration: none;
            }
            .s-menu ul li a:hover{
            text-decoration:underline;
            }
            .s-menu ul li.active {
                font-weight: bold;
                    background: white;
                    color: #57a52f;
            }





        /* ****** s-b-border ****** */
        .s-b-border {
            padding: 9px 14px 1px 9px;
            margin-bottom: 28px;
            border: 3px solid #cbcbcb;
            background: #fff;
        }

            .s-b-border .s-title {
                display: block;
                margin-bottom: 17px;
                font-size: 24px;
                line-height: 1em;
                letter-spacing: -0.01em;
            }

            .s-b-border .s-title a{
                color: #32333d;
            }

            .s-b-border .s-title a:hover{
                color: #ed832f;
            }

            .s-b-border .s-b {
                margin-bottom: 17px;
                color: #2f303a;
            }

                .s-b-border .s-b p {
                    margin: 0;
                    line-height: 1.25em;
                    color: #2f303a;
                }

                .s-b-border .s-b .p-details {
                    text-align: right;
                }







    /* ********* content-right ********* */
    .content-right {
        width: 816px;
        float: right;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 15px;
    }

        /* ****** category-list ****** */
        .category-list {
            width: 105%;
            margin-bottom: 23px;
        }

            .category-list .list-elem {
                width: 258px;
                display: inline-block;
                vertical-align: top;
                margin: 0 22px 24px 0;
            }

                .category-list .list-elem a {
                    display: block;
                    text-decoration: none;
                }

                .category-list .list-elem .s-img {
                    display: block;
                    border: 3px solid #57a52f;
                    background: #fff;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                    .category-list .list-elem a:hover .s-img {
                        border-color: #ee832f;
                    }

                .category-list .list-elem .s-img--wrap {
                    width: 252px;
                    height: 165px;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                    .category-list .list-elem .s-img img {
                        max-width: 252px;
                        max-height: 165px;
                        display: inline-block;
                        vertical-align: top;
                    }

                .category-list .s-text {
                    display: block;
                    margin-top: 9px;
                    text-align: center;
                    font-size: 18px;
                    color: #2f303a;
                    text-decoration: underline;
                    -webkit-transition: all 0.2s ease;
                    -moz-transition: all 0.2s ease;
                    -o-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                    .category-list a:hover .s-text {
                        color: #ee832f;
                        text-decoration: none;
                    }








        /* ****** content-text ****** */
        .content-text {
            margin-bottom: 0px;
            margin-top: -4px;
			overflow: hidden;
        }
		.main-info .content-text {
			height: 220px;
		}

            .content-text *:first-child {
                margin-top: 0;
            }

            .content-text h2 {
                font-size: 24px;
                font-weight: bold;
                margin-top: 18px;
                line-height: 1.1em;
                letter-spacing: 0;
                margin-bottom: 0px;
            }

            .content-text h3 {
                font-size: 18px;
                font-weight: bold;
                margin-top: 18px;
                line-height: 1.1em;
            }

            .content-text h4 {
                margin-bottom: 5px;
                font-size: 16px;
                font-weight: bold;
                margin-top: 15px;
                line-height: 1.1em;
            }

            .content-text p {
                font-size: 14px;
                margin-bottom: 5px;
                line-height: 1.23em;
            }

            .content-text em a {
                font-style: normal;
                color: #969696;
            }

            .content-text em a:hover {
                color: #ee832f;
            }

            .content-text sub {
                font-size: 8px;
            }

            .content-text sup {
                font-size: 8px;
            }

            .content-text ol {
                margin-top: 9px;
                counter-reset: item;
                margin-bottom: 23px;
            }

            .content-text ol li {
                display: block;
                margin-bottom: 9px;
                position: relative;
                padding-left: 27px;
                line-height: 1.25em;
                font-size: 14px;
            }

            .content-text ol li:before {
                min-width: 13px;
                height: 13px;
                position: absolute;
                top: -2px;
                left: 0px;
                padding: 3px 3px 4px;
                line-height: 13px;
                background: #57a52f;
                text-align: center;
                font-size: 13px;
                font-weight: bold;
                color: #fff;
                content: counters(item, "") " ";
                counter-increment: item;
                border-radius: 50%;
            }

            .content-text ul {
                margin-top: 9px;
                margin-bottom: 31px;
            }

            .content-text ul li {
                display: block;
                margin-bottom: 9px;
                position: relative;
                padding-left: 27px;
                line-height: 1.25em;
                font-size: 14px;
            }

            .content-text ul li:before {
                content: "";
                width: 16px;
                height: 17px;
                position: absolute;
                top: 1px;
                left: 0px;
                background: url(../img/sprite.png) -1px -493px no-repeat;
            }

            .content-text ul.ul-style2 {
                margin-top: 9px;
            }

            .content-text ul.ul-style2 li {
                display: block;
                margin-bottom: 9px;
                position: relative;
                padding-left: 27px;
                line-height: 1.25em;;
            }

            .content-text ul.ul-style2 li:before {
                content: "";
                width: 15px;
                height: 13px;
                position: absolute;
                top: 2px;
                left: 0px;
                background: url(../img/sprite.png) -23px -493px no-repeat;
            }

            .content-text blockquote {
                margin-bottom: 26px;
                margin-top: 19px;
                padding: 18px 30px 22px 29px;
                background: #30303a url(../img/bg_frames5.png) center right no-repeat;
                border-left: 8px solid #57a52f;
                color: #fff;
            }

            .content-text blockquote *:first-child {
                margin-top: 0;
            }

            .content-text blockquote h4 {
                margin-bottom: 7px;
                color: #57a52f;
            }

            .content-text blockquote p {
                margin-bottom: 6px;
                line-height: 1.25em;
            }


            .content-text blockquote.bl-style2 {
                padding: 0px 0px 0px 83px;
                background: none;
                border-left: none;
                color: #191919;
                position: relative;
                text-align: left;
            }


                .content-text blockquote.bl-style2:before {
                    content: "!";
                    width: 59px;
                    height: 59px;
                    position: absolute;
                    top: 3px;
                    left: 0px;
                    background: #fff;
                    border: 3px solid #57a52f;
                    text-align: center;
                    line-height: 64px;
                    font-size: 60px;
                    font-weight: bold;
                    color: #57a52f;
                }
                .blockquote-for-blog{
                    padding-left: 10px;
                    background: url('/img/blockquote_bg.png') top left repeat-y;
                    color: #7a7a7a;
                }
            .content-text table {
                width: 100%;
                border-collapse: collapse;
                margin-top: 15px;
                margin-bottom: 25px;
                font-size: 14px;
                color: #000;
            }

                .content-text table th {
                    padding: 15px 12px 15px 14px;
                    background: #57a52f;
                    font-size: 16px;
                    font-weight: bold;
                    color: #fff;
                    text-align: center;
                }

                    .content-text table th:nth-child(even) {
                        background: #50972b;
                    }

                .content-text table tr td:first-child{
                    text-align: left;
                }

                .content-text table td {
                    padding: 14px 12px 14px 14px;
                    background: #f6f6f6;
                    font-size: 14px;
                    text-align: center;
                }

                    .content-text table tr:nth-child(odd) td {
                        background: #e3e2e2;
                    }

                    .content-text table tr:nth-child(odd) td:nth-child(even) {
                        background: #d1cfcf;
                    }

                    .content-text table tr:nth-child(even) td:nth-child(even) {
                        background: #e3e2e2;
                    }






        /* ****** catalog-list ****** */
        .catalog-list {
            margin-bottom: 30px;
        }

            .catalog-list .list-elem {
                border-bottom: 1px solid #e3e2e2;
                padding-top: 17px;
                padding-bottom: 11px;
            }

                .catalog-list .list-elem:first-child {
                    padding-top: 0;
                }

                .catalog-list .s-num {
                    width: 25px;
                    float: left;
                    margin-right: 5px;
                    font-size: 18px;
                    font-weight: bold;
                    color: #57a52f;
                    margin-top: -2px;
                }

                .catalog-list .s-img {
                    width: 77px;
                    float: left;
                    margin-right: 8px;
                    border: 3px solid #57a52f;
                    background: #fff;
                    margin-top: 0px;
                }

                    .catalog-list .s-img--wrap {
                        width: 77px;
                        height: 73px;
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                    }

                    .catalog-list .s-img img {
                        max-width: 71px;
                        max-height: 68px;
                        display: inline-block;
                        vertical-align: top;
                    }

                .catalog-list .s-text {
                    width: 230px;
                    float: left;
                    margin-right: 5px;
                    margin-top: -2px;
                }

                    .catalog-list .s-title {
                        display: block;
                        font-size: 16px;
                        font-weight: bold;
                        line-height: 1.2em;
                    }

                        .catalog-list .s-title a{
                            color: #191919;
                            text-decoration: none;
                        }

                        .catalog-list .s-title a:hover{
                            text-decoration: underline;
                        }

                    .catalog-list .s-info {
                        display: block;
                        font-size: 14px;
                        line-height: 1.25em;
                        color: #8e8e8e;
                        margin-top: 4px;
                        overflow: hidden;
                    }

                .catalog-list .s-sum {
                    width: 125px;
                    float: left;
                    margin-right: 6px;
                    text-align: right;
                    font-size: 21px;
                    font-weight: bold;
                    color: #32679c;
                }

                .catalog-list .calc-res {
                    width: 94px;
                    height: 27px;
                    float: left;
                    background: #e3e2e2;
                }

                    .catalog-list .calc-res {
                        width: 94px;
                        height: 27px;
                        display: inline-block;
                        vertical-align: middle;
                        background: #e3e2e2;
                    }

                    .catalog-list .calc-res .calc-minus {
                        width: 26px;
                        height: 27px;
                        float: left;
                        background: #c3c3c3;
                        font-size: 18px;
                        font-weight: bold;
                        color: #fff;
                        line-height: 29px;
                        text-align: center;
                        text-decoration: none;
                    }

                    .catalog-list .calc-res .calc-plus {
                        width: 26px;
                        height: 27px;
                        float: right;
                        background: #c3c3c3;
                        font-size: 18px;
                        font-weight: bold;
                        color: #fff;
                        line-height: 29px;
                        text-align: center;
                        text-decoration: none;
                    }

                    .catalog-list .calc-res .calc-input {
                        width: 42px;
                        height: 29px;
                        float: left;
                        font-size: 18px;
                        font-weight: bold;
                        color: #17181d;
                        font-style: normal;
                        border: none;
                        background: none;
                        text-align: center;
                    }

                    .catalog-list .calc-res .calc-plus:hover, .catalog-list .calc-res .calc-minus:hover {
      background: #b3b3b3;
    }

                .catalog-list .s-control {
                    width: 133px;
                    float: right;
                }

                    .catalog-list .btn-cart {
                        display: block;
                        padding: 4px 0 4px;
                        font-size: 14px;
                        font-weight: bold;
                        margin-bottom: 12px;
                    }

                    .catalog-list .btn-cart__full {
                        background: #fab55d;
                    }

                    .catalog-list .btn-cart__full:hover {
                        background: #fab55d;
                    }

                    .catalog-list .s-q {
                        display: block;
                        font-size: 12px;
                        color: #7b7b7b;
                        white-space: nowrap;
                    }

                        .catalog-list .s-packs__m {
                            width: 30px;
                            height: 18px;
                            display: inline-block;
                            vertical-align: bottom;
                            margin-right: 3px;
                            margin-top: 3px;
                            position: relative;
                            top: -3px;
                            background: url(../img/sprite.png) -38px -470px no-repeat;
                        }

                        .catalog-list .s-packs__s {
                            width: 10px;
                            height: 9px;
                            display: inline-block;
                            vertical-align: bottom;
                            margin-right: 3px;
                            margin-top: 2px;
                            position: relative;
                            top: -4px;
                            background: url(../img/sprite.png) -13px -481px no-repeat;
                        }

                        .catalog-list .s-packs {
                            width: 30px;
                            height: 9px;
                            display: inline-block;
                            vertical-align: bottom;
                            margin-right: 3px;
                            position: relative;
                            top: -3px;
                            background: url(../img/sprite.png) 0 -470px no-repeat;
                        }

                        .catalog-list .s-truck {
                            width: 18px;
                            height: 12px;
                            display: inline-block;
                            vertical-align: bottom;
                            margin-right: 3px;
                            position: relative;
                            top: -3px;
                            background: url(../img/sprite.png) 0 -41px no-repeat;
                        }

                        .catalog-list .s-q .s-text {
                            width: auto;
                            float: none;
                            display: inline-block;
                            vertical-align: middle;
                            margin: 0;
                        }





        /* ****** pagination-b ****** */
        .pagination-b {
            margin-bottom: 44px;
            text-align: center;
            margin-top: 59px;
            font-size: 18px;
        }

            .pagination-b li {
                width: 32px;
                display: inline-block;
                vertical-align: middle;
                margin: 0 -6px;
                text-align: center;
            }

            .pagination-b a {
                width: 32px;
                height: 33px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                color: #191919;
                text-decoration: none;
                line-height: 35px;
            }

            .pagination-b a:hover {
                color: #ee832f;
            }

            .pagination-b li.active a {
                background: #eceff5;
                color: #191919;
            }

            .pagination-b li.btn-prev {
                width: 17px;
                height: 27px;
                margin: 0 10px 0 0;
            }

            .pagination-b li.btn-next {
                width: 17px;
                height: 27px;
                margin: 0 0 0 17px;
            }

            .pagination-b li.btn-prev a {
                width: 17px;
                height: 27px;
                display: inline-block;
                vertical-align: middle;
                background: url(../img/sprite.png) -1px -515px no-repeat;
            }

                .pagination-b li.btn-prev a:hover {
                    background-position: -1px -546px;
                }



            .pagination-b li.btn-next a {
                width: 17px;
                height: 27px;
                display: inline-block;
                vertical-align: middle;
                background: url(../img/sprite.png) -22px -515px no-repeat;
            }

                .pagination-b li.btn-next a:hover {
                    background-position: -22px -546px;
                }







        /* ****** BTN-TOP-WRAP ****** */
        .btn-top-wrap {
            width: 43px;
            float: right;
            margin-right: -74px;
        }

            #back-top {
                position: fixed;
                bottom: 53px;
                z-index: 99;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            #back-top a {
                width: 62px;
                height: 62px;
                display: block;
                background: url(../img/sprite.png) 0 -583px no-repeat;
                position: relative;
            }

                #back-top a:hover {
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    -ms-opacity: .8;
                    -o-opacity: .8;
                    opacity: .8;
                }










    /* ****** inner-statement ****** */
    .inner-statement {
        margin-top: 27px;
        background: #32323d url(../img/bg_frames4.png) center top no-repeat;
        color: #fff;
    }

        .inner-statement + .main-cons {
            margin-top: 32px;
        }

        .inner-statement--top {
            padding: 32px 0 3px;
        }

            .inner-statement--top h2 {
                margin-bottom: 24px;
                text-align: center;
            }

            .inner-statement--top .col-sel input[type=text] {
                width: 389px;
            }

            .inner-statement--top .col-sel textarea {
                max-width: 389px;
                width: 389px;
                height: 78px;
            }

            .inner-statement--top .col-text {
                width: 131px;
                display: inline-block;
                vertical-align: top;
                margin-right: 5px;
                margin-top: 5px;
            }

            .inner-statement--top .col-notice {
                width: 465px;
                display: inline-block;
                vertical-align: top;
                margin-top: 4px;
                line-height: 1.3em;;
            }
            .col-notice.error{
                color: #e4101b;
            }

            .col-notice.error{
                color: #e4101b;
            }

            .inner-statement--top .col-text {
                width: 83px;
                display: inline-block;
                margin-top: 4px;
                line-height: 1.3em;
            }

            .inner-statement--top .col-form {
                width: 320px;
                display: inline-block;
                vertical-align: middle;
            }

            .inner-statement--top .col-form .checker {
                margin-right: 11px;
            }

            .inner-statement--top label {
                display: block;
                margin-top: 3px;
                margin-bottom: 4px;
            }

            .inner-statement--top .line-b.line-label {
                margin-top: 16px;
                margin-bottom: 21px;
            }

            .inner-statement--top .line-b.line-label .checker {
                position: relative;
                top: 2px;
            }

            .inner-statement--top .s-text {
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
            }

            .inner-statement--top .line-b {
                display: block;
                margin-bottom: 8px;
            }

            .inner-statement sup {
                color: #ff0000;
            }


            .inner-statement--top .col-sel {
                width: 389px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 11px;
            }

            .inner-statement label.error {
                display: none;
            }

            .inner-statement input.error {
                border-color: #e4101b;
            }

        .inner-statement--bottom {
            padding: 19px 0 18px;
            background: #292931;
        }

            .inner-statement--bottom .left-col {
                width: 322px;
                float: left;
            }

            .inner-statement--bottom .right-col {
                width: 609px;
                float: right;
                margin-top: 2px;
            }

            .inner-statement--bottom .s-notice {
                width: 300px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 15px;
                margin-bottom: 15px;
                text-align: left;
            }

            .inner-statement--bottom .s-info {
                width: 300px;
                display: inline-block;
                vertical-align: middle;
                font-weight: bold;
                text-align: right;
            }

            .inner-statement--bottom .btn-submit {
                min-width: 322px;
                height: 40px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 15px;
                text-align: center;
                padding: 0 10px;
                border: none;
                color: #fff;
                background: #54a724;
                font-size: 24px;
                font-weight: bold;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

                .inner-statement--bottom .btn-submit:hover {
                    background: #52ce0c;
                }

            .inner-statement--bottom .p-title {
                font-size: 14px;
                line-height: 1.2em;
                font-weight: bold;
            }

            .inner-statement--bottom .p-text {
                margin-top: 16px;
            }



/* ********** ********** */








/* ********** FOOTER ********** */

#footer {
    width: 100%;
    height: 224px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    /* ****** f-address ****** */
    .f-address {
        width: 253px;
        float: left;
        margin-right: 25px;
    }

        .f-address p {
            line-height: 1.25em;
        }

        .f-address p + h5 {
            margin-top: 18px;
        }

    /* ****** f-contacts ****** */
    .f-contacts {
        width: 202px;
        float: left;
    }

        .f-contacts p.p-phone {
            font-size: 18px;
            line-height: 1.3em;
        }

        .f-contacts p + h5 {
            margin-top: 15px;
        }

        .f-contacts .f-soc {
            display: block;
        }

        body .b-share, body .b-share__handle {
            padding-left: 0 !important;
        }

        body .b-share__handle {
            padding-right: 2px !important;
        }

        .b-share-btn__vkontakte .b-share-icon {
            width: 23px;
            height: 23px;
            background: url(../img/sprite.png) 0px -366px no-repeat;
        }

        .b-share-btn__facebook .b-share-icon {
            width: 24px;
            height: 23px;
            background: url(../img/sprite.png) -25px -366px no-repeat;
        }

        .b-share-btn__twitter .b-share-icon {
            width: 23px;
            height: 23px;
            background: url(../img/sprite.png) 0px -392px no-repeat;
        }

        .b-share-btn__odnoklassniki .b-share-icon {
            width: 24px;
            height: 23px;
            background: url(../img/sprite.png) -25px -392px no-repeat;
        }

        .b-share-btn__gplus .b-share-icon {
            width: 23px;
            height: 23px;
            background: url(../img/sprite.png) -2px -419px no-repeat;
        }

        .b-share-icon:hover {
            -webkit-opacity: .8;
            -moz-opacity: .8;
            -ms-opacity: .8;
            -o-opacity: .8;
            opacity: .8;
        }



    /* ****** f-menu ****** */
    .f-menu {
        width: 342px;
        float: right;
    }

        .f-menu--col {
            width: 180px;
            float: left;
            margin-right: 5px;
        }

            .f-menu--col + .f-menu--col {
                width: 150px;
            }

        .f-menu h5 {
            margin-bottom: 3px;
        }

        .f-menu li {
            margin-bottom: 2px;
        }





    /* ****** f-developer ****** */
    .f-developer {
        width: 110px;
        float: right;
        margin-left: 4px;
        margin-top: 2px;
        text-align: right;
    }

        .f-developer p {
            font-size: 11px;
        }

        .f-developer--logo {
            margin-top: 8px;
        }


/* ********** new.footer********** */


.col-sel .jq-selectbox__select .jq-selectbox__select-text {
    overflow: visible;
}


/* ********** ********** */

/* ********* popups ********* */

#inline-callback {
    width: 359px;
}

.fancybox-inner > div {
    padding: 20px;
}

#inline-callback__ok {
    width: 359px;
}

#inline-order__ok {
    width: 359px;
}

#inline-statement__ok {
    width: 359px;
}

    .inline-wrapper {
        background: #fff;
        -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.28);
        box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.28);
    }

        .inline-wrapper .title-b {
            padding: 11px 19px 10px;
            background: #57a530;
            font-size: 14px;
            color: #fff;
        }

        #inline-callback__ok .inline-wrapper .title-b, .inline-stat-ok .inline-wrapper .title-b {
            text-align: center;
        }

        .inline-content {
            padding: 14px 19px 8px;
        }

        #inline-order .inline-content {
            padding: 14px 18px 8px 21px;
        }

    .inline-wrapper .line-b {
        margin-bottom: 8px;
    }

    #inline-order .inline-wrapper .line-b {
        margin-bottom: 10px;
    }

    #inline-callback .line-b {
        margin-bottom: 21px;
    }

        #inline-callback .s-label {
            display: block;
            margin-bottom: 4px;
            color: #191919;
        }

        #inline-callback .s-label-inline {
            display: inline;
            margin-bottom: 4px;
            color: #191919;
        }

        #inline-callback .s-inl {
            display: inline-block;
            position: relative;
        }

        #inline-callback .s-inp {
            display: block;
            position: relative;
        }

            #inline-callback .s-inp input[type=text] {
                width: 100%;
            }

            label.error .s-inp input[type=text] {
                width: 100%;
            }

        #inline-callback .bottom-control {
            text-align: center;
            margin-top: 12px;
        }

            .inline-wrapper .btn-submit {
                width: 157px;
                height: 30px;
                font-size: 14px;
            }

        label.error {
            width: 100%;
            position: absolute;
            bottom: -20px;
            right: 0;
            text-align: right;
            font-size: 14px;
            color: #fc0d1b;
        }

        #inline-callback .p-notice {
            margin-top: -2px;
        }

    .inline-stat-ok .inline-content p {
        text-align: center;
        line-height: 1.2em;
    }

    .inline-stat-ok .inline-content {
        padding: 17px 19px 16px;
    }

    .inline-stat-ok .inline-content p + p{
        margin-top: 18px;
    }

    .inline-stat-ok .inline-content p + p.p-phone {
        margin-top: 3px;
    }

    .inline-stat-ok .inline-content p.p-phone {
        font-size: 18px;
    }



#inline-order {
    width: 515px;
}

    #inline-order .info-b {
        line-height: 1.25em;
        margin-top: 1px;
    }

        #inline-order form {
            margin-top: 12px;
        }

        #inline-order form input[type=text] {
            width: 346px;
        }

        #inline-order form .col-text {
            width: 123px;
            display: inline-block;
            vertical-align: top;
            margin-right: 3px;
            margin-top: 2px;
        }

        #inline-order form .col-form {
            width: 320px;
            display: inline-block;
            vertical-align: middle;
        }

        #inline-order form .col-form .checker {
            margin-right: 11px;
        }

        #inline-order form label {
            display: block;
            margin-top: 3px;
            margin-bottom: 4px;
        }

        #inline-order form .line-b.line-label {
            margin-top: 11px;
            margin-bottom: 12px;
        }

        #inline-order form .line-b.line-label .checker {
            position: relative;
            top: 2px;
        }

        #inline-order .col-sel .checker {
            margin-right: 8px;
        }

        #inline-order form .s-text {
            display: inline-block;
            vertical-align: middle;
            margin-right: 1px;
        }

        #inline-order form .line-b {
            width: 103%;
            display: block;
            margin-bottom: 10px;
        }

        #inline-order  sup {
            color: #ff0000;
        }

        #inline-order  label.error {
            display: none;
        }

        #inline-order  input.error {
            border-color: #e4101b;
        }


        #inline-order form .col-sel {
            width: 346px;
            display: inline-block;
            vertical-align: middle;
        }


        #inline-order form .bottom-control {
            margin-top: -4px;
        }


        #inline-order form .s-notice {
            display: block;
            margin-bottom: 19px;
            text-align: left;
        }

        #inline-order form .btn-submit {
            min-width: 122px;
            display: inline-block;
            vertical-align: middle;
        }




#inline-cart__small {
    width: 359px;
}

    #inline-cart__small .inline-content {
        padding: 16px 17px 12px 19px;
    }

    #inline-cart__small .line-b {
        margin-bottom: 16px;
    }

        #inline-cart__small .line-b .s-label {
            width: 75px;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            line-height: 1.2em;
        }

        #inline-cart__small .line-b .s-inp {
            width: 236px;
            display: inline-block;
            vertical-align: top;
            font-style: italic;
            color: #2f2f2f;
            line-height: 1.2em;
        }

    #inline-cart__small .bottom-control {
        margin-top: 22px;
    }

        #inline-cart__small .btn-submit {
            width: 133px;
            height: 27px;
        }


/* MAP */
.map_city {
    width: 957px;
    height: 533px;
    background: url(../images/frontend/map-lsk4.png);
    position: relative;
    margin-bottom: 20px;
}

.map_city_item {
    position: absolute;
}

.map_point {
    width: 7px;
    height: 7px;
    background-color: #4e8524;
    border-radius: 50%;
}

.p_hovered {
    background-color: #54a724;
}

.map_city_name {
    color: #fff;
    font-size: 13px;
    font-family: 'pf_agora_sans_probold', sans-serif;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.map_city_popup {
    display: none;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    right: -263px;
    top: -10px;
    background-color: #fff;
    width: 230px;
	font: 13px/18px 'pf_agora_sans_proregular';
	color: rgb(0, 125, 180);
	z-index: 999;
}

.popup_arrow {
    background: url(../images/frontend/map_popup_arrow.png);
    width: 12px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: 8px;
}

.map_city_popup ul {
    margin: 0;
}

.map_city_popup ul li:before {
    content: url(../images/frontend/map_popup_hover_li.png);
    margin-right: 5px;
}

/* CALC */
.b-calc-table {
    width: 100%;
    margin-top: 30px;
}

.b-calc-table__td1 {
    width: 217px;
    font: 16px "pf_agora_sans_probold";
    color: #54a724;
    vertical-align: top;
    padding: 10px 0;
}

.calc__question {
    cursor: pointer;
    display: inline;
    position: relative;
}

.calc__hint {
    position: absolute;
    bottom: 28px;
    right: -250px;
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 18px 12px;
    background-color: #fff;
    z-index: 999;
    font: 12px "pf_agora_sans_proregular";
    color: #767575;
    cursor: default;
    width: 250px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.hint_pointer {
    width: 19px;
    height: 15px;
    background: url(../images/frontend/calc_hint-pointer.png) no-repeat;
    position: absolute;
    left: 15px;
    bottom: -12px;
}

.calc_block_img {
    margin: 15px 0 0 0;
}

.calc-table__row {
    background-color: #fff !important;
    border-bottom: 2px solid #9b9b9b;
}

.calc__subitem {
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 10px;
    font: 16px "pf_agora_sans_proregular";
    color: #767575;
    position: relative;
}

.subitem__cost {
    position: absolute;
    right: 10px;
    top: 15px;
}

.calc__subitem:nth-child(2n) {
    background-color: #eef6e9 !important;
}

.calc__subitem:last-child {
    border: none;
}

.calc__active {
    color: #000;
    font: 16px "pf_agora_sans_probold";
}

.b-calc-table:not(#Foo) label {
    padding: 4px 0 2px 33px;
}

.b-calc-table:not(#Foo) input[type=radio] {
    display: none;
}

.b-calc-table:not(#Foo) input[type=radio] + label {
    background: url(../images/frontend/calc_radio_off.png) no-repeat 0px 0px;
}

.b-calc-table:not(#Foo) input[type=radio]:checked + label {
    background: url(../images/frontend/calc_radio_on.png) no-repeat 0px 0px;
}

.calc__rub {
    margin-left: 5px;
    margin-right: 10px;
    display: inline-block;
    line-height: 5px;
    font-size: 20px;
    border-bottom: 2px solid #54a724;
    width:0.4em;
}

.calc__result {
    text-align: right;
    color: #54a724;
    font: 30px "pf_agora_sans_probold";
    height: 150px;
    margin-top: 20px;
    float: right;
}

.calc__additional {
    font: 16px "pf_agora_sans_proregular";
    color: #767575;
    height: 70px;
    padding: 50px 10px 10px 215px;
}

.calc__additional .form_calc__more {
    font-size: 16px !important;
}

.calc__additional .calc_amount__input {
    border: 1px solid #767575;
    border-radius: 5px;
    width: 20px !important;
    padding: 2px 15px;
    color: #767575;
    font: 16px "pf_agora_sans_proregular";
    box-shadow: inset 0 4px 10px -3px rgba(0,0,0,0.5);
}

.calc_button {
    font: 20px "pf_agora_sans_proregular";
    color: #fff;
    background-color: #4fa122;
    border-radius: 5px;
    padding: 13px 23px;
    cursor: pointer;
    float: right;
}

.calc_button:hover {
    opacity: 0.8;
}

.calc__text {
    font: 16px "pf_agora_sans_proregular";
    color: #767575;
}

.calc__rope-amount {
    border: 1px solid #767575;
    border-radius: 5px;
    margin-left: 28px;
    width: 27px;
    padding: 2px 15px;
    color: #767575;
    font: 16px "pf_agora_sans_proregular";
    box-shadow: inset 0 4px 10px -3px rgba(0,0,0,0.5);
    position: absolute;
    top: 12px;
    left: 310px;
}

.calc__form_header {
    font: 24px "pf_agora_sans_proregular";
    color: #4e9b22;
    margin-left: 80px;
    padding-top: 0;
    padding-bottom: 5px;
}

.l-form_calc td {
    padding-bottom: 0 !important;
}

.l-form_calc .inp {
    height: 40px;
}

.calc__form_text {
    font: 14px "pf_agora_sans_proregular";
    color: #666262;
    margin-bottom: 2px;
}

.b-calc-form__submit {
    margin-top: 20px !important;
}

.form__total {
    font-family: "pf_agora_sans_probold";
    margin-bottom: 2px;
    white-space: nowrap;
}

.form__total span {
    color: #666262;
}

.calc__form_text {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
}

.calc__form_text li:before {
    content: "• ";
    color: #437c1d;
}

.slideable_cost {
    color: #54a724;
    font: 30px "pf_agora_sans_probold";
    position: fixed;
    bottom: 50px;
    margin-left: 765px !important;
    /*opacity: 0.7;*/
    /*background-color: #eef6e9;*/
    /*padding: 3px;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 50px rgb(238, 246, 233);*/
    border: 1px solid #54A724;
    background-color: #FFF;
    padding-left: 2px;
    padding-right: 5px;
}

.calc_amount {
    font-family: 'pf_agora_sans_proregular', sans-serif;
}

.calc_amount__input {
    width: 43px !important;
}

.form_calc__more {
    font: 14px "pf_agora_sans_proregular" !important;
    color: #666262;
    margin: 5px 0;
}

.calc_popup {
    padding: 15px 34px !important;
}

.calc_tilde {
    display: none;
}

/* SELECTBOX BEGIN */

.sbHolder {
    background-color: #fff;
    border: 1px solid #bfbdbd;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3);
    border-radius: 2px;
    font: 14px/normal Tahoma, Geneva, sans-serif;
    height: 30px;
    position: relative;
    width: 328px;
}

.sbSelector {
    display: block;
    height: 26px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 300px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #919090;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url(../images/frontend/calc_select_arrow_down.png) 10px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sbToggleOpen {
    background: url(../images/frontend/calc_select_arrow_up.png) 10px no-repeat;
}

.sbOptions {
    background-color: #fff;
    border: 1px solid #bfbdbd;
    border-radius: 2px;
    list-style: none;
    left: -1px;
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 328px;
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

.sbOptions li:last-child a {
    border: none;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #c9c9c9;
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #666262;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #666262;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

/* SELECTBOX END */

/* fancybox  для товаров */

.new-fancybox a.fancybox-close {
    width: 19px;
    height: 16px;
    position: absolute;
    top: 32px;
    right: 29px;
    background: url(../img/sprite.png) -43px -515px no-repeat;
}

.new-fancybox .fancybox-lock .fancybox-overlay {
    width: 100% !important;
    height: 100% !important;
}

.new-fancybox .fancybox-inner > div {
    float: left;
}

.new-fancybox .fancybox-title-float-wrap {
    text-align: center;
    line-height: 18px;
}

.new-fancybox .fancybox-title-float-wrap .child {
    display: inline-block;
    font-size: 13px;
    color: #000;
}

.new-fancybox .fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
}

.new-fancybox .fancybox-wrap .close-btn {
    position: absolute;
    top: -21px;
    right: -24px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/sprite.png) -205px -141px no-repeat;
}

.new-fancybox .fancybox-nav span {
    position: absolute;
    top: 44%;
    width: 27px;
    height: 50px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.new-fancybox .fancybox-skin {
    background: none;
}

.new-fancybox.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.link-dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 13px;
}

.link-dashed a:hover {
    text-decoration: none;
}

.h-price--btns {
        position: absolute;
    bottom: 0px;
}

.btn-price {
    min-width: 130px;
}

.btn-price-orange {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ee832f;
    text-decoration: none;
    color: #191919;
    text-align: center;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
}

.btn-price-orange:hover {
    background: #ee832f;
    color: #fff;
    text-decoration: none;
}
.footer-subhead{
    font-weight: bold;
}

#form-callback1 .checker label.error {
    width: 300px;
    left: 20px;
    top: 57px;
}

.policy-block {
    margin-top: 20px;
}

#form-calc .b-form__agree {
    margin-bottom: 14px;
}

#form-calc .b-form__agree .error__label {
    position: relative;
    top: 14px;
}

.main-statement--bottom-policy {
    margin-bottom: 15px;
}

.inner-statement--bottom-policy {
    margin-bottom: 15px;
}

#form-calc .b-form__agree-policy {
    margin-top: 15px;
    margin-bottom: 25px;
}
.lvl2{
    margin-left: 30px;
}
.object {
    display: inline-block;
    width: 353px;
    margin: 0px 5px 15px 0px;
}
.content-text table.content-table th{
    font-size: 16px;
}
.content-text table.content-table{
    text-align: center;
}
.content-text table.content-table th, .content-text table.content-table td{
    border: 1px solid #5c5c5c;
    text-align: center;
}
.content-text table.content-table td, .content-text table.content-table tr:nth-child(2n+1) td,  .content-text table.content-table tr:nth-child(2n) td:nth-child(2n) {
    background: #fff;
}
.content-text table.content-table th:nth-child(2n){
    background: #57a52f;
}

.content-text table.content-table th:nth-child(1), .content-text table.content-table td:nth-child(1){
    text-align: left;
}

.popular {
    display: inline-block;
    width: 40px;
    height: 20px;
    background: url(/img/popular-orange.png) no-repeat center center;
    background-size: 45px 23px;
    margin: 0 5px;
}
.popular-text {
    font-size: 9px;
    color: yellow;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px;
}
.cityes-list{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
}
.cityes-list__block{
    margin-bottom: 20px;
}
.cityes-list__item{
    display: block;
}
.country {
    border: 2px solid #b1d279;
    padding: 10px;
    margin-bottom: 18px;
}
.country h3 {
    color: #519445;
    margin-bottom: 10px;

}
#header .inner-wrapper, #footer .inner-wrapper{
    max-width: 1201px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px){#header .inner-wrapper{margin:0;}}
.inner-wrapper.order-form{
    width: 987px;
}
.col-row{
    width: 476px;
    margin: 10px 0 20px;
}
.col-row-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-top: 2px;
}
.col-row-right, .col-row-left {
    width: 206px;
    margin-bottom: 20px;
}

.col-row-right, .col-row-left, .col-row-center {
    border: 1px solid #cecece;
    padding: 10px;
}
.col-row-right {
    float: right;
}
.col-row-left {
    float: left;
}
.col-row-center {
    clear: both;
}
.col-row-textarea {
    border: 1px solid #cecece;
    width: 100%;
    padding: 3px 8px 3px;
}

.sidebar_text {
    margin-left: 18px;
}

.list-elem.hidden {
    display: none;
}
.show-all__wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.show-all__wrapper .btn-green__full {
    padding: 10px;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.select2-select{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container{
    width: auto !important;
}

.select2-container--default .select2-selection--single{
    border: none;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:before{
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -2px;
    background: url(../img/sprite.png) 0px 0px no-repeat;
}
.select2-container .select2-selection--single{
    height: 15px;
}

.select2-container,
.select2-container * {
    outline: none !important;
}
.select2-container {
	z-index: 103;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #57a52f;
    border-bottom: 1px dashed #57a52f;
    position: relative;
    cursor: pointer;
    margin: 0 8px 0 5px;
    padding: 0;
    line-height: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    width: 9px;
    height: 5px;
    margin-left: 7px;
    margin-top: -9px;
    border: none;
    background: url(../img/sprite.png) 0px 0px no-repeat;
}

.select2-dropdown{
    width: 156px !important;
    position: absolute;
    top: 10px;
    left: -50px !important;
    padding: 0 0 5px;
    background: #fff;
    border: 1px solid #c2c2c2 !important;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.28);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #57a52f;
}
.select2-results__option{
    color: #57a52f;
    padding: 3px 8px;
    line-height: 17px;
    font-size: 14px;
}
.select2-results{
    max-height: 157px;
    overflow: hidden;
}