html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

.slowChange {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button,
input {
    padding: 0;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensedRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

body {
    font-family: "Roboto Condensed", serif;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.main-content {
    background-color: #ff8000;
    padding-top: 60px;
}

.main-content__wrap {
    position: relative;
    background: linear-gradient(to bottom, rgba(70, 70, 70, 0.08) 0%, rgba(70, 70, 70, 0.08) 6%, rgba(80, 80, 80, 0.08) 7%, rgba(93, 93, 94, 0.08) 9%, rgba(119, 119, 119, 0.08) 11%, rgba(194, 194, 194, 0.08) 16%, rgba(219, 220, 220, 0.08) 18%, rgba(240, 240, 241, 0.08) 20%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0.08) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14464646', endColorstr='#14ffffff', GradientType=0);
    max-width: 1024px;
    margin: 0 auto;
    background-color: #fff;
    padding: 51px 0 36px 0;
    box-shadow: 0 30px 60px 0px #d75f00;
}

.main-content__wrap--roskom {
    box-shadow: 0 30px 50px 0px #2b2b2b;
}

.main-content-roskom {
    background-color: #323233;
    background-image: url("../img/bg_noise.png");
}

.header__wrap {
    padding: 0 4.859%;
}

.header__title-container {
    width: 66.682%;
    float: left;
    color: #282828;
}

.header__title-container-dostup {
    width: 66.682%;
    float: left;
    color: #282828;
}

.header__title-container--roskom {
    color: #282828;
}

.header h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.header h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}

.header__logo-container {
    width: 30%;
    float: right;
    margin-top: 12px;
}

.header__icon {
    display: block;
    z-index: 10;
    width: 100%;
    width: 66%;
    margin-left: auto;
}

.header__icon img {
    display: block;
    margin-left: auto;
    z-index: 10;
}

.header__span {
    color: #b40000;
}

.intro__wrap {
    padding: 0 4.859%;
}

.intro__container-text {
    margin-top: 45px;
    margin-bottom: 55px;
    color: #282828;
    width: 84.289%;
}

.intro__container-text--roskom {
    width: 100%;
}

.intro__container-text ul {
    list-style: disc;
    font-size: 15px;
    padding-left: 18px;
}

.intro__title {
    margin-top: 25px;
    margin-bottom: 25px;
}

.intro h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.intro p {
    font-size: 15px;
    font-weight: 300;
    width: 85%;
}

.intro__container-text--roskom p {
    font-size: 15px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 25px;
}

.intro__container-text--roskom h4 {
    width: 89.289%;
}

.intro__span {
    font-weight: 700;
}

.intro__container-text--roskom li {
    margin-bottom: 21px;
    font-size: 15px;
}

.intro__container-img img {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 0;
    pointer-events: none;
}

.intro__container-img--roskom img {
    top: 15px;
}

.pay {
    position: relative;
    background-color: #5b5b5d;
    background: #414143;
    background: linear-gradient(to bottom, #414143 0%, #545455 75%, #575859 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414143', endColorstr='#575859', GradientType=0);
}

.pay__wrap {
    padding: 40px 4.859%;
    color: #fff;
    z-index: 100;
    position: relative;
}

.pay__link {
    display: block;
    float: left;
    text-decoration: none;
    color: #232323;
    font-size: 25px;
    background-color: #ff8000;
    border-radius: 30px;
    line-height: 55px;
    border: 3px solid #232323;
    text-align: center;
    width: 29%;
    box-shadow: 0px 2px 8px 0px #463c32;
    transition: all 0.3s cubic-bezier(0.55, 0.08, 0.06, 0.97);
}

.pay__link:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-filter: drop-shadow(0 20px 10px #463c32);
}

.pay__info-container {
    float: right;
    width: 67%;
}

.pay__info-cards {
    margin-bottom: 30px;
}

.pay__info-cards p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}

.pay__addres-link {
    display: inline;
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid #8b8b8c;
}

.pay__address-link {
    display: inline;
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid #8b8b8c;
}

.pay__addres-link:hover {
    color: #ff8000;
    border-bottom: 1px solid #ff8000;
}

.pay__address-link:hover {
    color: #ff8000;
    border-bottom: 1px solid #ff8000;
}

.pay__info-place {
    float: left;
    margin-left: -300px;
}

.pay__cabinet {
    float: left;
}

.pay__sber {
    float: left;
}

.pay__info-addres {
    float: right;
    color: #c8c8c8;
    margin-top: -11px;
    line-height: 22px;
}

.pay__info-address {
    float: right;
    color: #c8c8c8;
    margin-top: -11px;
    line-height: 22px;
}

.pay__info-addres span {
    font-size: 12px;
    font-weight: 300;
    display: block;
}

.pay__info-address span {
    font-size: 12px;
    font-weight: 300;
    display: block;
}

.pay__info-addres a {
    font-size: 15px;
    font-weight: 400;
    color: #c8c8c8;
}

.pay__info-address a {
    font-size: 15px;
    font-weight: 400;
    color: #c8c8c8;
}

.pay__roskom-logo img {
    z-index: 10;
}

.pay__span {
    font-size: 35px;
    font-weight: 300;
}

.pay__span--slash {
    font-size: 35px;
    font-weight: 300;
    margin-left: 13px;
    margin-right: 13px;
}

.pay__registry {
    z-index: 10;
}

.pay__registry a {
    display: inline;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    z-index: 10;
    border-bottom: 1px solid #8e8e8e;
}

.pay__registry a:hover {
    border-bottom: 1px solid #ff8000;
    color: #ff8000;
}

.pay__img-stop {
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -35px;
}

.pay__svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.slider {
    position: relative;
}

.slider__wrap {
    padding: 0 5.9%;
    padding-top: 60px;
    color: #fff;
}

.slider .bn {
    position: relative;
}

.slider img {
    margin: 0 auto;
}

.slider .bn-control {
    position: absolute;
    right: 14px;
    bottom: 43px;
}

.slider .bn-control li {
    float: left;
    width: 19px;
    height: 19px;
    margin-left: 5px;
}

.slider .bn-control li a {
    width: 19px;
    height: 19px;
    float: left;
    background: url("../img/btn_control.png") -79px 0;
    overflow: hidden;
}

.slider .bn-control li.active a,
.slider .bn-control li.active a:hover {
    background: url("../img/btn_control.png") -117px 0;
    cursor: default;
}

.slider .bn-control li a:hover {
    background: url("../img/btn_control.png") -40px 0;
}

.footer__wrap {
    margin: 0 auto;
    padding: 46px 0.5%;
    max-width: 1024px;
}

.footer__info-container {
    float: left;
    width: 42%;
    color: #232323;
}

.footer__info-container--roskom {
    color: #fff;
    opacity: 0.15;
}

.footer__info-container p {
    font-size: 12px;
    font-weight: 300;
}

.footer__link-container {
    float: right;
    margin-top: -10px;
}

.footer__link {
    display: inline;
    font-size: 25px;
    font-weight: 300;
    color: #232323;
    border-bottom: 1px solid #c8641e;
}

.footer__link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer__link--roskom {
    color: #fff;
    border-bottom: 1px solid #fff;
    opacity: 0.15;
    transition: ease 0.3s;
}

.footer__link--roskom:hover {
    color: #ff8000;
    transition: ease 0.3s;
    opacity: 1;
    border-bottom: 1px solid #ff8000;
}

@media (max-width: 750px) {
    .slider__wrap {
        padding-top: 47px;
    }
    .pay__registry {
        width: 40%;
    }
    .pay__link {
        float: none;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .pay__info-container {
        float: none;
        width: 100%;
    }
    .pay__info-place {
        float: none;
        width: 100%;
    }
    .pay__info-addres {
        float: none;
        width: 100%;
    }
    .pay__info-address {
        float: none;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .main-content {
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    .slider .bn-control {
        bottom: 35px;
        right: 14px;
    }
    .header__logo-container {
        float: none;
        width: auto;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -244px;
        margin-top: 0;
    }
    .header__logo-container--roskom {
        margin-left: -188px;
    }
    .header__title-container {
        padding-top: 50px;
        width: 100%;
    }
    .header__title-container-dostup {
        padding-top: 80px;
        width: 100%;
    }
    .intro__container-text {
        width: 100%;
    }
    .intro__container-text--roskom h4 {
        width: 100%;
    }
    .intro__container-text--roskom p {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .header__title-container--roskom h1 {
        font-size: 36px;
    }
    .header__title-container--roskom h2 {
        font-size: 31px;
    }
    .pay__registry {
        width: 80% !important;
        padding-bottom: 100px;
    }
    .pay__link {
        width: 90% !important;
    }
    .pay__info-addres a {
        font-size: 13px;
    }
    .pay__info-address a {
        font-size: 13px;
    }
}

@media (max-width: 850px) {
    .slider .bn-control {
        bottom: 35px;
        right: 14px;
    }
    .pay__registry {
        width: 43%;
        margin: 0 auto;
        text-align: center;
    }
    .pay__registry a {
        font-size: 28px;
        display: inline;
        width: 100%;
    }
    .pay__span--slash {
        display: none;
    }
    .pay__roskom-logo {
        text-align: center;
    }
    .pay__span {
        display: block;
    }
}

@media (max-width: 1002px) {
    .header__icon img {
        width: 100%;
        height: auto;
    }
    .pay__info-addres {
        width: 100%;
        margin-top: 20px;
    }
    .pay__info-address {
        width: 100%;
        margin-top: 20px;
    }
    .pay__info-cards img {
        width: 100%;
        height: auto;
    }
    .slider img {
        width: 100%;
        height: auto;
    }
    .slider .bn-control {
        right: 14px;
    }
}

@media (max-width: 638px) {
    .pay__registry {
        width: 48%;
    }
}

@media (max-width: 528px) {
    .pay__registry {
        width: 66%;
        padding-bottom: 120px;
    }
    .pay__img-stop {
        bottom: 0;
        margin-top: 40px;
        left: 50%;
        margin-left: -40px;
    }
}

@media (max-width: 770px) {
    .slider .bn-control {
        bottom: 30px;
        right: 14px;
    }
    .footer__info-container {
        float: none;
        text-align: center;
        width: auto;
        margin: 0 auto;
    }
    .footer__link-container {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .slider .bn-control {
        bottom: 20px;
        right: 14px;
    }
}

@media (max-width: 350px) {
    .slider .bn-control {
        bottom: 20px;
        right: 14px;
    }
}
