.logo--black_and_red {
    display: none;
}

/* Белая шапка */
header.header__white {
    background: #fff;
    color: #161a17;
}

header.header__white .header__inner {
    border-bottom: 1px solid transparent;
}

header.header__white .header__phone a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

header.header__white .recall__button {
    background-color: rgba(0, 0, 0, .2);
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    border-radius: 5px;
    transition: all .2s linear;
}

header.header__white .recall__button:hover {
    background-color: rgba(0, 0, 0, .5);
}

header.header__white .logo--black_and_red {
    display: block;
}

header.active .logo--black_and_red {
    display: none;
    margin-right: 20px;
}

header.header__white .logo--white {
    display: none;
}

header.header__white .burger__line {
    background: black;
}

header.header__white .burger__line:nth-child(2) {
	width: 79%;
}

header.header__white .header__recall {
    margin-left: 30px;
}

header.header__white .header__recall a {
    padding: 7px 24px;
}

header.header__white .logo > a > span {
    font-family: Gilroy;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #000000;
    padding-top: 4px;
    padding-left: 4px;
}

header.header__white .logo > a > img {
    float: left;
    margin-right: 20px;
}

/* Белый footer */

footer.footer__white .footer__logo--white,
footer .footer__logo--black,
footer.footer__white .footer__copyright {
    display: none;
}

footer.footer__white .footer__logo--black,
footer.footer__white .footer__copyright--white {
    display: block;
}

footer.footer__white {
    color: #000000; 
    background: #FFFFFF;
    border-top: 1px solid rgba(0,0,0,0.05);
}

footer.footer__white .footer__bottom--new .form__header span:first-child,
footer.footer__white .footer__bottom--new .form__header span,
footer.footer__white .form__field input,
footer.footer__white .footer__bottom--new .form__field label,
footer.footer__white .footer__bottom--new .form__field input::placeholder,
footer.footer__white .policy label,
footer.footer__white .footer__list li,
footer.footer__white .footer__bottom--new span.footer__address--title {
    color: #000000;
}

footer.footer__white .footer__line {
    width: 100%;
    height: 1px;
    position: relative;
    top: 60px;
    background: rgba(0,0,0,0.05); 
}

footer.footer__white .footer__bottom--new form {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

footer.footer__white .address_block--social a img:last-child,
footer.footer__white .address_block--social a img:first-child,
footer.footer__white .address_block--social a:hover img:first-child,
footer.footer__white .address_block--social a:hover img:nth-child(2) {
    display: none;
}

footer.footer__white .address_block--social a:hover img:last-child,
footer.footer__white .address_block--social a img:nth-child(2) {
    display: inline-block;
}

footer.footer__white .footer__bottom--new .address_block--social a {
    background: #F9F9F9;
    border-radius: 5px;
}

footer.footer__white .address_block--social a:hover {
    background: rgba(226, 188, 121, 0.2);
}

footer.footer__white .footer__copyright--white {
    display: block;
    border-top: none;
    font-size: 14px;
    background: rgba(239, 239, 239, 0.4);
}

footer.footer__white .footer__copyright--white .container {
    display: table;
}

/* Статьти */

.articles__breadcrumbs__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.articles__breadcrumbs__wrapper.no-xl {
    display: none !important;
}

.articles__arrow__breadcrambs {
    margin-right: 10px;
}

.articles__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}

.articles__menu {
    min-width: 270px;
    width: 270px;
}

/* articles__content */
.articles__content {
    width: 870px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #161917;
}

.articles__content section {
    margin-bottom: 50px;
}

.articles__content b {
    font-weight: bold;
}

.articles__content h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    color: #161917;
    margin-bottom: 20px;
    text-transform: none;
}

.articles__content h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #161917;
    margin-bottom: 20px;
    text-transform: none;
}

.articles__content h3 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #161917;
    margin-bottom: 20px;
    text-transform: none;
}

.articles__content h4 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #161917;
    margin-bottom: 20px;
    text-transform: none;
}

.articles__content__wrapper p {
    margin-bottom: 20px;
}

.articles__content ul {
    margin-top: 20px;
    padding-top: 5px;
    padding-left: 35px;
    font-size: 16px;
    text-align: left;
}

.articles__content ol {
    margin-top: 20px;
    text-align: left;
}


.articles__content ol li {
    display: block;
    padding-left: 40px;
    margin: 5px 0 10px;
}

.articles__content ol li:before {
    left: 0;
    top: -2px;
    content: counter(li) ".-";
    counter-increment: li;
    position: absolute;
    font-size: 18px;
    color: #e0202d;
    display: inline-block;
    text-align: center;
    font-weight: 900;
}

.articles__content ul li {
    position: relative;
    padding: 0 0 10px 20px;
    display: block;
}
.articles__content ul li:before {
    position: absolute;
    top: 5px;
    left: -5px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: '';
    background: #cc3a2b;
}

/* articles__author */
.articles__author {
    margin-bottom: 30px !important;
    width: 100%;
    padding: 14px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #AAAAAA;
    font-size: 14px;
    line-height: 16px;
}

.articles__author__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articles__author__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.articles__author__name {
    margin-left: 10px;
    margin-right: 30px;
    color: #E2BC79;
    border-bottom: 1px solid #E2BC79;
    transition: all .2s linear;
    font-weight: bold;
}

.articles__author__name:hover {
    border-bottom: 1px solid transparent;;
}

.articles__author__watched {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
}

.articles__author__watched img {
    margin-right: 5px;
}

.articles__author__likes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.articles__author__likes img {
    margin-right: 6px;
}

.articles__author__time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.articles__author__time b {
    margin-left: 3px;
}

.articles__author__time img {
    margin-right: 6px;
}

/* articles__optimization */
.articles__optimization {
    margin-bottom: 50px;
}

.articles__optimization .articles__text {
    margin-bottom: 22px;
}

.articles__optimization blockquote {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding: 15px 110px 11px 80px;
    position: relative;
}

.articles__optimization blockquote img {
    position: absolute;
    top: 18px;
    left: 30px;
}

/* articles__checklist */
.articles__checklist {
    margin-bottom: 50px;
}

.articles__checklist blockquote {
    margin-top: 30px;
    margin-bottom: 19px;
    background-color: #f7f7f7;
    padding: 15px 110px 18px 80px;
    position: relative;
}

.articles__checklist blockquote img {
    position: absolute;
    top: 13px;
    left: 31px;
}

/* articles__rezervs */
.articles__rezervs {
    margin-bottom: 50px;
}
.articles__rezervs p {
    margin-bottom: 20px;
}

.articles__rezervs img {
    margin-bottom: 30px;
}

.articles__rezervs ul {
    padding-top: 0;
}

/* articles__configuration */
.articles__configuration {
    margin-bottom: 40px !important;
}

.articles__configuration ol {
    text-align: left;
    margin-left: 20px;
}

.articles__configuration ol li {
    display: block;
    padding-left: 40px;
    margin: 5px 0 10px;
}

.articles__configuration ol li:before {
    left: 0;
    top: -2px;
    content: counter(li) ".-";
    counter-increment: li;
    position: absolute;
    font-size: 18px;
    color: #e0202d;
    display: inline-block;
    text-align: center;
    font-weight: 900;
}

/* articles__checkdata */
.articles__checkdata {
    margin-bottom: 50px;
}

.articles__checkdata img {
    margin-bottom: 30px;
}

/* articles__moovedata */
.articles__moovedata {
    margin-bottom: 40px !important;
}

.articles__moovedata ul {
    margin-top: 10px;
}

.articles__moovedata img {
    margin-top: 25px;
}

.articles__moovedata blockquote {
    margin-top: 30px;
    margin-bottom: 19px;
    background-color: #f7f7f7;
    padding: 15px 110px 18px 80px;
    position: relative;
}

.articles__moovedata blockquote img {
    position: absolute;
    top: 13px !important;
    left: 31px;
}

/* articles__checkconf */
.articles__checkconf {
    margin-bottom: 30px !important;
}
.articles__checkconf img {
    margin-top: 5px;
}

/* articles__checksettings */
.articles__checksettings {
    margin-bottom: 35px !important;
}

/* articles__autocash */
.articles__autocash {
    margin-bottom: 30px !important;
}

.articles__autocash ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* articles__monitor */
.articles__monitor ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* articles__misakes */
.articles__misakes {
    margin-bottom: 35px !important;
}

/* articles__settingscash */
.articles__settingscash ul {
    margin-top: 20px;
}

.articles__settingscash img {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* articles__tables */
.articles__tables {
    margin-bottom: 30px !important;
}
.articles__tables img {
    margin-top: 5px;
    margin-left: 35px;
}

/* articles__recommendation */
.articles__recommendation ul {
    margin-bottom: 10px;
}

/* estimate */
.estimate {
    width: 100%;
    color: #AAAAAA;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 65px;
}

.estimate__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.estimate__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.estimate__like.vs-likeit-active .estimate__like__bg  {
    opacity: .15;
}

.estimate__like.vs-likeit-active .estimate__like__finger  {
    fill: #E2BC79;
}

.estimate__left a:active .estimate__like__bg  {
    opacity: .15;
}

.estimate__left a:active .estimate__like__finger  {
    fill: #E2BC79;
}

.estimate_count {
    margin-right: 10px;
}

#articlesDislike.active .estimate__like__bg  {
    opacity: 0;
}

#articlesDislike.active .estimate__like__finger  {
    fill: #E2BC79;
}

.estimate__like.vs-likeit-active:hover .estimate__like__bg  {
    opacity: .15;
}

.estimate__like.vs-likeit-active:hover .estimate__like__finger  {
    fill: #E2BC79;
}

.estimate__like {
    cursor: pointer;
    transition: all .2s linear;
}

.estimate .ilike-light .bx-ilike-button {
    height: auto;
}

.estimate .ilike-light .bx-ilike-text {
    height: auto;
    cursor: pointer;
    opacity: 1;
    height: 60px;
    width: 60px;
    padding: 0;
    background: url('/local/templates/reds_new/images/dislike.svg') no-repeat center;
}

.estimate .ilike-light .bx-ilike-text:hover {
    background: url('/local/templates/reds_new/images/dislike--hover.svg') no-repeat center;
}

.estimate .ilike-light .bx-ilike-text.active {
    background: url('/local/templates/reds_new/images/dislike--active.svg') no-repeat center;
}

.estimate .bx-ilike-icon {
    display: none;
}

.estimate__like:hover .estimate__like__bg {
    opacity: 0.3;
}

.estimate__dislike {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 20px;
}

.estimate_count span {
    color: #E2BC79;
    font-weight: bold;
}

.estimate__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.estimate__right a {
    display: inline-block;
    margin-left: 20px;
    transition: transform 0.2s linear;
}

.estimate__right a:hover {
    transform: translateY(-5px);
}

/* articles__blog */
.articles__blog {
    margin-bottom: 50px !important;
}

.articles__blog h2 {
    margin-bottom: 30px;
}

.articles__blog .blog__item {
    margin-bottom: 0;
}

/* articles__comments */
.articles__comments--services {
    margin-top: 50px;
}

.articles__comments--services h2 {
    text-transform: none;
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #161917;
    margin-bottom: 16px;
}

.articles__comments h2 {
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
}

.articles__comments__wrapper__header {
    margin-top: 30px;
    margin-bottom: 50px;
}

.articles__form__group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.articles__form__avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #F3F3F3;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #E5E5E5;
    position: relative;
    min-width: 55px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articles__form__avatar.no-xl {
    display: none;
}

.articles__form__avatar--admin {
    color: #fff;
    font-size: 22px;
    background-color: rgba(224, 32, 45, .8);
}

.articles__comments__wrapper__header .articles__form__avatar {
    margin-right: 10px;
}

.articles__form__input {
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    border-radius: 30px;
    padding: 20px 20px 18px 25px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #161917;
    width: 320px;
}

.articles__form__input::placeholder {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #161917;
    opacity: 0.5;
}

.articles__form__date {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #AAAAAA;
    margin-left: 23px;
    position: relative;
}

.articles__form__date:before {
    display: block;
    content: "";
    height: 3px;
    width: 3px;
    background-color: #AAAAAA;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -1.5px;
}

.articles__form__group--big {
    margin-top: 15px;
    position: relative;
    width: 640px;
}

.articles__form__group--big .articles__form__input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    padding-right: 60px;
}

.articles__form__group--big .articles__form__arrow {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -12px;
    border: none;
    background: none;
}

.articles__comments__item__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.articles__comments__wrapper__body {
    margin-top: 35px;
}

.articles__comments__wrapper__body .articles__comments__wrapper__body {
    margin-top: 15px;
}

.articles__comments__item__wrapper .articles__form__avatar {
    margin-right: 20px;
}

.articles__comments__item__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.articles__comments__item__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #161917;
}

.articles__comments__item__middle {
    overflow-wrap: break-word;
    max-width: 794px;
}

.articles__comments__item__bottom {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #AAAAAA;
    position: relative;
    margin-top: 10px;
    /*border-bottom: 1px solid transparent;*/
    transition: all .2s linear;
}

/*.articles__comments__item__bottom:hover {*/
/*    border-bottom: 1px solid #AAAAAA;*/
/*}*/

/*.articles__comments__item__bottom:after {*/
/*    display: block;*/
/*    content: "";*/
/*    height: 3px;*/
/*    width: 3px;*/
/*    background-color: #AAAAAA;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: 50%;*/
/*    margin-top: -1.5px;*/
/*}*/

.articles__comments__item__answer {
    padding-left: 75px;
}

.articles__form__answer {
    margin-top: 10px;
}

/* articles__breadcrumbs */
.articles__breadcrumbs {
    background-color: rgba(239, 239, 239, 0.4);
    color: #AAAAAA;
    padding: 15px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.articles__breadcrumbs__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.articles__breadcrumbs__inner a {
    /*margin-left: 9px;*/
    /*margin-right: 9px;*/
    border-bottom: 1px solid transparent;
    transition: all .2s linear;
}

.articles__breadcrumbs__inner a:hover {
    border-color: #AAAAAA;
    color: #AAAAAA !important;
    text-decoration: none !important;

}

.articles__breadcrumbs__inner a:last-child {
    pointer-events: none;
}

.articles__breadcrumbs__line {
    margin-left: 9px;
    margin-right: 9px;
}

/* Общие стили для статей */
.articles__content__wrapper blockquote {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding: 15px 110px 11px 80px;
    position: relative;
}

.articles__content__wrapper blockquote img {
    position: absolute;
    top: 18px;
    left: 30px;
}

@media (max-width: 1199px) {

    .articles__breadcrumbs.md {
        display: none !important;
    }

    .articles__breadcrumbs__wrapper.md {
        display: flex !important;
    }

    .articles__breadcrumbs__inner a:last-child {
        pointer-events: auto;
    }

    header.header__white .header__phone {
        display: table;
    }

    header.header__white .header__recall {
        display: none;
    }

    header.header__white .header__burger {
        margin-left: 25px;
    }

    header.header__white .logo > a > img {
	    margin-right: 18px;
	}

    .articles__menu {
        display: none;
    }
    .articles__content {
        width: 100%;
    }

    .articles__checkdata {
        margin-bottom: 10px !important;
    }

    .articles__optimizdata {
        margin-bottom: 40px !important;
    }

    .articles__comments__item__middle {
        max-width: 709px;
    }

    .articles__moovedata ul {
        margin-top: 20px;
    }

    .articles__moovedata blockquote {
        padding: 15px 40px 18px 80px;
    }

    .articles__form__avatar {
        min-width: 50px;
        width: 50px;
        min-height: 50px;
        height: 50px;
    }

}

@media (max-width: 767px) {

    header.header__white .header__phone a {
        font-size: 16px;
        line-height: 19px;
    }

    header.header__white .header__burger {
        margin-left: 0px;
    }

    header.header__white .logo > a > img {
	    width: 105px;
	}

	header.header__white .header__phone {
	    margin-right: 33px;
	}

    /*

    footer.footer__white .form__header span:first-child {
	    font-size: 20px;
	    line-height: 24px;
	    width: 80%;
	}

	footer.footer__white .footer__left {
	    width: 100%;
	}

	footer.footer__white .r-request.r-request--toll {
	    width: 100%;
	}

	footer.footer__white .policy {
	    margin-top: 21px;
	}

	footer.footer__white .footer__left {
	    margin-bottom: 60px;
	}

	footer.footer__white .footer__address--title {
	    font-size: 16px;
	    margin-bottom: 5px;
	}

	footer.footer__white .address_block {
	    margin-bottom: 19px;
	}

	footer.footer__white .address_block--tablet {
	    display: block;
	    margin-bottom: 29px;
	}

    footer.footer__white .address_block--tablet .footer__address--title:first-child {
    	color: #E2BC79;
	    border-bottom: 1px solid #E2BC79;
	    width: fit-content;
	    line-height: 19px;
	    margin-bottom: 20px;
    }

    footer.footer__white .footer__right--white {
	    margin-bottom: 30px;
	}

	

    */
   
    footer.footer__white .footer__line {
        display: none;
    }
	
    .articles__content section {
        margin-bottom: 30px;
    }

    .articles__content ul {
        padding-top: 0;
        padding-left: 0;
    }

    .articles__content ul li {
        padding: 0 0 13px 20px;
    }

    .articles__content ul li:before {
        left: 0px;
    }

    .articles__inner {
        padding-top: 0;
    }

    /* articles__author--mobile */
    .articles__author--mobile {
        border: none;
        padding: 0;
        margin-bottom: 20px !important;
        font-size: 14px;
        line-height: 16px;
    }
    .articles__author--mobile .articles__author__inner {
        flex-wrap: wrap;
    }

    .articles__author--mobile .articles__author__left {
        padding: 20px 0;
        width: 100%;
    }

    .articles__author--mobile .articles__author__right {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    .articles__author--mobile .articles__author__time {
        margin-right: 49px;
    }

    .articles__content h1 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .articles__optimization {
        margin-bottom: 20px !important;
    }

    .articles__optimization blockquote {
        margin-top: 30px;
        background-color: #f7f7f7;
        padding: 10px 15px 15px 40px;
        position: relative;
    }

    .articles__optimization blockquote img {
        top: 15px;
        left: 10px;
        width: 18px;
        height: 14px;
    }

    .articles__content h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .articles__checklist blockquote {
        margin-top: 10px;
        margin-bottom: 3px;
        padding: 15px 15px 15px 40px;
    }

    .articles__checklist blockquote img {
        top: 15px;
        left: 10px;
        width: 18px;
        height: 14px;
    }

    .articles__content h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .articles__rezervs {
        margin-bottom: 20px !important;
    }

    .articles__rezervs p {
        margin-bottom: 15px;
    }

    .articles__rezervs img {
        margin-bottom: 12px;
    }

    .articles__configuration ol {
        padding-left: 0;
        margin-left: 0;
    }

    .articles__configuration ol li {
        padding-left: 30px;
        margin: 5px 0 5px;
    }

    .articles__comments__item__middle {
        max-width: 330px;
    }


    .articles__configuration {
        margin-bottom: 30px !important;
    }

    .articles__checkdata img {
        margin-bottom: 15px;
    }

    .articles__optimizdata {
        margin-bottom: 15px !important;
    }

    .articles__moovedata {
        margin-bottom: 8px !important;
    }

    .articles__moovedata ul {
        margin-top: 15px;
    }

    .articles__moovedata blockquote {
        margin-top: 0px;
        margin-bottom: 3px;
        padding: 15px 15px 15px 40px;
    }

    .articles__moovedata blockquote img {
        top: -5px !important;
        left: 10px;
        width: 18px;
        height: 14px;
    }

    .articles__content h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .articles__recommendation ul li {
        padding: 0 0 10px 20px;
    }

    .estimate {
        margin-bottom: 50px;
    }

    .estimate__wrapper {
        align-items: flex-start;
    }

    .estimate__left {
        flex-direction: column;
        align-items: flex-start;
    }

    .estimate__left__wrapper {
        display: flex;
        /*align-items: baseline;*/
        margin-bottom: 10px;
    }

    .estimate__right {
        flex-direction: column;
        align-items: flex-end;
    }

    .estimate__right__wrapper {
        display: flex;
        margin-top: 5px;
    }

    .articles__blog h2 {
        margin-bottom: 5px;
    }

    .articles__blog .blog__list {
        display: flex;
        overflow-x: scroll;
        padding: 7px;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .articles__blog .blog__list::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    .articles__blog .blog__item {
        margin-bottom: 0;
        width: 250px;
        height: 221px;
        min-width: 250px;
        min-height: 221px;
    }

    .articles__blog .blog {
        padding-top: 0px;
    }

    .articles__blog {
        margin-bottom: 40px !important;
    }

    .articles__form__group--big {
        margin-top: 10px;
        width: 100%;
    }

    .articles__comments__wrapper__body {
        margin-top: 30px;
    }

    .articles__comments__wrapper__body .articles__form__avatar {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }

    .articles__comments__wrapper__header {
        margin-bottom: 34px;
    }

    .articles__comments__wrapper__header {
        margin-bottom: 28px;
    }

    .articles__comments__item__wrapper .articles__form__avatar {
        margin-right: 10px;
    }

    .articles__comments__item__top {
        margin-bottom: 0px;
    }

    .articles__comments__item__bottom {
        margin-top: 5px;
    }

    .articles__comments__item__answer {
        padding-left: 25px;
    }

    .articles__comments__item__wrapper {
        margin-bottom: 18px;
    }

    .articles__form__avatar,
    .articles__form__avatar--admin {
        font-size: 14px;
        line-height: 17px;
    }

    .articles__comments__wrapper__body .articles__form__avatar {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Marketplace */
.marketplace__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}

.marketplace__left {
    min-width: 270px;
    width: 270px;
}

.marketplace__content {
    width: 870px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #161917;
}

.marketplace__content h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    text-transform: none;
}

.marketplace__pannel {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
}

.marketplace__pannel__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.marketplace__pannel__left {
    color: #AAAAAA;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.marketplace__pannel__select {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

.marketplace__pannel__left span {
    color: #000;
}

.marketplace__pannel__menu {
    display: none;
    position: absolute;
    right: -40px;
    top: 30px;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 2;
}

.marketplace__pannel__menu.active {
    display: block;
}

.marketplace__pannel__menu div {
    margin-bottom: 10px;
}

.marketplace__pannel__link {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: all .2s linear;
    width: auto;
}

.marketplace__pannel__link:hover {
    color: #E2BC79;
    border-color: #E2BC79;
}

.marketplace__pannel__link.current {
    color: #000;
    pointer-events: none;
}

.marketplace__pannel__link:last-child {
    margin-bottom: 0px;
}

.marketplace__pannel__right {
    color: #AAAAAA;
}

.marketplace__pannel__right span {
    color: #000000;
}

.marketplace__content__item {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 383px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 5px;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.marketplace__content__item__top {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.marketplace__content__item__top__sale {
    display: inline-block;
    padding: 2px 8px 3px 13px;
    margin-right: 10px;
    background: url('/local/templates/reds_new/images/marketplace__sale.svg') no-repeat center;
}

.marketplace__content__item__top__cashback {
    display: inline-block;
    padding: 2px 10px 3px 13px;
    background: url('/local/templates/reds_new/images/marketplace__cashback.svg') no-repeat center;
}

.marketplace__content__item__body {
    padding: 0 15px 20px;
}

.marketplace__content__item__price__current {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
}

.marketplace__content__item__price__current__rub {
    font-size: 16px;
    line-height: 19px;
}

.marketplace__content__item__price__old {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-left: 14px;
    position: relative;
}

.marketplace__content__item__price__line {
    position: absolute;
    width: 110%;
    height: 2px;
    background-color: #E0202D;
    transform: rotate(-5.51deg);
    left: -5%;
    bottom: 50%;
    margin-top: -1px;
}

.marketplace__content__item__rating {
    padding: 5px 0;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #AAAAAA;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.marketplace__content__item__rating.green .marketplace__content__item__rating__value {
    color: #2FD92B;
}

.marketplace__content__item__rating.red .marketplace__content__item__rating__value {
    color: #E0202D;
}

.marketplace__content__item__rating.red .marketplace__content__item__rating__finger {
    fill: #E0202D;
}

.marketplace__content__item__rating.salad .marketplace__content__item__rating__value {
    color: #DFE237;
}

.marketplace__content__item__rating.salad .marketplace__content__item__rating__finger {
    fill: #DFE237;
}

.marketplace__content__item__rating__value {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
}

.marketplace__content__item__rating__value svg {
    margin-right: 8px;
}

.marketplace__content__item__title {
    display: inline-block;
    margin-top: 5px;
}

.marketplace__content__item__title.no-xl {
    display: none !important;
}

.marketplace__content__item__title b {
    font-weight: 600;
}

.marketplace__content__item__type {
    font-size: 14px;
    line-height: 16px;
    color: #AAAAAA;
    display: inline-block;
    margin-top: 15px;
}

.marketplace__content__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* marketplace__content__pagination */
.marketplace__content__pagination {
    margin-top: 15px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.marketplace__content__pagination__link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #161917;
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
    transition: all .2s linear;
}

.marketplace__content__pagination__link:hover {
    color: #fff;
    background: #E2BC79;
    border-color: #E2BC79;
}

.marketplace__content__pagination__link--further {
    padding: 10px 20px;
}

/* Marketplace filter */
.marketplace__filter {
    margin-top: 50px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.marketplace__filter__box {
    margin-bottom: 50px;
}

.marketplace__filter__box__title {
    font-weight: 600;
    margin-bottom: 13px;
}

.marketplace__filter__box__param__item {
    margin-bottom: 11px;
}

.marketplace__filter__box__param__item.hidden {
    display: none;
}

.marketplace__filter__box__param__item.hidden.active {
    display: block;
}

.marketplace__filter__box__param__checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    appearance: checkbox;
    -webkit-appearance: checkbox;
}

.marketplace__filter__box__param__text {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.marketplace__filter__box__param__text:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 8px;
    transition: all .2s linear;
}

.marketplace__filter__box__param__checkbox:checked+.marketplace__filter__box__param__text:before {
    border-color: #E2BC79;
    background-color: #E2BC79;
    background-image: url("/local/templates/reds_new/images/marketplace__checked.svg");
}

.marketplace__filter__box__param__checkbox:hover+.marketplace__filter__box__param__text:before {
    border-color: #E2BC79;
}

.marketplace__filter__box__param__checkbox:not(:disabled):active+.marketplace__filter__box__param__text:before {
    border-color: #E2BC79;
    background-color: #E2BC79;
}

.marketplace__filter__box__param__count {
    color: #aaa;
    margin-left: 5px;
}

.marketplace__filter__box__param__item:last-child {
    margin-bottom: 0px;
}

.marketplace__filter__shomore {
    display: inline-block;
    margin-top: 14px;
    color: #E2BC79;
    font-weight: 500;
    border-bottom: 1px solid #E2BC79;
    transition: all .2s linear;
}

.marketplace__filter__shomore:hover {
    border-color: transparent;
}

.marketplace__filter__box__param__price__item {
    position: relative;
    font-size: 14px;
    line-height: 16px;
}

.marketplace__filter__box__param__price__item input {
    width: 130px;
    height: 35px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 46px;
    font-family: Gilroy;
    font-size: 14px;
    line-height: 16px;
}

.marketplace__filter__box__param__price__item span {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #AAAAAA;
}

.marketplace__filter__box__param__price__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/*.workshop__services-list.empty {*/
/*    display: none;*/
/*}*/

@media (max-width: 1199px) {
    .marketplace__pannel {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .marketplace__pannel__inner {
        justify-content: flex-start;
    }

    .marketplace__pannel__left {
        margin-right: 15px;
        padding: 10px 20px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        border-radius: 5px;
        color: #161917;
        cursor: pointer;
        font-size: 14px;
        line-height: 16px;
    }

    .marketplace__pannel__left img {
        margin-right: 15px;
    }

    .marketplace__pannel__right {
        padding: 10px 20px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        border-radius: 5px;
        color: #161917;
        cursor: pointer;
        font-size: 14px;
        line-height: 16px;
    }

    .marketplace__pannel__right img {
        margin-right: 10px;
    }

    .marketplace__content__item {
        width: 250px;
        height: 363px;
    }

    .marketplace__content__item__title.md {
        display: inline-block !important;
    }

}

@media (max-width: 767px) {
    .marketplace__inner {
        padding-top: 20px;
    }

    .marketplace__pannel {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .marketplace__content h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .marketplace__content__item {
        width: 335px;
        height: 408px;
    }

    .marketplace__content__item__img {
        width: 335px;
        height: 225px;
    }

    .marketplace__content__item__rating {
        margin-top: 15px;
    }

    .marketplace__content__pagination {
        margin-bottom: 50px;
    }

    .marketplace__content__item__price__current {
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
    }

    .marketplace__content__item__price__current__rub {
        font-size: 14px;
        line-height: 17px;
    }

    .marketplace__content__item__price__old {
        font-size: 14px;
        line-height: 17px;
    }
}

/* Новые баннеры */
/* Banner shop */
.banner__shop {
    background: url('/local/templates/reds_new/images/banners/banner--shop_2x.jpg') no-repeat center;
    background-size: cover;
    width: 1000px;
    height: 440px;
    box-sizing: border-box;
    border-radius: 5px;
}

.banner__shop__wrapper {
    padding-top: 60px;
    padding-left: 80px;
}

.banner__shop h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-transform: none;
    margin-bottom: 30px;
}

.banner__shop__benefits {
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.banner__shop__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 47%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
}

.banner__shop__item img {
    margin-right: 15px;
}

.banner__shop__item b {
    font-weight: bold;
    display: block;
}

.banner__shop__footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner__shop__price {
    font-size: 18px;
    font-weight: 600;
    margin-right: 21px;
}

.banner__shop__price span {
    font-size: 28px;
}

.banner__shop__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    width: 200px;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
    background: #E2BC79;
    border-radius: 5px;
    min-height: 40px;
    padding: 11px;
    margin-bottom: 0px !important;
    webkit-box-shadow: none;
    box-shadow: none;
}

.banner__shop__btn:hover {
    opacity: 90%;
    box-shadow: none;
}

.banner__shop__left {
    margin-top: 0 !important;
}

.banner__shop__left .banner__left--slider--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner__shop__left .banner__slide {
    margin-right: 0 !important;
}

@media (max-width: 1199px) {
    .banner__shop__left .banner__slide {
        height: 30px;
    }

    .banner__shop {
        background: url('/local/templates/reds_new/images/banners/banner--shop-tablet_2x.jpg') no-repeat center;
        background-size: cover;
        width: 780px;
        height: 350px;
    }

    .banner__shop__wrapper {
        padding-top: 30px;
        padding-left: 51px;
    }

    .banner__shop h1 {
        margin-top: 0 !important;
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 20px !important;
    }

    .banner__shop__benefits {
        width: 420px;
    }

    .banner__shop__footer .support__banner--main button {
        margin-bottom: 0 !important;
    }

    .support__banner--main button {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .banner__shop {
        background: url(/local/templates/reds_new/images/banners/banner--shop-mobile_3x.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .banner__shop__wrapper {
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner__shop h1 {
        padding-top: 0 !important;
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .banner__shop h1 br {
        display: none;
    }

    .banner__shop__benefits {
        width: 100%;
    }

    .banner__shop__item {
        font-size: 14px;
        line-height: 17px;
        width: 50%;
    }

    .banner__shop__item img {
        margin-right: 5px;
        width: 35px;
        height: 35px;
    }

    .banner__shop__item b {
        display: inline;
    }

    .banner__shop__footer {
        margin-top: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    .banner__shop__price {
        margin-bottom: 20px;
    }

    .banner__shop__price span {
        font-size: 18px;
    }

    .banner__shop__btn {
        width: 170px;
    }
}

.workshop__block-title {
    transition: all .2s ease;
    opacity: 1;
}

.workshop__block-title.pacificHide {
    color: transparent;
    opacity: 0;
    font-size: 0;
    height: 0;
    /*display: none;*/
}

/* Редизайн черного footer */

.footer__bottom--new {
    margin-top: 70px;
    margin-bottom: 20px;
}

.footer__bottom--new .form__header {
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 80px;
}

.footer__top {
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer__list li {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 76px;
}

.copyright.left,
.footer__policy.right {
    font-size: 14px;
    line-height: 16px;
}

.footer__bottom--new .form__header span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: none;
}

.footer__bottom--new .form__header span:first-child {
    display: block;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    text-transform: none;
}

.footer__bottom--new .form__fields {
    display: flex;
    width: 470px;
    justify-content: space-between;
    float: left;
}

.footer__bottom--new .form__field {
    width: 220px;
    height: 45px;
    margin-bottom: 0;
}

.footer__bottom--new .form__field input {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: transparent;
    height: 45px;
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer__bottom--new .form__field label,
.footer__bottom--new .form__field input::placeholder{
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    /*top: 15px;
    left: 15px;*/
}

.footer__bottom--new .form__field.row:after,
.footer__bottom--new input[required] + label:after {
    display: none;
}

.footer__bottom--new .policy {
    margin-top: 33px;
}

.footer__bottom--new  .policy label a,
.footer__bottom--new  .policy label a:active {
    color: #E2BC79;
    border-bottom: 1px solid #E2BC79;
}

.footer__bottom--new .policy label a:hover {
    border-bottom: 1px solid transparent;
}

.footer__bottom--new  .row--btn {
    display: inline-block;
    width: auto;
    margin-left: 30px;
    margin-bottom: -17px;
}

.footer__bottom--new  .row--btn .r-request {
    width: 250px;
    height: 45px;
    background: #E2BC79;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    font-family: Gilroy;
}

.footer__bottom--new  .row--btn .r-request:hover {
    opacity: 80%;
}

.footer__bottom--new .s-checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin-right: 11px;
}

.footer__bottom--new .icon-check_white {
    background-image: url('/local/templates/reds_new/images/check_new.svg');
    background-position: 1px 1px;
    width: 35px;
    height: 28px;
    background-repeat: no-repeat;
    width: 35px;
    height: 28px;
    top: -3px;
}

.footer__bottom--new form {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__bottom--new .footer__right--white {
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: transparent;
    width: 100%;
    margin-top: 50px;
}

.footer__bottom--new .footer__right--contacts {
    width: auto;
    white-space: nowrap;
}

.footer__bottom--new .footer__right--contacts:first-child {
    margin-right: 137px;
}

.footer__bottom--new .footer__right--contacts:nth-child(2) {
    margin-right: 8px;
}

.footer__bottom--new .footer__right--contacts:nth-child(3) {
    display: flex;  
    margin-right: 10px;  
}

.footer__bottom--new .footer__right--contacts:nth-child(3) .address_block:first-child {
    margin-right: 130px;
}

.footer__bottom--new .address_block {
    margin-bottom: 50px;
}

.footer__bottom--new .footer__right--contacts:first-child .address_block:last-child {
    visibility: hidden;
}

.footer__bottom--new span.footer__address--title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer__bottom--new span.footer__address--info {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 10px;
}

.footer__bottom--new .address_block--social {
    height: 30px;
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.footer__bottom--new .address_block--social a {
    display: inline-flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    margin-right: 0;
    border-radius: 5px;
    background: rgba(249, 249, 249, 0.2);
}

.footer__bottom--new .address_block--social a img:last-child, 
.footer__bottom--new .address_block--social a:hover img:first-child,
.footer__bottom--new .address_block--social a img:nth-child(2) {
    display: none;
}

.footer__bottom--new  .address_block--social a:hover {
    background: rgba(226, 188, 121, 0.2);
    border-radius: 5px;
}

.footer__bottom--new .address_block--social a:hover img:last-child {
    display: inline-block;
}

footer .footer__copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer__bottom--new  .form__field input:focus + label {
    top: 0rem !important;
    font-size: 0.65rem;
    color: transparent;
    font-weight: 400;
}

footer .footer__bottom {
    display: none;
}

footer .footer__bottom--new {
    display: block;
}


@media (max-width: 1199px) {

    .footer__bottom--new {
        margin-bottom: 0px;
    }

    .logo > a > img {
        float: left;
        margin-right: 30px;
        height: auto;
    }

    .footer__bottom--new .form__header span:first-child {
        margin-bottom: 4px;
    }

    .footer__bottom--new .form__header {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer__bottom--new .row--btn .r-request {
        width: 280px;
    }

    .footer__bottom--new .policy {
        margin-top: 31px;
    }

    .footer__bottom--new form {
        padding-bottom: 60px;
    }

    .footer__bottom--new .footer__right--white {
        flex-wrap: wrap;
        margin-top: 60px;
    }

    .footer__bottom--new .footer__right--contacts {
        width: 43%;
    }

    .footer__bottom--new .address_block--social {
        margin-left: 0;
        position: absolute;
        right: 310px;
        bottom: auto;
        top: 105px;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(2) .address_block:last-child {
        position: absolute;
        top: 0;
        right: 71px;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(2) .address_block:first-child {
        position: absolute;
        top: 208px;
        left: 0;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(3) {
        margin-right: 10px;
        width: auto;
        position: relative;
        left: 300px;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(3) .address_block:first-child {
        margin-right: 155px;
    }

    .footer__list li {
        margin-left: 19px;
    }

    .footer__list li:first-child {
        margin-left: 0;
    }

}

@media (max-width: 767px) {

    .footer__bottom--new {
        margin-top: 15px;
        /*border-top: 1px solid rgba(255,255,255,0.2);*/
    }

    .footer__bottom--new .form__header {
        margin-top: 30px;
    }

    .footer__bottom--new .form__header span:first-child {
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .footer__bottom--new .form__fields {
        flex-wrap: wrap;
        width: 100%;
        float: none;
    }

    .footer__bottom--new .form__field {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer__bottom--new .row--btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: -12px;
        margin-top: 5px;
    }

    .footer__bottom--new .row--btn .r-request {
        width: 100%;
    }

    .footer__bottom--new .policy label {
        font-size: 14px;
        line-height: 16px;
    }

    .footer__bottom--new form {
        padding-bottom: 30px;
    }

    .footer__bottom--new .footer__right--white {
        margin-top: 29px;
        margin-bottom: 25px;
    }

    .footer__bottom--new .footer__right--contacts {
        width: 100%;
    }

    .footer__bottom--new span.footer__address--title {
        font-size: 16px;
    }

    .footer__bottom--new span.footer__address--info {
        margin-top: 6px;
    }

    .footer__bottom--new .address_block {
        margin-bottom: 18px;
    }

    .footer__bottom--new .address_block--tablet .footer__address--title {
        display: block;
        margin-bottom: 19px;
    }

    .footer__bottom--new .address_block--social {
        margin-top: 15px;
    }

    .footer__bottom--new .footer__right--contacts:first-child .address_block:last-child {
        display: none;
    }

    .footer__bottom--new .icon-check_white {
        background-position: left;
        width: 20px;
        height: 14px;
        top: 0;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(2) .address_block:last-child {
        position: relative;
        right: 0;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(3) {
        position: relative;
        left: 0;
        flex-wrap: wrap;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(2) .address_block:first-child {
        position: relative;
        top: 0;
        margin-bottom: 8px;
    }

    .footer__bottom--new .address_block .footer__address--title a {
        color: #E2BC79;
        border-bottom: 1px solid #E2BC79;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(2) {
        margin-right: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(2) .footer__address--info,
    .footer__bottom--new .footer__right--contacts:nth-child(3) .footer__address--info {
        display: inline-block;
        margin-top: 2px;
        padding-left: 6px;
    }

    .footer__bottom--new .address_block--social {
        margin-left: 0;
        position: relative;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .footer__bottom--new .footer__right--contacts:nth-child(3) .address_block:first-child {
        margin-right: 0;
        margin-bottom: 8px;
            width: 100%;
    }

    .footer__bottom--new .address_block--social {
        margin-top: 11px;
        width: 100%;
    }

    .footer__bottom--new .address_block--social a {
        margin-left: 0;
        margin-right: 7px;
    }



}



/* Редизайн черного footer */