

/* Start:/styles/axio.css?17852402946483*/
/**/
.axio{
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.axio__title{
    position: relative;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 55px;
    color: #0B2335;
    padding-bottom: 24px;
}
.axio__title:after{
    content: '';
    width: 290px;
    height: 2px;
    background: #0B2335;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.page.page_light{
    background: #faf8f5!important;
}
.axio__romb{
    width: 26px;
    height: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.axio__romb:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 11px;
    border-color: #faf8f5 transparent transparent transparent;
    position: absolute;
    left: 2px;
    right: 0px;
    bottom: -7px;
    z-index: 2;
}
.axio__romb:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13px 0 13px;
    border-color: #0B2335 transparent transparent transparent;
}
.axio_exerpt p{
    font-size: 24px;
    color: rgba(0, 0, 0, 0.55);
}
.axio-slider .slick-arrow{
    width:50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.mfp-figure:after{
    box-shadow: none!important;
}
.axio-popup .mfp-arrow:after{
    display: none;
}
.axio-popup .mfp-arrow-left:before{
    content: '';
    width: 40px;
    border: none;
    height: 40px;
    border-left: 3px solid rgb(139, 140, 137);
    border-bottom: 3px solid rgb(139, 140, 137);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    
}
.axio-popup .mfp-arrow{
    top: 50%!important;
    margin-top: -55px!important;
}
.axio-popup .mfp-close:before{
    content: '';
    width: 25px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.axio-popup .mfp-close:after{
    content: '';
    width: 1px;
    height: 25px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.axio-popup .mfp-close{
    position: absolute;
    top: 20px!important;
    opacity: 1;
    padding: 0;
    right: -18px !important;
    transform: rotate(45deg);
    width: 36px !important;
    height: 36px;
    font-size: 0;
    cursor: pointer;
    z-index: 8040;
    border-radius: 50%;
    background: #f9f9f9;
}
.axio-popup .mfp-arrow-right:before{
    content: '';
    width: 40px;
    border: none;
    height: 40px;
    border-right: 3px solid rgb(139, 140, 137);
    border-top: 3px solid rgb(139, 140, 137);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    
}
.axio-popup.mfp-bg{
    background: #efefef;
}
.axio-slider:hover .slick-prev{
    transform: translateX(30px);
    opacity: 1;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.axio-slider .slick-list,.axio-slider .slick-track{
    height: 100%;
}
.axio-slider:hover .slick-next{
    transform: translateX(-30px);
    opacity: 1;
}
.axio-slider .slick-arrow:before{
    content: '';
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    
    position: absolute;
    transform: rotate(45deg);
    
}
.axio-slider .slick-prev:before{
    left: 17px;
    border-left: 3px solid #0B2335;
    border-bottom: 3px solid #0B2335;
}
.axio-slider .slick-next:before{
    right: 17px;
    border-right: 3px solid #0B2335;
    border-top: 3px solid #0B2335;
}
.axio-section_default{
    padding-top: 6%;
    padding-bottom: 4%;
}
.axio-section p{
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    color: rgb(81, 96, 108);
}
.axio-slider{
    height: 750px;
}
.axio-slider .slick-slide{
    background-position: center;
}
.axio-section__small{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.axio-slider .slick-prev{
    left: 0;
}
.axio-slider .slick-next{
    right: 0;
}
.axios-cell img{
    transition: all .3s ease;
}
.axios-cell:hover:before{
    transform: translateY(0);
    opacity: 1;
}
.axios-cell:hover img{
    opacity: .2;
}
.axios-masonry{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    align-items: flex-start;
}
.axios-cell{
    width: 20%;
    transition: all .3s ease;
}
.axio_exerpt {
    
    text-align: center;
    
    max-width:556px;
    margin-left: auto;
    margin-right: auto;
}

.axios-cell:before{
    content: '';
    width: 14px;
    height: 14px;
    background: url('/styles/../images/search-ico.svg') no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    transition: all .2s ease;
}
/*
@media(max-width:1600px){
    .axios-cell{
    width: 40%;
}
}*/
@media(max-width:990px){
    .axio-slider{
        height: 560px;
    }
    .axio_exerpt p{
        font-size: 18px;
    }
    .axio__title{
        font-size: 30px;
    }
    .axio-popup .mfp-close{
        right: 6px!important;
        top: 43px;   
    }
}
@media(max-width:1060px){
    .axios-cell{
        width: 25%;
    }
}
@media(max-width:760px){
    .axios-cell{
        width: 50%;
    }
}
@media(max-width:500px){
    .axios-cell{
        text-align: center;
        width: 100%;
    }
    .axio-slider{
        height: 460px;
    }
}
/* End */
/* /styles/axio.css?17852402946483 */
