hr {
    border: 0px;
    height: 1px;
    background-color: #f3f7fa;
    width: 100%;
    margin: 20px 0px;
}

img {
    max-width: 100%;
    border-radius: 4px;
}

textarea,
input {
    outline: none;
    resize: none;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.95);
}

textarea {
    overflow: auto;
    border: 1px solid #dfecf5;
    background-color: #fff;
    color: #666;
    line-height: 22px;
    min-height: 36px;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: 4px;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #626262 !important;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #626262 !important;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #626262 !important;
}

select::placeholder,
textarea::placeholder,
input::placeholder {
    color: #626262 !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    border: 1px solid #dfecf5;
    background-color: #fff;
    color: #666;
    line-height: 20px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all .2s ease;
    border-radius: 4px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid #9ed591 !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    border: none;
    color: #fff;
    height: 40px;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s ease;
    background-color: #3297db;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background-color: #5eb948;
    color: #fff;
}

select {
    color: #000;
    border: 1px solid #dfecf5;
    background-color: #fff;
    cursor: pointer;
    line-height: 20px;
    height: 40px;
    padding: 10px 28px 10px 10px;
    background-image: url('/roll/selected/select.png');
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 1em;
    text-indent: 1px;
    text-overflow: '';
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
    border: 1px solid #9ed591 !important;
}

.checkin input[type="checkbox"] {
    display: none;
}

.checkin input[type="checkbox"] + label {
    background: url(/img/checkins.png) no-repeat 0px 0px;
}

.checkin input[type="checkbox"]:checked + label {
    background: url(/img/checkins.png) no-repeat 0px -20px;
}

.checkin input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
    cursor: pointer;
    font-size: 14px;
    padding-left: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 20px;
    line-height: 20px;
}

br,
div,
span,
b,
strong,
a,
i,
ul,
li,
ol,
input,
select,
textarea,
form,
p,
h1,
h2,
h3,
h4,
aside,
blockquote,
section,
article {
    border-radius: 4px;
}

.xw-tl {
    border-radius: 4px 4px 0px 0px !important;
}

.xw-ml {
    border-radius: 0px !important;
}

.xw-bl {
    border-radius: 0px 0px 4px 4px !important;
}

.xw-tl div,
.xw-ml div,
.xw-bl div {
    border-radius: 0px !important;
}

br,
br:hover,
img,
div,
div:hover,
span,
span:hover,
b,
b:hover,
strong,
strong:hover,
a,
a:hover,
i,
i:hover,
ul,
ul:hover,
li,
li:hover,
ol,
ol:hover,
input,
input:hover,
select,
select:hover,
textarea,
textarea:hover,
form,
form:hover,
p,
p:hover,
h1,
h1:hover,
h2,
h2:hover,
h3,
h3:hover,
h4,
h4:hover,
aside,
aside:hover,
blockquote,
blockquote:hover,
section,
section:hover,
article,
article:hover {
    transition: all .5s ease;
    word-wrap: break-word;
}

a span,
a:hover span,
a:hover span:hover {
        transition: all .0s ease;
}

img,
img::selection,
div,
div::selection,
span,
span::selection,
b,
b::selection,
strong,
strong::selection,
a,
a::selection,
i,
i::selection,
ul,
ul::selection,
li,
li::selection,
ol,
ol::selection,
input,
select,
select::selection,
textarea,
form,
form::selection,
p,
h1,
h2,
h3,
h4,
aside,
aside::selection,
blockquote,
blockquote::selection,
section,
section::selection,
article,
article::selection {
    position: relative;
}

::selection,
.itemname::selection,
.itemname a::selection {
    background: #fff2a8;
}

input,
select,
textarea {
    max-width: 100%;
}

textarea::selection,
input::selection,
.osnblock p a::selection,
.osnblock p::selection,
.osnblock p strong::selection,
.osnblock strong::selection,
.osnblock p b::selection,
.osnblock ul li::selection,
.osnblock ul li::selection,
.osnblock b::selection,
.osnblock h1::selection,
.osnblock h2::selection,
.osnblock h3::selection,
.osnblock h4::selection {
    background: #fff2a8;
}

h1,
h2,
h3,
h4 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 900;
}

p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
}

p:last-child {
    margin: 0px 0px 0px 0px;
}

.bb_white {
    background-color: #fff;
}

.bp_40 {
    padding: 40px;
}

.bm_40_auto {
    margin:40px auto;
}

/* Кнопка вверх */

#gotop {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    background: #e30013 url(/roll/js/gotop/gotop.png) center no-repeat;
        background-size: 20px;
    color: #fff;
    bottom: -70px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}

#gotop:hover {
    bottom: 20px !important;
    background: #5eb948 url(/roll/js/gotop/gotop.png) center no-repeat;
          background-size: 20px;
}

:focus {
 outline-style: none;
 outline-width: 0px !important;
 outline-color: none !important;
}

#skritpolz,
#skritpolzz {
    overflow: hidden;
    max-height: 140px;
    display:block;
}

.block_20 {
    display: block;
    padding: 20px;
}

#skritpolz,
#skritpolzz,
.jspContainer {
    width: auto !important;
}


.style_categor table {
    border-spacing: 0px;
}
.style_categor table tr {
        display: inline-block;
    float: left;
        margin: 5px 0px;
    margin-right: 20px;
}
.style_categor table tr:last-child {
        display: inline-block;
    float: left;
    margin-right: 0px;
}

/* Загрущик страницы */

#loader {

    position: fixed;

    background: rgba(255, 255, 255, 0.98);

    height: calc(100vh + 2000px);
    width: calc(100vw + 2000px);
    margin-left: -1000px;
    margin-top: -1000px;
    z-index: 99999;

}



.loader-body {

   width:60px;

   height:30px;

   padding:0px;

   text-align:left;

   position: absolute;

   top: 50%;

   left: 50%;

   margin-left: -30px;

   margin-top: -15px;

}

.loader-body span {

   position:absolute;

   display:inline-block;

   width:30px;

   height:30px;

   border-radius:4px;

   -webkit-animation:preloader10 0.7s linear infinite alternate;

   animation:preloader10 0.7s linear infinite alternate;

   background: #e30013;

}

.loader-body span:last-child {

   animation-delay:-0.7s;

   -webkit-animation-delay:-0.7s;

   margin-left:20px;

   background: #1a1a1a;

}

@keyframes preloader10 {

   0% {transform: scale(0, 0);}

   100% {transform: scale(1, 1);}

}

@-webkit-keyframes preloader10 {

   0% {-webkit-transform: scale(0, 0);}

   100% {-webkit-transform: scale(1, 1);}

}