@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width: 559px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 559px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
        word-break: break-word;
    }
    .home-services-descr {
        word-break: break-word;
    }
}
body{
    width: 100%;
}

img {
    border: 0;
}

.header-nav-left-list {
    padding-left: 33px;
}

.breadcrumb {
    /* display: -ms-flexbox;
    display: flex; */
    padding-left: 0;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.breadcrumb li {
    list-style: none;
    font-size: 14px;
    line-height: 100%;
    color: #262d33;
    margin-bottom: 5px;
    display: inline;
}

@media(max-width: 374px) {
    .breadcrumb li {
        font-size: 13px;
    }
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li:not(:first-child):before {
    content: "•";
    display: inline-block;
    margin: 0 5px;
}

.page {
  overflow: hidden;
    padding: 120px 0 57px;
}

.about__video {
    /* padding-bottom: 43%; */
}

.video-block {
    position: relative;
}

.about .video-block {
    overflow: hidden;
    font-size: 0;
    height: 850px;
}

.about .video-block video {
    width: 100%;
    height: 100%;
}

.video-block video {
    background-size: cover;
    background-position: 50% 50%;
    /* position: absolute; */
    margin: auto;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: fill;
    z-index: -1;
}

h2 {
    font-family: "Circe-bold";
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 33px;
    color: #262d33;
}

.video-block-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    border: 0;
    display: none;
    background-color: transparent;
    height: 100px;
    background-image: url("../img/about/video-btn.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-block.active .video-block-btn {
    display: block;
}

button:focus {
    outline: none;
}

.about__block {
    background: #EFF2F9;
    padding: 80px 0;
}

.about__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about__col {
    width: 50%;
}

.about__name {
    font-family: "Circe-Light";
    font-size: 49px;
    line-height: 120%;
    color: #262d33;
    max-width: 456px;
}

.about__block p {
    font-size: 24px;
    line-height: 35px;
    color: #262d33;
    -webkit-margin-after: 2em;
    margin-block-end: 2em;
}

.about__wrap2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 80px;
}

.about__wrap2__col {
    width: 260px;
}

.about__wrap2__name {
    font-family: "Circe-bold";
    font-size: 72px;
    line-height: 72px;
    color: #c51315;
}

.about__wrap2__red {
    font-family: "Circe-bold";
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #c51315;
}

.about__wrap2__red {
    font-family: "Circe-bold";
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
}

@media (max-width: 1199px) {
    .about__wrap2 {
        padding-left: 20px;
    }
}

@media (max-width: 1023px) {
    .about__wrap2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        max-width: 700px;
        margin: 0 auto;
        padding-left: 70px;
    }
    .about__wrap2__col {
        width: calc(100% / 2);
        margin-bottom: 60px;
    }
    .about__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__col {
        width: 100%;
    }
    .about__name {
        max-width: 100%;
        font-size: 34px;
        margin-bottom: 32px;
    }
    .about__block p {
        font-size: 18px;
        line-height: 27px;
    }
    .about__block {
        padding: 30px 0;
    }
    .about__wrap2 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .video-block-btn {
        height: 75px;
        width: 75px;
    }
    .page {
        padding: 30px 0;
    }
    .about__wrap2 {
        padding-left: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__wrap2__col {
        padding-left: 0;
        width: 260px;
    }
    h2 {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 1.2;
    }
    .about__name {
        font-size: 34px;
        margin-top: 32px;
    }
    .about__wrap2 {
        padding-top: 40px;
    }
}

.about__partner {
    padding-top: 100px;
    background-size: contain;
    background-position: center bottom -50px;
    background-repeat: no-repeat;
    padding-bottom: 104px;
}

@media (min-width: 1500px) {
    .about__partner {
        background-size: 100%;
    }
}

.about__partner__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__partner__item {
    width: 360px;
}

.about__partner__item p {
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
    height: 87px;
    overflow: hidden;
    margin-bottom: 30px;
}

.about__partner__item ul {
    padding-left: 25px;
}

.about__partner__item ul li {
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
    position: relative;
    list-style: none;
    margin-bottom: 16px;
}

.about__partner__item ul li::before {
    width: 8px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    left: -22px;
    top: 6px;
    background: url("../img/partnerIconTriangle.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.about__partner a {
    margin-top: 333px;
}

.about__service {
    padding: 80px 0 0;
}

.about__service__wrap {
    display: -ms-flexbox;
    display: flex;
}

.about__service__col--left {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
}

.about__service__col--left p {
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
    max-width: 446px;
}

.about__service__col--left .persona__contact {
    margin-bottom: 15px;
}

.home-services-list li {
    cursor: pointer;
    opacity: 1;
}

@media (max-width: 1199px) {
    .about__partner__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__partner__item {
        width: calc(100% / 2);
        padding-right: 25px;
        margin-bottom: 64px;
    }
    .about__partner a {
        margin-top: 100px;
    }
    .about__partner {
        padding-top: 112px;
    }
}

@media (max-width: 991px) {
    .about__partner__item p {
        font-size: 17px;
        line-height: 120%;
        color: #262d33;
        margin-bottom: 24px;
        height: 60px;
    }
    .about__partner__item ul li {
        font-size: 17px;
        line-height: 120%;
        color: #262d33;
    }
    .about__partner__item ul li::before {
        top: 3px;
    }
}

@media (max-width: 767px) {
    .about__partner__item {
        width: 100%;
    }
    .about__partner__item p {
        height: auto;
    }
    .about__partner a {
        margin-top: 0;
    }
    .about__partner {
        padding-top: 50px;
    }
    .about__partner {
        background-size: 170%;
        padding-bottom: 46%;
    }
}

.about__service .tabs__content {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1023px) {
    .about__service__col--left p {
        font-size: 18px;
    }
    .about__service .home-services-list li {
        font-size: 18px;
    }
    .about__service__col {
        width: 100%;
    }
    .home-services-list {
        margin-bottom: 50px;
    }
    .home-services-list li {
        border-bottom: 1px solid rgba(52, 52, 52, 0.2);
    }
    .about__service__wrap {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about__service__col--left p {
        margin-bottom: 20px;
    }
    .about__service .home-services-list li {
        font-size: 16px;
    }
    .about__service {
        padding: 50px 0;
    }
    .about .video-block {
        height: auto;
    }
}

#contact-map {
    height: 700px;
    position: relative;
    overflow: hidden;
}

#contact-map #map {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact__map__block {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    top: 80px;
    height: 540px;
    background: #343434;
    width: 451px;
    z-index: 2;
    color: #fff;
    padding: 56px 50px;
}

.contact__map__1 {
    font-family: "Circe-bold";
    font-size: 32px;
    line-height: 47px;
}

.contact__map__2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 39px;
}

.contact__map__3 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 24px;
}

.contact__map__block button {
    padding: 16px;
    border: 0;
    font-size: 16px;
    line-height: 120%;
    background: #c51315;
    color: #fff;
    border-radius: 2px;
    margin-top: 34px;
}

.contact__tabs {
    padding: 80px 0;
}

.contact__tabs .tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact__tabs .tabs__caption {
    padding: 0;
    margin: 0;
}

.contact__tabs .tabs__caption li {
    font-size: 20px;
    line-height: 29px;
    padding: 24px 10px;
    color: #262d33;
    transition: 0.1s all;
    cursor: pointer;
    list-style: none;
    border-bottom: 1px solid #34343421;
}

.contact__tabs .tabs__caption li:last-child {
    border-bottom: 0;
}

.contact__tabs .tabs__caption li:hover {
    background: #c51315;
    color: #fff;
}

.contact__tabs .tabs__caption li.active {
    background: #c51315;
    color: #fff;
}

.tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

.persona__img {
    margin-top: 15px;
    width: 317px;
    position: relative;
    overflow: hidden;
    margin-bottom: 39px;
}

.persona__img img {
    width: 100%;
    display: block;
}

.persona__img:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    right: -35%;
    bottom: 0;
    height: 102%;
    background-color: #EFF2F9;
    -webkit-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
    border-left: 15px solid #E30613;
}

.persona__img:before {
    content: "";
    height: 102%;
    position: absolute;
    width: 50%;
    top: 0;
    left: -34%;
    bottom: 0;
    height: 102%;
    background-color: #EFF2F9;
    -webkit-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
}

.persona__img.bg-white:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    right: -35%;
    bottom: 0;
    height: 102%;
    background-color: #FFFFFF;
    -webkit-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
    border-left: 15px solid #E30613;
}

.persona__img.bg-white:before {
    content: "";
    height: 102%;
    position: absolute;
    width: 50%;
    top: 0;
    left: -34%;
    bottom: 0;
    height: 102%;
    background-color: #fff;
    -webkit-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
}

.persona__name {
    font-family: "Circe-bold";
    font-size: 24px;
    line-height: 28px;
    color: #262d33;
}

.persona__pos {
    font-size: 16px;
    line-height: 20px;
    color: #262d33;
    margin-bottom: 10px;
}

.persona__contact {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 39px;
}

.persona__contact a {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
    text-decoration: none;
}

.persona__contact a:not(:first-child):before {
    content: "•";
    display: inline-block;
    margin: 0 5px;
}

.persona__contact a:hover {
    text-decoration: underline;
}

.red-btn {
    color: #fff;
    padding: 16px;
    background: #c51315;
    border-radius: 2px;
    transition: 0.3s all;
    font-size: 16px;
    line-height: 120%;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.red-btn:hover {
    background: #A4282E;
}

.contact-town {
    height: 413px;
    display: -ms-flexbox;
    display: flex;
}

.contact-town__map {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 50%;
}

.contact-town__map div {
    height: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.contact-town__left {
    padding: 64px 56px;
    width: 50%;
    background: #F9F9F9;
}

.contact__structur {
    padding: 80px 0;
    padding-top: 0;
}

.contact__structur .tabs__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact__structur .tabs__caption li {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #262d33;
    margin-right: 48px;
    list-style: none;
    padding-bottom: 22px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    transition: 0.1s all;
    padding-top: 5px;
}

.contact__structur .tabs__caption li.active {
    color: #c51315;
    border-bottom: 4px solid #D62631;
}

@media (min-width: 1024px) {
    .contact__structur .tabs__caption li:hover {
        color: #c51315;
        border-bottom: 4px solid #D62631;
    } 

}

.persona__town {
    font-family: "Circe-Light";
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 32px;
    color: #262d33;
    max-width: 400px;
}

.footer-form {
    height: 495px;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
}

@media (max-width: 767px) {
    .footer-form {
        padding-top: 30px;
    }
}

.footer-form__pdf {
    width: 50%;
    position: relative;
    background-size: cover;
}

.footer-form__pdf__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 88px;
    width: 88px;
    background: #c51315;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Circe-Bold";
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-form__text {
    position: absolute;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    bottom: 34px;
    left: 40px;
}

.footer-form__right {
    width: 50%;
    padding: 40px;
    padding-bottom: 30px;
    background-color: #2C2C2C;
    background-size: 623px 384px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/contact/f-r-fon.png");
}

.footer-form--nrd .footer-form__right {
    display: flex;
    flex-direction: column;
}

.footer-form__right1 {
    font-family: "Circe-Bold";
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    max-width: 335px;
    margin-bottom: 16px;
}

.footer-form--nrd .footer-form__right1 {
  max-width: 100%;
}

.footer-form__right2 {
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer-form__right .red-btn {
    margin-bottom: 65px;
}

.footer-form--nrd .footer-form__right .red-btn {
    margin-bottom: 0;
    width: 148px;
}

.footer__right__bot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-form--nrd .footer__right__bot {
    margin-top: auto;
}

.footer__right__bot>a {
    font-size: 20px;
    line-height: 140%;
    text-decoration: none;
    color: #FFFFFF;
}

.footer__right__bot a {
    transition: 0.3s all;
}

.footer__right__bot a:hover {
    color: #999999;
}

.footer__right__bot__wrap a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__right__bot__wrap .footer__right__bot__phone {
    font-size: 32px;
    line-height: 47px;
    font-family: "Circe-Bold";
    /* white */
    color: #FFFFFF;
}

.footer__right__bot__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media(max-width: 1399px) {
    .contact__structur .tabs__caption li {
        font-size: 18px;
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {
    .contact__structur .tabs__caption li {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .contact__map__block {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        left: 25px;
    }
    #contact-map {
        height: 100vh;
        min-height: 750px;
    }
}

@media (max-width: 1023px) {
    .contact-town {
        height: auto;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-town__left {
        width: 100%;
    }
    .contact-town__map {
        width: 100%;
        height: 400px;
    }
    .contact__tabs .tabs__caption li {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 10px;
    }
    .contact__tabs .tabs__caption {
        margin-bottom: 25px;
    }
    .contact__tabs .tabs__caption {
        padding-left: 15px;
    }
    .footer__right__bot__wrap .footer__right__bot__phone {
        font-size: 19px;
        line-height: 1;
    }
    .footer__right__bot>a {
        font-size: 19px;
        line-height: 1;
    }
    .footer-form__right {
        padding: 30px;
    }
    .footer__right__bot {
        flex-direction: column-reverse;
    }
    .footer__right__bot__wrap {
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .footer__right__bot {
        align-items: flex-start;
    }
    .footer__right__bot__wrap {
        align-items: flex-start;
    }
    .footer-form {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-form__pdf {
        width: 100%;
        height: 424px;
        max-width: 100%;
    }
    .footer-form__right {
        width: 100%;
        max-width: 100%;
        background-size: cover;
    }
    .contact__tabs .tabs__caption {
        padding-left: 0;
    }
    .contact__tabs .tabs {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .contact__structur {
        padding: 30px 0;
    }
    .contact__structur .tabs__caption li {
        margin-bottom: 0px;
        white-space: nowrap;
        margin-right: 25px;
    }
    .contact__structur .tabs__caption {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
    }
    .contact__map__1 {
        font-size: 22px;
        line-height: 32px;
    }
    .contact__map__2 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 31px;
    }
    .contact__map__3 {
        font-size: 14px;
        line-height: 21px;
        max-width: 271px;
        margin-bottom: 16px;
    }
    .contact__map__block button {
        font-size: 14px;
        line-height: 120%;
    }
    .contact__map__block {
        height: 437px;
        width: 335px;
        padding: 40px 32px;
        max-width: 90%;
    }
    .contact__structur .tabs__caption li {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .persona__town {
        font-size: 16px;
    }
    .persona__name {
        font-size: 18px;
    }
    .red-btn {
        font-size: 14px;
        padding: 13px;
    }
    .persona__contact a {
        font-size: 14px;
        line-height: 22px;
    }
    .persona__img {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .persona__contact {
        margin-bottom: 25px;
    }
    .footer-form__right1 {
        font-size: 26px;
    }
    .footer-form__right2 {
        font-size: 18px;
    }
    .footer__right__bot__wrap a {
        font-size: 18px;
        line-height: 1.3;
    }
    .footer__right__bot__wrap .footer__right__bot__phone {
        font-size: 26px;
        line-height: 1.3;
    }
    .footer__right__bot a {
        font-size: 16px;
    }
}

@media (max-width: 559px) {
    .contact-town__left {
        padding: 30px;
        margin-top: 25px;
    }
    .footer__right__bot {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-form__right {
        padding: 30px 20px;
    }
    .footer-form__pdf {
        height: 300px;
    }
    .footer-form__text {
        bottom: 20px;
        left: 20px;
    }
    .footer-form {
        margin: 0 -32px;
    }
}

@media(max-width: 376px) {
    .footer-form {
        margin: 0 -18px;
    }
}

.about__service__col.tabs__content.active ul {
    padding-left: 25px;
    margin: 10px 0;
}

.page-text {
    font-size: 24px;
    line-height: 140%;
    color: #262d33;
    max-width: 863px;
    margin-bottom: 32px;
}

@media (max-width: 1023px) {
    .page-text {
        font-size: 18px;
    }
}

.partners__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners__item {
    width: calc(100% / 3);
    border: 1px solid #EFF2F9;
    padding: 66px 48px;
}

.partners__img {
    height: 75px;
    margin-bottom: 23px;
}

.partners__img img {
    max-height: 100%;
    max-width: 100%;
}

.partners__name {
    font-family: 'Circe-Bold';
    font-size: 24px;
    line-height: 100%;
    color: #262d33;
    margin-bottom: 8px;
    height: 48px;
    overflow: hidden;
}

.partners__site {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
    margin-bottom: 16px;
}

.partners__text {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
    height: 120px;
    overflow: hidden;
    margin-bottom: 8px;
}

.partners__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

.partners__links span {
    font-family: 'Circe-Bold';
    font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    color: #262d33;
    margin-bottom: 8px;
}

.partners__links a {
    font-size: 16px;
    height: 24px;
    overflow: hidden;
	text-overflow: ellipsis;
    line-height: 24px;
    color: #D62631!important;;
    text-decoration: none;
    max-width: 100%;
}

.partners__links a:hover {
    color: #A4282E;
}

@media (max-width: 1399px) {
    .partners__item {
        padding: 45px 30px;
    }
}

@media (max-width: 1199px) {
    .partners__item {
        width: calc(100% / 2);
    }
}

@media (max-width: 1023px) {
    .partners__name {
        font-size: 18px;
        line-height: 100%;
        height: 36px;
    }
    .partners__site {
        font-size: 14px;
        line-height: 24px;
    }
    .partners__text {
        font-size: 12px;
        line-height: 150%;
        height: 54px;
    }
    .partners__links span {
        font-size: 14px;
        line-height: 30px;
    }
    .partners__links a {
        width: 100%;
        -ms-flex: auto;
        flex: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .partners__item {
        width: 100%;
    }
    .partners__name {
        height: auto;
    }
    .partners__text {
        height: auto;
    }
}

@media (max-width: 559px) {
    .partners__item {
        padding: 20px 15px;
    }
}

.my-modal {
    width: 400px;
    max-width: 100%;
    padding: 25px;
    padding-bottom: 30px;
    position: relative;
}

.input {
    margin-bottom: 15px;
}

.input label {
    font-size: 14px;
    line-height: 22px;
    color: #262d33;
    display: block;
    font-family: 'Circe-light';
}

.input input {
    width: 100%;
    padding: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #343434;
    font-size: 16px;
    color: #262d33;
    font-family: 'Circe-Regular';
}

.input textarea {
    resize: none;
    width: 100%;
    font-family: 'Circe-Regular';
    padding: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #343434;
    font-size: 16px;
    color: #262d33;
}

.input textarea::-webkit-input-placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input textarea:-ms-input-placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input textarea::-ms-input-placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input textarea::placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input textarea:focus {
    outline: none;
}

.input input::-webkit-input-placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input input:-ms-input-placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input input::-ms-input-placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input input::placeholder {
    color: #c9c9c9;
    font-family: 'Circe-light';
}

.input input:focus {
    outline: none;
}

.my-modal-top {
    height: 90px;
    background: #343434;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Circe-bold';
    margin: 0 -25px;
    margin-top: -25px;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 20px;
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}

.my-modal-submite {
    margin-top: 20px;
}

.my-modal-submite button {
    width: 100%;
}

@media (max-width: 767px) {
    .my-modal-top {
        font-size: 28px;
        height: 75px;
    }
    .modal-close {
        top: 23px;
    }
}

.service1 {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.service1__col {
    width: 50%;
}

.service1__col:first-child {
    margin-right: 32px;
}

.service1__col ul {
    padding-left: 25px;
    margin: 25px 0;
}

.service1__col ul li {
    font-size: 20px;
    line-height: 120%;
    color: #262d33;
    position: relative;
    list-style: none;
    margin-bottom: 16px;
}

.service1__col ul li::before {
    width: 8px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    left: -22px;
    top: 6px;
    background: url(../img/partnerIconTriangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 1024px) {
    .service1__col ul li {
        font-size: 16px;
    }
    .mobile_menu-content .mobile_menu-content-logo {
        width: 110px;
        margin-left: 15px;
    }
}

.service1__left {
    font-family: 'Circe-light';
    font-size: 49px;
    line-height: 120%;
    color: #262d33;
}

.service__right__text {
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
    margin-bottom: 16px;
}

.service__right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #262d33;
}

.service__right ul {
    padding-left: 25px;
}

.service__right ul li {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
    position: relative;
    list-style: none;
}

.service__right ul li::before {
    width: 8px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    left: -22px;
    top: 6px;
    background: url(../img/partnerIconTriangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.service2 {
    display: -ms-flexbox;
    display: flex;
    padding: 80px 70px;
    padding-bottom: 64px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #EFF2F9;
}

.service2 .persona__img:before {
    background-color: #EFF2F9;
}

.service2 .persona__img:after {
    background-color: #EFF2F9;
}

.service2 .persona {
    max-width: 420px;
}

.service2 .persona__name {
    margin-bottom: 16px;
    /* text-align: center; */
}

.service2 .persona__pos {
    margin-bottom: 16px;
    /* text-align: center; */
}

.service2 .persona__contact {
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
}

.service2 .persona__img {
    width: 264px;
}

.service2__wrap {
    -ms-flex: 1;
    flex: 1;
    padding-left: 90px;
}

.service2__wrap p {
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
    margin-bottom: 31px;
}

.service2__wrap p:first-child {
    font-weight: bold;
}

.service2__link {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.red-btn2 {
    color: #c51315;
    padding: 16px;
    background: transparent;
    border-radius: 2px;
    transition: 0.3s all;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid #D62631;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-left: 40px;
    transition: 0.3s all;
}

.red-btn2:hover {
    color: #A4282E;
    border: 1px solid #A4282E;
}

@media (max-width: 1023px) {
    .service1__left {
        font-size: 34px;
        line-height: 120%;
        padding-right: 5px;
    }
    .service__right__text {
        font-size: 18px;
        line-height: 120%;
        color: #262d33;
    }
    .service__right__text p {
        font-size: 13px;
        line-height: 24px;
    }
    .service__right ul li {
        font-size: 13px;
        line-height: 24px;
    }
    .service1 {
        padding: 25px 0;
    }
    .service2 .persona__img {
        width: 250px;
        margin: 20px auto;
    }
    .service2 {
        padding: 55px 30px;
        padding-bottom: 55px;
    }
    .service2__wrap p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .service2__wrap {
        padding-left: 15px;
    }
    .service2 .persona {
        max-width: 280px;
    }
}

@media (max-width: 767px) {
    .service1 {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service1__col {
        width: 100%;
    }
    .service1__left {
        margin-bottom: 20px;
    }
    .service2 {
        position: relative;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .service2__wrap{
        padding-right: 15px;
    }
    .service2 .persona {
        position: absolute;
        bottom: 180px;
        left: 30px;
        max-width: 100%;
    }
    .service2__link {
        margin-top: 420px;
    }
    .red-btn2 {
        font-size: 14px;
        padding: 13px;
    }
    .red-btn2 {
        margin-top: 28px;
        margin-left: 0;
    }
    .service2__wrap p {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 32px;
    }
    .service2 {
        margin-top: 25px;
        padding: 30px 16px;
        padding-bottom: 30px;
        margin: 0 -16px;
    }
    .service1__left {
        font-size: 28px;
    }
    .service1 {
        padding-top: 0;
    }
}

@media (max-width: 374px) {
    .service2 {
        padding: 30px 15px;
        margin: 0 -16px;
    }
}

.service3 {
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
}

.service3 .service3__col {
    width: 50%;
}

.service3__name {
    margin-top: 32px;
    font-size: 32px;
    line-height: 120%;
    /* or 38px */
    /* black */
    color: #262d33;
    font-family: 'Circe-Light';
    max-width: 456px;
}

.service3__fon {
    background-size: 50% auto;
    background-position: left bottom 10px;
    background-repeat: no-repeat;
}

@media (max-width: 1023px) {
    .service3 {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 49%;
    }
    .service3 .service3__col {
        width: 100%;
    }
    .service3__fon {
        background-size: 100%;
    }
    .service3__name {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .service3__name {
        font-size: 28px;
    }
}

@media (max-width: 374px) {
    .service3__name {
        font-size: 22px;
    }
}

.news2__first-block {
    height: 400px;
    position: relative;
    padding-top: 241px;
}

.news2__first-block p {
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 565px;
}

.news2__fon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    display: none;
    z-index: -1;
}

.news2__fon:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.7) 100%);
}

@media (min-width: 768px) {
    .des-fon {
        display: block;
    }
}

@media (max-width: 767px) {
    .mob-fon {
        display: block;
    }
}

.news-text h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #262d33;
}

.news-text {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 864px;
}

.news-text h2 {
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
    margin-bottom: 16px;
    font-family: "Circe-Regular";
    font-weight: 400;
}

.news-text p {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
}

.news-text__block-1 {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #EFF2F9;
    padding: 40px;
}

.news-text__block-1 h3 {
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    font-family: "Circe-Bold";
    /* black */
    font-weight: bold;
    color: #262d33;
    margin-bottom: 8px;
}

.news-text__block-2 {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #34343433;
    border-radius: 2px;
}

.news-text__block-2 .news-text__block-2__name {
    margin-top: 25px;
    font-size: 24px;
    line-height: 28px;
    font-family: "Circe-Bold";
    color: #262d33;
}

.news-text__block-2 .news-text__block-2__prof {
    font-size: 16px;
    line-height: 20px;
    color: #262d33;
    opacity: 0.6;
}

.big-slider {
    margin-bottom: 32px;
}

.big-slider__item {
    padding-bottom: 5%;
    background-size: cover;
}

.nav-slider__item {
    background-size: cover;
    height: 96px;
    margin: 0 8px;
    width: 160px;
    cursor: pointer;
}

.nav-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    font-size: 0;
    background: #FFFFFF;
    border: 1px solid #D62631;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}

.nav-slider .slick-arrow:before {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 2px solid #D62631;
    border-bottom: 2px solid #D62631;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -50%) rotate(45deg);
    transform: translate(-30%, -50%) rotate(45deg);
}

.nav-slider .slick-next {
    right: 12px;
}

.nav-slider .slick-next:before {
    -webkit-transform: translate(-60%, -50%) rotate(-135deg);
    transform: translate(-60%, -50%) rotate(-135deg);
}

.nav-slider .slick-prev {
    left: 12px;
}

.nav-slider__item.video-nav {
    position: relative;
}

.nav-slider__item.video-nav .video-block-btn {
    width: 50px;
    display: block;
}

.new-slider {
    margin-bottom: 32px;
}

.nav-slider__item.slick-current {
    border: 1px solid #A4282E;
    border-radius: 2px;
}

.slick-slider div:focus {
    outline: none;
}

.news-text p {
    margin-bottom: 32px;
}

.news-text>img {
    margin-bottom: 32px;
    max-width: 100%;
}

.news-text a.pdf {
    position: relative;
    margin-bottom: 32px;
    display: block;
}

.news-text a.pdf img {
    max-width: 100%;
}

.news-text a.pdf:before {
    content: "";
    width: 88px;
    height: 88px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-text a.download {
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
    color: #c51315;
    text-decoration: none;
    margin-bottom: 32px;
    transition: 0.3s all;
}

.news-text a.download:hover {
    color: #A4282E;
}

.news-poh__wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
    margin-bottom: 60px;
}

.news-poh__item {
    width: calc(100% / 3 - 32px);
    margin: 0 16px;
    margin-bottom: 16px;
}

.news-poh__img {
    padding-bottom: 63%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-poh__bot {
    padding: 32px 41px;
    background: #EFF2F9;
    border: 0 0 2px 2px;
}

.news-poh__data {
    font-size: 14px;
    line-height: 150%;
    color: #262d33;
    margin-bottom: 8px;
}

.news-poh__name {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
    margin-bottom: 8px;
    font-weight: bold;
}

.news-poh__text {
    font-size: 16px;
    line-height: 24px;
    color: #262d33;
    margin-bottom: 17px;
}

.news-poh__bot a {
    font-size: 14px;
    line-height: 150%;
    color: #c51315;
    transition: 0.3s all;
    text-decoration: none;
}

.news-poh__bot a:hover {
    color: #A4282E;
}

.new-poh__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .news-poh__item {
        width: calc(100% / 2 - 32px);
    }
    .news-poh__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .news-poh__item {
        width: calc(100% / 1 - 32px);
    }
    .news-poh__bot {
        padding: 25px 15px;
    }
    .news-text__block-1 {
        padding: 40px 20px;
    }
    .news-text__block-2 {
        padding: 40px 20px;
    }
    .news-text h2 {
        font-size: 18px;
    }
    .news-text p {
        font-size: 14px;
    }
    .news-text__block-2 .news-text__block-2__name {
        font-size: 18px;
    }
    .news-text__block-2 .news-text__block-2__prof {
        font-size: 14px;
    }
}

.uznay {
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0;
}

.uznay h2 {
    line-height: 100%;
    margin-bottom: 16px;
}

.uznay p {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 48px;
    font-family: 'Circe-Light';
}

.uznay__col {
    padding: 72px;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-color: #F9F9F9;
}

.uznay form {
    max-width: 416px;
}

.u-input {
    margin-bottom: 30px;
}

.u-input label {
    font-size: 16px;
    line-height: 100%;
    color: #262d33;
    display: block;
    margin-bottom: 16px;
}

.u-input input {
    width: 100%;
    height: 43px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 15px;
    border: 0;
}

.u-input input:focus {
    outline: none;
    border: 1px solid #c2c2c2;
}

.checkbox {
    /* margin-bottom: 26px; */
    min-height: 20px;
}
.sort-product-block__form .checkbox {
    min-height: initial;
}
.checkbox.checkbox-available{
    margin-bottom: 0;
    margin-right: 30px;
}

.checkbox input {
    display: none;
}

.checkbox input+label {
    font-size: 16px;
    line-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #262d33;
    display: block;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
}

.checkbox input+label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #D62631;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox input:checked+label:before {
    background-color: #c51315;
}

/*.checkbox input:checked+label:after {*/
/*    width: 10px;*/
/*    height: 6px;*/
/*    border-left: 2px solid #fff;*/
/*    border-bottom: 2px solid #fff;*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    top: 2px;*/
/*    -webkit-transform: rotate(-44deg);*/
/*    transform: rotate(-44deg);*/
/*}*/

.checkbox input+label a {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #c51315;
    text-decoration: none;
}

.checkbox input+label a:hover {
    color: #A4282E;
}

.u-action {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.u-action button {
    margin-right: 26px;
    margin-top: -3px;
}

.u-action .checkbox input+label:before {
    border: 1px solid #343434;
}

.u-action .checkbox input:checked+label:before {
    border: 1px solid #D62631;
}

@media (max-width: 1199px) {
    .uznay__col {
        padding: 50px 30px;
    }
    .uznay {
        margin: 0 -40px;
    }
}

@media (max-width: 992px) {
    .u-action {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .u-action button {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .uznay {
        margin: 0 -32px;
    }
    .uznay h2 {
        font-size: 22px;
    }
    .uznay p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .uznay__col {
        width: 100%;
    }
    .uznay__col--right {
        display: none;
    }
    .checkbox input+label a {
        max-width: 280px;
    }
    .u-action button {
        margin-top: 20px;
    }
}

@media (max-width: 559px) {
    .uznay {
        margin: 0 -16px;
    }
    .uznay__col {
        padding: 40px 15px;
    }
}

.notfound {
    display: -ms-flexbox;
    display: flex;
    height: 428px;
    background-color: #EFF2F9;
}

.notfound h2 {
    margin-bottom: 16px;
}

.notfound p {
    max-width: 415px;
    margin-bottom: 32px;
}

.notfound a {
    display: inline-block;
    color: #c51315;
    text-decoration: none;
}

.notfound a:hover {
    color: #A4282E;
}

.notfound .u-input {
    max-width: 416px;
    position: relative;
}

.notfound .u-input button {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 50%;
    padding: 5px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.notfound .u-input button svg {
    width: 20px;
}

.notfound .u-input button svg path {
    fill: #343434;
}

.notfound__col {
    width: 50%;
    background-size: 575px 406px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 72px 40px;
    padding-bottom: 72px;
}

@media (max-width: 1199px) {
    .notfound__col {
        background-size: contain;
    }
}

@media (max-width: 1023px) {
    .notfound {
        height: auto;
    }
}

@media (max-width: 767px) {
    .notfound {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .notfound__col {
        width: 100%;
        padding: 25px;
    }
    .notfound__col--fon {
        padding-bottom: 50%;
    }
}

@media (max-width: 559px) {
    .notfound {
        margin: 0 -16px;
        padding-bottom: 25px;
    }
    .notfound__col {
        padding: 25px 16px;
    }
    .notfound__col--fon {
        padding-bottom: 50%;
    }
}

.portal1 {
    display: -ms-flexbox;
    display: flex;
    min-height: 519px;
    background: #343434;
    color: #fff;
}

.portal1 h2 {
    color: #fff;
    font-family: 'Circe-Light';
    font-weight: 400;
}

.portal1 p {
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.portal1__col {
    padding: 56px 64px;
    width: 50%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .portal1 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: initial;
    }
    .portal1__col {
        width: 100%;
    }
    .portal1__col.video-block {
        padding-bottom: 49%;
    }
}

@media (max-width: 767px) {
    .portal1 p {
        font-size: 14px;
    }
}

@media (max-width: 559px) {
    .portal1__col {
        padding: 48px 16px;
    }
}

.portal2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 104px 0;
}

.portal2 h2 {
    width: 100%;
    margin-bottom: 32px;
}

.portal2__item {
    width: 50%;
    background: #F9F9F9;
    padding: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
}

.portal2__img {
    width: 72px;
    height: 72px;
    margin-right: 23px;
}

.portal2__img img {
    width: 100%;
    height: 100%;
}

.portal2__content {
    -ms-flex: 1;
    flex: 1;
}

.portal2__title {
    font-family: 'Circe-Bold';
    font-size: 24px;
    line-height: 140%;
    color: #262d33;
}

.portal2__title span {
    position: relative;
    top: -4px;
    font-size: 12px;
    line-height: 160%;
    min-width: 44px;
    padding: 0 2px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    height: 21px;
    text-align: center;
    border: 1px solid #343434;
    border-radius: 2px;
    color: #262d33;
    display: inline-block;
    margin-left: 10px;
}

.portal2__text {
    font-size: 20px;
    line-height: 140%;
    color: #262d33;
    display: none;
}

.portal2__item:hover {
    background: #EBEBEB;
}

.portal2__item:hover .portal2__text {
    display: block;
}

.portal2__item:hover .portal2__title {
    display: none;
}

@media (max-width: 1199px) {
    .portal2__title {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    .portal2__title {
        font-size: 17px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .portal2__title span {
        -ms-flex: auto;
        flex: auto;
        top: auto;
        margin-left: 0;
    }
    .portal2__item {
        padding: 25px;
    }
    .portal2__text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .portal2__item {
        width: 100%;
    }
}

@media (max-width: 424px) {
    .portal2__img {
        width: 52px;
        height: 52px;
    }
    .portal2__img {
        margin-right: 15px;
    }
}

@media (max-width: 374px) {
    .portal2__item {
        padding: 15px;
    }
}

.portal3 {
    margin-bottom: 32px;
}

.portal3 .tabs {
    display: -ms-flexbox;
    display: flex;
    min-height: 350px;
}

.portal3 .tabs__caption {
    -ms-flex: 0 0 416px;
    flex: 0 0 416px;
    background: #61636D;
    padding: 61px 64px;
}

.portal3 .tabs__caption li {
    font-size: 24px;
    line-height: 100%;
    white-space: nowrap;
    color: #FFFFFF;
    list-style: none;
    margin-bottom: 24px;
    font-family: 'Circe-Regular';
    cursor: pointer;
}

.portal3 .tabs__caption li.active:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url("../img/portal/v.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    transition: 0.3s all;
    margin-bottom: 1px;
    opacity: 1;
}

.portal3 .tabs__caption li:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url("../img/portal/v.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    transition: 0.3s all;
    margin-bottom: 1px;
    opacity: 0;
}

.portal3 .tabs__caption li:after {
    display: none;
}

.portal3 .tabs__caption li.active {
    font-family: 'Circe-Bold';
}

.portal3 .tabs__content {
    -ms-flex: 1;
    flex: 1;
    padding: 56px 80px;
    background: #F9F9F9;
}

.portal3 .tabs__content ul {
    padding-left: 25px;
}

.portal3 .tabs__content ul li {
    font-size: 16px;
    line-height: 140%;
    color: #262d33;
    list-style: none;
    position: relative;
    margin-bottom: 16px;
}

.portal3 .tabs__content ul li::before {
    width: 8px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    left: -22px;
    top: 6px;
    background: url("../img/partnerIconTriangle.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.portal3 .footer-form__right {
    width: 100%;
    background-image: url("../img/portal/bot-fon.png");
    background-size: 1271px 153px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 64px;
}

.portal3 .footer__right__bot__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
}

.portal3 .footer__right__bot__wrap a {
    line-height: 1;
}

.portal3 .footer__right__bot__wrap a.red-btn {
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 120%;
}

.portal3 .footer-form__right .red-btn {
    margin-bottom: 6px;
    margin-left: 56px;
}

.portal3 .footer-form__right2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 29px;
}

.portal3 .footer__right__bot__wrap .footer__right__bot__phone {
    line-height: 1;
}

@media (max-width: 1023px) {
    .portal3 .tabs__caption {
        -ms-flex: 0 0 296px;
        flex: 0 0 296px;
        background: #61636D;
        padding: 45px 25px;
    }
    .portal3 .tabs__content {
        padding: 45px 25px;
        background: #F9F9F9;
    }
    .portal3 .footer-form__right {
        padding: 30px 25px;
    }
    .footer__right__bot__wrap .footer__right__bot__phone {
        font-size: 24px;
    }
    .footer__right__bot__wrap a {
        font-size: 18px;
    }
    .portal3 .footer-form__right .red-btn {
        margin-left: 15px;
        margin-bottom: 0px;
    }
    .footer-form__right1 {
        max-width: 291px;
        font-size: 28px;
    }
    .portal3 .footer-form__right2 {
        font-size: 16px;
        line-height: 1;
    }
    .portal3 .footer__right__bot__wrap {
        -ms-flex-align: center;
        align-items: center;
    }
    .portal3 .footer-form__right {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .portal3 .footer-form__right {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-form__right__top {
        margin-bottom: 50px;
    }
    .footer__right__bot {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .portal3 .tabs {
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }
    .portal3 .tabs__caption {
        -ms-flex: auto;
        flex: auto;
    }
    .portal3 .tabs__caption li:last-child {
        margin-bottom: 0;
    }
    .portal2 {
        padding: 80px 0;
    }
    .portal3 .tabs__caption li {
        font-size: 18px;
    }
    .portal3 .tabs__content ul li {
        font-size: 14px;
    }
}

@media (max-width: 559px) {
    .portal1 {
        margin: 0 -16px;
    }
    .portal3 .footer__right__bot__wrap {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .portal3 .footer__right__bot__wrap a.red-btn {
        margin-left: 0;
        margin-bottom: 50px;
    }
    .portal3 .footer__right__bot__wrap {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__right__bot__wrap a {
        -ms-flex-align: start;
        align-items: flex-start;
        line-height: 1.5;
    }
    .portal3 .footer-form__right {
        padding: 30px 16px;
    }
    .portal3 {
        margin: 0 -16px;
    }
    .portal3 h2 {
        padding-left: 16px;
    }
    .portal3 .tabs__caption {
        padding: 25px 16px;
    }
    .portal3 .tabs__content {
        padding: 25px 16px;
    }
    .portal3 .footer-form__right {
        background-size: 1000px;
        background-position: top center;
        background-repeat: repeat-y;
    }
    .portal2 {
        margin: 0 -16px;
    }
    .portal2 h2 {
        padding-left: 16px;
    }
}

.search__line {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.search__line button {
    width: 157px;
    height: 51px;
    margin-left: -1px;
}

.search__line input {
    -ms-flex: 1;
    flex: 1;
    padding-left: 47px;
    padding-right: 15px;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 16px;
    line-height: 120%;
    color: #262d33;
    background-image: url("../img/iconSearch.svg");
    background-position: left 15px center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.search__count {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 100%;
    color: #262d33;
    opacity: 0.6;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .search__line button {
        width: 100%;
        margin-top: 10px;
    }
}

.search__tabs .tabs__caption {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D6D6D6;
}

.search__tabs .tabs__caption li {
    list-style: none;
    font-size: 20px;
    line-height: 100%;
    color: #262d33;
    padding-bottom: 22px;
    border-bottom: 4px solid transparent;
    margin-right: 48px;
    cursor: pointer;
}

.search__tabs .tabs__caption li.active {
    font-size: 20px;
    line-height: 100%;
    font-family: 'Circe-Bold';
    border-bottom: 4px solid #D62631;
    color: #c51315;
}

@media (max-width: 767px) {
    .search__tabs .tabs__caption {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.search__tabs .tabs__content {
    padding-top: 40px;
}

.search__tabs .red-link {
    font-size: 14px;
    line-height: 150%;
    color: #c51315;
    margin-top: 72px;
}

.search__tabs .catalog-products .product {
    padding: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search__tabs .catalog-products .product-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search__tabs .catalog-products .product:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
}

.search__tabs .catalog-products .product-name {
    font-family: "Circe-Bold";
    font-size: 24px;
    padding-left: 5px;
}

.search__tabs .catalog-products .product-name .product-count {
    margin-left: 5px;
}

.search__tabs .catalog-products .product-count {
    font-family: "Circe-Regular";
    font-size: 20px;
    color: #c4c4c4;
}

.search__tabs .catalog-products .product-properties {
    margin: 30px 0 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-family: "Circe-Regular";
    font-size: 20px;
}

.search__tabs .catalog-products .product-properties li {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
}

.catalog-products .product-properties-location {
    width: 43%;
}

.search__tabs .catalog-products .product-properties li:not(:last-child) {
    margin-right: 20px;
}

.search__tabs .catalog-products .product-properties-location {
    background-image: url(../../img/catalog/property-location.svg);
}

.search__tabs .catalog-products .product-properties-size {
    background-image: url(../../img/catalog/property-size.svg);
}

.search__tabs .catalog-products .product-properties-type {
    background-image: url(../../img/catalog/property-type.svg);
}

.search__tabs .catalog-products .product-price {
    margin-right: 60px;
    font-family: "Circe-Regular";
    font-size: 16px;
}

.search__tabs .catalog-products .product-price p {
    margin-top: 0;
}

.search__tabs .catalog-products .product-price span {
    font-family: "Circe-Bold";
    font-size: 32px;
}

.search__tabs .catalog-products .product-buy {
    display: -ms-flexbox;
    display: flex;
}

.search__tabs .catalog-products .product-buy-quantity {
    height: 50px;
    margin-right: 16px;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d6d6d6;
}

.search__tabs .catalog-products .product-buy-quantity-num {
    width: 55px;
    border: none;
    text-align: center;
    font-family: "Circe-Bold";
    font-size: 20px;
    outline: none;
}

.search__tabs .catalog-products .product-buy-quantity-num::-webkit-inner-spin-button,
.search__tabs .catalog-products .product-buy-quantity-num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.search__tabs .catalog-products .product-buy-quantity-minus {
    margin-left: 15px;
    font-size: 20px;
}

.search__tabs .catalog-products .product-buy-quantity-plus {
    margin-right: 15px;
    font-size: 25px;
}

.search__tabs .catalog-products .product-buy-quantity .sign {
    width: 12px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    font-family: "Circe-Bold";
    font-size: 20px;
    color: #c51315;
    outline: none;
    cursor: pointer;
}

.search__tabs .catalog-products .product-buy-button {
    width: 155px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Circe-Regular";
    font-size: 16px;
    background: #d62531;
    color: white;
    text-decoration: none;
    text-align: center;
}

.search__tabs .catalog-products .product-buy-button:hover {
    background: #a4282e;
}

.search__tabs .catalog-products .product-buy-button.choose {
    width: 210px;
}

@media (max-width: 768px) {
    .search__tabs .catalog-products {
        margin-top: 50px;
    }
    .search__tabs .catalog-products .product {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search__tabs .catalog-products .product-properties {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search__tabs .catalog-products .product-properties li:not(:last-child) {
        margin-bottom: 12px;
    }
    .search__tabs .catalog-products .product-right {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .search__tabs .catalog-products .product-price {
        margin-top: 40px;
    }
    .search__tabs .catalog-products .product-price span {
        font-size: 28px;
    }
    .search__tabs .catalog-products .product-buy {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.search .docs .container {
    max-width: 1311px;
}

.docs {
    padding-top: 100px;
}

.search .docs .tabs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.search .docs .tabs:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #343434;
}

.search .docs .tabs .tab {
    font-size: 20px;
    margin-right: 50px;
    transition: color 0.5s;
    cursor: pointer;
}

.search .docs .tabs .tab.active {
    position: relative;
    font-weight: 700;
    color: #c51315;
}

.search .docs .tabs .tab.active:after {
    opacity: 1;
}

.search .docs .tabs .tab:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 4px;
    background: #c51315;
    opacity: 0;
    transition: opacity 0.3s;
}

.search .docs .pagination {
    margin-top: 21px;
}

.search .docs .pagination .paginationjs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.search .docs .pagination .paginationjs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search .docs .pagination .paginationjs ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    list-style: none;
    cursor: pointer;
}

.search .docs .pagination .paginationjs ul li:hover a {
    color: #D62631 !important;
}

.search .docs .pagination .paginationjs ul li.active {
    background: #c51315;
}

.search .docs .pagination .paginationjs ul li.active a {
    color: white;
}

.search .docs .pagination .paginationjs ul li a {
    color: #262d33;
    font-size: 16px;
}

.search .docs .documents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 83.2%;
    margin-top: 68px;
}

.search .docs .documents .document {
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    padding: 51px 46px;
    margin-bottom: 45px;
    box-sizing: border-box;
    border: 1px solid #eff2f9;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.search .docs .documents .document:hover {
    background: #c51315;
    color: white;
}

.search .docs .documents .document:hover .left {
    background-image: url("../img/documents/white_doc.svg");
}

.search .docs .documents .document:hover .ul .li {
    color: white;
}

.search .docs .documents .document:hover .ul .li:before {
    background: white;
}

.search .docs .documents .left {
    display: block;
    width: 19%;
    height: 62%;
    margin-right: 9%;
    box-sizing: border-box;
    transition: background 0.3s;
    background: url("../img/documents/doc.svg") no-repeat top 0px center/contain;
}

.search .docs .documents .gost {
    font-weight: 700;
}

.search .docs .documents p {
    margin: 3px 0;
    width: 83%;
}

.search .docs .documents small {
    font-size: 14px;
    opacity: 0.5;
}

.search .docs .documents .ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #c51315;
}

.search .docs .documents .ul .li {
    position: relative;
    margin-right: 18px;
    transition: color 0.3s;
}

.search .docs .documents .ul .li:before {
    content: '';
    position: absolute;
    top: 46%;
    left: -9px;
    width: 3px;
    height: 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #c51315;
    border-radius: 50%;
    transition: background 0.3s;
}

.search .docs .documents .ul .li:first-of-type:before {
    display: none;
}

.search .docs .documents {
    margin-top: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    .search .docs .documents .document {
        padding: 20px 20px;
    }
}

@media (max-width: 767px) {
    .search .docs .documents .document {
        width: 100%;
        margin-bottom: 25px;
    }
    .search__tabs .tabs__caption li.active {
        border-bottom: 4px solid transparent;
    }
}

@media(max-width: 767px) {
    #contact-map {
        height: auto;
        min-height: auto;
    }
    #contact-map #map {
        height: 300px;
        position: relative;
    }
    .contact__map__block {
        position: relative;
        transform: translate(0px, 0px);
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        max-width: 100%;
        width: 100%;
    }
    #ymap_ctrl_display {
        display: none!important;
    }
}

.service-block1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.service-block1__left-text {
    max-width: 550px;
    margin-right: 40px;
    font-weight: 400;
    font-family: "Circe-Light";
    font-size: 32px;
    line-height: 120%;
    color: #262d33;
}

.service-block1__right-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 665px;
    width: 100%;
}

.service-block1__right-text {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #262d33;
}

.service-block1__right-list {
    list-style: none;
    columns: 2;
    margin-bottom: 24px;
    max-width: 556px;
}

.service-block1__right-list li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #262d33;
}

.service-block1__right-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    width: 8px;
    height: 10px;
    background-image: url("../img/partnerIconTriangle.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.service-block1__right-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.service-block1__right-btn {
    display: block;
    padding: 16px;
    font-family: "Circe-Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    text-align: center;
    color: #c51315;
    border: 1px solid #D62631;
    box-sizing: border-box;
    border-radius: 2px;
    transition: 0.3s;
}

.service-block1__right-btn:first-child {
    margin-right: 24px;
}

.service-block1__right-btn:hover {
    transition: 0.3s;
    color: #ffffff;
    background-color: #c51315;
}

.service-block1__right-btn.red {
    color: #ffffff;
    background-color: #c51315;
}

.service-block1__right-btn.red:hover {
    transition: 0.3s;
    background-color: #A4282E;
    border: 1px solid #A4282E;
}

@media (max-width: 1200px) {
    .service-block1 {
        flex-direction: column;
        justify-content: flex-start;
    }

    .service-block1__left-text {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    
}

@media (max-width: 767px) {
    .service-block1 {
        margin-bottom: 40px;
    }

    .service-block1__left-text {
        font-size: 22px;
    }

    .service-block1__right-list {
        columns: 1;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .service-block1__right-btn {
        width: 100%;
    }

    .service-block1__right-btn:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.service-nrd-block1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-top: 24px;
}

.service-nrd-block1__left-wrapper {
  max-width: 588px;
  width: 100%;
  margin-right: 64px;
}

.service-nrd-block1__left-btn,
.service-nrd-block2__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  width: 233px;
  font-family: "Circe-Regular";
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #c51315;
  border: 1px solid #D62631;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.3s;
}

.service-nrd-block2__btn {
  width: 251px;
}

.service-nrd-block1__left-btn:hover,
.service-nrd-block2__btn:hover {
  background-color: #A4282E;
  border: 1px solid #A4282E;
  transition: 0.3s;
}

.service-nrd-block1__left-text {
  margin-bottom: 48px;
  font-weight: 350;
  font-family: "Circe-Light";
  font-size: 32px;
  line-height: 120%;
  color: #262d33;
}

.service-nrd-block1__right-wrapper {
  max-width: 640px;
  width: 100%;
}

.service-nrd-block1__right-text {
  margin-bottom: 28px;
  font-family: "Circe-Light";
  font-weight: 350;
  font-size: 32px;
  line-height: 120%;
  color: #262d33;
}

.service-nrd-block1__right-list {
  list-style: none;
}

.service-nrd-block1__right-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 24px;
  line-height: 120%;
  color: #262d33;
}

.service-nrd-block1__right-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  display: block;
  width: 8px;
  height: 10px;
  background-image: url("../img/partnerIconTriangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1259px) {
  .service-nrd-block1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .service-nrd-block1__left-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
  }

  .service-nrd-block1__right-list li {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (max-width: 767px) {
  .service-nrd-block1 {
    margin-bottom: 40px;
  }

  .service-nrd-block1__left-text,
  .service-nrd-block1__right-text {
    font-size: 22px;
  }
}

.service-block2 {
    padding: 48px;
    border: 1px solid rgba(52, 52, 52, 0.2);
    margin-bottom: 80px;
}

.service-block2__title {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    color: #262d33;
}

.service-block2__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}

.service-block2__list li {
    position: relative;
    padding-left: 24px;
    max-width: 272px;
    font-size: 20px;
    line-height: 29px;
    color: #262d33;
}

.service-block2__list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    display: block;
    width: 8px;
    height: 10px;
    background-image: url("../img/partnerIconTriangle.svg");
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
    .service-block2__list {
        /* flex-direction: column; */
        justify-content: flex-start;
    }

    .service-block2__list li {
        max-width: none;
        width: 100%;
        margin-bottom: 16px;
    }
}

.service-nrd-block2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  margin-bottom: 80px;
  border: 1px solid rgba(52, 52, 52, 0.2);
}

.service-nrd-block2__title {
  max-width: 629px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 100%;
  color: #262d33;
}

.service-nrd-block2__text {
  margin: 0;
  font-size: 24px;
  line-height: 140%;
  color: #262d33;
}

/*ACTUAL NEED POSITION*/
.actual-need {
    width: 100%;
    margin-bottom: 80px;
}

.actual-need__title {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    color: #262d33;
}

.actual-need__subtitle {
    margin-bottom: 64px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262d33;
}

.actual-need__list-positions {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.actual-need__list-positions.hidden-list {
    height: 1400px;
    overflow: hidden;
}

.actual-need__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 48px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(52, 52, 52, 0.2);
}

.actual-need__item-title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #262d33;
}

.unchecked-immediate-need .actual-need__item-title svg {
  display: none;
}

.actual-need__item-content {
    display: flex;
    justify-content: space-between;
}

.actual-need__item-left-list {
    list-style: none;
    display: flex;
    align-items: flex-end;
    width: 55.5%;
    margin-right: 30px;
}

.actual-need__item-left-list li {
    position: relative;
    overflow: hidden;
    width: 24.5%;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 50px;
    margin-right: 16px;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #262d33;
    white-space: nowrap;
}

.actual-need__item-left-list li:last-child {
    margin-right: 0;
}

.actual-need__item-left-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    /* background-image: url('../img/catalog/property-srok.png'); */
    background-repeat: no-repeat;
    background-position: center;
}

.actual-need__item-left-list li.depot::before {
    background-image: url("/local/templates/main/img/catalog/property-location.svg");
}
.actual-need__item-left-list li.type::before {
    background-image: url("/local/templates/main/img/catalog/property-type.svg");
}
.actual-need__item-left-list li.condition::before {
    background-image: url("/local/templates/main/img/catalog/property-variety.svg");
}
.actual-need__item-left-list li.size::before {
    background-image: url("/local/templates/main/img/catalog/property-size.svg");
}
.actual-need__item-left-list li.service_life::before{
    background-image: url('../img/catalog/property-srok.png');

}
.actual-need__item-left-list li.part_class::before{
    background-image: url('../img/catalog/property-class.svg');

}

.actual-need__item-left-list li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.actual-need__item-right-list.item-right-list {
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 45%;
}

.item-right-list__info {
    display: flex;
    flex-direction: column;
}

.item-right-list__info:nth-child(1) {
    width: 30%;
}
.item-right-list__info:nth-child(2) {
    width: 33%;
}
.item-right-list__info:nth-child(3) {
    width: 37%;
}


.unchecked-immediate-need .item-right-list__info:nth-child(1) {
  display: none;
}

.item-right-list__info p {
    margin-bottom: 8px;
    font-weight: normal;
    font-family: 'Circe-Regular';
    font-size: 16px;
    line-height: 100%;
    color: #262d33;
}

.item-right-list__info span {
    display: inline-block;
    min-height: 32px;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    color: #262d33;
}

.item-right-list__info span sup {
    display: inline-block;
    margin-top: -8px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-decoration: underline;
    transform: scale(0.8);
}

.item-right-list__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    height: 51px;
    font-family: "Circe-Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    background: #c51315;
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.in_cart.item-right-list__btn {
  color: #c51315;
  background: #ffffff;
  border: 1px solid #d62631;
}

.in_cart.item-right-list__btn svg {
  margin-left: 7px;
}

.item-right-list__btn:hover {
    transition: 0.3s;
    background-color: #A4282E;
}

.in_cart.item-right-list__btn:hover {
  color: #ffffff;
  background: #c51315;
  border: 1px solid #d62631;
}
.in_cart.item-right-list__btn:hover svg path {
  stroke: #ffffff;
}

.actual-need__btn-show-more {
    display: inline-block;
    padding-top: 10px;
    font-weight: normal;
    font-family: "Circe-Regular";
    font-size: 16px;
    line-height: 28px;
    color: #c51315;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    transition: 0.3s;
}

.actual-need__btn-show-more:hover {
    color: #A4282E;
    transition: 0.3s;
}

.actual-need__pagination-list {
  display: flex;
}

.actual-need__pagination-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.actual-need__pagination-list li span {
    padding: 10px 14px;
}

.actual-need__pagination-list a {
    font-family: "Circe-Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    color: #262d33;
}

.actual-need__pagination-item:hover a {
    color: #ffffff;
    transition: 0.3s;
}
.actual-need__pagination-item.active a {
    color: #ffffff;
}

.actual-need__pagination-item:hover {
  color: #ffffff;
  background: #c51315;
  transition: 0.3s;
}
.actual-need__pagination-item.active {
  color: #ffffff;
  background: #c51315;
}

.service-block-manager {
    display: flex;
    margin-bottom: 55px;
    padding: 64px 83px;
    background: #EFF2F9;
}

.service-block-manager__image-wrapper {
    min-width: 364px;
    height: 276px;
    margin-right: 80px;
    /*background-image: url("/local/templates/main/img/manager-photo-default.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}

.service-block-manager__info-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 9px;
}

.service-block-manager__info-title {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    color: #262d33;
}

.service-block-manager__info-name {
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #262d33;
}

.service-block-manager__info-position {
    margin-bottom: 24px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262d33;
}

.service-block-manager__info-link {
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    text-decoration: none;
    color: #262d33;
}

.service-block-manager__info-btn-wrapper {
    display: flex;
    margin-top: 28px;
}


.service-block-manager__info-btn {
    display: block;
    padding: 16px;
    font-family: "Circe-Regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    text-align: center;
    color: #c51315;
    border: 1px solid #D62631;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
}

.service-block-manager__info-btn:first-child {
    margin-right: 24px;
}

.service-block-manager__info-btn:hover {
    transition: 0.3s;
    color: #ffffff;
    background-color: #c51315;
}

.service-block-manager__info-btn.red {
    color: #ffffff;
    background-color: #c51315;
}

.service-block-manager__info-btn.red:hover {
    transition: 0.3s;
    background-color: #A4282E;
    border: 1px solid #A4282E;
}


@media (max-width: 1259px) {
    .service-block-manager {
        padding: 64px 20px;
    }

    .service-block-manager__image-wrapper {
        min-width: 255px;
        height: 194px;
        margin-right: 40px;
    }
    .item-right-list__info span{
        font-size: 20px;
    }
    .item-right-list__info span sup{
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .service-block2__list {
        /* flex-direction: column; */
        justify-content: flex-start;
    }

    .page h1 {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .service-block2__list li {
        max-width: none;
        width: 50%;
        margin-bottom: 16px;
    }

    .actual-need__item-content{
        flex-direction: column;
        /* align-items: center; */
    }
    .actual-need__item-left-list li{
        width: 100%;
        margin-bottom: 15px;
    }
    .actual-need__item-left-list li:last-child{
        margin-right: 16px;
    }
    .actual-need__item-left-list{
        flex-direction: column;
        align-items: center;
        width: 50%;
        margin-right: 60px;
    }
    .actual-need__item-right-list.item-right-list{
        flex-direction: column;
        width: 50%;
        margin-top: 25px;
    }
    .actual-need__item-right-list.item-right-list li{
        width: 100%;
    }
    .item-right-list__info:nth-child(1){
        margin: 15px 0;
    }
    .item-right-list__info:nth-child(2){
        margin: 0  0 15px 0;
    }
    .item-right-list__btn{
        max-width: none;
    }
    .item-right-list__info span{
        font-size: 28px;
    }
    .item-right-list__info span sup{
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .service-block-manager {
        flex-direction: column;
        margin-bottom: 35px;
        align-items: center;
    }

    .service-block-manager__image-wrapper {
        min-width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .service-block-manager__image-wrapper img{
        width: 100%;
    }

    .service-block-manager__info-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .service-block-manager__info-name {
        font-size: 18px;
    }

    .service-block-manager__info-link {
        font-size: 16px;
    }

    .service-block-manager__info-btn-wrapper {
        flex-direction: column;
    }

    .service-block-manager__info-btn {
        width: 100%;
    }

    .service-block-manager__info-btn:first-child {
        margin-bottom: 16px;
        margin-right: 0;
    }
    .actual-need__item-left-list{
        width: 80%;
    }
    .actual-need__item-right-list.item-right-list{
        width: 80%;
    }
    .service-block2__list li{
        width: 100%;
    }
}

@media(max-width: 790px){
    .service-nrd-block2{
        flex-direction: column;
        padding: 30px;
    }
    .service-nrd-block2__text{
        margin-bottom: 16px;
    }
}
@media(max-width: 767px){
    .service2__link .red-btn,
    .service2__link .red-btn2{
        width: 100%;
    }
}

.popup-rd__details-table--form:last-child .popup-rd__details-table-row{
    border-bottom: none;
  }



 