:root {
--main-text-color: #2A3138;
--white-text-color: white;
--acient-color: #0071C1;
}
#layout:before {
top: 0;
background-size: cover;
width: 340px;
height: 265px;
opacity: 0.4;
-webkit-filter: contrast(0.6);
filter: contrast(0.6);
content: '';
position: absolute;
right: 0;
display: block;
background: url(//gsl.org/ru/wp-content/themes/gsl/i/GSL_ornament.svg) no-repeat;
}
.company-history .heading > h1 {
color: var(--main-text-color);
margin: 0;
}
.company-history .heading {
opacity: 0;
-webkit-animation: fade-in 1s ease-in-out 0.5s both;
animation: fade-in 1s ease-in-out 0.5s both;
}
.company-history .heading > p {
font-size: 22px;
margin: 1rem 0;
}
section.company-history > .company-history__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} section.company-history .company-history__column.timeline {
width: 100%;
display: none;
position: relative;
padding: 2rem 0 0 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translateY(200px);
-ms-transform: translateY(200px);
transform: translateY(200px);
opacity: 0;
-webkit-animation-name: fade-in-left;
animation-name: fade-in-left;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
section.company-history  .company-history__column.timeline > .timeline__row {
position: sticky;
top: 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
padding-bottom: 2rem;
padding-top: 4rem;
background: #e9eeef;
}
section.company-history  .company-history__column.timeline > .timeline__row .line {
position: sticky;
background-color: var(--main-text-color);
width: 3px;
border-radius: 100px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
section.company-history  .company-history__column.timeline > .timeline__row.END {
position: sticky;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .point__box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 83px;
width: 100%;
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box .point {
width: 13px;
height: 13px;
background: var(--main-text-color);
border-radius: 100%;
position: absolute;
left: -5px;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
@-webkit-keyframes anim-point {
0% {
opacity: 1;
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 0;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes anim-point {
0% {
opacity: 1;
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 0;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box .point::before {
opacity: 0;
visibility: hidden;
content: "";
width: 25px;
height: 25px;
display: block;
position: absolute;
background: var(--acient-color);
border-radius: 100px;
left: -6px;
top: -6px;
z-index: 1;
pointer-events: none;
-webkit-animation-name: anim-point;
animation-name: anim-point;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active .point::before {
opacity: 1;
visibility: visible;
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box .point::after {
opacity: 0;
visibility: hidden;
content: "";
width: 35px;
height: 35px;
display: block;
position: absolute;
background: var(--acient-color);
border-radius: 100px;
left: -11px;
top: -11px;
z-index: 1;
pointer-events: none;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-animation-name: anim-point;
animation-name: anim-point;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active .point::after {
opacity: 1;
visibility: visible;
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active .point {
background-color: var(--acient-color);
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
}
section.company-history  .company-history__column.timeline > .timeline__row .line .point__box > span.year {
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
padding: 0 0 0 0.8rem;
font-size: 12px;
}
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active > span.year {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
font-weight: 900;
padding: 0 0 0 1.2rem;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .point__box:not(._active):hover > span.year {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}  section.company-history > .company-history__row > .company-history__column.about {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
opacity: 0;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year.show {
animation: fade-in 1s ease-in-out both;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year {
position: relative;
margin: 2rem 0;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: sticky;
z-index: 2;
top: 60px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year.topLarge {
top: 100px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year > span {
font-size: 28px;
color: var(--white-text-color);
font-weight: 900;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.535);
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.535);
background: var(--acient-color);
padding: 0.5rem 2rem;
border-radius: 100px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__mini-boxes {
display: flex;
width: 100%;
gap: 1rem;
border-radius: 20px;
flex-wrap: wrap;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__mini-boxes .company-history__column-2.img-contain.small{
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: var(--white-text-color);
border-radius: 25px;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 0 1.2rem 0;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2 > .company-history__column-2__content {
padding: 1rem 1.5rem;
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.img-contain > .company-history__column-2__content {
padding: 0;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.img-contain > .company-history__column-2__content a {
color: var(--acient-color);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2 > .company-history__column-2__img {
max-width: 100%;
min-width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2 > .company-history__column-2__img > img {
width: 100%;
height: 100%;
min-height: 150px;
-o-object-fit: cover;
object-fit: cover;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.img-contain {
padding: 1.5rem;
gap: 1.5rem;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.img-contain > .company-history__column-2__img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.img-contain > .company-history__column-2__img > img {
max-width: 400px;
-o-object-fit: contain;
object-fit: contain;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.small {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.small  > .company-history__column-2__img {
max-width: 240px;
min-width: 240px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2.img-contain.small > .company-history__column-2__img > img {
max-width: 200px;
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year .company-history__column-2 > .company-history__column-2__content > h2 {
margin: 0;
width: 100%;
margin: 0 0 1rem 0;
color: var(--main-text-color);
font-size: 22px;
line-height: 1.2;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__column-2.small > .company-history__column-2__content > p {
max-width: 800px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__column-2 > .company-history__column-2__content > p {
margin: 0;
font-size: 16px;
color: var(--main-text-color);
max-width: 550px;
} section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1rem;
margin: 0 0 1.2rem 0;
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__text {
background-color: var(--white-text-color);
border-radius: 25px;
padding: 1rem 1.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__text > .content_text > a {
max-width: 200px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__text > .content_text > h2 {
margin: 0;
width: 100%;
margin: 0 0 1rem 0;
color: var(--main-text-color);
font-size: 22px;
line-height: 1.2;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__text > .content_text > h2 a {
color: var(--acient-color);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media {
border-radius: 25px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
background-color: var(--white-text-color);
position: relative;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media.slider-documents {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media.slider-documents img {
-o-object-fit: contain;
object-fit: contain;
max-height: 450px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-nav {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-nav button { 
width: 40px;
height: 40px;
background: #ffffff85;
-webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
border-radius: 100px;
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;
z-index: 3;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-nav button .svg-arrow {
width: 20px !important;
height: 20px !important;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-nav button:last-child { 
-webkit-transform: rotate(180deg); 
-ms-transform: rotate(180deg); 
transform: rotate(180deg);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-stage-outer {
height: 100% !important;
z-index: 2;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-stage-outer .owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider.cover .owl-item {
height: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-item img.img_slider {
max-height: 400px;
-o-object-fit: contain;
object-fit: contain;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider.cover .owl-item img.img_slider {
max-height: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media a::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: -o-linear-gradient(45deg, #1b1f24, transparent);
background: linear-gradient(45deg, #1b1f24, transparent);
opacity: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media:hover >  a::before {
opacity: 1;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > a {
width: 100%;
height: 100%;
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;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media  > a > img {
max-width: 100px;
width: 100%;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media  > a:hover > img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > img {
-o-object-fit: cover;
object-fit: cover;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media .mini-box-slider  a.link-item {
width: 100%;
height: 100%;
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;
position: absolute;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media .mini-box-slider  a.link-item > img {
max-width: 100px;
width: 100%;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media .item {
height: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media .item:hover >  a.link-item::before {
opacity: 1;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media .mini-box-slider  a.link-item:hover > img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media .mini-box-slider  img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media  .owl-carousel .owl-stage:after {
display: none !important;
} section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center {
position: relative;
border-radius: 25px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--main-text-color);
width: 100%;
padding: 1.5rem;
margin: 0 0 1.2rem 0;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center a {
color:var(--white-text-color);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > img {
position: absolute;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 0.4;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text {
z-index: 1;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > h2 {
max-width: 700px;
color: var(--white-text-color);
margin: 0;
font-size: 20px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > h2.large {
font-size: 62px;
font-weight: 900;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > p {
max-width: 700px;
color: var(--white-text-color);
font-size: 16px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > div {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 1rem 0 0 0;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > div > span {
width: 60px;
height: 2px;
display: block;
background-color: var(--white-text-color);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__gallery  {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
border-radius: 25px;
overflow: hidden;
background-color: var(--white-text-color);
margin: 0 0 1.2rem 0;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__gallery > .company-history__gallery__column {
width: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__gallery > .company-history__gallery__column.content-text {
padding: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__gallery > .company-history__gallery__column.content-text > h2 {
color: var(--main-text-color);
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__gallery > .company-history__gallery__column > img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
#layout.sticky-layout {
overflow: visible !important;
padding-top: 0.1rem;
}
section.company-history  li::before {
display: none !important;
}
section.company-history  ul {
margin-left: 1rem !important;
}
.scroll-timeline {
opacity: 0;
width: 0;
display: none;
}
.scroll-timeline._active {
opacity: 1;
}
.scroll-timeline .arrow-top {
position: fixed;
top: 150px;
left: 0;
color: var(--white-text-color);
height: 30px;
display: flex;
z-index: 2;
transition: 0.3s ease-in-out;
cursor: pointer;
justify-content: end;
align-items: center;
background: var(--acient-color);
padding: 0.5rem 1.2rem 0.5rem 4rem;
border-radius: 0 100px 100px 0;
opacity: 0;
visibility: hidden;
width: 10%;
min-width: 100px;
max-width: 200px;
}
.scroll-timeline._active .arrow-top.none {
opacity: 0;
visibility: hidden;
}
.scroll-timeline._active .arrow-top {
opacity: 0.3;
visibility: visible;
}
.scroll-timeline._active .arrow-bottom {
opacity: 0.3;
visibility: visible;
}
.scroll-timeline._active .arrow-bottom.none {
opacity: 0;
visibility: hidden;
}
.scroll-timeline .arrow-bottom {
position: fixed;
bottom: 30px;
left: 0;
color: var(--white-text-color);
height: 30px;
display: flex;
z-index: 2;
transition: 0.3s ease-in-out;
cursor: pointer;
justify-content: end;
align-items: center;
background: var(--acient-color);
padding: 0.5rem 1.2rem 0.5rem 4rem;
border-radius: 0 100px 100px 0;
opacity: 0;
visibility: hidden;
width: 10%;
min-width: 100px;
max-width: 200px;
}
.scroll-timeline .arrow-top svg, .scroll-timeline .arrow-bottom svg {
width: 30px;
}
.scroll-timeline .arrow-top:hover, .scroll-timeline .arrow-bottom:hover {
opacity: 0.8;
}
.gsl-breadcrumbs {
display: none;
} @media(min-width:375px) {
section.company-history .company-history__column.timeline {
min-width: 70px;
display: block;
}
section.company-history > .company-history__row > .company-history__column.about {
width: 80%;
}
}
@media (min-width:420px) {
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active > span.year {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
}
@media (min-width:520px) {
section.company-history > .company-history__row > .company-history__column.about {
width: 85%;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 80px;
}
}
@media (min-width:650px) {
section.company-history > .company-history__row > .company-history__column.about {
width: 89%;
}
section.company-history .company-history__column.timeline {
min-width: 60px;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 85px;
}
}
@media (min-width:720px) {
section.company-history .company-history__column.timeline {
width: 10%;
}
section.company-history > .company-history__row > .company-history__column.about {
width: 90%;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 90px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__media > .mini-box-slider .owl-nav button { 
width: 54px;
height: 54px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__mini-boxes {
flex-wrap: nowrap;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__mini-boxes .company-history__column-2.img-contain.small{
width: 50%;
}
}
@media (min-width:798px) {
.scroll-timeline {
display: flex;
}
}
@media (min-width:820px) {
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 50px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2 {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2 > .company-history__column-2__img {
max-width: 50%;
min-width: 50%;
height: 100%;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__gallery > .company-history__gallery__column {
width: 33.3%;
}
}
@media (min-width:940px) {
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active > span.year {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
padding: 0 0 0 1.6rem;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .point__box > span.year {
padding: 0 0 0 1rem;
font-size: 16px;
}
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 45px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2 > .company-history__column-2__content > h2 {
font-size: 34px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2-separatly > .company-history__column-2-separatly__text > .content_text > h2 {
font-size: 34px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > h2 {
font-size: 28px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > p {
font-size: 18px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center > .content-text > h2.large {
font-size: 92px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__column-2 > .company-history__column-2__img > img {
min-height: 250px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__big-center {
padding: 2.5rem;
min-height: 250px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year {
top: 100px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year > span {
font-size: 36px;
}
}
@media (min-width:1200px) {
section.company-history  .company-history__column.timeline > .timeline__row > .line > .point__box._active > span.year {
-webkit-transform: scale(1.6);
-ms-transform: scale(1.6);
transform: scale(1.6);
}
section.company-history  .company-history__column.timeline > .timeline__row .line .spacer {
height: 60px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year  .company-history__mini-boxes .company-history__column-2.img-contain.small{
flex-wrap: nowrap;
}
}
@media(min-height:900px) {
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year {
top: 110px;
}
section.company-history > .company-history__row > .company-history__column.about > .box-year > .company-history__year.topLarge {
top: 110px;
}
}