@import "../fonts/order_new/Open Sans/styles.css";

.f-os {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%
}

.f-osb {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 100%
}

.f-ossb {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 100%
}

.llrr:first-child {
    text-align: left
}

.llrr:last-child {
    text-align: right
}

.dao {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.dao[href]:hover {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.dac {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.dac[href]:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

* {
    outline: none
}

.pos-zero {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.tdn {
    text-decoration: none
}

.base-position {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.div {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top
}

.diva {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: auto
}

.div-ib {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top
}

.div-ib-clear {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top
}

.div-f {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top
}

.div-if {
    display: inline-flex;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top
}

.base-flex {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.tdnbn {
    text-decoration: none;
    border-bottom: none
}

.back-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.back-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
}

.font-arial {
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    font-weight: 400;
    font-style: normal
}

.font-verdana {
    font-family: Verdana, 'Geneva CY', 'DejaVu Sans', sans-serif;
    font-weight: 400;
    font-style: normal
}

.font-tahoma {
    font-family: Tahoma, 'Geneva CY', sans-serif;
    font-weight: 400;
    font-style: normal
}

.font-times-new-roman {
    font-family: 'Times New Roman', 'Times CY', 'Nimbus Roman No9 L', serif;
    font-weight: 400;
    font-style: normal
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    width: 100%;
    height: 0;
    position: relative;
    margin: 0;
    padding: 0;
    clear: both;
    visibility: hidden
}

.input-events:focus {
    border-color: #f77
}

.input-events.valid {
    border-color: #f77
}

.input-events.invalid, .input-events.error, .input-events.required {
    border-color: #f77;
    background-color: #ffdcdc;
    color: #ca3918
}

.input-placeholder-template {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder-template:focus {
    color: transparent
}

.input-placeholder::-webkit-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder::-webkit-input-placeholder:focus {
    color: transparent
}

.input-placeholder:-moz-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder:-moz-placeholder:focus {
    color: transparent
}

.input-placeholder::-moz-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder::-moz-placeholder:focus {
    color: transparent
}

.input-placeholder:-ms-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder:-ms-placeholder:focus {
    color: transparent
}

.input-placeholder::-ms-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder::-ms-input-placeholder:focus {
    color: transparent
}

.input-placeholder:-ms-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.input-placeholder:-ms-input-placeholder:focus {
    color: transparent
}

::selection {
    background: #335bab;
    color: #fff
}

::-moz-selection {
    background: #335bab;
    color: #fff
}

.special-body-page .window-itogo {
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    display: block;
    width: 100%;
    height: 73px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16)
}

.special-body-page .window-itogo.show {
    display: block
}

.special-body-page .window-itogo > .site-w {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 16px 10px
}

.special-body-page .window-itogo .chosen-smi {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0 0 50px;
    margin: 0;
    line-height: 41px;
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #242831
}

.special-body-page .window-itogo .chosen-smi .clear-smi {
    font-size: 12px;
    color: #314E0F;
    margin-left: 10px;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.special-body-page .window-itogo .chosen-smi .smi-counter {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: #314E0F;
    margin-left: 15px;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: 400;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.special-body-page .window-itogo .itogo-smi {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    text-align: right;
    padding: 0 70px 0 0;
    margin: 0;
    line-height: 41px;
    width: 50%;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 400;
    color: #242831
}

.special-body-page .window-itogo .itogo-smi .smi-price {
    font-weight: 700;
    color: #5ca406;
    margin: 0 0 0 33px
}

.special-body-page .window-itogo .download-smi {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 41px;
    height: 41px;
    margin-left: 55px;
    top: -1px
}

.special-body-page .window-itogo .download-smi:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.special-body-page .window-itogo .dont-have-enough-money {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    position: absolute;
    top: 60%;
    right: 180px;
    font-size: 11px;
    font-weight: 400;
    color: #FF5E5E
}

.special-body-page .window-itogo .dont-have-enough-money.hide {
    display: none
}

.special-body-page .window-itogo .dont-have-enough-money .put-money-into-mmm {
    color: #5ca406;
    font-weight: 700;
    margin-left: 14px;
    text-decoration: none
}

.special-body-page .window-itogo .dont-have-enough-money .put-money-into-mmm:hover {
    color: #000
}

.special-body-page .smi-list-itogo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    display: none;
    position: fixed;
    z-index: 80;
    bottom: 73px;
    left: 400px;
    max-height: 134px;
    width: 400px;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #242831;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.special-body-page .smi-list-itogo.show {
    display: block
}

.special-body-page .smi-list-itogo > .smi-list-wrapper {
    height: auto;
    max-height: 130px;
    padding: 10px 15px 5px 0
}

.special-body-page .smi-list-itogo .smi-list-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    padding: 7px 35px 10px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #242831;
    font-weight: 400
}

.special-body-page .smi-list-itogo .smi-list-item:nth-child(2n) {
    background: #F0F0F7
}

.special-body-page .smi-list-itogo .smi-list-item .smi-list-item-remove {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 8px
}

.special-body-page .filter-float {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100
}

.special-body-page .filter-float.show {
    display: block
}

.special-body-page .filter-float .site-w {
    padding: 15px 10px;
    width: 90%
}

.special-body-page .filter-float .filter-results {
    background: #333333;
    margin: 0;
    text-align: center
}

.special-body-page .filter-float .filter-results .filter-results-value {
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.special-body-page .filter-float .filter-results .filter-results-value:hover {
    color: #fff
}

.special-body-page .filter-float .form-field {
    margin: 0
}

.special-body-page .filter-float .site-pate-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px
}

.special-body-page .filter-float .show-favorites {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ebb319;
    padding: 0 47px 0 0;
    text-align: right;
    top: 5px;
    position: relative
}

.special-body-page .filter-float .show-favorites .site-icon {
    position: absolute;
    right: 8px;
    top: 2px
}

.special-body-page .filter-float .col-lg-1, .special-body-page .filter-float .col-lg-10, .special-body-page .filter-float .col-lg-11, .special-body-page .filter-float .col-lg-12, .special-body-page .filter-float .col-lg-2, .special-body-page .filter-float .col-lg-3, .special-body-page .filter-float .col-lg-4, .special-body-page .filter-float .col-lg-5, .special-body-page .filter-float .col-lg-6, .special-body-page .filter-float .col-lg-7, .special-body-page .filter-float .col-lg-8, .special-body-page .filter-float .col-lg-9, .special-body-page .filter-float .col-md-1, .special-body-page .filter-float .col-md-10, .special-body-page .filter-float .col-md-11, .special-body-page .filter-float .col-md-12, .special-body-page .filter-float .col-md-2, .special-body-page .filter-float .col-md-3, .special-body-page .filter-float .col-md-4, .special-body-page .filter-float .col-md-5, .special-body-page .filter-float .col-md-6, .special-body-page .filter-float .col-md-7, .special-body-page .filter-float .col-md-8, .special-body-page .filter-float .col-md-9, .special-body-page .filter-float .col-sm-1, .special-body-page .filter-float .col-sm-10, .special-body-page .filter-float .col-sm-11, .special-body-page .filter-float .col-sm-12, .special-body-page .filter-float .col-sm-2, .special-body-page .filter-float .col-sm-3, .special-body-page .filter-float .col-sm-4, .special-body-page .filter-float .col-sm-5, .special-body-page .filter-float .col-sm-6, .special-body-page .filter-float .col-sm-7, .special-body-page .filter-float .col-sm-8, .special-body-page .filter-float .col-sm-9, .special-body-page .filter-float .col-xs-1, .special-body-page .filter-float .col-xs-10, .special-body-page .filter-float .col-xs-11, .special-body-page .filter-float .col-xs-12, .special-body-page .filter-float .col-xs-2, .special-body-page .filter-float .col-xs-3, .special-body-page .filter-float .col-xs-4, .special-body-page .filter-float .col-xs-5, .special-body-page .filter-float .col-xs-6, .special-body-page .filter-float .col-xs-7, .special-body-page .filter-float .col-xs-8, .special-body-page .filter-float .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px
}

.base-text {
    color: #242831;
    font-size: 16px;
    line-height: 30px
}

.base-margin {
    margin: 15px 0 20px 0
}

.h-margin {
    margin: 32px 0 28px 0
}

.h-margin:first-child {
    margin-top: 0
}

.text {
    color: #242831;
    font-size: 16px;
    line-height: 30px
}

.text ul:last-child, .text ol:last-child, .text table:last-child, .text h1:last-child, .text h2:last-child, .text h3:last-child, .text h4:last-child, .text h5:last-child, .text h6:last-child, .text p:last-child {
    margin-bottom: 0
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 16px;
    line-height: 30px;
    margin: 32px 0 28px 0;
    line-height: 40px;
    font-weight: 400;
    color: #242831
}

.text h1:first-child, .text h2:first-child, .text h3:first-child, .text h4:first-child, .text h5:first-child, .text h6:first-child {
    margin-top: 0
}

.text h1 {
    font-size: 36px
}

.text h2 {
    font-size: 28px;
    line-height: 36px
}

.text h3 {
    font-size: 24px;
    line-height: 36px
}

.text h4 {
    font-size: 20px;
    line-height: 32px
}

.text h5 {
    font-size: 18px;
    line-height: 32px
}

.text h6 {
    font-size: 16px;
    line-height: 28px
}

.text p {
    color: #242831;
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 20px 0
}

.text p:first-child {
    margin-top: 0
}

.text p:last-child {
    margin-bottom: 0
}

.text ul, .text ol {
    margin: 15px 0 20px 0;
    padding: 0 0 0 20px
}

.text ul li, .text ol li {
    color: #242831;
    font-size: 16px;
    line-height: 30px;
    list-style: none;
    background: none
}

.text b {
    font-weight: bold
}

.text u {
    text-decoration: underline
}

.text strike {
    text-decoration: line-through
}

.text i {
    font-style: italic
}

.text table {
    margin: 15px 0 20px 0
}

.text table th, .text table td {
    color: #242831;
    font-size: 16px;
    line-height: 30px
}

.text table {
    width: 100%;
    margin: 33px auto 52px
}

.text table tr:nth-child(2n) td {
    background: #fff
}

.text table tr td {
    padding: 5px 10px;
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.special-body-page label {
    font-size: 16px;
    line-height: 20px
}

.special-body-page .site-button {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 9px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
    border: 2px solid transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button > .text {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    color: inherit
}

.special-body-page .site-button.full-width {
    width: 100%
}

.special-body-page .site-button.std-width {
    width: 330px
}

.special-body-page .site-button.with-file input[type='file'] {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-opacity: .001;
    -moz-opacity: .001;
    opacity: .001;
    cursor: pointer;
    z-index: 10
}

.special-body-page .site-button.button-green {
    background-color: #5ca406;
    color: #fff;
    border-color: #5ca406;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-green:hover {
    background-color: transparent;
    color: #5ca406;
    border-color: #5ca406;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-transparent {
    background-color: transparent;
    color: #5ca406;
    border-color: #5ca406;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-transparent:hover {
    background-color: #5ca406;
    color: #fff;
    border-color: #5ca406;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-blue {
    background-color: #57a3e6;
    color: #fff;
    border-color: #57a3e6;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-blue:hover {
    background-color: #fff;
    color: #57a3e6;
    border-color: #57a3e6;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-orange {
    background-color: #ebb319;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.button-orange:hover {
    background-color: #57a3e6;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .site-button.text-white {
    color: #fff
}

.special-body-page .site-button.text-white > .text {
    color: #fff
}

.special-body-page .site-button.small {
    padding: 16px 34px;
    line-height: 24px
}

.special-body-page .site-button.very-large {
    width: 100%;
    padding: 50px 0 50px;
    border-width: 3px
}

.special-body-page .site-button.very-large .text {
    font-size: 24px
}

.special-body-page .site-button.little-large {
    width: 100%;
    padding: 17px 0;
    border-width: 3px
}

.special-body-page .site-button.little-large .text {
    font-size: 24px
}

.special-body-page .site-button.very-very-large {
    width: 100%;
    padding: 55px 0 55px;
    border-width: 3px
}

.special-body-page .site-button.very-very-large .text {
    font-size: 32px
}

.special-body-page .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .special-body-page .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .special-body-page .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .special-body-page .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    width: 12px;
    height: 12px
}

.special-body-page .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .special-body-page .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .special-body-page .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .special-body-page .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    height: 12px;
    left: 1px
}

.special-body-page .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: #DBDBDB
}

.special-body-page .mCSB_scrollTools {
    right: 4px
}

.special-body-page body .field-flow {
    margin-top: 32px
}

.special-body-page .dropdown-menu {
    top: 89%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0
}

.special-body-page .form-field {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 34px;
    width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .form-field.select .bootstrap-select, .special-body-page .form-field.select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 96%
}

.special-body-page .form-field.select .bootstrap-select > .dropdown-toggle {
    background: #fff;
    height: 41px;
    border: 1px solid #707070;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0
}

.special-body-page .form-field.select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-size: 12px;
    color: #242831;
    font-weight: 400;
    top: 0;
    line-height: 38px;
    vertical-align: middle;
    text-transform: none;
    display: table-cell;
    height: 100%;
    position: relative;
    letter-spacing: .2px
}

.special-body-page .form-field.select .bootstrap-select.btn-group .dropdown-menu li a:hover, .special-body-page .form-field.select .dropdown-menu > li > a:hover {
    background: #F0F0F7
}

.special-body-page .form-field.select .bootstrap-select.btn-group .dropdown-menu li a, .special-body-page .form-field.select .dropdown-menu > li > a {
    font-size: 12px;
    color: #242831;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 4px 12px
}

.special-body-page .form-field.select .bootstrap-select.btn-group .dropdown-menu li a .text, .special-body-page .form-field.select .dropdown-menu > li > a .text {
    font-size: inherit;
    line-height: 20px;
    color: inherit
}

.special-body-page .form-field.select .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #242831
}

.special-body-page .form-field.select .mCSB_inside > .mCSB_container {
    margin-right: 6px
}

.special-body-page .form-field.select.small {
    margin-bottom: 0
}

.special-body-page .form-field.select.small .bootstrap-select, .special-body-page .form-field.select.small .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 130px
}

.special-body-page .form-field.select.small .bootstrap-select > .dropdown-toggle {
    border: 1px solid #c7c7c7
}

.special-body-page .form-field.focus {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .form-field.focus input[type='text'], .special-body-page .form-field.focus input[type='password'], .special-body-page .form-field.focus input[type='email'], .special-body-page .form-field.focus input[type='date'], .special-body-page .form-field.focus input[type='time'], .special-body-page .form-field.focus input[type='url'], .special-body-page .form-field.focus input[type='number'] {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .form-field.error input[type='text'], .special-body-page .form-field.required input[type='text'], .special-body-page .form-field.invalid input[type='text'], .special-body-page .form-field.error input[type='password'], .special-body-page .form-field.required input[type='password'], .special-body-page .form-field.invalid input[type='password'], .special-body-page .form-field.error input[type='email'], .special-body-page .form-field.required input[type='email'], .special-body-page .form-field.invalid input[type='email'], .special-body-page .form-field.error input[type='date'], .special-body-page .form-field.required input[type='date'], .special-body-page .form-field.invalid input[type='date'], .special-body-page .form-field.error input[type='time'], .special-body-page .form-field.required input[type='time'], .special-body-page .form-field.invalid input[type='time'], .special-body-page .form-field.error input[type='url'], .special-body-page .form-field.required input[type='url'], .special-body-page .form-field.invalid input[type='url'], .special-body-page .form-field.error input[type='number'], .special-body-page .form-field.required input[type='number'], .special-body-page .form-field.invalid input[type='number'] {
    border-color: #f77;
    color: #ca3918
}

.special-body-page .form-field.valid input[type='text'], .special-body-page .form-field.valid input[type='password'], .special-body-page .form-field.valid input[type='email'], .special-body-page .form-field.valid input[type='date'], .special-body-page .form-field.valid input[type='time'], .special-body-page .form-field.valid input[type='url'], .special-body-page .form-field.valid input[type='number'] {
    border-color: #7cb507;
    color: #7cb507
}

.special-body-page .form-field.full {
    width: 100%
}

.special-body-page .form-field.small input[type='text'], .special-body-page .form-field.small input[type='password'], .special-body-page .form-field.small input[type='email'], .special-body-page .form-field.small input[type='date'], .special-body-page .form-field.small input[type='time'], .special-body-page .form-field.small input[type='url'], .special-body-page .form-field.small input[type='number'] {
    height: 41px;
    font-size: 12px;
    padding: 14px 12px
}

.special-body-page .form-field.search input[type='text'] {
    padding-right: 20px;
    border-color: #D8D8D8
}

.special-body-page .form-field label {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 auto 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #242831;
    text-transform: uppercase;
    letter-spacing: .2px
}

.special-body-page .form-field label .site-icon {
    margin: 0 0 0 15px;
    line-height: 18px;
    top: -1px
}

.special-body-page .form-field label.small {
    font-weight: 400;
    margin: 20px auto 11px
}

.special-body-page .form-field input[type='text'], .special-body-page .form-field input[type='password'], .special-body-page .form-field input[type='email'], .special-body-page .form-field input[type='date'], .special-body-page .form-field input[type='time'], .special-body-page .form-field input[type='url'], .special-body-page .form-field input[type='number'] {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    vertical-align: top;
    height: 50px;
    box-sizing: border-box;
    padding: 16px 29px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 14px;
    color: #242831;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #9f9f9f;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.special-body-page .form-field input[type='text']::-webkit-input-placeholder, .special-body-page .form-field input[type='password']::-webkit-input-placeholder, .special-body-page .form-field input[type='email']::-webkit-input-placeholder, .special-body-page .form-field input[type='date']::-webkit-input-placeholder, .special-body-page .form-field input[type='time']::-webkit-input-placeholder, .special-body-page .form-field input[type='url']::-webkit-input-placeholder, .special-body-page .form-field input[type='number']::-webkit-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field input[type='text']::-webkit-input-placeholder:focus, .special-body-page .form-field input[type='password']::-webkit-input-placeholder:focus, .special-body-page .form-field input[type='email']::-webkit-input-placeholder:focus, .special-body-page .form-field input[type='date']::-webkit-input-placeholder:focus, .special-body-page .form-field input[type='time']::-webkit-input-placeholder:focus, .special-body-page .form-field input[type='url']::-webkit-input-placeholder:focus, .special-body-page .form-field input[type='number']::-webkit-input-placeholder:focus {
    color: transparent
}

.special-body-page .form-field input[type='text']:-moz-placeholder, .special-body-page .form-field input[type='password']:-moz-placeholder, .special-body-page .form-field input[type='email']:-moz-placeholder, .special-body-page .form-field input[type='date']:-moz-placeholder, .special-body-page .form-field input[type='time']:-moz-placeholder, .special-body-page .form-field input[type='url']:-moz-placeholder, .special-body-page .form-field input[type='number']:-moz-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field input[type='text']:-moz-placeholder:focus, .special-body-page .form-field input[type='password']:-moz-placeholder:focus, .special-body-page .form-field input[type='email']:-moz-placeholder:focus, .special-body-page .form-field input[type='date']:-moz-placeholder:focus, .special-body-page .form-field input[type='time']:-moz-placeholder:focus, .special-body-page .form-field input[type='url']:-moz-placeholder:focus, .special-body-page .form-field input[type='number']:-moz-placeholder:focus {
    color: transparent
}

.special-body-page .form-field input[type='text']::-moz-placeholder, .special-body-page .form-field input[type='password']::-moz-placeholder, .special-body-page .form-field input[type='email']::-moz-placeholder, .special-body-page .form-field input[type='date']::-moz-placeholder, .special-body-page .form-field input[type='time']::-moz-placeholder, .special-body-page .form-field input[type='url']::-moz-placeholder, .special-body-page .form-field input[type='number']::-moz-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field input[type='text']::-moz-placeholder:focus, .special-body-page .form-field input[type='password']::-moz-placeholder:focus, .special-body-page .form-field input[type='email']::-moz-placeholder:focus, .special-body-page .form-field input[type='date']::-moz-placeholder:focus, .special-body-page .form-field input[type='time']::-moz-placeholder:focus, .special-body-page .form-field input[type='url']::-moz-placeholder:focus, .special-body-page .form-field input[type='number']::-moz-placeholder:focus {
    color: transparent
}

.special-body-page .form-field input[type='text']:-ms-placeholder, .special-body-page .form-field input[type='password']:-ms-placeholder, .special-body-page .form-field input[type='email']:-ms-placeholder, .special-body-page .form-field input[type='date']:-ms-placeholder, .special-body-page .form-field input[type='time']:-ms-placeholder, .special-body-page .form-field input[type='url']:-ms-placeholder, .special-body-page .form-field input[type='number']:-ms-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field input[type='text']:-ms-placeholder:focus, .special-body-page .form-field input[type='password']:-ms-placeholder:focus, .special-body-page .form-field input[type='email']:-ms-placeholder:focus, .special-body-page .form-field input[type='date']:-ms-placeholder:focus, .special-body-page .form-field input[type='time']:-ms-placeholder:focus, .special-body-page .form-field input[type='url']:-ms-placeholder:focus, .special-body-page .form-field input[type='number']:-ms-placeholder:focus {
    color: transparent
}

.special-body-page .form-field input[type='text']::-ms-input-placeholder, .special-body-page .form-field input[type='password']::-ms-input-placeholder, .special-body-page .form-field input[type='email']::-ms-input-placeholder, .special-body-page .form-field input[type='date']::-ms-input-placeholder, .special-body-page .form-field input[type='time']::-ms-input-placeholder, .special-body-page .form-field input[type='url']::-ms-input-placeholder, .special-body-page .form-field input[type='number']::-ms-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field input[type='text']::-ms-input-placeholder:focus, .special-body-page .form-field input[type='password']::-ms-input-placeholder:focus, .special-body-page .form-field input[type='email']::-ms-input-placeholder:focus, .special-body-page .form-field input[type='date']::-ms-input-placeholder:focus, .special-body-page .form-field input[type='time']::-ms-input-placeholder:focus, .special-body-page .form-field input[type='url']::-ms-input-placeholder:focus, .special-body-page .form-field input[type='number']::-ms-input-placeholder:focus {
    color: transparent
}

.special-body-page .form-field input[type='text']:-ms-input-placeholder, .special-body-page .form-field input[type='password']:-ms-input-placeholder, .special-body-page .form-field input[type='email']:-ms-input-placeholder, .special-body-page .form-field input[type='date']:-ms-input-placeholder, .special-body-page .form-field input[type='time']:-ms-input-placeholder, .special-body-page .form-field input[type='url']:-ms-input-placeholder, .special-body-page .form-field input[type='number']:-ms-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field input[type='text']:-ms-input-placeholder:focus, .special-body-page .form-field input[type='password']:-ms-input-placeholder:focus, .special-body-page .form-field input[type='email']:-ms-input-placeholder:focus, .special-body-page .form-field input[type='date']:-ms-input-placeholder:focus, .special-body-page .form-field input[type='time']:-ms-input-placeholder:focus, .special-body-page .form-field input[type='url']:-ms-input-placeholder:focus, .special-body-page .form-field input[type='number']:-ms-input-placeholder:focus {
    color: transparent
}

.special-body-page .form-field textarea {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    vertical-align: top;
    height: 160px;
    box-sizing: border-box;
    padding: 15px 29px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 14px;
    color: #242831;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #9f9f9f;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.special-body-page .form-field textarea::-webkit-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field textarea::-webkit-input-placeholder:focus {
    color: transparent
}

.special-body-page .form-field textarea:-moz-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field textarea:-moz-placeholder:focus {
    color: transparent
}

.special-body-page .form-field textarea::-moz-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field textarea::-moz-placeholder:focus {
    color: transparent
}

.special-body-page .form-field textarea:-ms-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field textarea:-ms-placeholder:focus {
    color: transparent
}

.special-body-page .form-field textarea::-ms-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field textarea::-ms-input-placeholder:focus {
    color: transparent
}

.special-body-page .form-field textarea:-ms-input-placeholder {
    line-height: 1em;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-weight: 400;
    font-size: inherit
}

.special-body-page .form-field textarea:-ms-input-placeholder:focus {
    color: transparent
}

.special-body-page .form-field .additional-information {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 0 36px;
    font-size: 14px;
    line-height: 50px;
    color: #314E0F;
    font-weight: 400
}

.special-body-page .site-search-button {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 13px
}

.special-body-page .site-search-button.info {
    background-image: url('/images/order_new/icons/16/info.svg')
}

.special-body-page .site-search-button.search {
    background-image: url('/images/order_new/icons/16/search.svg')
}

.special-body-page .site-search-button.google {
    background-image: url('/images/order_new/icons/16/google.png')
}

.special-body-page .site-search-button.yandex {
    background-image: url('/images/order_new/icons/16/yandex.png')
}

.special-body-page .site-search-button.m {
    background-image: url('/images/order_new/icons/16/m.png')
}

.special-body-page .site-search-button.b {
    background-image: url('/images/order_new/icons/16/b.png')
}

.special-body-page .site-search-button.b2 {
    background-image: url('/images/order_new/icons/16/b2.png')
}

.special-body-page .site-search-button.f {
    background-image: url('/images/order_new/icons/16/f.png')
}

.special-body-page .site-search-button.close {
    background-image: url('/images/order_new/icons/16/close.png')
}

.special-body-page .site-checkbox, .special-body-page .site-radio {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 9px 35px 12px 0
}

.special-body-page .site-checkbox input, .special-body-page .site-radio input {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-opacity: .0001;
    -moz-opacity: .0001;
    opacity: .0001;
    cursor: pointer
}

.special-body-page .site-checkbox .label, .special-body-page .site-radio .label {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    color: #242831;
    font-weight: 400
}

.special-body-page .site-checkbox .label:before, .special-body-page .site-radio .label:before {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    background: url('/images/order_new/icons/radio-checkbox.png') 0 0 no-repeat;
    background-size: 40px 40px
}

.special-body-page .site-checkbox:hover, .special-body-page .site-radio:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.special-body-page .site-checkbox input:checked + .label:before, .special-body-page .site-radio input:checked + .label:before {
    background-position-x: -20px
}

.special-body-page .site-checkbox .label:before {
    background-position-y: -20px
}

.special-body-page .site-radio .label:before {
    background-position-y: 0
}

.special-body-page .site-pro-checkbox {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: right;
    padding: 5px
}

.special-body-page .site-pro-checkbox > label {
    margin: 0 17px 0 0
}

.special-body-page .site-checkbox-large {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 9px 0 12px 0;
    width: 67px
}

.special-body-page .site-checkbox-large input {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-opacity: .0001;
    -moz-opacity: .0001;
    opacity: .0001;
    cursor: pointer
}

.special-body-page .site-checkbox-large .label {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    width: 67px;
    height: 35px;
    top: -6px;
    background: #D1D1D1;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .site-checkbox-large .label:before {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .site-checkbox-large:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.special-body-page .site-checkbox-large input:checked + .label {
    background: #5ca406;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .site-checkbox-large input:checked + .label:before {
    right: 3px;
    left: auto;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s
}

.special-body-page .form-flow-v {
    margin-top: 15px;
    min-height: 75px
}

.special-body-page .site-checkbox-big {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 9px 0 10px 0
}

.special-body-page .site-checkbox-big input {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-opacity: .0001;
    -moz-opacity: .0001;
    opacity: .0001;
    cursor: pointer
}

.special-body-page .site-checkbox-big .label {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #242831;
    font-weight: 400
}

.special-body-page .site-checkbox-big .label:before {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 33px;
    height: 33px;
    margin: 0 8px 0 0;
    background: url('/images/order_new/icons/filter-checkbox.png') 0 0 no-repeat;
    background-size: 66px 66px
}

.special-body-page .site-checkbox-big:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.special-body-page .site-checkbox-big input:checked + .label:before {
    background-position-x: -33px
}

.special-body-page .site-checkbox-big .label:before {
    background-position-y: 0
}

.special-body-page .site-checkbox-star {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 9px 0 10px 0
}

.special-body-page .site-checkbox-star input {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-opacity: .0001;
    -moz-opacity: .0001;
    opacity: .0001;
    cursor: pointer
}

.special-body-page .site-checkbox-star .label {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #242831;
    font-weight: 400
}

.special-body-page .site-checkbox-star .label:before {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 33px;
    height: 33px;
    margin: 0 8px 0 0;
    background: url('/images/order_new/icons/filter-checkbox.png') 0 0 no-repeat;
    background-size: 66px 66px
}

.special-body-page .site-checkbox-star:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.special-body-page .site-checkbox-star input:checked + .label:before {
    background-position-x: -33px
}

.special-body-page .site-checkbox-star .label:before {
    background-position-y: -33px
}

.special-body-page .col-lg-1, .special-body-page .col-lg-10, .special-body-page .col-lg-11, .special-body-page .col-lg-12, .special-body-page .col-lg-2, .special-body-page .col-lg-3, .special-body-page .col-lg-4, .special-body-page .col-lg-5, .special-body-page .col-lg-6, .special-body-page .col-lg-7, .special-body-page .col-lg-8, .special-body-page .col-lg-9, .special-body-page .col-md-1, .special-body-page .col-md-10, .special-body-page .col-md-11, .special-body-page .col-md-12, .special-body-page .col-md-2, .special-body-page .col-md-3, .special-body-page .col-md-4, .special-body-page .col-md-5, .special-body-page .col-md-6, .special-body-page .col-md-7, .special-body-page .col-md-8, .special-body-page .col-md-9, .special-body-page .col-sm-1, .special-body-page .col-sm-10, .special-body-page .col-sm-11, .special-body-page .col-sm-12, .special-body-page .col-sm-2, .special-body-page .col-sm-3, .special-body-page .col-sm-4, .special-body-page .col-sm-5, .special-body-page .col-sm-6, .special-body-page .col-sm-7, .special-body-page .col-sm-8, .special-body-page .col-sm-9, .special-body-page .col-xs-1, .special-body-page .col-xs-10, .special-body-page .col-xs-11, .special-body-page .col-xs-12, .special-body-page .col-xs-2, .special-body-page .col-xs-3, .special-body-page .col-xs-4, .special-body-page .col-xs-5, .special-body-page .col-xs-6, .special-body-page .col-xs-7, .special-body-page .col-xs-8, .special-body-page .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px
}

html {
    width: 100%;
    height: 100%
}

.special-body-page {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    min-width: 900px;
    max-width: 100%;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    color: #242831;
    background: transparent;
    cursor: default
}

.special-body-page a[href^="tel:"] {
    text-decoration: none
}

.special-body-page hr {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    height: 1px;
    background: #F0F0F7;
    margin: 30px auto 30px;
    clear: both
}

.special-body-page .site-flex {
    display: flex;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.special-body-page .site-flex .site-flex-item {
    width: auto
}

.special-body-page .site-flex .site-flex-item.large {
    width: 60%
}

.special-body-page .site-flex .site-flex-item.small {
    width: 40%
}

.special-body-page .site-flex .site-flex-half-item {
    width: 50%
}

.special-body-page .site-content {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    min-height: auto;
    height: auto;
    flex: 1 0 auto
}

.special-body-page .site-w {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    padding: 0;
    min-width: 900px;
    max-width: 1144px
}

.special-body-page .site-page {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%
}

.special-body-page .site-page.white {
    margin: 0 0 30px 0
}

.special-body-page .site-page.white > .site-w {
    padding: 28px 77px 50px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.special-body-page .site-page .site-pate-title {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 15px 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.special-body-page .site-page.filter > .site-w {
    padding: 28px 77px 20px
}

.special-body-page .site-page.buttons {
    margin: 10px auto 20px
}

.special-body-page .site-page.buttons.with-no-margin-top {
    margin-top: 0
}

.special-body-page .site-page.itogo {
    margin: 30px auto 40px
}

.special-body-page .text-align-left {
    text-align: left
}

.special-body-page .text-align-right {
    text-align: right
}

.special-body-page .text-float-left {
    float: left
}

.special-body-page .text-float-right {
    float: right
}

.special-body-page a {
    color: #0f2777;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-decoration: underline
}

.special-body-page a:hover {
    color: #f24c47;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-decoration: none
}

.special-body-page .site-icon.s16 {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px
}

.special-body-page .site-icon.s16.info {
    background-image: url('/images/order_new/icons/16/info.svg')
}

.special-body-page .site-icon.s16.search {
    background-image: url('/images/order_new/icons/16/search.svg')
}

.special-body-page .site-icon.s16.google {
    background-image: url('/images/order_new/icons/16/google.png')
}

.special-body-page .site-icon.s16.yandex {
    background-image: url('/images/order_new/icons/16/yandex.png')
}

.special-body-page .site-icon.s16.m {
    background-image: url('/images/order_new/icons/16/m.png')
}

.special-body-page .site-icon.s16.b {
    background-image: url('/images/order_new/icons/16/b.png')
}

.special-body-page .site-icon.s16.b2 {
    background-image: url('/images/order_new/icons/16/b2.png')
}

.special-body-page .site-icon.s16.f {
    background-image: url('/images/order_new/icons/16/f.png')
}

.special-body-page .site-icon.s16.close {
    background-image: url('/images/order_new/icons/16/close.png')
}

.special-body-page .site-icon.s24 {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -webkit-background-size: 24px 24px
}

.special-body-page .site-icon.s24.star {
    background-image: url('/images/order_new/icons/24/star.svg')
}

.special-body-page .no-svg .site-icon.s16 {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -webkit-background-size: 16px 16px
}

.special-body-page .no-svg .site-icon.s16.info {
    background-image: url('/images/order_new/icons/16/info.png')
}

.special-body-page .no-svg .site-icon.s16.search {
    background-image: url('/images/order_new/icons/16/search.png')
}

.special-body-page .no-svg .site-icon.s16.google {
    background-image: url('/images/order_new/icons/16/google.png')
}

.special-body-page .no-svg .site-icon.s16.yandex {
    background-image: url('/images/order_new/icons/16/yandex.png')
}

.special-body-page .no-svg .site-icon.s16.m {
    background-image: url('/images/order_new/icons/16/m.png')
}

.special-body-page .no-svg .site-icon.s16.b {
    background-image: url('/images/order_new/icons/16/b.png')
}

.special-body-page .no-svg .site-icon.s16.b2 {
    background-image: url('/images/order_new/icons/16/b2.png')
}

.special-body-page .no-svg .site-icon.s16.f {
    background-image: url('/images/order_new/icons/16/f.png')
}

.special-body-page .no-svg .site-icon.s16.close {
    background-image: url('/images/order_new/icons/16/close.png')
}

.special-body-page .no-svg .site-icon.s24 {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -webkit-background-size: 24px 24px
}

.special-body-page .no-svg .site-icon.s24.star {
    background-image: url('/images/order_new/icons/24/star.png')
}

.special-body-page .site-icon-caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #242831
}

.special-body-page .site-icon-caption .green {
    color: #5ca406
}

.special-body-page header.main > .site-w {
    padding: 35px 77px 0
}

.special-body-page header.main .h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 1px;
    color: #242831
}

.special-body-page .types-of-placement {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 20px auto 10px;
    font-size: 14px;
    color: #242831;
    line-height: 20px
}

.special-body-page .types-of-placement .local-title {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    color: #5ca406;
    margin: 0 25px 0 0
}

.special-body-page .types-of-placement .dash {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 5px 0 0
}

.special-body-page .types-of-placement .placement-item {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 5px 5px
}

.special-body-page footer.main {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    padding: 50px 0 0 0
}

.special-body-page .form-field-cross {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 15px;
    height: 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    margin: 0 17px 0 0;
    top: 1px
}

.special-body-page .form-field-cross:before {
    content: '';
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    height: 3px;
    background: #5ca406;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-cross:after {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 3px;
    height: 100%;
    background: #5ca406;
    position: absolute;
    left: 6px;
    top: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-cross:hover {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-cross:hover:before {
    background: #f77;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    height: 3px
}

.special-body-page .form-field-cross:hover:after {
    background: #f77;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-plus-a, .special-body-page .form-field-plus {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    vertical-align: top;
    margin: 12px 5px 0 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #747474;
    text-decoration: none
}

.special-body-page .form-field-plus-a:first-child, .special-body-page .form-field-plus:first-child {
    margin-top: 0
}

.special-body-page .form-field-plus-a:hover, .special-body-page .form-field-plus:hover {
    color: #000
}

.special-body-page .form-field-plus-a label, .special-body-page .form-field-plus label {
    cursor: pointer;
    margin-bottom: 0
}

.special-body-page .form-field-plus-a label small, .special-body-page .form-field-plus label small {
    font-size: 16px;
    letter-spacing: 1px;
    color: #B9B9B9;
    font-weight: 400;
    text-transform: none
}

.special-body-page .form-field-plus-a label .site-icon, .special-body-page .form-field-plus label .site-icon {
    display: none
}

.special-body-page .form-field-plus-a label:hover .form-field-cross, .special-body-page .form-field-plus label:hover .form-field-cross {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-plus-a .form-field-plus-container, .special-body-page .form-field-plus .form-field-plus-container {
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    margin-top: 0
}

.special-body-page .form-field-plus-a.show .form-field-plus-container, .special-body-page .form-field-plus.show .form-field-plus-container {
    display: block;
    max-height: 1000px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    margin-top: 10px
}

.special-body-page .form-field-plus-a.show .form-field-cross, .special-body-page .form-field-plus.show .form-field-cross {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-plus-a.show .form-field-cross:before, .special-body-page .form-field-plus.show .form-field-cross:before {
    background: #f77;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    height: 3px
}

.special-body-page .form-field-plus-a.show .form-field-cross:after, .special-body-page .form-field-plus.show .form-field-cross:after {
    background: #f77;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.special-body-page .form-field-plus-a.show label .site-icon, .special-body-page .form-field-plus.show label .site-icon {
    display: inline-block
}

.special-body-page .form-field-plus-a.show label:hover .form-field-cross, .special-body-page .form-field-plus.show label:hover .form-field-cross {
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    transform: rotateZ(135deg)
}

.special-body-page .itogo .result-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 100%;
    font-size: 20px;
    line-height: 41px;
    color: #242831;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px 0;
    vertical-align: middle
}

.special-body-page .itogo .result-title .result-text {
    color: #5ca406
}

.special-body-page .itogo .result-title .form-field-cross {
    vertical-align: middle
}

.special-body-page .itogo .form-field-plus {
    margin: 15px auto 15px
}

.special-body-page .itogo .form-field-plus .form-field-cross {
    vertical-align: middle;
    top: -1px
}

.special-body-page .itogo .form-field-plus label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 100%;
    font-size: 20px;
    line-height: 41px;
    color: #242831;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle
}

.special-body-page .itogo .result-sum {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 100%;
    font-size: 29px;
    color: #5ca406;
    letter-spacing: 1px;
    line-height: 41px
}

.special-body-page .itogo .result-sum .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 100%;
    font-size: 29px;
    color: #5ca406
}

.special-body-page .itogo .result-sum .currency {
    font-size: 18px;
    color: #B1B1B1;
    margin: 0 0 0 5px
}

.special-body-page .itogo .clear-list {
    color: #C2C2C2;
    float: right;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 400
}

.special-body-page .itogo .clear-list:hover {
    color: #000
}

.special-body-page .form-field.select.green-arrow .bootstrap-select.btn-group .dropdown-toggle .caret {
    background: url('/images/order_new/icons/16/green-arrow.png') 50% 50% no-repeat;
    color: transparent;
    width: 16px;
    height: 16px;
    top: 11px
}

.special-body-page .site-w .row.hr:first-child {
    padding-top: 0;
    padding-bottom: 30px
}

.special-body-page .row.hr {
    border-bottom: 1px solid #f0f0f7;
    padding-top: 15px;
    padding-bottom: 15px
}

.special-body-page .filter-results {
    line-height: 24px;
    margin-bottom: 15px
}

.special-body-page .filter-results .filter-results-value {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 100%;
    font-size: 12px;
    color: #5ca406;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    text-decoration: none
}

.special-body-page .filter-results .filter-results-value:hover {
    color: #000
}

.special-body-page .filter-results .show-favorites {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 100%;
    font-size: 12px;
    color: #ebb319;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

.special-body-page .filter-results .show-favorites .site-icon {
    margin-left: 6px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

.special-body-page .filter-results .show-favorites:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

.special-body-page .filter-results .show-favorites:hover .site-icon {
    -webkit-transform: rotateZ(70deg);
    -moz-transform: rotateZ(70deg);
    -o-transform: rotateZ(70deg);
    -ms-transform: rotateZ(70deg);
    transform: rotateZ(70deg);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

.special-body-page .filter-results:after {
    clear: both
}

.special-body-page .smi-rating {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 130px;
    height: 16px
}

.special-body-page .smi-rating .smi-rating-circle {
    display: -moz-inline-stack;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    zoom: 1;
    *display: inline;
    _height: 1px;
    box-sizing: border-box;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: #242831;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.special-body-page .smi-rating .smi-rating-circle.yes {
    background: #5ca406;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.special-body-page .smi-rating .smi-rating-circle.no {
    background: #242831;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.special-body-page .smi-status {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 0
}

.special-body-page .smi-status.thumbs-up {
    background: url('/images/order_new/icons/thumbs-up.png') 0 0 no-repeat
}

.special-body-page .smi-status.warning {
    background: url('/images/order_new/icons/warning.png') 0 0 no-repeat
}

.special-body-page .filter-table {
    display: table;
    width: 100%
}

.special-body-page .filter-table .smi-item {
    display: table;
    width: 100%;
    margin: 10px auto;
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    padding: 0;
    border-top: none
}

.special-body-page .filter-table .thead {
    display: table;
    width: 100%
}

.special-body-page .filter-table .thead .th {
    display: table-cell;
    padding: 10px 10px 10px 23px;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #8D8D8D;
    vertical-align: middle;
    text-align: left;
    font-weight: 400
}

.special-body-page .filter-table .thead .th a {
    color: inherit;
    text-decoration: none;
    text-transform: none
}

.special-body-page .filter-table .thead .th a:hover {
    color: #5ca406
}

.special-body-page .filter-table .ft-header-name {
    min-width: 20%;
    width: 20%;
    max-width: 20%
}

.special-body-page .filter-table .ft-header-activity {
    min-width: 15%;
    width: 15%;
    max-width: 15%
}

.special-body-page .filter-table .ft-header-rating {
    min-width: 15%;
    width: 15%;
    max-width: 15%
}

.special-body-page .filter-table .ft-header-coverage {
    min-width: 5%;
    width: 5%;
    max-width: 5%
}

.special-body-page .filter-table .ft-header-index {
    min-width: 15%;
    width: 15%;
    max-width: 15%
}

.special-body-page .filter-table .ft-header-price {
    min-width: 15%;
    width: 15%;
    max-width: 15%
}

.special-body-page .filter-table .ft-header-star {
    min-width: 8%;
    width: 8%;
    max-width: 8%
}

.special-body-page .filter-table .ft-header-ids {
    min-width: 8%;
    width: 8%;
    max-width: 8%
}

.special-body-page .filter-table .tr {
    display: table-row
}

.special-body-page .filter-table .tr .td {
    display: table-cell;
    padding: 24px 10px 24px 23px;
    vertical-align: middle;
    text-align: left
}

.special-body-page .filter-table .tr .td.ft-header-price {
    padding-left: 0;
    padding-right: 0
}

.special-body-page .filter-table .site-icon {
    margin: 0 7px 7px 0
}

.special-body-page .filter-table .ft-price {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 21px;
    line-height: 20px;
    color: #242831;
    line-break: strict
}

.special-body-page .filter-table .ft-price .value {
    color: #5ca406;
    font-weight: 700
}

.special-body-page .filter-table .ft-price .currency {
    color: #C3C3C3;
    font-size: 12px;
    margin: 0 0 0 5px
}

.special-body-page .filter-table .ft-activity {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #5ca406
}

.special-body-page .filter-table .ft-title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #242831
}

.special-body-page .filter-table .ft-coverage {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 4px 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #C3C3C3
}

.special-body-page .filter-table .ft-link {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    margin: 4px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 14px;
    line-height: 16px
}

.special-body-page .filter-table .ft-link a {
    color: #56B5FF;
    text-decoration: none
}

.special-body-page .filter-table .ft-link a:hover {
    color: #000
}

.special-body-page .mss-dropdown-li-reg, .special-body-page .mss-dropdown-li-fed {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    vertical-align: top;
    list-style: none;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 14px;
    color: #242831;
    margin: 3px 25px 3px 15px;
    padding: 6px 0 6px 23px;
    position: relative
}

.special-body-page .mss-dropdown-li-reg a, .special-body-page .mss-dropdown-li-fed a {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #242831
}

.special-body-page .mss-dropdown-li-reg a .before,
.special-body-page .mss-dropdown-li-fed a .before,
.special-body-page .mss-dropdown-li-reg a:before, .special-body-page .mss-dropdown-li-fed a:before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    vertical-align: top;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url('/images/order_new/icons/smi-li-default.png') 50% 50% no-repeat
}


.special-body-page .mss-dropdown-li-check:first-child a:before {
    display: none;
}

.special-body-page .mss-dropdown-li-check:first-child a {
    text-decoration: underline;
}

.special-body-page .mss-dropdown-li-check:first-child a:hover {
    text-decoration: none;
}

.special-body-page .mss-dropdown-li-check:first-child {
    padding: 10px 0 5px;
}


.special-body-page .mss-dropdown-li-reg.selected a .before, .special-body-page .mss-dropdown-li-fed.selected a .before, .special-body-page .mss-dropdown-li-reg.selected a:before, .special-body-page .mss-dropdown-li-fed.selected a:before {
    background-image: url('/images/order_new/icons/smi-li-chosen.png')
}


.special-body-page .mss-dropdown-li-fed {
    width: 85%
}


.special-body-page .mss-dropdown-li-fed a .before, .special-body-page .mss-dropdown-li-fed a:before {
    background-image: url('/images/order_new/icons/smi-li-closed.png')
}


.special-body-page .mss-dropdown-li-fed.opened a .before, .special-body-page .mss-dropdown-li-fed.opened a:before {
    background-image: url('/images/order_new/icons/smi-li-opened.png')
}


.special-body-page .mss-dropdown-li-fed.checked a .before, .special-body-page .mss-dropdown-li-fed.checked a:before {
    background-image: url('/images/order_new/icons/smi-li-closed.png')
}


.special-body-page .mss-dropdown-li-fed.checked.opened a .before, .special-body-page .mss-dropdown-li-fed.checked.opened a:before {
    background-image: url('/images/order_new/icons/smi-li-opened.png')
}


.special-body-page .mss-dropdown-li-reg {
    margin-left: 17px;
    padding-right: 20px
}


.special-body-page .js--mss-dropdown-ul {
    max-height: 280px;
    display: none;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 0;
    box-sizing: border-box
}

.special-body-page .fed-okrug {
    display: none;
    margin: 6px 25px 6px 18px;
    box-sizing: border-box;
    background: #F0F0F7
}

.special-body-page .fed-okrug.active {
    display: block
}

@media screen and (max-width: 1140px) {
    .special-body-page .filter-float .show-favorites {
        font-size: 0
    }
}

.site-tooltip, .site-tooltip:after {
    background: #5ca406 !important;
    border: 1px solid transparent !important
}

.site-tooltip {
    padding: 8px;
    background: yellow;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

.col-17-3 {
    width: 17.521%;
    padding: 0 4px;
    float: left;
    position: relative
}

.col-17-3:last-child {
    float: right
}

.col-17-2 {
    width: 11.831%;
    padding: 0 4px;
    float: left;
    position: relative
}

.col-17-2:last-child {
    float: right
}

* {
    outline: none !important
}

.special-body-page .site-icon.s24.star.default {
    background-image: url('/images/order_new/icons/24/star-default.svg');
}

.special-body-page .form-field-plus.show .form-field-plus-container {
    overflow: visible;
}

.special-body-page .site-checkbox input.input-check {
    width: calc(100% - 16px);
}

.special-body-page .site-radio input.input-check {
    width: calc(100% - 16px);
}

.special-body-page .filter-table .thead .th a.active {
    color: #5ca406;
}

.uploaded-files {
    margin-top: 10px;
}

.special-body-page .static-checkbox {
    width: 33px;
    height: 33px;
    background: url('/images/order_new/icons/filter-checkbox.png') 0 0 no-repeat;
    background-position-x: -33px;
    background-size: 66px 66px;
}


.special-body-page .form-field.search input.clearable {
    /* ставим инпуту фоновую картинку, но отображаем ее за пределами инпута - 150% в background-position */
    background-image: url('/images/ico/ico-x-normal.png');
    background-position: 150% 50%;
    background-repeat: no-repeat;
    transition: background 0.4s;
    /* добавляем справа небольшой padding, чтоб текст не залазил поверх крестика */
    padding-right: 27px
}

.special-body-page .form-field.search input.clearable__x {
    background-position: 90% 50%;
}

.special-body-page .form-field.search input.clearable__x-over {
    background-image: url('/images/ico/ico-x-hover.png');
    cursor: pointer;
}

.special-body-page .form-field.search input.clearable::-ms-clear {
    display: none;
}

.registration label {
    display: inline;
    margin-top: 0;
}

.registration input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.smi_ajax {
    cursor: pointer;
}

.special-body-page .form-field.select .bootstrap-select.btn-group.open .dropdown-toggle .caret {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.special-body-page .form-field.select .bootstrap-select.btn-group .dropdown-toggle.open .caret {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}
