
.button {
    width: fit-content;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: block;
    padding: 25px 54px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.button--black {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}

.button:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
    transition: 0.3s;
}

.button--black:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.slider-arrow {
    position: absolute;
    bottom: -40px;
    width: 128px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}

.slider-arrow:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.slider-next-arrow {
    left: calc(50% + 10px);
    background: url(/local/templates/srg/images/subpage/arrow-next.svg) center center no-repeat;
    background-size: contain;
}

.slider-prev-arrow {
    right: calc(50% + 10px);
    background: url(/local/templates/srg/images/subpage/arrow-prev.svg) center center no-repeat;
    background-size: contain;
}

.modal-video .modal-dialog {
    max-width: 1176px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.modal iframe {
    display: block;
    max-width: 100%;
}

.modal-close {
    position: absolute;
    top: -25px;
    right: -15px;
    color: #fff;
    text-decoration: none!important;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 14px 0;
}

.header__logo {
    width: 210px;
    max-width: 100%;
    height: auto;
}

.header__menu-btn {
    display: none;
}

.header__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header__menu-item {
    margin-right: 38px;
}

.header__menu-item:last-child {
    margin-right: 0;
}

.header__menu-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF!important;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
}

.header__menu-item a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.header__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__socials {
    display: flex;
}

.header__socials a {
    display: block;
    margin-right: 14px;
    opacity: 1;
    transition: 0.3s;
}

.header__socials a:last-child {
    margin-right: 0;
}

.header__socials a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.header__phone {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff!important;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
}

.header__phone:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.banner {
    padding: 180px 0 100px;
    background: url(../img/banner.jpeg) center left calc(50vw - 400px) no-repeat;
    background-size: cover;
    background-color: #121212;
}

.banner__heading {
    max-width: 1020px;
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
    line-height: 114%;
    margin-bottom: 30px;
}

.banner__heading-subtitle{
    max-width: 1020px;
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    line-height: 114%;
    margin-bottom: 54px;
}

.banner__feature-list {
    display: flex;
    margin-bottom: 100px;
}

.banner__feature-item {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 114%;
    margin-right: 110px;
}

.banner__feature-item:last-child {
    margin-right: 0;
}

.banner__feature-item span {
    font-size: 55px;
}

.catalog {
    padding-top: 80px;
    padding-bottom: 40px;
}

.catalog__heading {
    margin-bottom: 50px;
}

.catalog__item {
    margin-bottom: 110px;
}

.item__slider {
    padding-left: 60px;
    padding-right: 100px;
    position: relative;
}

.item__slider:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 45px);
    background-color: #F7F7F8;
    z-index: -1;
}

.item__slider .slick-track img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    object-position: center;
}

.item__heading {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #121212;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 36px;
}

.item__heading:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100px;
    width: 50vw;
    height: 100%;
    background-color: #F7F7F8;
    z-index: -1;
}

.item__char-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.item__char {
    text-align: center;
}

.item__char-image {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 7px;
}

.item__char-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 6px;
}

.item__char-num {
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
}

.item__location {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.item__location-image {
    width: 36px;
    height: 36px;
    object-fit: cover;
    margin-right: 20px;
}

.item__location-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 0;
}

.item__komplekt {
    margin-top: 30px;
}

.item__row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.item__row:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #D9D9DC;
    z-index: -1;
}

.item__row-title {
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background-color: #ffffff;
    padding-right: 3px;
}

.item__row-text {
    width: fit-content;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
    padding-left: 3px;
}

.item__row-text span {
    font-size: 28px;
    line-height: 34px;
}

.item__button {
    margin: 30px auto 0;
}

.about {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}

.about:before {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(50vw + 170px);
    top: 0;
    left: 0;
    background-color: #121212;
    z-index: -1;
}

.about__heading {
    margin-bottom: 40px;
}

.about__heading:before {
    width: 346px;
}

.about__content {
    padding-right: 100px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.about__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about__list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 16px;
}

.about__list li:last-child {
    margin-bottom: 0;
}

.about__list li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
}

.about__video-preview {
    position: relative;
    width: 100%;
    height: 400px;
}

.about__video-preview:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
}

.about__video-preview > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__video-play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 137px;
    left: -63px;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    background-color: #ffffff;
    cursor: pointer;
}

.about__video-play img {
    margin-left: 8px;
}


.projects__heading {
    margin-bottom: 50px;
}

.project {
    position: relative;
    width: 470px;
    height: 470px;
    margin: 0 10px;
    transform: translate(-245px, 0);
}

.project:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.1%, #000000 100%);
}

.project__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.project__heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.project__location {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.fos1 {
    background: url(../img/fos1-bg-1.png) right 50vw center no-repeat, url(../img/fos1-bg-2.png) left 50vw center no-repeat;
    background-size: 50% auto, 50% auto;
}

.fos1__wrapper {
    padding: 85px 20px 95px;
    background-color: #121212;
}

.fos1__heading {
    padding-bottom: 0;
    text-transform: none;
    margin-bottom: 60px;
}

.fos1__heading:before {
    display: none;
}

.fos1__heading span {
    font-size: 60px;
    line-height: 61px;
}

.fos1__row {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.form-input {
    width: 100%;
    max-width: 305px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 25px 54px;
    background-color: #313131;
    border: 1px solid #313131;
    outline: none;
}

.form-input::placeholder {
    color: #888888;
}

.form-checkbox-wrapper {
    position: relative;
    text-align: center;
}

.form-checkbox-input {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

.form-checkbox-label {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #AFAFAF;
    padding-left: 20px;
    cursor: pointer;
}

.form-checkbox-label a {
    text-decoration: underline;
    color: #AFAFAF;
    transition: 0.3s;
}

.form-checkbox-label a:hover {
    color: #ffffff;
    transition: 0.3s;
}

.form-checkbox-label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 1px solid #AFAFAF;
}

.form-checkbox-input:checked + .form-checkbox-label:after {
    position: absolute;
    content: '';
    left: 4px;
    top: -1px;
    width: 6px;
    height: 11px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.fos1__input {
    margin-right: 20px;
}

.partner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.partner:before {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(50vw + 190px);
    top: 0;
    left: 0;
    background-color: #F1F1F2;
    z-index: -2;
}

.partner__image {
    position: relative;
}

.partner__image img {
    position: absolute;
    top: 0;
    left: 55px;
    width: calc(50vw - 60px);
    height: 606px;
    object-fit: cover;
    z-index: 2;
}

.partner__heading {
    margin-bottom: 30px;
}

.partner__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}

.partner__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.partner__item:last-child {
    margin-bottom: 0;
}

.partner__item img {
    display: block;
    width: 38px;
    height: 38px;
    margin-right: 20px;
}

.partner__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}



.market__heading {
    margin-bottom: 30px;
}

.market__text {
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 46px;
}

.market__features {
    position: relative;
    padding-top: 71px;
    padding-bottom: 71px;
}

.market__features:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50vw;
    top: 0;
    right: 0;
    background: url(/upload/medialibrary/2f3/374rits80s96aovurq4i818jb0m3vmsh.jpeg) center center no-repeat;
    background-size: cover;
    z-index: -2;
}

.market__features-wrapper {
    margin-left: 126px;
    margin-right: 40px;
    padding: 40px 35px 50px 40px;
    background-color: rgba(241, 241, 242, 0.9);
}

.market__features-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 34px;
}

.market__features-item {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.market__features-item:last-child {
    margin-bottom: 0;
}

.market__features-item-num {
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 18px;
}

.market__features-item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.features{
    overflow: hidden;
}
.features-2 .features__heading{
    font-size: 26px;
    line-height: 36px;
}

.features-2 .features__plus-list{
    max-width: 666px;
}

.features-2  .features__plus-list li:nth-child(2n - 1) {
    width: 100%;
    padding-right: 0;
}

.features-2 .features__plus-list li:nth-child(2n) {
    width: 100%;
}

.features-2 .features__plus-list li:last-child{
    margin-top: 0;
}

.features-2  .features__plus-list li{
    margin-bottom: 10px;
}


.market .title_block{
    text-align: left;
}
.market .title_block:after{
    left: 0;
    right: auto;
}

.fos2 .title_block{
    text-align: left;
}


.fos2 .title_block:after{
    left: 0;
    right: auto;
}


#ipoteka{
    margin-bottom: 100px;
    margin-top: 100px;
}

.accordion {
    margin-bottom: -15px;
    position: relative;
}

.accordion:before {
    position: absolute;
    content: '';
    height: calc(100% + 550px);
    width: calc(50vw + 65px);
    top: -465px;
    left: -65px;
    background-color: #121212;
    z-index: 1;
}

.accordion__item {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #E7E6E3;
}

.accordion__item:last-child {
    border-bottom: none;
}

.accordion__title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 15px 30px 15px 0;
    cursor: pointer;
}

.accordion__title:before {
    position: absolute;
    content: '';
    right: 0;
    top: 19px;
    width: 17px;
    height: 20px;
    background: url(/local/templates/srg/images/accordion-arrow.svg) center center no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.accordion__item.expanded .accordion__title:before {
    transform: rotate(90deg);
    transition: 0.3s;
}

.accordion__text {
    overflow: hidden;
    padding-right: 30px;
    max-width: 630px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    max-height: 0;
    transition: 0.3s;
}

.accordion__item.expanded .accordion__text {
    max-height: 300px;
    padding-bottom: 20px;
    transition: 0.3s;
}

.what {
    padding-top: 190px;
    padding-bottom: 90px;
}

.what__heading {
    margin-bottom: 80px;
}

.what__list {
    display: flex;
    flex-wrap: wrap;
}

.what__item {
    width: 20%;
    margin-bottom: 40px;
}

.what__item img {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
    margin: 0 auto 10px;
}

.what__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}


.features__heading {
    margin-bottom: 30px;
}

.features__image {
    margin-left: calc(660px - 50vw);
    width: calc(100% + 50vw - 660px);
    min-height: 170px;
    object-fit: cover;
}

.features__wrapper {
    height: 100%;
    display: flex;
    margin-left: -24px;
}

.features__plus {
    padding: 40px;
    background-color: #121212;
}

.features__plus-heading,
.features__minus-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 24px;
}

.features__plus-heading {
    color: #ffffff;
}

.features__minus {
    position: relative;
    padding: 40px 15px 40px 40px;
    background-color: #F1F1F2;
}

.features__minus:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #F1F1F2;
    z-index: -1;
}

.features__minus img{
    max-width: 300px;
    display: block;
    margin: 0 0;
}

.features__minus-title{
    text-align: center;
    margin-top: 10px;
}

.features__plus-list,
.features__minus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features__plus-list {
    max-width: 480px;
    display: flex;
    flex-wrap: wrap;
}

.features__plus-list li {
    color: #ffffff;
}

.features__plus-list li:nth-child(2n - 1) {
    width: 48%;
    padding-right: 20px;
}

.features__plus-list li:nth-child(2n) {
    width: 52%;
}

.features__plus-list li:last-child {
    margin-bottom: 0;
    margin-top: -19px;
}

.features__plus-list li,
.features__minus-list li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-left: 35px;
    margin-bottom: 15px;
}

.features__plus-list li:before,
.features__minus-list li:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 20px;
    height: 15px;
}

.features__plus-list li:before {
    background: url(/local/templates/srg/images/features-plus.svg) center center no-repeat;
    background-size: contain;
}

.features__minus-list li:before {
    background: url(../img/features-minus.svg) center center no-repeat;
    background-size: contain;
}

.finance {
    padding-top: 140px;
    padding-bottom: 90px;
}

.finance__heading {
    margin-bottom: 70px;
}

.finance__list {
    display: flex;
    flex-wrap: wrap;
}

.finance__item {
    position: relative;
    width: 225px;
    margin-bottom: 50px;
    margin-right: 125px;
}

.finance__item:before {
    position: absolute;
    content: '';
    top: 95px;
    right: -100px;
    width: 80px;
    height: 20px;
    background: url(/local/templates/srg/images/finance-arrow.svg) center center no-repeat;
    background-size: contain;
}

.finance__item:nth-child(4n) {
    margin-right: 0;
}

.finance__item:nth-child(4):before,
.finance__item:last-child:before {
    content: none;
}

.finance__item-image {
    display: flex;
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 100%;
    margin: 0 auto 25px;
}

.finance__item-image {
    object-fit: contain;
}

.finance__num {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #D3D3D3;
    text-align: center;
    margin: 0 auto 11px;
}

.finance__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}

.report {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #121212;
}

.report__heading {
    margin-bottom: 84px;
}

.report__item {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 132%;
    color: #FFFFFF;
    padding-left: 50px;
}

.report__item:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 20px;
    width: 20px;
    height: 15px;
    background: url(../img/features-plus.svg) center center no-repeat;
    background-size: contain;
}

.report__wrapper {
    display: flex;
    justify-content: space-between;
}

.report__slider-small {
    width: 33%;
    overflow: hidden;
    padding-bottom: 40px;
}

.report__slider-small .slider-arrow,
.report__slider-big .slider-arrow {
    filter: invert(1);
    bottom: 0;
}

.report__slider-small .slick-list {
    margin-left: -55px;
}

.report__slider-small .slick-list img {
    height: 374px;
    object-fit: cover;
    margin-left: 55px;
}

.report__slider-big {
    width: 60%;
    overflow: hidden;
    padding-bottom: 40px;
}

.report__slider-big .slick-list img {
    height: 374px;
    object-fit: cover;
}

.fos2 {
    padding-top: 200px;

}

.fos2__heading {
    margin-bottom: 50px;
}

.fos2__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.fos2__phone {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #121212!important;
    text-decoration: none;
}

.fos2__socials {
    display: flex;
}

.fos2__socials a {
    margin-right: 25px;
    opacity: 1;
    transition: 0.3s;
}

.fos2__socials a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.fos2__socials a img {
    width: 46px;
    height: 46px;
}

.fos2__form {
    margin-right: -24px;
    padding: 50px 118px 60px;
    background-color: #121212;
}

.fos2__form-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.fos2__input {
    min-width: 100%;
    width: 100%;
    margin-bottom: 16px;
}

.fos2__input + .fos2__input {
    margin-bottom: 10px;
}

.fos2__checkbox {
    margin-bottom: 30px;
}

.fos2__submit {
    width: 100%;
}

.fos2__image {
    position: relative;
    height: 100%;
}

.fos2__image iframe{
    height: 100%;
}

.fos2__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fos2__image-info {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 45px 20px 35px;
    background-color: #F1F1F2;
}

.fos2__image-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 132%;
    color: #000000;
    margin-bottom: 6px;
}

.fos2__image-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    color: #000000;
}

.footer {
    background-color: #060606;
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer__copyright,
.footer__policy {
    width: fit-content;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    color: #FFFFFF!important;
    text-decoration: none;
    margin-bottom: 0;
    opacity: 1;
    transition: 0.3s;
}

.footer__copyright {
    margin-right: 36px;
}

.footer__socials {
    display: flex;
    justify-content: flex-end;
}

.footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    margin-right: 12px;
    opacity: 1;
    transition: 0.3s;
}

.footer__socials a:last-child {
    margin-right: 0;
}

.footer__policy:hover,
.footer__socials a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.modal .fos2__form {
    margin: 0!important;
    padding: 50px!important;
}

.policy-page header {
    position: static;
    background-color: #121212;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    padding: 20px 0;
    border-bottom: 1px solid #b5b5b5;
}

.breadcrumbs ul li:not(:last-child) {
    margin-right: 30px;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #b5b5b5!important;
}

.breadcrumbs ul li a {
    position: relative;
    text-decoration: none;
}

.breadcrumbs ul li a:before {
    position: absolute;
    content: '>';
    right: -20px;
    top: -2px;
    font-size: 16px;
    line-height: 24px;
    color: #b5b5b5;
}

.policy {
    padding-top: 70px;
    padding-bottom: 100px;
}

.policy h1 {
    font-weight: 600;
    font-size: 40px;
    line-height:48px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.policy h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0;
    margin-bottom: 30px;
}

.policy h2:before {
    content: none;
}

.callme-result > div {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

#cme-form-main {
    display: none!important;
}

.market__accordion--row{
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.market__accordion--row img{
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}


.avtor__tech img{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

.avtor__tech-name{
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 30px;
}


.stroika{
    padding-top: 100px;
}


.stroika img{
    height: 145px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}


.features__plus-text{
    color: #fff;
}

.features-3{
    padding-top: 0;
    padding-bottom: 50px;
}

.features-3 .features__plus{
    max-width: 502px;
}

.features-3 .features__minus img{
    margin-bottom: 15px;
}

.features__minus-left{
    padding-right: 20px;
}

.features__minus-left p{
    margin-bottom: 0;
}

.features-3-btn{
    display: inline-block;
    color: #000;
    background: #f1f1f2;
    text-decoration: none;
    padding: 15px;
    margin-top: 20px;
}

.finance__heading-subtitle{
    font-size: 22px;
    max-width: 686px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.finance__heading-subtitle-2{
    font-size: 22px;
    max-width: 702px;
    margin: 0 auto;
}

.finance-2{
    padding-bottom: 0;
    padding-top: 20px;
}

.finance-2 .finance__text{
font-size: 18px;
}


.market__arrow{
    text-align: right;
    max-width: 520px;
    margin-bottom: 40px;
}

.market__arrow img{
    width: 50px;
}

.projects img{
    height: 170px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 25px;
}

.fos1-imgs{
    display: flex;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
    justify-content: space-around;
}

.fos1-img img{
    max-width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 69px;
}

.input-hidden{
    display: none!important;
}


.form-input.has-error{
    border: 1px solid red;
}


.c_error{
    color: red!important;
}


.item__row-text{
    font-size: 16px;
    text-align: right;
    max-width: 215px;
}

.item__row-title{
    max-width: 138px;
}
.item__heading{
    font-size: 26px;
}

.item__slider img{
    max-width: 100%;
}


.gotovie_main_banner .button--black{
    margin: 0;
    margin-top: 20px;
}

.gotovie_main_banner .g_subtitle{
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.gotovie_main_banner  .main_banner_title{
    max-width: 658px;
    font-size: 52px;
}

.gotovie_main_banner:before{
    background: rgba(48,48,48, 0.5);
    width: 54vw;
}

.gotovie_main_banner{
    background-position: 74%!important;

    margin-bottom: 70px;
}

.catalog__item--desc{
    margin-top: 40px;
}


.g_avtor__tech{
    margin-top: 0px;
    margin-bottom: 80px;
}

.catalog__item {
    margin-bottom: 80px;
}
.karkas-wrap{
    margin-top: 70px;
    margin-bottom: 70px;
}
.karkas-text{
    font-size: 20px;
}

@media (max-width: 1500px) {
    .fos1 {
        background: url(../img/fos1-bg-1.png) left center no-repeat, url(../img/fos1-bg-2.png) right center no-repeat;
        background-size: auto 100%, auto 100%;
    }
}

@media (max-width: 1399px) {
    .header__menu {
        margin-left: -30px;
    }
    .header__menu-item {
        margin-right: 30px;
    }
    .header__socials a {
        margin-right: 10px;
    }
    .header__phone {
        font-size: 23px;
    }
    .banner {
        background: url(../img/banner.jpeg) center left calc(50vw - 310px) no-repeat;
        background-size: cover;
        background-color: #121212;
    }
    .item__slider {
        padding-left: 40px;
        padding-right: 80px;
    }
    .item__slider .slick-track img {
        height: 555px;
    }
    .about__content {
        padding-right: 75px;
    }
    .market__text {
        max-width: 480px;
    }
    .market__features-wrapper {
        margin-left: 55px;
    }
    .features__plus {
        padding: 30px;
        min-width: 460px;
    }
    .features__minus {
        padding: 30px 15px 30px 30px;
    }
    .features__image {
        margin-left: calc(566px - 50vw);
        width: calc(100% + 50vw - 560px);
    }
    .what__item {
        width: 25%;
    }
    .finance__item {
        margin-right: 65px;
    }
    .finance__item:before {
        right: -70px;
    }
    .report__slider-small .slick-list img,
    .report__slider-big .slick-list img {
        height: 317px;
    }
    .fos2__form {
        padding: 50px 85px 60px;
    }
}

@media (max-width: 1199px) {
    .modal iframe {
        height: calc(60vw - 20px);
    }
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .header__menu {
        margin-left: 0;
    }
    .header__menu-item a {
        font-size: 14px;
    }
    .header__menu-item {
        margin-right: 21px;
    }
    .header__phone {
        font-size: 17px;
    }
    .banner {
        background: url(../img/banner.jpeg) center left calc(50vw - 250px) no-repeat;
        background-size: cover;
        background-color: #121212;
    }
    .banner__heading {
        font-size: 50px;
    }
    .banner__feature-item span {
        font-size: 45px;
    }
    .item__slider {
        padding-left: 0;
        padding-right: 0;
    }
    .item__slider .slick-track img {
        height: 525px;
    }
    .about__video-preview {
        height: 300px;
    }
    .about__video-play {
        top: 105px;
        left: -50px;
        width: 100px;
        height: 100px;
    }
    .about__content {
        padding-right: 50px;
    }
    .accordion:before {
        height: calc(100% + 400px);
        width: calc(50vw + 65px);
        top: -350px;
    }
    .market__features-wrapper {
        margin-left: 0;
    }
    .market__features-item:last-child .market__features-item-text br {
        display: none;
    }
    .finance__item {
        margin-right: 10px;
    }
    .finance__item {
        width: 215px;
    }
    .finance__item:before {
        right: -40px;
        width: 60px;
    }
    .finance__text {
        padding: 0 10px;
    }
    .finance__text br {
        display: none;
    }
    .features__wrapper {
        margin-left: 0;
    }
    .features__image {
        margin-left: calc(476px - 50vw);
        width: calc(100% + 50vw - 450px);
    }
    .report__slider-big .slick-list img {
        height: 290px;
    }
    .report__slider-small .slick-list img {
        height: 290px;
        margin-left: 20px;
    }
    .report__slider-small .slick-list {
        margin-left: -20px;
    }
    .fos2__socials a {
        margin-right: 10px;
    }
    .fos2__socials a:last-child {
        margin-right: 0;
    }
    .fos2__form {
        padding: 50px;
    }
    .report__item br {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__menu-col {
        order: 1;
        position: relative;
    }
    .header__menu-btn {
        display: flex;
        height: 30px;
        width: 30px;
        align-items: center;
        cursor: pointer;
        margin-left: auto;
    }
    .header__menu-btn span {
        display: block;
        position: relative;
        height: 1px;
        width: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #ffffff;
    }
    .header__menu-btn span:before {
        position: absolute;
        content: '';
        top: -10px;
        left: 0;
        height: 1px;
        width: 30px;
        background-color: #ffffff;
    }
    .header__menu-btn span:after {
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0;
        height: 1px;
        width: 30px;
        background-color: #ffffff;
    }
    .header__menu {
        position: absolute;
        right: 12px;
        top: 45px;
        background-color: #F1F1F2;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.5s;
    }
    .header__menu.opened {
        max-height: 300px;
        opacity: 1;
        transition: 0.5s;
    }
    .header__menu-list {
        flex-direction: column;
    }
    .header__menu-item {
        margin-right: 0;
    }
    .header__menu-item a {
        display: block;
        width: 100%;
        padding: 15px 30px;
        color: #121212!important;
        border-bottom: 1px solid #d9d9d9;
    }
    .header__contacts {
        justify-content: center;
    }
    .header__socials a:last-child {
        margin-right: 10px;
    }
    .banner {
        background: url(../img/banner.jpeg) center left calc(50vw - 120px) no-repeat;
        background-size: cover;
        background-color: #121212;
    }
    .banner__heading {
        font-size: 36px;
    }
    .banner__feature-item {
        font-size: 18px;
        margin-right: 80px;
    }
    .banner__feature-list {
        margin-bottom: 60px;
    }
    .catalog__item {
        margin-bottom: 60px;
    }
    .catalog {
        padding-bottom: 15px;
    }
    .item__heading:before {
        content: none;
    }
    .item__slider {
        padding-bottom: 60px;
        background-color: #F7F7F8;
    }
    .item__slider .slider-arrow {
        bottom: 20px;
    }
    .item__button {
        margin: 40px auto 0;
    }
    .about {
        background-color: #121212;
    }
    .about:before {
        content: none;
    }
    .about__content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .about__video-preview {
        height: 430px;
    }
    .about__video-play {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }

    .project {
        width: 350px;
        height: 350px;
        transform: translate(-185px, 0);
    }
    .fos1__wrapper {
        padding: 65px 20px 75px;
    }
    .partner {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .partner__image img {
        height: 360px;
    }

    .accordion:before {
        height: calc(100% + 100px);
        top: -75px;
    }
    .market__accordion--row{
        margin-bottom: 120px;
    }
    .what {
        padding-top: 140px;
        padding-bottom: 35px;
    }
    .what__item {
        width: 33.33%;
    }
    .features__heading br {
        display: none;
    }
    .features__image {
        margin-left: 0;
        width: 100%;
    }
    .features__wrapper {
        flex-direction: column;
    }
    .features__plus,
    .features__minus {
        width: 100%;
        padding: 30px;
    }
    .finance {
        padding-top: 75px;
        padding-bottom: 25px;
    }
    .finance__item {
        margin-right: 0;
    }
    .finance__item {
        width: 232px;
    }
    .finance__item:before {
        right: -30px;
    }
    .finance__item:nth-child(4):before {
        content: '';
    }
    .finance__item:nth-child(3n):before {
        content: none;
    }
    .report {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .report__heading {
        margin-bottom: 40px;
    }
    .report__item {
        padding-left: 30px;
    }
    .report__item:before {
        left: 0;
    }
    .report__item-mob {
        margin-bottom: 20px;
    }
    .report__wrapper {
        flex-direction: column;
    }
    .report__slider-small {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .report__slider-small .slick-list img {
        height: 670px;
    }
    .report__slider-big {
        width: 100%;
    }
    .report__slider-big .slick-list img {
        height: 330px;
    }
    .fos2 {
        padding-top: 75px;
    }
    .fos2__form {
        margin-right: 0;
        padding: 50px 160px;
    }
    .policy {
        padding-top: 50px;
        padding-bottom: 75px;
    }
    .video-container{
        margin-bottom: 20px;
    }
    .fos2__image iframe{
        height: 400px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner__heading-subtitle{
        font-size: 26px;
    }


    h2:before {
        width: 200px;
    }
    h2.text-center:before {
        left: calc(50% - 100px);
    }
    .button {
        font-size: 16px;
        padding: 18px 30px;
    }
    .form-input {
        font-size: 16px;
        padding: 18px 30px;
    }
    .slider-arrow {
        width: 80px;
    }
    .header__contacts {
        justify-content: center;
    }
    .banner {
        background: url(../img/banner.jpeg) center left calc(50vw - 90px) no-repeat;
        background-size: cover;
        background-color: #121212;
        padding: 140px 0 75px;
    }
    .banner__heading {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .banner__feature-item span {
        font-size: 32px;
    }
    .banner__feature-item {
        font-size: 16px;
        margin-right: 30px;
    }
    .catalog {
        padding-top: 40px;
    }
    .item__slider .slick-track img {
        height: 400px;
    }
    .item__heading {
        font-size: 26px;
        line-height: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .item__row-text span {
        font-size: 25px;
        line-height: 30px;
    }
    .item__char-num {
        font-size: 22px;
        line-height: 28px;
    }
    .about__content {
        font-size: 16px;
    }
    .about__video-preview {
        height: 320px;
    }
    .partner__image img {
        left: 0;
        width: 50vw;
        height: 550px;
    }
    .market__features:before {
        width: 100vw;
        right: calc(50vw - 642px);
    }
    .projects__slider {
        margin: 0 5px;
    }
    .project__heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .project__location {
        font-size: 14px;
        line-height: 21px;
    }
    .project {
        width: 100%;
        height: calc(50vw - 20px);
        transform: none;
    }
    .fos1__heading span {
        font-size: 50px;
        line-height: 50px;
    }
    .fos1__wrapper {
        padding: 65px 15px 75px;
    }
    .fos1__heading {
        margin-bottom: 40px;
    }
    .partner {
        background-color: #F1F1F2;
    }
    .partner:before {
        content: none;
    }
    .partner__image {
        display: none;
    }
    .partner__text {
        font-size: 16px;
        line-height: 22px;
    }
    .partner__item-text {
        font-size: 14px;
        line-height: 19px;
    }
    .market__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    .market__features:before {
        width: 100vw;
        right: calc(-50vw + 258px)
    }
    .market__features-wrapper {
        margin-right: 0;
    }
    .accordion {
        padding: 60px 0;
        margin-bottom: 0;
    }
    .accordion:before {
        width: 100vw;
        height: 100%;
        left: unset;
        right: calc(-50vw + 258px);
        top: 0;
    }
    .what {
        padding-top: 75px;
    }
    .what__heading {
        margin-bottom: 50px;
    }
    .what__item {
        width: 50%;
    }
    .finance__item:nth-child(2n):before {
        content: none;
    }
    .finance__item:nth-child(2n - 1):before {
        content: '' !important;
    }
    .finance__item:last-child:before {
        content: none!important;
    }
    .report__item {
        font-size: 16px;
    }
    .report__item:before {
        top: 3px;
    }
    .report__slider-small .slick-list img {
        height: 490px;
    }
    .report__slider-big .slick-list img {
        height: 240px;
    }
    .fos2__form {
        margin-right: 0;
        padding: 50px 100px;
    }
    .footer__copyright, .footer__policy {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
    }
    .footer__socials {
        justify-content: center;
    }
    .modal .fos2__form {
        padding: 18px!important;
    }
    .policy {
        padding-top: 30px;
    }
    .policy h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .policy h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .market__accordion--row img{
        max-width: 230px;
        margin-bottom: 30px;
    }
    .market__accordion--row {
        margin-bottom: 10px;
        display: none;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    h2:before {
        width: 150px;
    }
    h2.text-center:before {
        left: calc(50% - 75px);
    }
    .header__logo-col {
        width: 150px!important;
    }
    .header__menu-col {
        width: 56px;
    }
    .header__contacts-col {
        width: calc(100% - 206px);
    }
    .header__socials {
        display: none;
    }
    .banner {
        background: url(../img/banner-mob.png) center left 150px no-repeat;
        background-size: cover;
        background-color: #121212;
        padding: 100px 0 75px;
    }
    .banner__heading {
        font-size: 26px;
        margin-bottom: 34px;
    }
    .banner__feature-list {
        flex-direction: column;
    }
    .banner__feature-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .banner__feature-list {
        margin-bottom: 40px;
    }
    .item__slider .slick-track img {
        height: calc(80vw - 30px);
    }
    .item__char-text {
        font-size: 14px;
    }
    .item__location-text {
        font-size: 14px;
    }
    .item__row-title {
        font-size: 14px;
    }
    .item__row-text span {
        font-size: 23px;
        line-height: 26px;
    }
    .about__video-preview {
        height: calc(66vw - 30px);
    }
    .about__video-play {
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }
    .about__video-play img {
        margin-left: 5px;
    }
    .fos1 {
        background: #121212;
    }
    .fos1__row {
        flex-direction: column;
    }
    .fos1__input {
        min-width: 100%;
        margin-bottom: 20px;
    }
    .fos1__submit {
        width: 100%;
    }
    .market__features-wrapper {
        padding: 30px;
    }
    .market__features:before,
    .accordion:before {
        right: -12px;
    }
    .features__plus {
        min-width: unset;
    }
    .features__image {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
    }
    .features .row > div:last-child {
        padding: 0;
    }
    .features__plus, .features__minus {
        width: 100%;
        padding: 30px 15px;
    }
    .finance__item:nth-child(2n - 1):before {
        content: none!important;
    }
    .finance__item {
        width: 100%;
    }
    .finance__text {
        max-width: 250px;
        margin: 0 auto;
    }
    .report__slider-small .slick-list img {
        height: calc(95vw - 25px);
    }
    .report__slider-big .slick-list img {
        height: calc(53vw - 30px);
    }
    .fos2__phone {
        font-size: 22px;
    }
    .fos2__form {
        margin-right: -15px;
        margin-left: -15px;
        padding: 50px 15px;
    }
    .fos2 .row > div:last-child {
        padding: 0;
    }
    .fos2__image-info {
        width: 100%;
        padding: 15px;
    }
    .policy h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .breadcrumbs ul li a, .breadcrumbs ul li span {
        font-size: 14px;
    }
    .breadcrumbs ul li a:before {
        top: -3px;
        font-size: 14px;
    }
    .breadcrumbs {
        padding: 12px 0;
    }
    .features-2 .features__heading {
        font-size: 16px;
        line-height: 25px;
    }


    .fos1-img img {
        height: auto;
        max-width: 350px;
        max-height: 100px;
    }
    #form_ipoteka_2 .form-input{
        padding: 15px 10px;
        text-align: center;
    }

    .fos1-imgs{
        margin-bottom: 15px;
    }

    #form_ipoteka_2 .container-checkbox{
        font-size: 12px;
        text-align: left;
    }
    #form_ipoteka_2 .checkmark {
        position: absolute;
        top: 0px;
    }
}

@media (max-width: 449px) {
    .project {
        height: calc(100vw - 30px);
    }
    .finance__text {
        font-size: 14px;
    }
    .what__text {
        font-size: 14px;
    }
    .features__plus-list li {
        width: 100% !important;
        padding-right: 0;
    }
    .features__plus-list li:last-child {
        margin-top: 0;
    }
    .modal iframe {
        height: calc(60vw - 20px);
    }
    .modal-close {
        right: 0;
    }


}

@media (max-width: 370px) {
    .header__contacts-col {
        width: calc(100% - 176px);
    }
    .header__phone {
        font-size: 16px;
    }
    .banner {
        background: url(../img/banner.jpeg) center left 120px no-repeat;
        background-size: cover;
        background-color: #121212;
    }
    .header__logo-col {
        width: 120px!important;
    }
    .fos2__form-heading {
        font-size: 18px;
    }
    .form-checkbox-label {
        font-size: 11px;
    }
    .fos1-img img {
        max-width: 100%;
    }
}


