

/* Start:/bitrix/templates/liwest/local/libr/slick/slick.css?16049883801773*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/liwest/local/libr/slick/slick-theme.css?16055035272866*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/liwest/local/libr/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/liwest/local/libr/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
    outline: none;
}
[dir='rtl'] .slick-prev
{
    right: -40px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -40px;
    outline: none;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -40px;
    outline: none;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 26px;
    height: 4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    
}

.slick-dots li button:after
{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #2F84E2;

}

.slick-dots li.slick-active button:after
{
   width: 12px;
    height: 12px;
    right: auto;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}


/* End */


/* Start:/bitrix/templates/liwest/css/about_us.css?169839934312256*/
.container_new{
    width: 1140px;
    margin: 0 auto;
}

#about_us_main{
    background-color: #969696;
    background-image: url(https://liwest.ru/bitrix/templates/liwest/images/history/mosk.png);
    padding-top: 135px;
    padding-bottom: 120px;
    color: #fff;
    text-align: center;
}

.about_number{
    width: 25%;
}

.about_main_title{
    font-size: 64px;
    font-weight: 600;
    line-height: 140%; 
    text-transform: uppercase;
    margin-bottom: 50px;
}

.about_main_title span{
    font-size: 120px;
    font-weight: 700;
}

.undertitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

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

.numb_ab{
    font-size: 120px;
    font-weight: 700;
    line-height: 105%;
}

.pre_num_text{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    height: 20px;
    line-height: 100%;
}

.aft_num_text{
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.center{
    text-align: center;
}

#text_about{
    padding-top: 70px;
}

.text_mission{
    margin-top: 35px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 45px;
}

.blue_btn {
    background: #4A7F92;
    color: #fff;
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 23px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 14px 45px;
    font-weight: 600;
}

.geography{
    margin-top: 50px;
}

.ab_title{
    text-align: center;
    color: #4A7F92;
    font-size: 40px;
    line-height: 150%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.flags{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 50px;
    width: 900px;

}

.flag{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 19%;
    margin-bottom: 2%;
}

.flag img{
    display: block;
    margin: 0 auto 12px;
    width: 148px;
}

.geography p{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title_smisl{
    color: #4A8094;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.smisl p{
    color: #4A8094;
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    text-transform: uppercase;

}

#sliders{
    padding-bottom: 80px;
}


#liwest_v_datah{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.left_part{
    width: 477px;
    padding-right: 45px;
    padding-left: 40px;
}

.right_part{
    width: calc(100% - 477px);
}

.dateliw{
    font-size: 46px;
    color: #4A7F92;
    text-align: right;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 60px;
}

.dateliw span{
    font-size: 72px;
}

.left_part p{
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
}

.right_part img{
    width: 100%;
}

.right_part{
    position: relative;
}

.right_part span{
    position: absolute;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    z-index: 1;
    bottom: 60px;
    right: 20px;
    width: 80%;
}

#text_about{
    padding-bottom: 70px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    color: transparent;
    border: none;
    background-color: transparent;
    width: 9px;
    height: 88px;
    background: url(/bitrix/templates/liwest/images/about_us/ar_left.svg);
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
}

.slick-next:before, .slick-prev:before{
    content: none;
}

.slick-next {
    right: -60px;
    left: auto;
    background: url(/bitrix/templates/liwest/images/about_us/arrright.svg);
    background-size: cover;
}

.partner img{
    margin: 0 auto 20px;
}

.partner{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: block;
}

button{
    outline: none !important;
}

.partners_slider{
    margin-top: 70px;
    margin-bottom: 70px;
}

.nagrady{
    margin-top: 60px;
    margin-bottom: 100px;
}

.nagrady .slick-slide{
    margin: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nagrady{
}

.nagrady img{
    margin: 0 auto;
    width: 100%;
        box-shadow: 0 0 10px 10px #ececec;
}

.modal_bg.opn {
    z-index: 1000;
    opacity: 1;
}

.modal_bg {
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(109 109 109 / 95%);
    z-index: -500;
    transition: 0.4s ease;
}


.close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: 0.4s ease;
}

.popup.opn {
    display: block;
}

.popup {
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    background: #fff;
    height: 60%;
    display: none;
}

html.hidden{
    outline: hidden;
}

/****************************************************************/

/*light_zoom*/

a.lightzoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-box {
  position: fixed;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
}

#lz-overlay {
  display: block;
  opacity: 0.6;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
}

#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  background: url("/bitrix/templates/liwest/css/../images/sport/close.png");
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  z-index: 9999998 !important;
}

#lz-close:hover {
  opacity: 1;
}

#lz-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.lz-object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#lz-object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#lz-object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@media (max-width: 1200px){
    .container_new{
            width: 768px;
        margin: 0 auto;
    }

    #about_us_main{
        padding-top: 90px;
        padding-bottom: 85px;
    }

    .about_main_title{
        font-size: 46px;
        margin-bottom: 40px;
    }

    .about_main_title span {
        font-size: 90px;
    }

    .numb_ab{
        font-size: 70px;
    }

    .pre_num_text{
        font-size: 16px;
        height: 16px;
    }

    .aft_num_text{
        font-size: 14px;
    }

    .korplogo {
        width: 300px;
    }
    .flag img{
        width: 100px;
    }

    .flags{
        width: 100%;
    }

    .dateliw span {
        font-size: 45px;
    }

    .left_part {
        width: 285px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .left_part p {
        font-size: 17px;
        line-height: 120%;
        font-weight: 600;
    }

    .right_part{
        width: calc(100% - 285px);
    }

    .right_part span{
        right: 10px;
        bottom: 20px;
        font-size: 17px;
        line-height: 130%;
        font-weight: 600;
    }

    .dateliw{
        font-size: 30px;
            margin-bottom: 30px;
    }

    .ab_title{
        font-size: 30px;
    }

    .partners_slider{
        padding-left: 40px;
        padding-right: 40px;
    }

    .slick-arrow{
        right: 30px;
    }

    .slick-prev{
        left: 20px;
    }

    .partner img{
        width: 100px;
    }

    .partner{
        font-size: 16px;
    }

    .title_smisl{
        font-size: 40px;
        line-height: 120%;  
    }

    .smisl p{
        font-size: 16px;
        line-height: 130%;
    }

    #sliders {
        padding-bottom: 50px;
    }
}

@media (max-width: 780px){
    .container_new{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #about_us_main{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about_main_title span{
        font-size: 52px;
        line-height: 120%;
    }

    .about_main_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .undertitle{
        font-size: 15px;
    }

    .number_block{
        flex-wrap: wrap;
    }

    .aft_num_text{
        font-size: 11px;
    }

    .numb_ab {
        font-size: 60px;
    }

    .about_number{
        width: 50%;
        margin-bottom: 24px;
    }

    .pre_num_text{
        font-size: 12px;
        height: 12px;
    }

    .korplogo {
        width: 250px;
    }

    .text_mission{
        font-size: 14px;
    }

    .ab_title{
        font-size: 24px;
        line-height: 120%;
    }

    .flag img{
        width: 70px;
    }

    .flags{
        margin-bottom: 30px;
    }

    .flag{
        font-size: 14px;
            width: 32%;
    }

    .geography p{
        font-size: 16px;
    }

    #liwest_v_datah{
        flex-wrap: wrap;
    }

    .left_part{
        width: 100%;
        margin-bottom: 20px;
    }

    .right_part{
        width: 100%;
    }

    .right_part span{
        font-size: 12px;
        font-weight: 500;
    }

    .dateliw{
        font-size: 24px;
        text-align: left;
    }

    .dateliw span{
        font-size: 38px;
    }

    .right_part span{
        bottom: 10px;
    }

    .partner img{
        width: 75px;
        margin-bottom: 10px;
    }

    #liwest_v_datah{
        margin-bottom: 50px;
    }

    .slick-arrow{
        right: 0;
    }

    .slick-prev{
        left: 0;
    }

    .partner {
        font-size: 11px;
        line-height: 120%;
    }

    .partners_slider{
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .ab_title{
        font-size: 20px;
    }

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

    .title_smisl{
        font-size: 24px;
    }

    .smisl p{
        font-size: 12px;
        font-weight: 600;
    }

    #sliders{
        padding-bottom: 30px;
    }
}
/* End */
/* /bitrix/templates/liwest/local/libr/slick/slick.css?16049883801773 */
/* /bitrix/templates/liwest/local/libr/slick/slick-theme.css?16055035272866 */
/* /bitrix/templates/liwest/css/about_us.css?169839934312256 */
