html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #1a1a1a;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 18px;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.btn, a.btn:hover {
    text-decoration: none !important;
}
.container-fluid {
    max-width: 1366px;
    position: relative;
}

.nopadding {
    padding: 0;
}
.nopadding-left {
    padding-left: 0;
}
.nopadding-right {
    padding-right: 0;
}

.rub {
    font-family: "ALS Rubl";
    color: #908e8d;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.pager {
    width: 100%;
    text-align: center;
}
.pager > * {
    display: inline-block;
}

p {
    margin: 0 0 16px;
}

.logo {
    width: 191px;
    height: 38px;
    background-image: url("/media/front/web/img/logo.png?v=1");
    background-size: cover;
}

.video-block {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-block > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icon-additional:before {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow-additional.png);
    width: 11px;
    height: 10px;
    margin-right: 6px;
}
a.remove {
    display: inline-block;
    background-image: url(../img/icon-remove.png);
    width: 16px;
    height: 16px;
}
.icon-arrow-right:after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow-right.png);
    width: 24px;
    height: 14px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
textarea {
    resize: none;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

form ul.errorlist {
    margin: 9px 0 0;
    list-style: none;
    padding: 0;
    color: red;
    font-weight: bold;
}
.no-padding-top {
    padding-top: 0 !important;
}
.text-center {
    text-align: center;
}
.text-through {
    text-decoration: line-through;
}
.z-index-2 {
    z-index: 2;
}