/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 9 versions
*/

/* must delete */
/*body{
    font-family: 'Rubik', sans-serif;
    width: auto;
    line-height: 1.5;
    color: #031124;
}

.container{
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}*/

/* /must delete */

/* multi-version */

section{
    background: #fff;
}

.office-banner{
    padding: 30px 0 50px 0;
}

.pb-50{
    padding-bottom: 50px;
}

/* ofs-banner */

.office-banner--wrap {
    border-radius: 31px;
    background: #E5E9F1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 150px;
    position: relative;
    height: 575px;
    padding: 100px 50px;
    overflow: hidden;
}

.office-banner--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 7;
    max-width: 520px;
}

.office-banner--content:before{
    content: "";
    margin: auto 0 0 0;
}

.link-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    color: #242422;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.link-more:hover{
    color: #FC5026;
}

.office-banner--content .link-more:after{
    content: url(../assets/content/banner-arr.png);
}

.office-banner--content h1{
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 18px;
}

.orange-style{
    background: #FF4F12;
    color: #FFF;
}

.office-banner--content p{
    color: #031124;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 18px;
}

.office-banner--img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: -129px;
    height: 725px;
    overflow: hidden;
}


.office-banner--img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 4;
    position: relative;
}

/* / ofs-banner */

/*  ofs-members */

.office-members {
}

.office-members--wrap{
    padding: 30px 80px 60px;
}

.office-section--title {
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.office-section--title span{
    padding: 0 10px;
    white-space: nowrap;
}

.office-members--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    padding-bottom: 45px;
}

.office-members--item {
    border-radius: 15px;
    border: 2px solid #E5E9F1;
    background: #FFF;
    padding: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    height: 300px;
}

.office-members--item:hover{
    text-decoration: none;
}

.office-members-sl,
.briefcase-sl{
    padding: 0 0 40px 0;
}

.ofs-members--item-icon {
    height: 50px;
    width: 50px;
}

.icon-globe {
    content: url("../assets/content/icon-globe.svg");
}

.ofs-members--item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ofs-members--item-text h3{
    color: #031124;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 7px;
}

.ofs-members--item-text span{
    color: #FF4F12;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
    display: block;
}

.ofs-members--item-text p{
    color: #031124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: auto;
}

.icon-phone {
    content: url("../assets/content/icon-phone.svg");
}

.icon-hat {
    content: url("../assets/content/icon-hat.svg");
}

.members--last-item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
}

.icon-emblem {
    content: url("../assets/content/emblem-bashkort.png");
    width: 122px;
    height: 128px;
}

.office-members--item.members--last-item p{
    margin: auto;
    font-size: 18px;
}

.office-advantages,
.office-is{
    background: #fff;
}

.office-is--content{
    padding: 40px 80px;
}
.office-is--content p{
    border-radius: 30px;
    background: #FFF;
    color: #FF4F12;
    font-size: 18.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 82px 120px;
    margin: 0;
    border: 1px solid #FF4F12;
}

.office-advantages--grid {
    padding: 40px 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.ofs-advantages--item,
.ofs-points--item{
    border-radius: 15px;
    background: #F1F2F5;
    padding: 45px 25px;
}

.ofs-advantage--icon,
.ofs-points--icon{
    margin-bottom: 7px;
}

.ofs-advantage--title,
.ofs-points--title{
    color: #FF4F12;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

.ofs-advantage--text,
.ofs-points--text{
    color: #031124;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.a-eye-icon .ofs-advantage--icon,
.a-eye-icon .ofs-points--icon{
    content: url("../assets/content/icon-eye.svg");
}

.a-point-icon .ofs-advantage--icon,
.a-point-icon .ofs-points--icon{
    content: url("../assets/content/icon-point.svg");
}

.a-bulb-icon .ofs-advantage--icon,
.a-bulb-icon .ofs-points--icon{
    content: url("../assets/content/icon-bulb.svg");
}

.a-molecule-icon .ofs-advantage--icon,
.a-molecule-icon .ofs-points--icon{
    content: url("../assets/content/molekcule.svg");
}

.a-arrows-icon .ofs-advantage--icon,
.a-arrows-icon .ofs-points--icon{
    content: url("../assets/content/arrows.svg");
}

.a-mic-icon .ofs-advantage--icon,
.a-mic-icon .ofs-points--icon{
    content: url("../assets/content/mic.svg");
}

.a-out-icon .ofs-advantage--icon,
.a-out-icon .ofs-points--icon{
    content: url("../assets/content/out.svg");
}

/* stages */

.office-stages--wrap{
    padding: 0 50px;
}


.ofs-stages--item{
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.icon-stage{
    position: relative;
    padding: 16px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23B8B9BFFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='12' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 10px;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    width: 111px;
    height: 111px;
    cursor: pointer;
}

.office-stages--content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
    position: relative;
}

.ofs-stages--item .bottom-arrow{
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -128px;
    content: url("../assets/icons/stage-arrow-bottom.svg");
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.ofs-stages--item .top-arrow{
    position: absolute;
    top: -128px;
    left: 50%;
    bottom: 0;
    content: url("../assets/icons/stage-arrow-bottom.svg");
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    transform: translate(-50%,0) rotate(180deg);
}

.ofs-stages--item:after{
    content: "";
    width: 42px;
    height: 2px;
    right: 0;
    left: 136px;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='50' height='1' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='50' height='1' fill='none' rx='10' ry='10' stroke='%23B8B9BFFF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e");
}

.ofs-stages--item:last-child:after{
    display: none;
}

.ofs-stages--item:last-child .top-arrow{
    position: absolute;
    top: -128px;
    left: 50%;
    bottom: 0;
    content: url("../assets/icons/stage-arrow-last.svg");
    -webkit-transform: translate(-50%,0) rotate(180deg);
    -ms-transform: translate(-50%,0) rotate(180deg);
    transform: translate(-50%,0) rotate(180deg);
}

.ofs-stages--item:last-child .icon-stage{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23FF4F12FF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e");
}

.ofs-stages--item:last-child .icon-stage:hover,
.icon-stage:hover{
    padding: 0;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    width: 111px;
    height: 111px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='white' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e");
}

.office-banner--content img{
    width: 100%;
    object-fit: cover;
}

.icon-stage-1{
    content: url("../assets/icons/b-stage1.svg");
}

.icon-stage-2{
    content: url("../assets/icons/b-stage2.svg");
}

.icon-stage-3{
    content: url("../assets/icons/b-stage3.svg");
}

.icon-stage-4{
    content: url("../assets/icons/b-stage4.svg");
}

.icon-stage-5{
    content: url("../assets/icons/b-stage5.svg");
}

.icon-stage-6{
    content: url("../assets/icons/b-stage6.svg");
}

.icon-stage-7{
    content: url("../assets/icons/b-stage7.svg");
}

.icon-stage-8{
    content: url("../assets/icons/b-stage8.svg");
}

.office-stages--map{
    height: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.office-stages{
    background: url("../assets/icons/stages-map.svg") no-repeat center center;
    background-size: contain;
    padding: 50px 0;
}

.bottom-arrow + .stage-text{
    position: absolute;
    top: 245px;
    left: 65%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 230px;
    opacity: 1;
    -webkit-transition: 1s ease-out opacity;
    -o-transition: 1s ease-out opacity;
    transition: 1s ease-out opacity;
}

.top-arrow + .stage-text{
    position: absolute;
    bottom: 245px;
    left: 65%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 230px;
    opacity: 1;
}

.ofs-stages--item:hover .stage-text{
    opacity: 1;
    -webkit-transition: 1s ease-in opacity;
    -o-transition: 1s ease-in opacity;
    transition: 1s ease-in opacity;
}

.office-stages .office-section--title{
    margin-bottom: 0;
}

/* structure */

.office-structure{
    padding: 50px 0 45px 0;
    position: relative;
}

.office-structure:after{
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 385px;
    background: url(../assets/content/structure-cover.png) no-repeat 100% 100%;
    background-size: cover;
    z-index: 1;
}

.office-structure--wrap{
    z-index: 2;
    position: relative;
}

.office-structure--table{
    padding: 0 20px;
}

.office-structure--table img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.office-structure .office-section--title,
.office-briefcase .office-section--title,
.office-slider .office-section--title{
    padding: 0 90px;
}



/* briefcase */

.office-briefcase{
    padding: 45px 0;
}

.briefcase--list {
    border-radius: 31px;
    background: #F8F8F8;
    padding: 40px 130px;
}

.briefcase--list-title {
    color: #111827;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.briefcase--list-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 130px 1fr 130px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 130px;
    margin-bottom: 50px;
}

.briefcase--list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.briefcase--list-item img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 32px;
    height: 205px;
}

.briefcase--list-item a{
    color: #FF4F12;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
}

.briefcase--list-item p{
    color: #031124;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.briefcase-more,
.form-submit--btn{
    border-radius: 8px;
    background: #FF4F12;
    padding: 16px 20px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 auto;
    display: table;
    border: 1px solid #FF4F12;
    transition: 1s ease all;
}

.briefcase-more:hover,
.form-submit--btn:hover{
    background: #ff7748;
    cursor: pointer;
    color: #fff;
    transition: 1s ease all;
}

.briefcase-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px;
}

.briefcase--list{
    position: relative;
}

.briefcase--list:not(:last-child):after{
    content: "";
    width: 20px;
    height: 50px;
    background: #F8F8F8;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* points */

.office-points{
    padding: 15px 0;
}

.office-points--left{
    flex: 1 1 40%;
}

.office-points--right{
    flex: 1 1 60%;
}


.office-points--left h1{
    color: #031124;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.office-points--left h1 span{
    padding: 0 8px;
}

.office-points-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.office-points--grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}
/* slider */
.office-slider{
    padding: 50px 0;
}

.office-slider--content{
    position: relative;
}

.officeSwiper{
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.office-next{
    content: url("../assets/icons/office-slider-arrow-n.svg");
    width: 70px;
    right: -35px;
}
.office-prev{
    content: url("../assets/icons/office-slider-arrow-n.svg");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 70px;
    left: -35px;
}

.office-next.swiper-button-disabled,
.office-prev.swiper-button-disabled{
    display: none;
}

.office-slider--item div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 305px;
}

#officeHidden{
    display: flex;
    width: 100%;
    padding: 30px;
}

#officeHidden a{
    word-wrap: break-word;
}

.office-slider--item img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 28px;
    border-radius: 20px;
}

.office-slider--item h4{
    color: #FF4F12;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.office-slider--item p,
.office-slider--item a{
    color: #031124;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.office-slider--item p{
    margin-top: auto;
}

.office-slider--item a{
    font-weight: 500;
    text-decoration: underline;
    margin-top: 28px;
    display: block;
}

.office-slider--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fill-available;
}


.office-form--wrap {
    padding: 0 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.office-form--left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    padding-right: 85px;
}

.office-form--contain form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px;
}

.office-form--contain h2{
    color: #031124;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.input-combination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.form-submit--btn {

}

.office-form--right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-left: 50px;
    border-left: 1px solid rgba(184, 185, 191, 0.24);
}

.office-input{
    padding: 11px 0;
    border: none;
    border-bottom: 1px solid #B8B9BF;
    font-size: 20px;
}

.office-input::-webkit-input-placeholder{
    color: #031124;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.office-input::-moz-placeholder{
    color: #031124;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.office-input:-ms-input-placeholder{
    color: #031124;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.office-input::-ms-input-placeholder{
    color: #031124;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.office-input::placeholder{
    color: #031124;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#agreement{
    position: relative;
    display: none;
}

.checkmark{
    content: "";
    border-radius: 6px;
    border: 1.5px solid #FF4F12;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

input#agreement:checked + label .checkmark{
    content: url("../assets/icons/cheked-orangemark.svg");
}

.input-combination label{
    padding: 0 0 0 36px;
}

.input-combination a{
    color: #FF4F12;
}

.form-submit--btn{
    margin: 0 auto 0 0;
}

.officeSwiper .swiper-slide{
    height: initial;
}

.office-form{
    padding: 35px 0 120px 0;
}

.last-item--stack{
    height: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    margin: 0px;
    border-radius: 20px;
    border: 2px solid rgba(255, 79, 18);
    background: #fff;
}

.last-item--stack .last-item--text{
    color: #FF4F12;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
    position: relative;
    padding: 20%;
}

.last-item--text:before{
    content: "";
    background: url(../assets/icons/office-slider-arrow-n.svg) no-repeat 100% 100%;
    position: absolute;
    top: 50%;
    transform: rotate(0) translate(-50%, 100%);
    left: 50%;
    width: 70px;
    height: 38px;
}

.office-members--item.frame-app{
    flex-direction: column;
    height: 100%;
}
.frame-app .ofs-members--item-text p{
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 1500px){
    .office-stages--content{
        gap: 30px;
    }
    .ofs-stages--item:after{
        width: 27px;
        left: 106px;
    }
    .icon-stage{
        width: 92px;
        height: 92px;
    }
    .top-arrow + .stage-text,
    .bottom-arrow + .stage-text{
        left: 50%;
    }
    .ofs-stages--item:last-child .icon-stage:hover, .icon-stage:hover{
        width: 92px;
        height: 92px;
    }
    .briefcase--list-row{
        gap: 100px;
    }
    .office-next{
        width: 50px;
        right: 10px;
    }
    .office-prev{
        width: 50px;
        left: 10px;
    }
}

@media screen and (max-width: 1200px){

    .office-structure:after{
        height: 490px;
    }

    .office-members--item.frame-app iframe{
        height: 500px;
    }

    .office-points-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
    }

    .briefcase--list-row,
    .office-members--grid{
        overflow: scroll;
    }

    /*.briefcase--list-item{
        min-width: 305px;
    }

    .office-members--item{
        min-width: 385px;
    }*/

    .office-structure--table{
        overflow: scroll;
    }
    .office-structure--table img{
        width: 2000px;
    }

    .briefcase--list-item img{
        border-radius: 32px;
    }
    .office-points--grid{
        padding: 0 30px;
    }
    .office-form--wrap{
        padding: 0 90px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 70px;
    }
    .office-form--left{
        padding-right: 0;
    }
    .office-form--right{
        padding-left: 0;
        border-left: none;
    }
    .office-slider{
        padding: 40px 0;
    }
    .office-section--title{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1100px){
    .office-stages--content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ofs-stages--item .bottom-arrow{
        -webkit-transform: translate(-50%,0) rotate(90deg);
        -ms-transform: translate(-50%,0) rotate(90deg);
        transform: translate(-50%,0) rotate(90deg);
        top: auto;
        left: auto;
        right: 142px;
        bottom: -15px;
    }
    .office-stages--map{
        height: 100%;
        margin: 50px 0 0 0;
    }
    .ofs-stages--item .top-arrow,
    .ofs-stages--item:last-child .top-arrow{
        top: -15px;
        left: 158px;
        bottom: 0;
        -webkit-transform: translate(-50%,0) rotate(270deg);
        -ms-transform: translate(-50%,0) rotate(270deg);
        transform: translate(-50%,0) rotate(270deg);
    }
    .ofs-stages--item:after{
        -webkit-transform: translate(-50%, 0) rotate(270deg);
        -ms-transform: translate(-50%, 0) rotate(270deg);
        transform: translate(-50%, 0) rotate(270deg);
        width: 27px;
        left: 50%;
        top: 106px;
    }
    .top-arrow + .stage-text{
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        left: calc(140% + 15px);
        top: 50%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        text-align: left;
    }

    .bottom-arrow + .stage-text{
        -webkit-transform: translate(-170%, -50%);
        -ms-transform: translate(-170%, -50%);
        transform: translate(-170%, -50%);
        left: -15px;
        top: 50%;
        text-align: right;
    }

    .bottom-arrow + .stage-text,
    .top-arrow + .stage-text{
        opacity: 1;
    }
}

@media screen and (max-width: 991px){

    .office-members--item.frame-app iframe{
        height: 400px;
    }

    .office-advantages--grid{
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .office-banner--img{
        top: -15px;
        height: 525px;
    }
    .office-stages--wrap{
        padding: 0 30px;
    }
    .ofs-stages--item .bottom-arrow,
    .ofs-stages--item .top-arrow{
        display: none;
    }
    .bottom-arrow + .stage-text{
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        left: -15px;
        text-align: left;
        min-width: 260px;
    }
    .top-arrow + .stage-text{
        left: -15px;
        min-width: 260px;
    }
    .office-stages--content{
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@media screen and (max-width: 768px){
    .office-slider--item div{
        height: auto;
    }
    .office-banner--img{
        top: -20px;
        height: 100%;
    }
    .office-members--wrap{
        padding: 30px 30px 40px;
    }
    .office-advantages--grid,
    .office-is--content{
        padding: 25px 30px;
    }
    .office-is--content p{
        padding: 22px 40px;
    }
    .office-stages--wrap{
        padding: 0 30px;
    }
    .office-stages{
        padding: 30px 0;
    }
    .briefcase--list{
        padding: 50px 30px;
    }
    .office-points--grid{
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .office-banner--content h1{
        font-size: 45px;
    }
    .office-banner--content p{
        font-size: 40px;
    }
    .office-banner--wrap{
        height: 495px;
    }
    .office-points--left h1{
        font-size: 38px;
    }
    .office-structure .office-section--title, .office-briefcase .office-section--title, .office-slider .office-section--title{
        padding: 0 30px;
    }
    .pb-50{
        padding-bottom: 30px;
    }
    .office-points--left{
        padding: 0;
    }
    .office-section--title{
        font-size: 36px;
        margin-bottom: 35px;
    }
    .office-structure--table img{
        width: 1000px;
    }
    .office-structure:after{
        height: 250px;
    }
    .briefcase--list-title{
        font-size: 34px;
    }
    .briefcase--list-row{
        gap: 60px;
    }
    .office-slider {
        padding: 45px 0;
    }
    .office-form--contain h2{
        font-size: 36px;
    }
    .office-form {
        padding: 35px 0 120px 0;
    }
    .office-slider--item h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .office-prev,
    .office-next{
        width: 30px;
    }
    .officeSwiper {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .office-structure{
        padding: 50px 0 45px 0;
    }
    .bottom-arrow + .stage-text,
    .top-arrow + .stage-text{
        font-size: 14px;
    }
}

@media screen and (max-width: 620px){

    .office-members--item.frame-app iframe{
        height: 300px;
    }

    .office-stages--map{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .office-stages--content{
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    .office-form--wrap{
        padding: 0 50px;
    }
    .office-banner--img{
        top: -20px;
    }
    .office-banner--content h1{
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 32px;
    }
    .office-banner--content p{
        font-size: 30px;
    }
    .office-banner--wrap{
        padding: 65px 35px;
    }
    .office-members--item{
        padding: 24px;
    }
    .office-members--grid,
    .office-advantages--grid{
        gap: 32px;
    }
    .office-members--wrap {
        padding: 25px 30px 20px;
    }
    .ofs-advantages--item, .ofs-points--item{
        padding: 36px 25px;
    }
    .office-section--title{
        font-size: 28px;
    }
    .office-stages{
        padding: 36px 0;
    }
    .briefcase--list-title{
        font-size: 24px;
        margin-bottom: 36px;
    }
    .briefcase--list-row{
        gap: 30px;
    }
    .briefcase--list {
        padding: 36px 30px;
    }
    .office-points--left h1{
        font-size: 32px;
    }
    .office-slider {
        padding: 30px 0;
    }
    .office-form--contain h2{
        font-size: 30px;
    }
    .office-form {
        padding: 35px 0 100px 0;
    }
    .office-members--item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /*.members--last-item{
        min-width: 100%;
    }*/
}

@media screen and (max-width: 495px){
    .office-slider--item div{
        height: 100%;
    }
    .office-points--left h1{
        font-size: 24px;
    }
    .office-points{
        padding: 30px 0;
    }
    .bottom-arrow + .stage-text,
    .top-arrow + .stage-text{
        font-size: 13px;
        min-width: 230px;
        left: 0;
    }
    .office-banner--content h1{
        font-size: 28px;
    }
    .office-banner--content p {
        font-size: 22px;
        padding: 0 5px;
    }
    .ofs-members--item-text h3{
        font-size: 16px;
        line-height: 18px;
    }
}